BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- [PATCH bpf-next v9 01/12] bpf: add support for bpf_setsockopt(), (continued)
- [PATCH bpf-next v9 01/12] bpf: add support for bpf_setsockopt(), Jason Xing
- [PATCH bpf-next v9 02/12] bpf: prepare for timestamping callbacks use, Jason Xing
- [PATCH bpf-next v9 03/12] bpf: stop unsafely accessing TCP fields in bpf callbacks, Jason Xing
- [PATCH bpf-next v9 04/12] bpf: stop calling some sock_op BPF CALLs in new timestamping callbacks, Jason Xing
- [PATCH bpf-next v9 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v9 06/12] bpf: support SCM_TSTAMP_SCHED of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v9 07/12] bpf: support sw SCM_TSTAMP_SND of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v9 09/12] bpf: support SCM_TSTAMP_ACK of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v9 08/12] bpf: support hw SCM_TSTAMP_SND of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v9 10/12] bpf: add a new callback in tcp_tx_timestamp(), Jason Xing
- [PATCH bpf-next v9 11/12] bpf: support selective sampling for bpf timestamping, Jason Xing
- [PATCH bpf-next v9 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature, Jason Xing
- Re: [PATCH bpf-next v9 00/12] net-timestamp: bpf extension to equip applications transparently, Martin KaFai Lau
- [PATCH net-next v5 0/3] netdev-genl: Add an xsk attribute to queues,
Joe Damato
- [PATCHSET v10 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks,
Andrea Righi
- [PATCH iwl-next v3 0/9] igc: Add support for Frame Preemption feature in IGC,
Faizal Rahim
- [no subject], Unknown
- Re: [PATCH bpf-next v1 0/1] Using the right format specifiers for bpftool,
Quentin Monnet
- <Possible follow-ups>
- Re: [PATCH bpf-next v1 0/1] Using the right format specifiers for bpftool, patchwork-bot+netdevbpf
Re: [PATCH bpf-next v1 1/1] bpftool: Using the right format specifiers, Quentin Monnet
[PATCH 1/2] perf ftrace latency: variable histogram buckets, Gabriele Monaco
[PATCH v2 bpf 0/2] bpf: skip non exist keys in,
Yan Zhai
[PATCH net-next v4 0/3] netdev-genl: Add an xsk attribute to queues,
Joe Damato
[PATCH bpf-next v10 0/5] xsk: TX metadata Launch Time support,
Song Yoong Siang
[PATCH dwarves 0/3] btf_encoder: emit type tags for bpf_arena pointers,
Ihor Solodrai
[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions,
Peilin Ye
- [PATCH bpf-next v2 1/9] bpf/verifier: Factor out atomic_ptr_type_ok(), Peilin Ye
- [PATCH bpf-next v2 2/9] bpf/verifier: Factor out check_atomic_rmw(), Peilin Ye
- [PATCH bpf-next v2 3/9] bpf/verifier: Factor out check_load_mem() and check_store_reg(), Peilin Ye
- [PATCH bpf-next v2 4/9] bpf: Introduce load-acquire and store-release instructions, Peilin Ye
- [PATCH bpf-next v2 5/9] arm64: insn: Add BIT(23) to {load,store}_ex's mask, Peilin Ye
- [PATCH bpf-next v2 6/9] arm64: insn: Add load-acquire and store-release instructions, Peilin Ye
- [PATCH bpf-next v2 7/9] bpf, arm64: Support load-acquire and store-release instructions, Peilin Ye
- [PATCH bpf-next v2 8/9] selftests/bpf: Add selftests for load-acquire and store-release instructions, Peilin Ye
- [PATCH bpf-next v2 9/9] bpf, docs: Update instruction-set.rst for load-acquire and store-release instructions, Peilin Ye
- Re: [PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions, Peilin Ye
[PATCH bpf-next 1/2] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic,
Andrii Nakryiko
[PATCH 0/2] Add option for generating BTF types of global variables,
Stephen Brennan
[PATCH bpf-next 1/2] bpf: Allow top down cgroup prog ordering,
Yonghong Song
[PATCHSET v9 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks,
Andrea Righi
[PATCH net-next 0/4] xsk: the lost bits from Chapter III,
Alexander Lobakin
[RFC PATCH net 0/1] transport_header set incorrectly when using veth,
sreedevi.joshi
Re: [PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout(), Kumar Kartikeya Dwivedi
Locking and synchronization in BPF, Kumar Kartikeya Dwivedi
[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 01/26] locking: Move MCS struct definition to public header, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 02/26] locking: Move common qspinlock helpers to a private header, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 03/26] locking: Allow obtaining result of arch_mcs_spin_lock_contended, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 05/26] rqspinlock: Add rqspinlock.h header, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 04/26] locking: Copy out qspinlock.c to rqspinlock.c, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 06/26] rqspinlock: Drop PV and virtualization support, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 07/26] rqspinlock: Add support for timeouts, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 08/26] rqspinlock: Protect pending bit owners from stalls, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 09/26] rqspinlock: Protect waiters in queue from stalls, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 10/26] rqspinlock: Protect waiters in trylock fallback from stalls, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 11/26] rqspinlock: Add deadlock detection and recovery, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 12/26] rqspinlock: Add a test-and-set fallback, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 13/26] rqspinlock: Add basic support for CONFIG_PARAVIRT, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 14/26] rqspinlock: Add helper to print a splat on timeout or deadlock, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 15/26] rqspinlock: Add macros for rqspinlock usage, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 16/26] rqspinlock: Add locktorture support, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 17/26] rqspinlock: Hardcode cond_acquire loops to asm-generic implementation, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 18/26] rqspinlock: Add entry to Makefile, MAINTAINERS, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 19/26] bpf: Convert hashtab.c to rqspinlock, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 20/26] bpf: Convert percpu_freelist.c to rqspinlock, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 21/26] bpf: Convert lpm_trie.c to rqspinlock, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 22/26] bpf: Introduce rqspinlock kfuncs, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 23/26] bpf: Handle allocation failure in acquire_lock_state, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 25/26] bpf: Maintain FIFO property for rqspinlock unlock, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 24/26] bpf: Implement verifier support for rqspinlock, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 26/26] selftests/bpf: Add tests for rqspinlock, Kumar Kartikeya Dwivedi
- Re: [PATCH bpf-next v2 00/26] Resilient Queued Spin Lock, Peter Zijlstra
- Re: [PATCH bpf-next v2 00/26] Resilient Queued Spin Lock, Peter Zijlstra
- Re: [PATCH bpf-next v2 00/26] Resilient Queued Spin Lock, Peter Zijlstra
[net-next PATCH v5 0/6] Add af_xdp support for cn10k,
Suman Ghosh
[PATCH bpf-next v9 0/5] xsk: TX metadata Launch Time support,
Song Yoong Siang
[PATCH bpf-next v4 0/4] Add prog_kfunc feature probe,
Tao Chen
[PATCH bpf-next] bpf: define KF_ARENA_* flags for bpf_arena kfuncs,
Ihor Solodrai
[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead,
Juntong Deng
[PATCH 0/1] libbpf: Convert ELF notes into read-only maps,
Blaise Boscaccy
[PATCH v2 bpf] bpf/arena: fix softlockup in arena_map_free on 64k page kernel,
Alan Maguire
[PATCH bpf] bpf: skip non existing key in generic_map_lookup_batch,
Yan Zhai
[no subject], Unknown
[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames,
Alexander Lobakin
Re: [RFC PATCH 0/2] livepatch: Add support for hybrid mode,
Yafang Shao
Poor performance of bpf_map_update_elem() for BPF_MAP_TYPE_HASH_OF_MAPS / BPF_MAP_TYPE_ARRAY_OF_MAPS,
Ritesh Oedayrajsingh Varma
[PATCH iwl-next v2 0/9] igc: Add support for Frame Preemption feature in IGC,
Faizal Rahim
[linus:master] [fprobe] 4346ba1604: netperf.Throughput_tps 11.7% regression, kernel test robot
[PATCH bpf-next v8 0/5] xsk: TX metadata Launch Time support,
Song Yoong Siang
[RFC] bpf: Rethinking BPF safety, BPF open-coded iterators, and possible improvements (runtime protection),
Juntong Deng
[PATCH net-next v3 0/2] netdevgenl: Add an xsk attribute to queues,
Joe Damato
[PATCH bpf-next v8 00/12] net-timestamp: bpf extension to equip applications transparently,
Jason Xing
- [PATCH bpf-next v8 01/12] bpf: add support for bpf_setsockopt(), Jason Xing
- [PATCH bpf-next v8 02/12] bpf: prepare for timestamping callbacks use, Jason Xing
- [PATCH bpf-next v8 03/12] bpf: stop unsafely accessing TCP fields in bpf callbacks, Jason Xing
- [PATCH bpf-next v8 04/12] bpf: stop calling some sock_op BPF CALLs in new timestamping callbacks, Jason Xing
- [PATCH bpf-next v8 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v8 06/12] bpf: support SCM_TSTAMP_SCHED of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v8 07/12] bpf: support sw SCM_TSTAMP_SND of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v8 08/12] bpf: support hw SCM_TSTAMP_SND of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v8 09/12] bpf: support SCM_TSTAMP_ACK of SO_TIMESTAMPING, Jason Xing
- [PATCH bpf-next v8 10/12] bpf: make TCP tx timestamp bpf extension work, Jason Xing
- [PATCH bpf-next v8 11/12] bpf: add a new callback in tcp_tx_timestamp(), Jason Xing
- [PATCH bpf-next v8 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature, Jason Xing
handling EINTR from bpf_map_lookup_batch,
Yan Zhai
[PATCH bpf-next v2 0/3] bpf: Some fixes for nullness elision,
Daniel Xu
[PATCH net-next 00/12] mlxsw: Preparations for XDP support,
Petr Machata
- [PATCH net-next 01/12] mlxsw: core: Remove debug prints, Petr Machata
- [PATCH net-next 02/12] mlxsw: Check Rx local port in PCI code, Petr Machata
- [PATCH net-next 03/12] mlxsw: Add struct mlxsw_pci_rx_pkt_info, Petr Machata
- [PATCH net-next 04/12] mlxsw: pci: Use mlxsw_pci_rx_pkt_info, Petr Machata
- [PATCH net-next 05/12] mlxsw: pci: Add a separate function for syncing buffers for CPU, Petr Machata
- [PATCH net-next 06/12] mlxsw: pci: Store maximum number of ports, Petr Machata
- [PATCH net-next 07/12] mlxsw: pci: Add PCI ports array, Petr Machata
- [PATCH net-next 08/12] mlxsw: Add APIs to init/fini PCI port, Petr Machata
- [PATCH net-next 09/12] mlxsw: pci: Initialize XDP Rx queue info per RDQ, Petr Machata
- [PATCH net-next 10/12] mlxsw: spectrum: Initialize PCI port with the relevant netdevice, Petr Machata
- [PATCH net-next 11/12] mlxsw: Set some SKB fields in bus driver, Petr Machata
- [PATCH net-next 12/12] mlxsw: Validate local port from CQE in PCI code, Petr Machata
- Re: [PATCH net-next 00/12] mlxsw: Preparations for XDP support, Alexei Starovoitov
[PATCH bpf-next] selftests/bpf: Remove with_addr.sh and with_tunnels.sh,
Bastien Curutchet (eBPF Foundation)
[PATCH bpf] bpf/arena: fix softlockup in arena_map_free on 64k page kernel,
Alan Maguire
[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically,
Hou Tao
[PATCH bpf-next v1] selftests/bpf: correct the check of join cgroup,
Jason Xing
LSF/MM + BPF ATTEND - Topic 3 for discussion, Aryan Kaushik
[PATCH bpf-next v1 0/2] selftests: fix two small compilation errors,
Jason Xing
Re: [PATCH bpf-next v1 0/2] selftests: fix two small compilation errors, Jason Xing
Fwd: LSF/MM + BPF ATTEND - Topic 1 for discussion,
Aryan Kaushik
[PATCH bpf-next] bpf: Add comment about helper freeze,
Levi Zim via B4 Relay
[PATCH bpf-next v7 0/5] xsk: TX metadata Launch Time support,
Song Yoong Siang
[PATCH 0/2] tools: Unify top-level quiet infrastructure,
Charlie Jenkins
[PATCH net-next v2 0/2] netdevgenl: Add an xsk attribute to queues,
Joe Damato
[PATCH bpf-next] selftests/bpf: implement setting global variables in veristat,
Mykyta Yatsenko
[PATCH v3 0/3] Makefile fixes for samples/{bpf,hid},
Jinghao Jia
[QUESTION] map has to have BTF in order to use bpf_spin_lock,
Vincent Li
[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp,
Eyal Birger
[PATCH 6.1 00/16] Fixes bpf and rcu,
Alexey Nepomnyashih
- [PATCH 6.1 01/16] bpf: Add a few bpf mem allocator functions, Alexey Nepomnyashih
- [PATCH 6.1 02/16] bpf: Factor out a common helper free_all(), Alexey Nepomnyashih
- [PATCH 6.1 03/16] bpf: Rename few bpf_mem_alloc fields., Alexey Nepomnyashih
- [PATCH 6.1 04/16] bpf: Let free_all() return the number of freed elements., Alexey Nepomnyashih
- [PATCH 6.1 05/16] bpf: Refactor alloc_bulk()., Alexey Nepomnyashih
- [PATCH 6.1 06/16] bpf: Factor out inc/dec of active flag into helpers., Alexey Nepomnyashih
- [PATCH 6.1 07/16] bpf: Use rcu_trace_implies_rcu_gp() in bpf memory allocator, Alexey Nepomnyashih
- [PATCH 6.1 08/16] bpf: Further refactor alloc_bulk()., Alexey Nepomnyashih
- [PATCH 6.1 09/16] bpf: Change bpf_mem_cache draining process., Alexey Nepomnyashih
- [PATCH 6.1 10/16] bpf: Add a hint to allocated objects., Alexey Nepomnyashih
- [PATCH 6.1 11/16] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()., Alexey Nepomnyashih
- [PATCH 6.1 14/16] rcu: Export rcu_request_urgent_qs_task(), Alexey Nepomnyashih
- [PATCH 6.1 12/16] rcu: Fix missing nocb gp wake on rcu_barrier(), Alexey Nepomnyashih
- [PATCH 6.1 16/16] bpf: Switch to bpf mem allocator for LPM trie, Alexey Nepomnyashih
- [PATCH 6.1 13/16] rcu: Make call_rcu() lazy to save power, Alexey Nepomnyashih
- [PATCH 6.1 15/16] bpf: Remove unnecessary check when updating LPM trie, Alexey Nepomnyashih
- Re: [PATCH 6.1 00/16] Fixes bpf and rcu, Alexei Starovoitov
[PATCH] tools/build: Skip jobserver flgas in -s detection,
Daniel Xu
[PATCH bpf-next 0/3] bpf: Some fixes for nullness elision,
Daniel Xu
[PATCH v2 bpf] net: Add rx_skb of kfree_skb to raw_tp_null_args[].,
Kuniyuki Iwashima
[PATCH v1 bpf] net: Annotate rx_sk with __nullable for trace_kfree_skb.,
Kuniyuki Iwashima
[LSF/MM/BPF TOPIC] An SRCU that is faster than RCU Tasks Trace, Paul E. McKenney
[syzbot] [usb?] general protection fault in count_matching_names, syzbot
Unchecked sock pointer causes panic in RAW_TP,
Yan Zhai
[PATCH bpf-next v3 00/18] bpf qdisc,
Amery Hung
[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]