BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split(), (continued)
- [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring, Xuan Zhuo
- [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data, Xuan Zhuo
- [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init, Xuan Zhuo
- [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed(), Xuan Zhuo
- [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize(), Xuan Zhuo
- [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset, Xuan Zhuo
- [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset, Xuan Zhuo
- [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset, Xuan Zhuo
- [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci, Xuan Zhuo
- [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually, Xuan Zhuo
- [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed(), Xuan Zhuo
- [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v13 33/42] virtio: find_vqs() add arg sizes, Xuan Zhuo
- [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v13 35/42] virtio_mmio: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs(), Xuan Zhuo
- [PATCH v13 41/42] virtio_net: support tx queue resize, Xuan Zhuo
- [PATCH v13 40/42] virtio_net: support rx queue resize, Xuan Zhuo
- [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size(), Xuan Zhuo
- [PATCH v13 39/42] virtio_net: split free_unused_bufs(), Xuan Zhuo
- [PATCH v13 42/42] virtio_net: support set_ringparam, Xuan Zhuo
- [PATCH bpf-next 0/3] Parameterize task iterators.,
Kui-Feng Lee
- [PATCH bpf-next 3/3] selftests/bpf: Test parameterized task BPF iterators., Kui-Feng Lee
[PATCH -next] bpf: remove unneeded semicolon,
Yang Li
[syzbot] WARNING in __dev_queue_xmit,
syzbot
Re: WARNING in inet_sock_destruct, Paolo Abeni
[PATCH bpf-next v3 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key,
Paul Chaignon
[RFC PATCH v4 0/2] Add capabilities file to securityfs,
Francis Laniel
[PATCH bpf-next] xdp: report rx queue index in xdp_frame,
Lorenzo Bianconi
[PATCH bpf-next] net: netfilter: Remove ifdefs for code shared by BPF and ctnetlink,
Kumar Kartikeya Dwivedi
[PATCH bpf-next] selftests/bpf: augment snprintf_btf tests with string overflow tests,
Alan Maguire
[PATCH bpf-next 0/5] bpf: Fixes for CONFIG_X86_KERNEL_IBT,
Jiri Olsa
PLEASE CONFIRM MY PREVIOUS MAIL FOR MORE DETAILS., Mrs. Linda Harakan
general protection fault in sock_def_error_report,
Dipanjan Das
[PATCH bpf-next] bpf: devmap: compute proper xdp_frame len redirecting frames,
Lorenzo Bianconi
[PATCH bpf-next 0/2] Fix test_probe_user on s390x,
Ilya Leoshkevich
pull-request: bpf-next 2022-07-22,
Daniel Borkmann
[PATCH bpf-next v1 1/1] bpf: Fix bpf_xdp_pointer return pointer,
Joanne Koong
[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map,
Dave Marchevsky
- [RFC PATCH bpf-next 01/11] bpf: Pull repeated reg access bounds check into helper fn, Dave Marchevsky
- [RFC PATCH bpf-next 05/11] bpf: Add bpf_spin_lock member to rbtree, Dave Marchevsky
- [RFC PATCH bpf-next 02/11] bpf: Add verifier support for custom callback return range, Dave Marchevsky
- [RFC PATCH bpf-next 07/11] bpf: Enforce spinlock hold for bpf_rbtree_{add,remove,find}, Dave Marchevsky
- [RFC PATCH bpf-next 03/11] bpf: Add rb_node_off to bpf_map, Dave Marchevsky
- [RFC PATCH bpf-next 06/11] bpf: Add bpf_rbtree_{lock,unlock} helpers, Dave Marchevsky
- [RFC PATCH bpf-next 04/11] bpf: Add rbtree map, Dave Marchevsky
- [RFC PATCH bpf-next 08/11] bpf: Add OBJ_NON_OWNING_REF type flag, Dave Marchevsky
- [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags, Dave Marchevsky
- [RFC PATCH bpf-next 09/11] bpf: Add CONDITIONAL_RELEASE type flag, Dave Marchevsky
- [RFC PATCH bpf-next 11/11] selftests/bpf: Add rbtree map tests, Dave Marchevsky
- Re: [RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map, Yonghong Song
- Re: [RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map, Alexei Starovoitov
- Re: [RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map, Andrii Nakryiko
[PATCH bpf 1/2] bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI,
Paul E. McKenney
[PATCH bpf-next v2 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier,
Joanne Koong
[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats,
Yosry Ahmed
- [PATCH bpf-next v5 1/8] btf: Add a new kfunc flag which allows to mark a function to be sleepable, Yosry Ahmed
- [PATCH bpf-next v5 2/8] cgroup: enable cgroup_get_from_file() on cgroup1, Yosry Ahmed
- [PATCH bpf-next v5 3/8] bpf, iter: Fix the condition on p when calling stop., Yosry Ahmed
- [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter, Yosry Ahmed
- [PATCH bpf-next v5 5/8] selftests/bpf: Test cgroup_iter., Yosry Ahmed
- [PATCH bpf-next v5 6/8] cgroup: bpf: enable bpf programs to integrate with rstat, Yosry Ahmed
- [PATCH bpf-next v5 7/8] selftests/bpf: extend cgroup helpers, Yosry Ahmed
- [PATCH bpf-next v5 8/8] bpf: add a selftest for cgroup hierarchical stats collection, Yosry Ahmed
- Re: [PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats, Yonghong Song
[RFC][PATCH v3 00/15] bpf: Per-operation map permissions,
Roberto Sassu
- [RFC][PATCH v3 01/15] bpftool: Attempt to link static libraries, Roberto Sassu
- [RFC][PATCH v3 02/15] bpf: Set open_flags as last bpf_attr field for bpf_*_get_fd_by_id() funcs, Roberto Sassu
- [RFC][PATCH v3 04/15] libbpf: Introduce bpf_map_get_fd_by_id_opts(), Roberto Sassu
- [RFC][PATCH v3 03/15] libbpf: Introduce bpf_prog_get_fd_by_id_opts(), Roberto Sassu
- [RFC][PATCH v3 05/15] libbpf: Introduce bpf_btf_get_fd_by_id_opts(), Roberto Sassu
- [RFC][PATCH v3 07/15] libbpf: Introduce bpf_obj_get_opts(), Roberto Sassu
- [RFC][PATCH v3 06/15] libbpf: Introduce bpf_link_get_fd_by_id_opts(), Roberto Sassu
- [RFC][PATCH v3 08/15] bpftool: Add opts parameter to open_obj_pinned_any() and open_obj_pinned(), Roberto Sassu
- [RFC][PATCH v3 09/15] bpftool: Add opts parameter to *_parse_fd() functions, Roberto Sassu
- [RFC][PATCH v3 10/15] bpftool: Add opts parameter to *_parse_fds(), Roberto Sassu
- [RFC][PATCH v3 11/15] bpftool: Add opts parameter to map_parse_fd_and_info(), Roberto Sassu
- [RFC][PATCH v3 12/15] bpftool: Add opts parameter in struct_ops functions, Roberto Sassu
- [RFC][PATCH v3 13/15] bpftool: Complete switch to bpf_*_get_fd_by_id_opts(), Roberto Sassu
- [RFC][PATCH v3 14/15] bpftool: Adjust map permissions, Roberto Sassu
- [RFC][PATCH v3 15/15] selftests/bpf: Add map access tests, Roberto Sassu
[syzbot] bpf-next build error (4), syzbot
[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range,
syzbot
[PATCH bpf-next] bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTF,
Kumar Kartikeya Dwivedi
[RFC] ftrace: Add support to keep some functions out of ftrace,
Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Peter Zijlstra
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Alexei Starovoitov
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Steven Rostedt
- Re: [RFC] ftrace: Add support to keep some functions out of ftrace, Jiri Olsa
[PATCH] nfp: bpf: Fix typo 'the the' in comment,
Slark Xiao
[PATCH bpf-next v4 0/8] bpf: rstat: cgroup hierarchical stats,
Yosry Ahmed
[PATCH v3 0/4] Introduce security_create_user_ns(),
Frederick Lawler
[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices,
Benjamin Tissoires
- [PATCH bpf-next v7 01/24] selftests/bpf: fix config for CLS_BPF, Benjamin Tissoires
- [PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context, Benjamin Tissoires
- [PATCH bpf-next v7 03/24] bpf/verifier: do not clear meta in check_mem_size, Benjamin Tissoires
- [PATCH bpf-next v7 08/24] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton, Benjamin Tissoires
- [PATCH bpf-next v7 06/24] selftests/bpf: Add tests for kfunc returning a memory pointer, Benjamin Tissoires
- [PATCH bpf-next v7 10/24] HID: export hid_report_type to uapi, Benjamin Tissoires
- [PATCH bpf-next v7 07/24] bpf: prepare for more bpf syscall to be used from kernel and user space., Benjamin Tissoires
- [PATCH bpf-next v7 11/24] HID: convert defines of HID class requests into a proper enum, Benjamin Tissoires
- [PATCH bpf-next v7 04/24] selftests/bpf: add test for accessing ctx from syscall program type, Benjamin Tissoires
- [PATCH bpf-next v7 09/24] HID: core: store the unique system identifier in hid_device, Benjamin Tissoires
- [PATCH bpf-next v7 15/24] HID: bpf: allocate data memory for device_event BPF programs, Benjamin Tissoires
- [PATCH bpf-next v7 18/24] selftests/bpf: add tests for bpf_hid_hw_request, Benjamin Tissoires
- [PATCH bpf-next v7 12/24] HID: Kconfig: split HID support and hid-core compilation, Benjamin Tissoires
- [PATCH bpf-next v7 16/24] selftests/bpf/hid: add test to change the report size, Benjamin Tissoires
- [PATCH bpf-next v7 20/24] selftests/bpf: add report descriptor fixup tests, Benjamin Tissoires
- [PATCH bpf-next v7 23/24] HID: bpf: add Surface Dial example, Benjamin Tissoires
- [PATCH bpf-next v7 14/24] selftests/bpf: add tests for the HID-bpf initial implementation, Benjamin Tissoires
- [PATCH bpf-next v7 19/24] HID: bpf: allow to change the report descriptor, Benjamin Tissoires
- [PATCH bpf-next v7 17/24] HID: bpf: introduce hid_hw_request(), Benjamin Tissoires
- [PATCH bpf-next v7 13/24] HID: initial BPF implementation, Benjamin Tissoires
- [PATCH bpf-next v7 22/24] samples/bpf: add new hid_mouse example, Benjamin Tissoires
- [PATCH bpf-next v7 21/24] selftests/bpf: Add a test for BPF_F_INSERT_HEAD, Benjamin Tissoires
- [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs, Benjamin Tissoires
- [PATCH bpf-next v7 05/24] bpf/verifier: allow kfunc to return an allocated mem, Benjamin Tissoires
- Re: [PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices, Tero Kristo
[PATCH net-next 0/2] RTAX_INITRWND should be able to bring the rcv_ssthresh above 64KiB,
Marek Majkowski
Signedness of char in BTF,
Lorenz Bauer
[PATCH bpf-next v7 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 06/13] net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 01/13] bpf: Introduce 8-byte BTF set, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 02/13] tools/resolve_btfids: Add support for 8-byte BTF sets, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 05/13] bpf: Add documentation for kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 09/13] net: netfilter: Add kfuncs to set and change CT status, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 04/13] bpf: Add support for forcing kfunc args to be trusted, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 07/13] net: netfilter: Add kfuncs to allocate and insert CT, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 03/13] bpf: Switch to new kfunc flags infrastructure, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 10/13] selftests/bpf: Add verifier tests for trusted kfunc args, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 08/13] net: netfilter: Add kfuncs to set and change CT timeout, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 12/13] selftests/bpf: Add negative tests for new nf_conntrack kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 11/13] selftests/bpf: Add tests for new nf_conntrack kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v7 13/13] selftests/bpf: Fix test_verifier failed test in unprivileged mode, Kumar Kartikeya Dwivedi
- Re: [PATCH bpf-next v7 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status, Zvi Effron
- Re: [PATCH bpf-next v7 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status, patchwork-bot+netdevbpf
[PATCH bpf-next] bpf, arm64: Fix compile error in dummy_tramp(),
Xu Kuohai
[PATCH 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid(),
Lee Jones
[PATCH] bpf_doc.py: Use SPDX-License-Identifier,
Alejandro Colomar
[PATCH bpf-next v1 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier,
Joanne Koong
[PATCH v2] docs: Fix typo in comment,
Slark Xiao
Re: [PATCH v2] docs: Fix typo in comment, David Howells
[PATCH bpf-next] samples/bpf: Don't use uninitialized cg2 variable,
Daniel Müller
[syzbot] WARNING: still has locks held in tls_rx_reader_lock, syzbot
[PATCH bpf-next] bpf: Check attach_func_proto more carefully in check_helper_call,
Stanislav Fomichev
[PATCH bpf-next v2] bpf: fix bpf_trampoline_{,un}link_cgroup_shim ifdef guards,
Stanislav Fomichev
[PATCH bpf-next 0/4] destructive bpf kfuncs (was: bpf_panic),
Artem Savkov
[PATCH] docs: bpf: Fix typo in comment, Slark Xiao
[syzbot] KASAN: invalid-free in free_prealloced_shrinker, syzbot
[PATCH bpf-next] bpf: fix bpf_shim_tramp_link_release ifdef guards,
Stanislav Fomichev
[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset, Xuan Zhuo
- [PATCH v12 01/40] virtio: record the maximum queue num supported by the device., Xuan Zhuo
- [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset, Xuan Zhuo
- [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring, Xuan Zhuo
- [PATCH v12 05/40] virtio_ring: split vring_virtqueue, Xuan Zhuo
- [PATCH v12 06/40] virtio_ring: introduce virtqueue_init(), Xuan Zhuo
- [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split(), Xuan Zhuo
- [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring, Xuan Zhuo
- [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init, Xuan Zhuo
- [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split(), Xuan Zhuo
- [PATCH v12 13/40] virtio_ring: split: reserve vring_align, may_reduce_num, Xuan Zhuo
- [PATCH v12 15/40] virtio_ring: packed: introduce vring_free_packed, Xuan Zhuo
- [PATCH v12 14/40] virtio_ring: split: introduce virtqueue_resize_split(), Xuan Zhuo
- [PATCH v12 16/40] virtio_ring: packed: extract the logic of alloc queue, Xuan Zhuo
- [PATCH v12 17/40] virtio_ring: packed: extract the logic of alloc state and extra, Xuan Zhuo
- [PATCH v12 18/40] virtio_ring: packed: extract the logic of attach vring, Xuan Zhuo
- [PATCH v12 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed(), Xuan Zhuo
- [PATCH v12 25/40] virtio: queue_reset: add VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v12 21/40] virtio_ring: packed: introduce virtqueue_resize_packed(), Xuan Zhuo
- [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset, Xuan Zhuo
- [PATCH v12 19/40] virtio_ring: packed: extract the logic of vring init, Xuan Zhuo
- [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset, Xuan Zhuo
- [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET, Xuan Zhuo
- [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize(), Xuan Zhuo
- [PATCH v12 23/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data, Xuan Zhuo
- [PATCH v12 29/40] virtio_pci: extract the logic of active vq for modern pci, Xuan Zhuo
- [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually, Xuan Zhuo
- [PATCH v12 28/40] virtio_pci: introduce helper to get/set queue reset, Xuan Zhuo
- [PATCH v12 31/40] virtio: find_vqs() add arg sizes, Xuan Zhuo
- [PATCH v12 39/40] virtio_net: support tx queue resize, Xuan Zhuo
- [PATCH v12 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size(), Xuan Zhuo
- [PATCH v12 35/40] virtio_net: set the default max ring size by find_vqs(), Xuan Zhuo
- [PATCH v12 37/40] virtio_net: split free_unused_bufs(), Xuan Zhuo
- [PATCH v12 32/40] virtio_pci: support the arg sizes of find_vqs(), Xuan Zhuo
- [PATCH v12 34/40] virtio: add helper virtio_find_vqs_ctx_size(), Xuan Zhuo
- [PATCH v12 40/40] virtio_net: support set_ringparam, Xuan Zhuo
- [PATCH v12 38/40] virtio_net: support rx queue resize, Xuan Zhuo
- [PATCH v12 33/40] virtio_mmio: support the arg sizes of find_vqs(), Xuan Zhuo
[PATCH AUTOSEL 5.18 34/54] xdp: Fix spurious packet loss in generic XDP TX path, Sasha Levin
[PATCH AUTOSEL 5.18 05/54] x86/retpoline: Cleanup some #ifdefery, Sasha Levin
[PATCH v5 bpf-next 0/4] ftrace: host klp and bpf trampoline together,
Song Liu
[PATCH v2 bpf-next] bpf: Cleanup check_refcount_ok,
Dave Marchevsky
[PATCH v2 bpf-next] libbpf: Add bpf_obj_get_opts(),
Joe Burton
[PATCH bpf-next] bpf: Cleanup check_refcount_ok,
Dave Marchevsky
[PATCH bpf-next v2 0/3] Maintain selftest configuration in-tree,
Daniel Müller
[PATCH 1/4] tools, build: Retry detection of bfd-related features,
Roberto Sassu
[PATCH bpf-next v6 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 01/13] bpf: Introduce BTF ID flags and 8-byte BTF set, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 09/13] net: netfilter: Add kfuncs to set and change CT status, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 07/13] net: netfilter: Add kfuncs to allocate and insert CT, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 02/13] tools/resolve_btfids: Add support for resolving kfunc flags, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 05/13] bpf: Add documentation for kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 10/13] selftests/bpf: Add verifier tests for trusted kfunc args, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 04/13] bpf: Add support for forcing kfunc args to be trusted, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 06/13] net: netfilter: Deduplicate code in bpf_{xdp,skb}_ct_lookup, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 08/13] net: netfilter: Add kfuncs to set and change CT timeout, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 12/13] selftests/bpf: Add negative tests for new nf_conntrack kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 03/13] bpf: Switch to new kfunc flags infrastructure, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 11/13] selftests/bpf: Add tests for new nf_conntrack kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v6 13/13] selftests/bpf: Fix test_verifier failed test in unprivileged mode, Kumar Kartikeya Dwivedi
Re: [PATCH rfc 0/6] Scheduler BPF,
Ren Zhijie
[PATCH] libbpf: fix str_has_sfx(),
Dan Carpenter
[PATCH] libbpf: fix an snprintf() overflow check,
Dan Carpenter
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]