BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v3 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API, (continued)
- [PATCH bpf-next v3 0/3] selftests/bpf: convert test_dev_cgroup to test_progs,
Alexis Lothoré (eBPF Foundation)
- [PATCH v2] cgroup/cpuset: fix panic caused by partcmd_update,
Chen Ridong
- [PATCH bpf-next v2] bpf: kprobe: remove unused declaring of bpf_kprobe_override,
Menglong Dong
- [PATCHSET][RFC] struct fd and memory safety,
Al Viro
- [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops, viro
- [PATCH 02/39] introduce fd_file(), convert all accessors to it., viro
- [PATCH 03/39] struct fd: representation change, viro
- [PATCH 04/39] add struct fd constructors, get rid of __to_fd(), viro
- [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range(), viro
- [PATCH 06/39] net/socket.c: switch to CLASS(fd), viro
- [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that, viro
- [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...), viro
- [PATCH 09/39] timerfd: switch to CLASS(fd, ...), viro
- [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd), viro
- [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor, viro
- [PATCH 12/39] do_mq_notify(): saner skb freeing on failures, viro
- [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...), viro
- [PATCH 14/39] simplify xfs_find_handle() a bit, viro
- [PATCH 15/39] convert vmsplice() to CLASS(fd, ...), viro
- [PATCH 16/39] convert __bpf_prog_get() to CLASS(fd, ...), viro
- [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper, viro
- [PATCH 18/39] bpf maps: switch to CLASS(fd, ...), viro
- [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...), viro
- [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it., viro
- [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput(), viro
- [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget(), viro
- [PATCH 23/39] fdget(), trivial conversions, viro
- [PATCH 24/39] fdget(), more trivial conversions, viro
- [PATCH 25/39] convert do_preadv()/do_pwritev(), viro
- [PATCH 26/39] convert cachestat(2), viro
- [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use, viro
- [PATCH 28/39] convert spu_run(2), viro
- [PATCH 29/39] convert media_request_get_by_fd(), viro
- [PATCH 30/39] convert coda_parse_fd(), viro
- [PATCH 31/39] convert cifs_ioctl_copychunk(), viro
- [PATCH 32/39] convert vfs_dedupe_file_range()., viro
- [PATCH 33/39] convert do_select(), viro
- [PATCH 34/39] do_pollfd(): convert to CLASS(fd), viro
- [PATCH 35/39] convert bpf_token_create(), viro
- [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd), viro
- [PATCH 37/39] memcg_write_event_control(): switch to CLASS(fd), viro
- [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...), viro
- [PATCH 39/39] deal with the last remaing boolean uses of fd_file(), viro
- Re: [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops, Michal Hocko
- Re: [PATCHSET][RFC] struct fd and memory safety, Al Viro
- Re: [PATCHSET][RFC] struct fd and memory safety, Josef Bacik
- Re: [PATCHSET][RFC] struct fd and memory safety, Al Viro
- Re: [PATCHSET][RFC] struct fd and memory safety, Jason Gunthorpe
- Re: [PATCHSET][RFC] struct fd and memory safety, Christian Brauner
- [PATCH net-next v17 00/14] Device Memory TCP,
Mina Almasry
- [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v17 02/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v17 04/14] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v17 05/14] page_pool: move dmaddr helpers to .c file, Mina Almasry
- [PATCH net-next v17 06/14] page_pool: devmem support, Mina Almasry
- [PATCH net-next v17 08/14] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v17 07/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v17 10/14] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v17 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v17 09/14] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v17 12/14] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v17 13/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v17 14/14] netdev: add dmabuf introspection, Mina Almasry
- [PATCH] cgroup/cpuset: fix panic caused by partcmd_update,
Chen Ridong
- [PATCH iwl-next,v1 3/3] igc: Add default Rx Queue into documentation, Song Yoong Siang
- [PATCH iwl-next,v1 2/3] igc: Add default Rx queue configuration via sysfs,
Song Yoong Siang
- [PATCH iwl-next,v1 1/3] igc: Add documentation, Song Yoong Siang
- [PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver,
Song Yoong Siang
- [PATCH bpf-next v3 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [PATCH 0/5] sysctl: prepare sysctl core for const struct ctl_table,
Thomas Weißschuh
- [PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95,
Frank Li
- [PATCH v8 01/11] PCI: imx6: Fix establish link failure in EP mode for iMX8MM and iMX8MP, Frank Li
- [PATCH v8 02/11] PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI, Frank Li
- [PATCH v8 03/11] PCI: imx6: Fix missing call to phy_power_off() in error handling, Frank Li
- [PATCH v8 04/11] PCI: imx6: Rename imx6_* with imx_*, Frank Li
- [PATCH v8 05/11] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK, Frank Li
- [PATCH v8 06/11] PCI: imx6: Simplify switch-case logic by involve core_reset callback, Frank Li
- [PATCH v8 07/11] PCI: imx6: Improve comment for workaround ERR010728, Frank Li
- [PATCH v8 08/11] PCI: imx6: Consolidate redundant if-checks, Frank Li
- [PATCH v8 09/11] dt-bindings: imx6q-pcie: Add i.MX8Q pcie compatible string, Frank Li
- [PATCH v8 10/11] PCI: imx6: Call common PHY API to set mode, speed, and submode, Frank Li
- [PATCH v8 11/11] PCI: imx6: Add i.MX8Q PCIe root complex (RC) support, Frank Li
- Re: [PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95, Frank Li
- Re: [PATCH v8 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95, Krzysztof Wilczyński
- [PATCH net v2 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues,
Tony Nguyen
- [PATCH net v2 1/8] ice: respect netif readiness in AF_XDP ZC related ndo's, Tony Nguyen
- [PATCH net v2 2/8] ice: don't busy wait for Rx queue disable in ice_qp_dis(), Tony Nguyen
- [PATCH net v2 4/8] ice: modify error handling when setting XSK pool in ndo_bpf, Tony Nguyen
- [PATCH net v2 3/8] ice: replace synchronize_rcu with synchronize_net, Tony Nguyen
- [PATCH net v2 5/8] ice: toggle netif_carrier when setting up XSK pool, Tony Nguyen
- [PATCH net v2 7/8] ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog, Tony Nguyen
- [PATCH net v2 6/8] ice: improve updating ice_{t,r}x_ring::xsk_pool, Tony Nguyen
- [PATCH net v2 8/8] ice: xsk: fix txq interrupt mapping, Tony Nguyen
- Re: [PATCH net v2 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues, patchwork-bot+netdevbpf
- Supporting New Memory Barrier Types in BPF,
Peilin Ye
- [PATCH RESEND v5] perf,x86: avoid missing caller address in stack traces captured in uprobe, Andrii Nakryiko
- [PATCH v2 0/8] libperf: Add interface for overflow check of sampling events,
Charlie Jenkins
- [PATCH v2 1/8] libperf: Move 'open_flags' from tools/perf to evsel::open_flags, Charlie Jenkins
- [PATCH v2 2/8] libbpf: Move opts code into dedicated header, Charlie Jenkins
- [PATCH v2 3/8] libperf: Introduce perf_{evsel, evlist}__open_opt with extensible struct opts, Charlie Jenkins
- [PATCH v2 4/8] libperf: Add support for overflow handling of sampling events, Charlie Jenkins
- [PATCH v2 5/8] libperf: Add perf_evsel__has_fd() functions, Charlie Jenkins
- [PATCH v2 6/8] libperf: Add perf_evsel__{refresh, period}() functions, Charlie Jenkins
- [PATCH v2 7/8] libperf test: Add test_stat_overflow(), Charlie Jenkins
- [PATCH v2 8/8] libperf test: Add test_stat_overflow_event(), Charlie Jenkins
- [RFC] Printk deadlock in bpf trace called from scheduler context,
Radoslaw Zielonek
- [PATCH dwarves 0/2] add distilled base BTF support to pahole,
Alan Maguire
- [PATCH bpf-next v2 0/3] selftests/bpf: convert test_dev_cgroup to test_progs,
Alexis Lothoré (eBPF Foundation)
- [PATCH resend v4 00/11] Improve the copy of task comm,
Yafang Shao
- [PATCH v4 01/11] fs/exec: Drop task_lock() inside __get_task_comm(), Yafang Shao
- [PATCH v4 02/11] auditsc: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 03/11] security: Replace memcpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 04/11] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v4 05/11] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v4 06/11] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v4 07/11] mm/kmemleak: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 08/11] tsacct: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 09/11] tracing: Replace strncpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 10/11] net: Replace strcpy() with __get_task_comm(), Yafang Shao
- [PATCH v4 11/11] drm: Replace strcpy() with __get_task_comm(), Yafang Shao
- Re: [PATCH resend v4 00/11] Improve the copy of task comm, Jani Nikula
- Re: [PATCH resend v4 00/11] Improve the copy of task comm, Andrew Morton
- [PATCH bpf-next 1/1] libbpf: add an ability to delete qdisc via bpf_tc_hook_destroy from C++,
Sergey V. Lobanov
- [PATCH] kbuild: pahole-version: avoid errors if executing fails,
Miguel Ojeda
- [PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map,
Leon Hwang
- [PATCH v1 bpf-next 0/4] Support bpf_kptr_xchg into local kptr,
Amery Hung
- [PATCH AUTOSEL 5.4 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT, Sasha Levin
- [PATCH AUTOSEL 5.10 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT, Sasha Levin
- [PATCH AUTOSEL 5.15 2/6] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT, Sasha Levin
- [PATCH AUTOSEL 6.1 04/11] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT, Sasha Levin
- [PATCH AUTOSEL 6.6 05/15] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT, Sasha Levin
- [PATCH AUTOSEL 6.10 15/27] bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses, Sasha Levin
- [PATCH AUTOSEL 6.10 10/27] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.,
Sasha Levin
- [PATCH AUTOSEL 6.10 07/27] selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRT, Sasha Levin
- [PATCH v2 0/2] selftests: harness: refactor __constructor_order,
Masahiro Yamada
- [PATCH bpf-next] xsk: Try to make xdp_umem_reg extension a bit more future-proof,
Stanislav Fomichev
- Assistance needed with TCP BBR to BPF Conversion Issue,
Mingrui Zhang
- [PATCH bpf] bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall test,
Jiri Olsa
- [PATCH] bpf, cpumap: Fix use after free of bpf_cpu_map_entry in cpu_map_enqueue,
Radoslaw Zielonek
- [PATCH bpf-next v2 0/2] bpf: Fix updating attached freplace prog to prog_array map,
Leon Hwang
- [PATCH V2 bpf-next] bpf: export btf_find_by_name_kind and bpf_base_func_proto,
Ming Lei
- [PATCH -next] cgroup/cpuset: reduce redundant comparisons for generating shecd domains,
Chen Ridong
- [PATCH v3 bpf-next 0/3] introduce new VFS based BPF kfuncs,
Matt Bobrowski
- [Syzkaller & bisect] There is KASAN: slab-use-after-free Read in __nf_unregister_net_hook in v6.10, Pengfei Xu
- perf_event_output payload capture flags?,
Michael Agun
- [PATCH bpf-next 0/2] Add kfuncs to support reading xattr from dentry,
Song Liu
- [PATCH bpf] selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp,
Stanislav Fomichev
- bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT (commit: 23729ff23186424),
Rao Shoaib
- [GIT PULL] Networking for v6.11-rc1,
Jakub Kicinski
- [PATCH 0/3] selftests/bpf: convert test_dev_cgroup to test_progs,
Alexis Lothoré (eBPF Foundation)
- pull-request: bpf 2024-07-25,
Daniel Borkmann
- [PATCH bpf-next v1 0/8] selftests/bpf: Improve libc portability / musl support (part 2),
Tony Ambardar
- [PATCH bpf-next v1 1/8] selftests/bpf: Use portable POSIX basename(), Tony Ambardar
- [PATCH bpf-next v1 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs, Tony Ambardar
- [PATCH bpf-next v1 3/8] selftests/bpf: Fix error compiling test_lru_map.c, Tony Ambardar
- [PATCH bpf-next v1 4/8] selftests/bpf: Fix C++ compile error from missing _Bool type, Tony Ambardar
- [PATCH bpf-next v1 5/8] selftests/bpf: Fix order-of-include compile errors in lwt_reroute.c, Tony Ambardar
- [PATCH bpf-next v1 6/8] selftests/bpf: Fix compile if backtrace support missing in libc, Tony Ambardar
- [PATCH bpf-next v1 7/8] selftests/bpf: Fix using stdout, stderr as struct field names, Tony Ambardar
- [PATCH bpf-next v1 8/8] selftests/bpf: Fix error compiling tc_redirect.c with musl libc, Tony Ambardar
- [PATCH bpf-next v2 0/8] selftests/bpf: Improve libc portability / musl support (part 2), Tony Ambardar
- [PATCH bpf-next v2 1/8] selftests/bpf: Use portable POSIX basename(), Tony Ambardar
- [PATCH bpf-next v2 2/8] selftests/bpf: Fix arg parsing in veristat, test_progs, Tony Ambardar
- [PATCH bpf-next v2 3/8] selftests/bpf: Fix error compiling test_lru_map.c, Tony Ambardar
- [PATCH bpf-next v2 4/8] selftests/bpf: Fix C++ compile error from missing _Bool type, Tony Ambardar
- [PATCH bpf-next v2 5/8] selftests/bpf: Fix redefinition errors compiling lwt_reroute.c, Tony Ambardar
- [PATCH bpf-next v2 6/8] selftests/bpf: Fix compile if backtrace support missing in libc, Tony Ambardar
- [PATCH bpf-next v2 7/8] selftests/bpf: Fix using stdout, stderr as struct field names, Tony Ambardar
- [PATCH bpf-next v2 8/8] selftests/bpf: Fix error compiling tc_redirect.c with musl libc, Tony Ambardar
- [PATCH dwarves] btf_encoder: log libbpf errors when they cause encoding errors,
Alan Maguire
- [PATCH bpf-next v2] bpf: Add bpf_check_attach_target_with_klog method to output failure logs to kernel,
Zheao Li
- [PATCH bpf-next] selftests/bpf: Load struct_ops map in global_maps_resize test,
David Vernet
- [PATCH bpf-next 0/2] bpf: Fix updating attached freplace prog to PROG_ARRAY map,
Leon Hwang
- [PATCH bpf-next v3 0/2] bpf: enable some functions in cgroup programs,
technoboy85
- [PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic,
Andrii Nakryiko
- [PATCH v2 bpf-next 01/10] lib/buildid: add single page-based file reader abstraction, Andrii Nakryiko
- [PATCH v2 bpf-next 02/10] lib/buildid: take into account e_phoff when fetching program headers, Andrii Nakryiko
- [PATCH v2 bpf-next 03/10] lib/buildid: remove single-page limit for PHDR search, Andrii Nakryiko
- [PATCH v2 bpf-next 04/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault(), Andrii Nakryiko
- [PATCH v2 bpf-next 05/10] lib/buildid: implement sleepable build_id_parse() API, Andrii Nakryiko
- [PATCH v2 bpf-next 06/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF, Andrii Nakryiko
- [PATCH v2 bpf-next 07/10] lib/buildid: harden build ID parsing logic some more, Andrii Nakryiko
- [PATCH v2 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry, Andrii Nakryiko
- [PATCH v2 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers, Andrii Nakryiko
- [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests, Andrii Nakryiko
- perf tools build clash with capstone,
Arnaldo Carvalho de Melo
- [GIT PULL] sysctl constification changes for v6.11-rc1,
Joel Granados
- [PATCH bpf-next 1/2] libbpf: Don't take direct pointers into BTF data from st_ops,
David Vernet
- [PATCH net 0/2] tap/tun: harden by dropping short frame,
Dongli Zhang
- [PATCH iwl-net v2 0/6] ice: fix synchronization between .ndo_bpf() and reset,
Larysa Zaremba
- [PATCH] bpf: Add bpf_check_attach_target_with_kernel_log method to output failure logs to kernel, Manjusaka
- [PATCH bpf-next 1/2] bpf: implement bpf_send_signal_pid/tgid() helpers,
Puranjay Mohan
- [PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes,
Michal Luczaj
- [PATCH v4] tools/bpf:Fix the wrong format specifier,
Zhu Jun
- [PATCH v3] tools/bpf:Fix the wrong format specifier,
Zhu Jun
- [PATCH] samples/bpf:Remove unused variable,
Zhu Jun
- [PATCH v2] tools/bpf:Fix the wrong format specifier,
Zhu Jun
- [no subject], Unknown
- [PATCH] tools/bpf:Fix the wrong format specifier,
Zhu Jun
- [PATCH] bpf: export btf_find_by_name_kind and bpf_base_func_proto,
Ming Lei
- [PATCH bpf-next 00/15] use network helpers, part 11,
Geliang Tang
- [PATCH bpf-next 01/15] selftests/bpf: Use start_server_str in skc_to_unix_sock, Geliang Tang
- [PATCH bpf-next 02/15] selftests/bpf: AF_PACKET support for make_sockaddr, Geliang Tang
- [PATCH bpf-next 03/15] selftests/bpf: Use start_server_str in lwt_redirect, Geliang Tang
- [PATCH bpf-next 04/15] selftests/bpf: Add send_to_fd_opts helper, Geliang Tang
- [PATCH bpf-next 05/15] selftests/bpf: Add send_to_addr_str helper, Geliang Tang
- [PATCH bpf-next 06/15] selftests/bpf: Use send_to_addr_str in xdp_bonding, Geliang Tang
- [PATCH bpf-next 07/15] selftests/bpf: AF_ALG support for make_sockaddr, Geliang Tang
- [PATCH bpf-next 08/15] selftests/bpf: Add nolisten for network_helper_opts, Geliang Tang
- [PATCH bpf-next 09/15] selftests/bpf: Use start_server_str in crypto_sanity, Geliang Tang
- [PATCH bpf-next 10/15] selftests/bpf: AF_VSOCK support for make_sockaddr, Geliang Tang
- [PATCH bpf-next 11/15] selftests/bpf: Add loopback_addr_str helper, Geliang Tang
- [PATCH bpf-next 12/15] selftests/bpf: Use make_sockaddr in sockmap_helpers, Geliang Tang
- [PATCH bpf-next 13/15] selftests/bpf: Check listen support for start_server_addr, Geliang Tang
- [PATCH bpf-next 14/15] selftests/bpf: Clear type bits for start_server_addr, Geliang Tang
- [PATCH bpf-next 15/15] selftests/bpf: Use start_server_str in sockmap_helpers, Geliang Tang
- Re: [PATCH bpf-next 00/15] use network helpers, part 11, Alexei Starovoitov
- [syzbot] [bpf?] [net?] general protection fault in bq_flush_to_queue, syzbot
- [PATCH bpf-next] selftests/bpf: make %.test.d prerequisite order only,
Ihor Solodrai
- [ANN] bpf development stats for 6.11, Stanislav Fomichev
- [PATCH bpf-next v2 0/4] monitor network traffic for flaky test cases,
Kui-Feng Lee
[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]