BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH bpf-next v3 3/7] bpftool: Support inline annotations when dumping the CFG of a program, (continued)
- KASAN: use-after-free Read in tcp_write_timer_handler,
Dae R. Jeong
- [PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1,
Kal Conley
- [PATCH RFC bpf-next v1 0/9] Exceptions - 1/2,
Kumar Kartikeya Dwivedi
- [linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6, kernel test robot
- [PATCH] BPF: make verifier 'misconfigured' errors more meaningful,
zhongjun
- [PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier.,
Alexei Starovoitov
- [PATCH bpf-next 1/8] bpf: Invoke btf_struct_access() callback only for writes., Alexei Starovoitov
- [PATCH bpf-next 2/8] bpf: Remove unused arguments from btf_struct_access()., Alexei Starovoitov
- [PATCH bpf-next 3/8] bpf: Refactor btf_nested_type_is_trusted()., Alexei Starovoitov
- [PATCH bpf-next 4/8] bpf: Teach verifier that certain helpers accept NULL pointer., Alexei Starovoitov
- [PATCH bpf-next 5/8] bpf: Refactor NULL-ness check in check_reg_type()., Alexei Starovoitov
- [PATCH bpf-next 6/8] bpf: Allowlist few fields similar to __rcu tag., Alexei Starovoitov
- [PATCH bpf-next 7/8] bpf: Undo strict enforcement for walking untagged fields., Alexei Starovoitov
- [PATCH bpf-next 8/8] selftests/bpf: Add tracing tests for walking skb and req., Alexei Starovoitov
- Re: [PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier., David Vernet
- Re: [PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier., patchwork-bot+netdevbpf
- [PATCH net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function,
Song Yoong Siang
- [PATCH v3 bpf-next 00/19] BPF verifier rotating log,
Andrii Nakryiko
- [PATCH v3 bpf-next 02/19] bpf: remove minimum size restrictions on verifier log buffer, Andrii Nakryiko
- [PATCH v3 bpf-next 01/19] bpf: split off basic BPF verifier log into separate file, Andrii Nakryiko
- [PATCH v3 bpf-next 03/19] bpf: switch BPF verifier log to be a rotating log by default, Andrii Nakryiko
- [PATCH v3 bpf-next 04/19] libbpf: don't enforce unnecessary verifier log restrictions on libbpf side, Andrii Nakryiko
- [PATCH v3 bpf-next 06/19] selftests/bpf: add fixed vs rotating verifier log tests, Andrii Nakryiko
- [PATCH v3 bpf-next 07/19] bpf: ignore verifier log reset in BPF_LOG_KERNEL mode, Andrii Nakryiko
- [PATCH v3 bpf-next 05/19] veristat: add more veristat control over verifier log options, Andrii Nakryiko
- [PATCH v3 bpf-next 08/19] bpf: fix missing -EFAULT return on user log buf error in btf_parse(), Andrii Nakryiko
- [PATCH v3 bpf-next 09/19] bpf: avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode, Andrii Nakryiko
- [PATCH v3 bpf-next 10/19] bpf: simplify logging-related error conditions handling, Andrii Nakryiko
- [PATCH v3 bpf-next 12/19] bpf: add log_size_actual output field to return log contents size, Andrii Nakryiko
- [PATCH v3 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes, Andrii Nakryiko
- [PATCH v3 bpf-next 13/19] bpf: simplify internal verifier log interface, Andrii Nakryiko
- [PATCH v3 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested, Andrii Nakryiko
- [PATCH v3 bpf-next 17/19] selftests/bpf: add tests to validate log_size_actual feature, Andrii Nakryiko
- [PATCH v3 bpf-next 18/19] selftests/bpf: add testing of log_buf==NULL condition for BPF_PROG_LOAD, Andrii Nakryiko
- [PATCH v3 bpf-next 19/19] selftests/bpf: add verifier log tests for BPF_BTF_LOAD command, Andrii Nakryiko
- [PATCH v3 bpf-next 16/19] libbpf: wire through log_size_actual for bpf_btf_load() API, Andrii Nakryiko
- [PATCH v3 bpf-next 15/19] libbpf: wire through log_size_actual returned from kernel for BPF_PROG_LOAD, Andrii Nakryiko
- Re: [PATCH v3 bpf-next 00/19] BPF verifier rotating log, Lorenz Bauer
- Dynptrs and Strings,
Daniel Rosenberg
- [PATCH bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value,
Jiri Olsa
- [PATCH bpf] selftests/bpf: Poll for receive in cg_storage_multi test,
YiFei Zhu
- [PATCH bpf v3 00/12] bpf sockmap fixes,
John Fastabend
- [PATCH bpf v3 01/12] bpf: sockmap, pass skb ownership through read_skb, John Fastabend
- [PATCH bpf v3 02/12] bpf: sockmap, convert schedule_work into delayed_work, John Fastabend
- [PATCH bpf v3 04/12] bpf: sockmap, handle fin correctly, John Fastabend
- [PATCH bpf v3 03/12] bpf: sockmap, improved check for empty queue, John Fastabend
- [PATCH bpf v3 05/12] bpf: sockmap, TCP data stall on recv before accept, John Fastabend
- [PATCH bpf v3 06/12] bpf: sockmap, wake up polling after data copy, John Fastabend
- [PATCH bpf v3 07/12] bpf: sockmap incorrectly handling copied_seq, John Fastabend
- [PATCH bpf v3 08/12] bpf: sockmap, pull socket helpers out of listen test for general use, John Fastabend
- [PATCH bpf v3 09/12] bpf: sockmap, build helper to create connected socket pair, John Fastabend
- [PATCH bpf v3 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0, John Fastabend
- [PATCH bpf v3 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer, John Fastabend
- [PATCH bpf v3 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops, John Fastabend
- [PATCH bpf-next] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call,
Dave Marchevsky
- [PATCH bpf] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call,
Dave Marchevsky
- [PATCH bpf-next] selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko,
Ilya Leoshkevich
- [PATCH bpf-next v4] bpf: Support 64-bit pointers to kfuncs,
Ilya Leoshkevich
- [PATCH bpf-next 0/2] selftests: xsk: Add test case for packets at end of UMEM,
Kal Conley
- [PATCH bpf] xsk: Fix unaligned descriptor validation,
Kal Conley
- [PATCH bpf-next] selftests: xsk: Add xskxceiver.h dependency to Makefile,
Kal Conley
- Syzkaller reported fail of bpf_trampoline_unlink_prog, Chen Zhongjin
- [PATCH bpf] selftests: xsk: Disable IPv6 on VETH1,
Kal Conley
- [PATCH bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test,
Kal Conley
- [PATCH bpf] selftests: xsk: Add xskxceiver.h dependency to Makefile,
Kal Conley
- [PATCH v5 0/4] Add ftrace direct call for arm64,
Florent Revest
- [PATCH v4 0/4] Add ftrace direct call for arm64,
Florent Revest
- [PATCH bpf-next v2 0/3] Add FOU support for externally controlled ipip devices,
Christian Ehrig
- [PATCH net-next 0/5] tsnep: XDP socket zero-copy support,
Gerhard Engleder
- [PATCH bpf-next] bpf: compute hashes in bloom filter similar to hashmap,
Anton Protopopov
- [PATCH bpf V6 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash,
Jesper Dangaard Brouer
- [PATCH bpf V6 4/5] mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type, Jesper Dangaard Brouer
[PATCH bpf-next v4 1/2] docs/bpf: Add table to describe LRU properties,
Joe Stringer
[PATCH v2 bpf-next] bpf: optimize hashmap lookups when key_size is divisible by 4,
Anton Protopopov
[PATCH bpf-next 0/3] Add FOU support for externally controlled ipip devices,
Christian Ehrig
[PATCH bpf-next] bpf, arm64: Fixed a BTI error on returning to patched function,
Xu Kuohai
[PATCH bpf-next] bpf: optimize hashmap lookups when key_size is divisible by 4,
Anton Protopopov
[syzbot] [bpf?] KASAN: slab-use-after-free Read in htab_map_alloc, syzbot
[PATCH AUTOSEL 6.1 06/24] selftests/bpf: Fix progs/find_vma_fail1.c build error., Sasha Levin
[PATCH AUTOSEL 6.2 07/25] selftests/bpf: Fix progs/find_vma_fail1.c build error., Sasha Levin
[PATCH v3 bpf-next 0/4] Prepare veristat for packaging,
Andrii Nakryiko
[PATCH v2 bpf-next 1/3] veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensed,
Andrii Nakryiko
[linux-next:master] BUILD REGRESSION 4b0f4525dc4fe8af17b3daefe585f0c2eb0fe0a5, kernel test robot
[PATCH bpf-next v2 0/3] Enable RCU semantics for task kptrs,
David Vernet
[PATCH bpf-next 1/2] veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensed,
Andrii Nakryiko
[PATCH bpf V5 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash,
Jesper Dangaard Brouer
[PATCH v3 55/55] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES), David Howells
[PATCH v3 42/55] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES), David Howells
[PATCH v3 10/55] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg, David Howells
[PATCH bpf V4 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash,
Jesper Dangaard Brouer
[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes,
Roberto Sassu
[QUESTION] BPF trampoline limits,
andrea terzolo
[PATCHv4 bpf-next 0/3] selftests/bpf: Add read_build_id function,
Jiri Olsa
[PATCH bpf-next] selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_create,
James Hilliard
[PATCH bpf-next 0/3] Enable RCU semantics for task kptrs,
David Vernet
[PATCH dwarves] fprintf: Fix `*` not being printed for pointers with btf_type_tag,
Eduard Zingerman
[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible,
Yosry Ahmed
[PATCH bpf-next] veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLS,
Andrii Nakryiko
[QUESTION] usage of libbpf_probe_bpf_prog_type API,
andrea terzolo
[PATCH bpf RFC-V3 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash,
Jesper Dangaard Brouer
[linux-next:master] BUILD REGRESSION a6d9e3034536ba4b68ac34490c02267e6eec9c05, kernel test robot
[PATCH v5 bpf-next 0/7] bpf: Add socket destroy capability,
Aditi Ghag
[PATCH bpf-next 1/2] bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg,
David Vernet
[PATCH bpf-next v2] kallsyms: move module-related functions under correct configs,
Viktor Malik
[PATCH bpf-next 0/7] bpf: Improve verifier for cond_op and spilled loop index variables,
Yonghong Song
[PATCH bpf-next 0/8] Teach verifier to determine necessary log buffer size,
Andrii Nakryiko
[RESUBMIT bpf-next 0/2] Fix copy_from_user_nofault(),
Florian Lehner
[PATCH bpf-next v2 00/10] xsk: Support UMEM chunk_size > PAGE_SIZE,
Kal Conley
- [PATCH bpf-next v2 01/10] selftests: xsk: Add xskxceiver.h dependency to Makefile, Kal Conley
- [PATCH bpf-next v2 03/10] selftests: xsk: Add test case for packets at end of UMEM, Kal Conley
- [PATCH bpf-next v2 02/10] selftests: xsk: Use correct UMEM size in testapp_invalid_desc, Kal Conley
- [PATCH bpf-next v2 04/10] selftests: xsk: Deflakify STATS_RX_DROPPED test, Kal Conley
- [PATCH bpf-next v2 05/10] selftests: xsk: Disable IPv6 on VETH1, Kal Conley
- [PATCH bpf-next v2 06/10] xsk: Add check for unaligned descriptors that overrun UMEM, Kal Conley
- [PATCH bpf-next v2 07/10] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE, Kal Conley
- [PATCH bpf-next v2 09/10] selftests: xsk: Use hugepages when umem->frame_size > PAGE_SIZE, Kal Conley
- [PATCH bpf-next v2 08/10] xsk: Support UMEM chunk_size > PAGE_SIZE, Kal Conley
- [PATCH bpf-next v2 10/10] selftests: xsk: Add tests for 8K and 9K frame sizes, Kal Conley
[PATCH bpf RFC-V2 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash,
Jesper Dangaard Brouer
[RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES),
David Howells
[RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES), David Howells
[RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg, David Howells
[PATCH v9 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes,
Roberto Sassu
[PATCH bpf-next v2 0/2] Allow BPF TCP CCs to write app_limited,
Yixin Shen
[PATCH] tools: bpftool: json: fix backslash escape typo in jsonw_puts,
Manu Bretelle
[PATCH v2 bpf-next 0/6] BPF verifier rotating log,
Andrii Nakryiko
[PATCH v2 0/9] memcg: make rstat flushing irq and sleep,
Yosry Ahmed
[PATCH bpf RFC 0/4] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash,
Jesper Dangaard Brouer
Flaky bpf cg_storage_* tests,
Martin KaFai Lau
[PATCH net 1/4] ice: fix W=1 headers mismatch,
Tony Nguyen
[PATCH 0/2] Allow BPF TCP CCs to write app_limited,
Yixin Shen
[PATCH bpf-next v2] selftests/bpf: Rewrite two infinite loops in bound check cases,
Xu Kuohai
[RFC PATCH net-next] bpf, net: support redirecting to ifb with bpf,
Yafang Shao
[PATCH 00/16] virtio-net: split virtio-net.c,
Xuan Zhuo
- [PATCH 01/16] virtio_net: add a separate directory for virtio-net, Xuan Zhuo
- [PATCH 02/16] virtio_net: move struct to header file, Xuan Zhuo
- [PATCH 03/16] virtio_net: add prefix to the struct inside header file, Xuan Zhuo
- [PATCH 05/16] virtio_net: separate virtnet_ctrl_set_queues(), Xuan Zhuo
- [PATCH 07/16] virtio_net: remove lock from virtnet_ack_link_announce(), Xuan Zhuo
- [PATCH 06/16] virtio_net: separate virtnet_ctrl_set_mac_address(), Xuan Zhuo
- [PATCH 04/16] virtio_net: separating cpu-related funs, Xuan Zhuo
- [PATCH 09/16] virtio_net: introduce virtnet_rq_update_stats(), Xuan Zhuo
- [PATCH 14/16] virtio_net: move virtnet_[en/dis]able_delayed_refill to header file, Xuan Zhuo
- [PATCH 13/16] virtio_net: prepare for virtio, Xuan Zhuo
[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]