Show patches with: Archived = No       |   31535 patches
« 1 2 ... 12 13 14315 316 »
Patch Series S/W/F Date Submitter Delegate State
[v5,bpf-next,2/6] netdevice: check for net_device::priv_flags bitfield overflow xsk: build skb by page (aka generic zerocopy xmit) --- 2021-02-16 Alexander Lobakin New
[v5,bpf-next,2/6] bpf: prevent deadlock from recursive bpf_task_storage_[get|delete] bpf: enable task local storage for tracing programs --- 2021-02-23 Song Liu New
[v5,bpf-next,2/5] bpf: Introduce sleepable BPF programs bpf: Introduce minimal support for sleepable progs --- 2020-06-30 Alexei Starovoitov Superseded
[v5,bpf-next,2/4] bpftool: Documentation for bpftool prog profile bpftool: introduce prog profile --- 2020-03-07 Song Liu New
[v5,bpf-next,2/4] bpf: Support "%c" in bpf_bprintf_prepare(). BPF iterator for UNIX domain socket. --- 2021-08-12 Kuniyuki Iwashima Superseded
[v5,bpf-next,2/4] bpf: allow bpf_d_path in sleepable bpf_iter program introduce bpf_iter for task_vma --- 2021-02-08 Song Liu Superseded
[v5,bpf-next,2/4] bpf: Add BPF program and map iterators as built-in BPF programs. bpf: Populate bpffs with map and prog iterators --- 2020-08-02 Alexei Starovoitov New
[v5,bpf-next,2/3] libbpf: support test run of raw tracepoint programs [v5,bpf-next,1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint --- 2020-09-24 Song Liu Superseded
[v5,bpf-next,2/3] bpf: implement CAP_BPF Introduce CAP_BPF --- 2020-05-08 Alexei Starovoitov New
[v5,bpf-next,2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS introduce BPF_F_PRESERVE_ELEMS --- 2020-09-30 Song Liu Superseded
[v5,bpf-next,2/2] samples/bpf: sample application for eBPF load and socket creation split libbpf: add support for privileged/unprivileged control separation --- 2020-11-27 Mariusz Dudek Superseded
[v5,bpf-next,2/2] net: xdp: introduce xdp_prepare_buff utility routine introduce xdp_init_buff/xdp_prepare_buff --- 2020-12-22 Lorenzo Bianconi New
[v5,bpf-next,1/9] bpf: merge printk and seq_printf VARARG max macros bpf: implement variadic printk helper --- 2021-09-13 Dave Marchevsky New
[v5,bpf-next,1/6] netdev_priv_flags: add missing IFF_PHONY_HEADROOM self-definition xsk: build skb by page (aka generic zerocopy xmit) --- 2021-02-16 Alexander Lobakin Superseded
[v5,bpf-next,1/6] bpf: provide function to get vmlinux BTF information [v5,bpf-next,1/6] bpf: provide function to get vmlinux BTF information --- 2020-09-18 Alan Maguire Superseded
[v5,bpf-next,1/6] bpf: enable task local storage for tracing programs bpf: enable task local storage for tracing programs --- 2021-02-23 Song Liu Superseded
[v5,bpf-next,16/17] selftests: xsk: Remove mutex and condition variable AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,15/17] selftests: xsk: remove thread attribute AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,15/15] samples/bpf: add preparation steps and sysroot info to readme samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,1/4] bpftool: introduce "prog profile" command bpftool: introduce prog profile --- 2020-03-07 Song Liu New
[v5,bpf-next,1/4] bpf: introduce task_vma bpf_iter introduce bpf_iter for task_vma --- 2021-02-08 Song Liu New
[v5,bpf-next,14/15] samples/bpf: add sysroot support samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,14/14] bpf: update xdp_adjust_tail selftest to include multi-buffer mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi Superseded
[v5,bpf-next,1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS [v5,bpf-next,1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS --- 2020-04-27 Song Liu Superseded
[v5,bpf-next,1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint [v5,bpf-next,1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint --- 2020-09-24 Song Liu New
[v5,bpf-next,13/17] veth: implement ethtool's get_channels() callback AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,13/15] samples/bpf: provide C/LDFLAGS to libbpf samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,13/14] bpf: add new frame_length field to the XDP ctx mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi New
[v5,bpf-next,1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array introduce BPF_F_PRESERVE_ELEMS --- 2020-09-30 Song Liu Superseded
[v5,bpf-next,12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,12/14] libbpf: support attachment of BPF tracing programs to kernel modules Support BTF-powered BPF tracing programs for kernel modules --- 2020-12-03 Andrii Nakryiko New
[v5,bpf-next,11/14] libbpf: factor out low-level BPF program loading helper Support BTF-powered BPF tracing programs for kernel modules --- 2020-12-03 Andrii Nakryiko Superseded
[v5,bpf-next,11/12] bpf: selftests: tcp header options [v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn --- 2020-08-20 Martin KaFai Lau New
[v5,bpf-next,11/11] selftests/bpf: Add a test with bpf_timer in inner map. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,11/11] bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,10/14] net: mvneta: enable jumbo frames for XDP mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi Superseded
[v5,bpf-next,10/14] bpf: allow to specify kernel module BTFs when attaching BPF programs Support BTF-powered BPF tracing programs for kernel modules --- 2020-12-03 Andrii Nakryiko New
[v5,bpf-next,10/12] bpf: selftests: Add fastopen_connect to network_helpers [v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn --- 2020-08-20 Martin KaFai Lau New
[v5,bpf-next,10/11] selftests/bpf: Add bpf_timer test. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,10/11] selftest: Add xdp_egress attach tests [v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame --- 2020-05-13 David Ahern Superseded
[v5,bpf-next,10/11] libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,09/17] selftests: xsk: split worker thread AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,09/14] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi Superseded
[v5,bpf-next,09/11] bpf: Teach stack depth check about async callbacks. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,09/11] bpf: Support socket migration by eBPF. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,08/17] selftests: xsk: remove thread for netns switch AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,08/14] bpf: introduce multibuff support to bpf_prog_test_run_xdp() mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi Superseded
[v5,bpf-next,08/11] libbpf: Add egress XDP support [v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame --- 2020-05-13 David Ahern Superseded
[v5,bpf-next,08/11] bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,08/11] bpf: Implement verifier support for validation of async callbacks. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,07/14] selftests/bpf: add support for marking sub-tests as skipped Support BTF-powered BPF tracing programs for kernel modules --- 2020-12-03 Andrii Nakryiko New
[v5,bpf-next,07/12] bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() [v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn --- 2020-08-20 Martin KaFai Lau New
[v5,bpf-next,07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,07/11] net: Support xdp in the Tx path for xdp_frames [v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame --- 2020-05-13 David Ahern New
[v5,bpf-next,07/11] bpf: Relax verifier recursion check. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,06/17] libbpf: xsk: use bpf_link AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,06/11] bpf: Remember BTF of inner maps. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,05/17] selftests: xsk: simplify frame traversal in dumping thread AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,05/14] xdp: add multi-buff support to xdp_return_{buff/frame} mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi Superseded
[v5,bpf-next,05/14] libbpf: add kernel module BTF support for CO-RE relocations Support BTF-powered BPF tracing programs for kernel modules --- 2020-12-03 Andrii Nakryiko New
[v5,bpf-next,05/12] bpf: tcp: Add bpf_skops_established() [v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn --- 2020-08-20 Martin KaFai Lau Superseded
[v5,bpf-next,05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,05/11] bpf: Prevent pointer mismatch in bpf_timer_init. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,04/14] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi Superseded
[v5,bpf-next,04/11] tcp: Add reuseport_migrate_sock() to select a new listener. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,04/11] net: Add BPF_XDP_EGRESS as a bpf_attach_type [v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame --- 2020-05-13 David Ahern Superseded
[v5,bpf-next,04/11] bpf: Add map side support for bpf timers. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,03/14] libbpf: add internal helper to load BTF data by FD Support BTF-powered BPF tracing programs for kernel modules --- 2020-12-03 Andrii Nakryiko Superseded
[v5,bpf-next,03/12] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt [v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn --- 2020-08-20 Martin KaFai Lau New
[v5,bpf-next,03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,03/11] bpf: Introduce bpf timers. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,02/17] selftests: xsk: remove struct ifaceconfigobj AF_XDP selftests improvements & bpf_link --- 2021-03-29 Maciej Fijalkowski New
[v5,bpf-next,02/15] samples/bpf: fix cookie_uid_helper_example obj build samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,02/11] tcp: Add num_closed_socks to struct sock_reuseport. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima Superseded
[v5,bpf-next,02/11] net: uapi for XDP programs in the egress path [v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame --- 2020-05-13 David Ahern New
[v5,bpf-next,02/11] bpf: Factor out bpf_spin_lock into helpers. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5,bpf-next,01/15] samples/bpf: fix HDR_PROBE "echo" samples: bpf: improve/fix cross-compilation --- 2019-10-11 Ivan Khoronzhuk New
[v5,bpf-next,01/14] xdp: introduce mb in xdp_buff/xdp_frame mvneta: introduce XDP multi-buffer support --- 2020-12-07 Lorenzo Bianconi New
[v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn [v5,bpf-next,01/12] tcp: Use a struct to represent a saved_syn --- 2020-08-20 Martin KaFai Lau New
[v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame [v5,bpf-next,01/11] net: Refactor convert_to_xdp_frame --- 2020-05-13 David Ahern Superseded
[v5,bpf-next,01/11] net: Introduce net.ipv4.tcp_migrate_req. Socket migration for SO_REUSEPORT. --- 2021-05-10 Kuniyuki Iwashima New
[v5,bpf-next,01/11] bpf: Prepare bpf_prog_put() to be called from irq context. bpf: Introduce BPF timers. --- 2021-07-08 Alexei Starovoitov Superseded
[v5] Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycle [v5] Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycle --- 2021-08-20 Manish Mandlik New
[v5,9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus "Task_isolation" mode --- 2020-11-23 Alex Belits New
[v5,8/9] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize "Task_isolation" mode --- 2020-11-23 Alex Belits New
[V5,8/8] MAINTAINERS: add maintainer for Samsung sxgbe driver --- 2014-03-18 Byungho An New
[v5,7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu() "Task_isolation" mode --- 2020-11-23 Alex Belits New
[V5,7/8] net: sxgbe: add ethtool related functions support Samsung sxgbe --- 2014-03-18 Byungho An New
[v5,7/8] can-dev: introduce helpers to access Classical CAN DLC values [v5,1/8] can: add optional DLC element to Classical CAN frame structure --- 2020-11-09 Oliver Hartkopp Superseded
[v5,7/7] selftests/seccomp: Test SECCOMP_IOCTL_NOTIF_ADDFD Add seccomp notifier ioctl that enables adding fds --- 2020-06-17 Kees Cook New
[v5,7/7] dt-bindings: net: dsa: Add documentation for Hellcreek switches [v5,1/7] net: dsa: Add tag handling for Hirschmann Hellcreek switches --- 2020-09-04 Kurt Kanzenbach Superseded
[v5,7/7] can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg [v5,1/7] can: netlink: allow user to turn off unsupported features --- 2021-08-15 Vincent MAILHOL New
[v5,7/7] Bluetooth: Update background scan and report device based on advertisement monitors [v5,1/7] Bluetooth: Add definitions for advertisement monitor features --- 2020-06-16 Miao-chen Chou Superseded
[v5,6/9] task_isolation: arch/arm64: enable task isolation functionality "Task_isolation" mode --- 2020-11-23 Alex Belits New
[V5,6/8] net: sxgbe: add WOL(Wakeup-On-Lan)support for Samsung sxgbe --- 2014-03-18 Byungho An New
[V5,6/7] vDPA/ifcvf: verify mandatory feature bits for vDPA vDPA/ifcvf: enables Intel C5000X-PL virtio-net --- 2021-03-17 Zhu Lingshan New
[v5,6/7] dt-bindings: Add vendor prefix for Hirschmann [v5,1/7] net: dsa: Add tag handling for Hirschmann Hellcreek switches --- 2020-09-04 Kurt Kanzenbach Superseded
[V5,6/6] PCI: Enable 10-Bit tag support for PCIe RP devices PCI: Enable 10-Bit tag support for PCIe devices --- 2021-06-21 Dongdong Liu Superseded
« 1 2 ... 12 13 14315 316 »