BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH bpf V2] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support, (continued)
- [PATCH bpf-next V2 0/6] XDP-hints kfuncs for Intel driver igc,
Jesper Dangaard Brouer
- [bug report] bpf: add support for open-coded iterator loops,
Dan Carpenter
- [PATCH bpf-next 0/4] bpf: Support ksym detection in light skeleton.,
Alexei Starovoitov
- [PATCH] tracing: Refuse fprobe if RCU is not watching,
Yafang Shao
- [PATCH v5 net-next] net-sysfs: display two backlog queue len separately,
Jason Xing
- [PATCH bpf-next v2 0/3] net: skbuff: skb bitfield compaction - bpf,
Jakub Kicinski
- [PATCH bpf-next V2] xsk: allow remap of fill and/or completion rings,
Nuno Gonçalves
- [PATCH bpf-next v9 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
- [PATCH bpf-next v9 2/8] net: Update an existing TCP congestion control algorithm., Kui-Feng Lee
- [PATCH bpf-next v9 3/8] bpf: Create links for BPF struct_ops maps., Kui-Feng Lee
- [PATCH bpf-next v9 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()., Kui-Feng Lee
- [PATCH bpf-next v9 1/8] bpf: Retire the struct_ops map kvalue->refcnt., Kui-Feng Lee
- [PATCH bpf-next v9 5/8] bpf: Update the struct_ops of a bpf_link., Kui-Feng Lee
- [PATCH bpf-next v9 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms., Kui-Feng Lee
- [PATCH bpf-next v9 6/8] libbpf: Update a bpf_link with another struct_ops., Kui-Feng Lee
- [PATCH bpf-next v9 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link., Kui-Feng Lee
- Re: [PATCH bpf-next v9 0/8] Transit between BPF TCP congestion controls., Kui-Feng Lee
- <Possible follow-ups>
- [PATCH bpf-next v9 0/8] Transit between BPF TCP congestion controls., Kui-Feng Lee
- [PATCH bpf] bpf: Adjust insufficient default bpf_jit_limit,
Daniel Borkmann
- [PATCH bpf-next] xsk: allow remap of fill and/or completion rings,
Nuno Gonçalves
- [PATCH bpf-next] selftests/xsk: add xdp populate metadata test,
Tushar Vyavahare
- [PATCH v1] libbpf: Explicitly call write to append content to file,
Liu Pan
- [PATCH AUTOSEL 6.1 08/29] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 5.15 07/17] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 5.4 05/12] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 5.10 06/15] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer,
Sasha Levin
- [PATCH bpf-next 1/2] libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.,
Alexei Starovoitov
- [PATCH bpf-next 0/3] Support UMEM chunk_size > PAGE_SIZE,
Kal Conley
- [Patch net-next v3] sock_map: dump socket map id via diag,
Cong Wang
- [PATCH bpf-next v8 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
- [PATCH bpf-next 0/2] error checking where helpers call bpf_map_ops,
inwardvessel
- [PATCHSET v3] sched: Implement BPF extensible scheduler class,
Tejun Heo
- [PATCH 02/32] sched: Encapsulate task attribute change sequence into a helper macro, Tejun Heo
- [PATCH 01/32] cgroup: Implement cgroup_show_cftypes(), Tejun Heo
- [PATCH 11/32] sched: Add normal_policy(), Tejun Heo
- [PATCH 03/32] sched: Restructure sched_class order sanity checks in sched_init(), Tejun Heo
- [PATCH 07/32] sched: Factor out cgroup weight conversion functions, Tejun Heo
- [PATCH 09/32] sched: Enumerate CPU cgroup file types, Tejun Heo
- [PATCH 10/32] sched: Add @reason to sched_class->rq_{on|off}line(), Tejun Heo
- [PATCH 17/32] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT, Tejun Heo
- [PATCH 15/32] sched_ext: Add sysrq-S which disables the BPF scheduler, Tejun Heo
- [PATCH 21/32] sched_ext: Add task state tracking operations, Tejun Heo
- [PATCH 20/32] sched_ext: Make watchdog handle ops.dispatch() looping stall, Tejun Heo
- [PATCH 04/32] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork(), Tejun Heo
- [PATCH 16/32] sched_ext: Implement runnable task stall watchdog, Tejun Heo
- [PATCH 19/32] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support, Tejun Heo
- [PATCH 23/32] sched_ext: Track tasks that are subjects of the in-flight SCX operation, Tejun Heo
- [PATCH 30/32] sched_ext: Documentation: scheduler: Document extensible scheduler class, Tejun Heo
- [PATCH 27/32] sched_ext: Implement sched_ext_ops.cpu_online/offline(), Tejun Heo
- [PATCH 32/32] sched_ext: Add a rust userspace hybrid example scheduler, Tejun Heo
- [PATCH 29/32] sched_ext: Add vtime-ordered priority queue to dispatch_q's, Tejun Heo
- [PATCH 22/32] sched_ext: Implement tickless support, Tejun Heo
- [PATCH 31/32] sched_ext: Add a basic, userland vruntime scheduler, Tejun Heo
- [PATCH 08/32] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK(), Tejun Heo
- [PATCH 28/32] sched_ext: Implement core-sched support, Tejun Heo
- [PATCH 26/32] sched_ext: Implement sched_ext_ops.cpu_acquire/release(), Tejun Heo
- [PATCH 25/32] sched_ext: Implement SCX_KICK_WAIT, Tejun Heo
- [PATCH 06/32] sched: Add sched_class->switching_to() and expose check_class_changing/changed(), Tejun Heo
- [PATCH 24/32] sched_ext: Add cgroup support, Tejun Heo
- [PATCH 18/32] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext, Tejun Heo
- [PATCH 12/32] sched_ext: Add boilerplate for extensible scheduler class, Tejun Heo
- [PATCH 14/32] sched_ext: Add scx_example_simple and scx_example_qmap example schedulers, Tejun Heo
- [PATCH 05/32] sched: Add sched_class->reweight_task(), Tejun Heo
- [PATCH v2 bpf-next 0/4] bpf: Add detection of kfuncs.,
Alexei Starovoitov
- [PATCH bpf-next v2] selftests/bpf: add --json-summary option to test_progs,
Manu Bretelle
- [PATCH 0/5] usermode_driver: Add management library and API,
Roberto Sassu
- [PATCH bpf-next V1 0/7] XDP-hints kfuncs for Intel driver igc,
Jesper Dangaard Brouer
- [PATCH bpf-next] selftests/bpf: Filter out preempt_count_ functions from kprobe_multi bench,
Yafang Shao
- [PATCH bpf-next] kallsyms: move find_kallsyms_symbol_value out of internal header,
Viktor Malik
- [PATCH v2] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work(),
starmiku1207184332
[PATCH net v2] net: xdp: don't call notifiers during driver init,
Jakub Kicinski
bpf_timer memory utilization,
Chris Lai
[PATCH bpf-next 0/6] BPF verifier rotating log,
Andrii Nakryiko
[PATCH bpf-next 0/2] double-fix bpf_test_run + XDP_PASS recycling,
Alexander Lobakin
[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object,
Jiri Olsa
- [PATCHv3 bpf-next 1/9] mm: Store build id in file object, Jiri Olsa
- [PATCHv3 bpf-next 2/9] perf: Use file object build id in perf_event_mmap_event, Jiri Olsa
- [PATCHv3 bpf-next 3/9] bpf: Use file object build id in stackmap, Jiri Olsa
- [PATCHv3 bpf-next 4/9] bpf: Switch BUILD_ID_SIZE_MAX to enum, Jiri Olsa
- [PATCHv3 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id, Jiri Olsa
- [PATCHv3 bpf-next 6/9] selftests/bpf: Add err.h header, Jiri Olsa
- [PATCHv3 bpf-next 8/9] selftests/bpf: Add iter_task_vma_buildid test, Jiri Olsa
- [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function, Jiri Olsa
- [PATCHv3 bpf-next 9/9] selftests/bpf: Add file_build_id test, Jiri Olsa
- Re: [PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object, Matthew Wilcox
[RFC PATCH 28/28] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES),
David Howells
[RFC PATCH 21/28] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES), David Howells
[RFC PATCH 05/28] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg, David Howells
[linux-next:master] BUILD REGRESSION 6f72958a49f68553f2b6ff713e8c8e51a34c1e1e, kernel test robot
next: arm-32bit: build errors: kernel/module/internal.h:252:56: error: expected ';', ',' or ')' before 'const',
Naresh Kamboju
[PATCH bpf-next] selftests/bpf: add --json-summary option to test_progs,
Manu Bretelle
[PATCH bpf-next v2 0/5] Make struct bpf_cpumask RCU safe,
David Vernet
[PATCH bpf-next v7 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
[PATCH bpf-next 0/5] Make struct bpf_cpumask RCU safe,
David Vernet
[PATCH net] net: xdp: don't call notifiers during driver init,
Jakub Kicinski
[PATCH bpf-next 1/2] selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result,
Martin KaFai Lau
[PATCH bpf-next 0/2] bpf: Add detection of kfuncs.,
Alexei Starovoitov
[PATCH V4 bpf-next] BPF, docs: libbpf Overview Document,
Sreevani Sreejith
[PATCH bpf-next] libbpf: Ignore warnings about "inefficient alignment",
Daniel Müller
bpf: misleading spec_v1 check on variable-offset stack read?,
Luis Gerhorst
[PATCH net] net: atlantic: Fix crash when XDP is enabled but no program is loaded,
Toke Høiland-Jørgensen
[PATCH] module/decompress: Never use kunmap() for local un-mappings,
Fabio M. De Francesco
[PATCH 5.15 137/145] tools bpf_jit_disasm: Fix compilation error with new binutils, Greg Kroah-Hartman
[PATCH 5.15 138/145] tools bpftool: Fix compilation error with new binutils, Greg Kroah-Hartman
[PATCH 5.15 136/145] tools perf: Fix compilation error with new binutils, Greg Kroah-Hartman
[PATCH 5.15 135/145] tools include: add dis-asm-compat.h to handle version differences, Greg Kroah-Hartman
[PATCH 5.15 134/145] tools build: Add feature test for init_disassemble_info API changes, Greg Kroah-Hartman
[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in __build_skb_around,
syzbot
[PATCH v4 net-next 0/2] add some detailed data when reading softnet_stat,
Jason Xing
[PATCH] perf: fix segmentation fault in perf_event__synthesize_one_bpf_prog, Yi Wang
[PATCH] tools/resolve_btfids: Add libsubcmd to .gitignore,
Greg Thelen
[PATCH] kernel: bpf: stackmap: fix a possible sleep-in-atomic bug in bpf_mmap_unlock_get_irq_work(),
starmiku1207184332
[RFC net-next 0/8] virtio_net: refactor xdp codes,
Xuan Zhuo
- [RFC net-next 1/8] virtio_net: mergeable xdp: put old page immediately, Xuan Zhuo
- [RFC net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare, Xuan Zhuo
- [RFC net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp, Xuan Zhuo
- [RFC net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo, Xuan Zhuo
- [RFC net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf, Xuan Zhuo
- [RFC net-next 6/8] virtio_net: auto release xdp shinfo, Xuan Zhuo
- [RFC net-next 8/8] virtio_net: introduce receive_small_xdp(), Xuan Zhuo
- [RFC net-next 7/8] virtio_net: introduce receive_mergeable_xdp(), Xuan Zhuo
- Re: [RFC net-next 0/8] virtio_net: refactor xdp codes, Xuan Zhuo
- Re: [RFC net-next 0/8] virtio_net: refactor xdp codes, Xuan Zhuo
[PATCH net v2 0/2] virtio_net: fix two bugs related to XDP,
Xuan Zhuo
[PATCHSET 00/10] perf record: Implement BPF sample filter (v5),
Namhyung Kim
- [PATCH 01/10] perf bpf filter: Introduce basic BPF filter expression, Namhyung Kim
- [PATCH 02/10] perf bpf filter: Implement event sample filtering, Namhyung Kim
- [PATCH 03/10] perf record: Add BPF event filter support, Namhyung Kim
- [PATCH 10/10] perf record: Update documentation for BPF filters, Namhyung Kim
- [PATCH 09/10] perf bpf filter: Show warning for missing sample flags, Namhyung Kim
- [PATCH 06/10] perf bpf filter: Add more weight sample data support, Namhyung Kim
- [PATCH 04/10] perf record: Record dropped sample count, Namhyung Kim
- [PATCH 08/10] perf bpf filter: Add logical OR operator, Namhyung Kim
- [PATCH 07/10] perf bpf filter: Add data_src sample data support, Namhyung Kim
- [PATCH 05/10] perf bpf filter: Add 'pid' sample data support, Namhyung Kim
[PATCH dwarves v2 0/5] Support for new btf_type_tag encoding,
Eduard Zingerman
[PATCH bpf/for-next] cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace(),
Tejun Heo
[PATCH net 1/1] ice: xsk: disable txq irq before flushing hw,
Tony Nguyen
[PATCH v3 net-next 0/2] add some detailed data when reading softnet_stat,
Jason Xing
[PATCH net v1 0/2] virtio_net: fix two bugs related to XDP,
Xuan Zhuo
[PATCH net 0/2] virtio_net: fix two bugs related to XDP,
Xuan Zhuo
[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements,
Vlastimil Babka
[PATCH bpf-next v2] bpf, docs: Use internal linking for link to netdev subsystem doc,
Bagas Sanjaya
[PATCH bpf-next v2 0/2] bpf: Fix a umin > umax reg bound error,
Xu Kuohai
next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes],
Naresh Kamboju
[PATCH v2 net-next 0/2] add some detailed data when reading softnet_stat,
Jason Xing
[PATCH bpf-next 0/3] bpf: Allow helpers access ptr_to_btf_id.,
Alexei Starovoitov
[PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames,
Alexander Lobakin
- [PATCH bpf-next v3 1/4] selftests/bpf: robustify test_xdp_do_redirect with more payload magics, Alexander Lobakin
- [PATCH bpf-next v3 2/4] net: page_pool, skbuff: make skb_mark_for_recycle() always available, Alexander Lobakin
- [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames, Alexander Lobakin
- [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame(), Alexander Lobakin
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames, Alexander Lobakin
- Re: [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames, patchwork-bot+netdevbpf
- <Possible follow-ups>
- [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames, Alexander Lobakin
- [PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames, Alexander Lobakin
[PATCH v1 bpf-next] bpf: Disable migration when freeing stashed local kptr using obj drop,
Dave Marchevsky
[PATCH bpf-next v4 0/2] use canonical ftrace path whenever possible,
Ross Zwisler
[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]