bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 11:08:40 to 2021-06-11 00:13:44 UTC [more...]

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2021-06-11  0:12 UTC  (3+ messages)

[PATCH v27 02/25] LSM: Add the lsmblob data structure
 2021-06-11  0:04 UTC 

[PATCH bpf-next 00/17] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-10 23:41 UTC  (36+ messages)
` [PATCH bpf-next 01/17] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next 02/17] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next 03/17] dev: add rcu_read_lock_bh_held() as a valid check when getting a RCU dev ref
` [PATCH bpf-next 04/17] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next 05/17] ena: remove rcu_read_lock() around XDP program invocation
` [PATCH bpf-next 06/17] bnxt: "
` [PATCH bpf-next 07/17] thunderx: "
` [PATCH bpf-next 08/17] freescale: "
` [PATCH bpf-next 09/17] net: intel: "
` [PATCH bpf-next 10/17] marvell: "
` [PATCH bpf-next 11/17] mlx4: "
` [PATCH bpf-next 12/17] nfp: "
` [PATCH bpf-next 13/17] qede: "
` [PATCH bpf-next 14/17] sfc: "
` [PATCH bpf-next 15/17] netsec: "
` [PATCH bpf-next 16/17] stmmac: "
` [PATCH bpf-next 17/17] net: ti: "

[PATCH v7 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-06-10 22:56 UTC  (28+ messages)
` [PATCH v7 bpf-next 01/11] net: Introduce net.ipv4.tcp_migrate_req
` [PATCH v7 bpf-next 02/11] tcp: Add num_closed_socks to struct sock_reuseport
` [PATCH v7 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [PATCH v7 bpf-next 04/11] tcp: Add reuseport_migrate_sock() to select a new listener
` [PATCH v7 bpf-next 05/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [PATCH v7 bpf-next 06/11] tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs
` [PATCH v7 bpf-next 07/11] tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK

bpf_fib_lookup support for firewall mark
 2021-06-10 20:58 UTC  (9+ messages)

[RFCv3 00/19] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-06-10 20:35 UTC  (38+ messages)
` [PATCH 03/19] x86/ftrace: Make function graph use ftrace directly
` [PATCH 10/19] bpf: Allow to store caller's ip as argument
` [PATCH 13/19] bpf: Add support to link multi func tracing program
` [PATCH 14/19] libbpf: Add btf__find_by_pattern_kind function
` [PATCH 15/19] libbpf: Add support to link multi func tracing program
` [PATCH 16/19] selftests/bpf: Add fentry multi func test
` [PATCH 18/19] selftests/bpf: Add fentry/fexit "

[syzbot] UBSAN: shift-out-of-bounds in ___bpf_prog_run
 2021-06-10 20:00 UTC  (14+ messages)
` [PATCH v3] bpf: core: fix "
    ` [PATCH v4] "

Portability of bpf_tracing.h
 2021-06-10 18:14 UTC  (8+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-10 17:24 UTC  (9+ messages)
` [PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
` [PATCH bpf-next 2/3] net: bonding: Use per-cpu rr_tx_counter
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for XDP bonding

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-06-10 17:14 UTC  (19+ messages)

[PATCH bpf] lib: bpf: tracing: fail compilation if target arch is missing
 2021-06-10 16:10 UTC 

[PATCH bpf-next v1 00/10] bpfilter
 2021-06-10 14:56 UTC  (11+ messages)
` [PATCH bpf-next v1 03/10] tools: Add bpfilter usermode helper header
` [PATCH bpf-next v1 07/10] bpfilter: Add struct rule

[PATCH bpf-next v2 0/7] Add bpf_link based TC-BPF API
 2021-06-10 14:14 UTC  (4+ messages)
` [PATCH bpf-next v2 4/7] net: sched: add lightweight update path for cls_bpf

io_uring: BPF controlled I/O
 2021-06-10  9:09 UTC  (3+ messages)

[PATCH net-next v5 00/15] virtio-net: support xdp socket zero copy
 2021-06-10  8:22 UTC  (16+ messages)
` [PATCH net-next v5 01/15] netdevice: priv_flags extend to 64bit
` [PATCH net-next v5 02/15] netdevice: add priv_flags IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 03/15] virtio-net: "
` [PATCH net-next v5 04/15] xsk: XDP_SETUP_XSK_POOL support option IFF_NOT_USE_DMA_ADDR
` [PATCH net-next v5 05/15] virtio: support virtqueue_detach_unused_buf_ctx
` [PATCH net-next v5 06/15] virtio-net: unify the code for recycling the xmit ptr
` [PATCH net-next v5 07/15] virtio-net: standalone virtnet_aloc_frag function
` [PATCH net-next v5 08/15] virtio-net: split the receive_mergeable function
` [PATCH net-next v5 09/15] virtio-net: virtnet_poll_tx support budget check
` [PATCH net-next v5 10/15] virtio-net: independent directory
` [PATCH net-next v5 11/15] virtio-net: move to virtio_net.h
` [PATCH net-next v5 12/15] virtio-net: support AF_XDP zc tx
` [PATCH net-next v5 13/15] virtio-net: support AF_XDP zc rx
` [PATCH net-next v5 14/15] virtio-net: xsk direct xmit inside xsk wakeup
` [PATCH net-next v5 15/15] virtio-net: xsk zero copy xmit kick by threshold

[PATCH -tip v7 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-06-10  3:40 UTC  (2+ messages)

[PATCH bpf 0/2] bpf fix for mixed tail calls and subprograms
 2021-06-10  0:13 UTC  (13+ messages)
` [PATCH bpf 1/2] bpf: Fix null ptr deref with mixed tail calls and subprogs
` [PATCH bpf 2/2] bpf: selftest to verify mixing bpf2bpf calls and tailcalls with insn patch

[PATCH bpf-next v4 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-10  0:11 UTC  (9+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for "

[PATCH net-next] net: ena: make symbol 'ena_alloc_map_page' static
 2021-06-09 22:40 UTC  (2+ messages)

[PATCH net-next v2 0/3] Some optimization for lockless qdisc
 2021-06-09 16:20 UTC  (5+ messages)
    `  "

[PATCH bpf-next] libbpf: simplify the return expression of bpf_object__init_maps function
 2021-06-09 15:20 UTC  (2+ messages)

[PATCH] tools/bpftool: Fix error return code in do_batch()
 2021-06-09 13:34 UTC  (2+ messages)

[PATCH] powerpc/bpf: Use bctrl for making function calls
 2021-06-09 13:11 UTC  (3+ messages)

[PATCH net] ixgbe: xsk: fix for metasize when construct skb by xdp_buff
 2021-06-09 12:22 UTC 

[PATCH] perf llvm: Fix error return code in llvm__compile_bpf()
 2021-06-09 11:59 UTC 

[RFC PATCH bpf-next seccomp 00/12] eBPF seccomp filters
 2021-06-09  6:32 UTC  (9+ messages)

Headers for whitelisted kernel functions available to BPF programs
 2021-06-09  6:41 UTC  (6+ messages)

[PATCH v2 bpf-next 06/11] libbpf: add BPF static linker APIs
 2021-06-09  4:41 UTC  (7+ messages)

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-09  2:40 UTC  (6+ messages)

[PATCH bpf-next v2] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-06-08 23:23 UTC  (13+ messages)

[PATCH intel-next 0/2] ice: bring up XDP_TX back to life
 2021-06-08 21:43 UTC  (7+ messages)
` [PATCH intel-next 2/2] ice: introduce XDP Tx fallback path

[PATCHv2 bpf-next] selftests/bpf: Make docs tests fail more reliably
 2021-06-08 20:10 UTC  (3+ messages)

How to get the updated content of an argument which is updated in a kernel function by kprobe
 2021-06-08 18:29 UTC  (2+ messages)

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-06-08 15:39 UTC  (8+ messages)

[PATCH v2 4.14 00/16] CVE fixes and selftests cleanup
 2021-06-08 14:48 UTC  (2+ messages)

[PATCH 4.19 0/9] bpf: fix verifier selftests on inefficient unaligned access architectures
 2021-06-08 14:45 UTC  (4+ messages)

[RFT] Testing 1.22
 2021-06-08 12:59 UTC  (11+ messages)
              ` Parallelizing vmlinux BTF encoding. was "

[PATCH net] ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error path
 2021-06-08 11:07 UTC  (2+ messages)
` [Intel-wired-lan] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).