public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-30 09:20:16 to 2023-07-04 18:48:11 UTC [more...]

[PATCH 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-04 18:48 UTC  (8+ messages)
` [PATCH 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH 2/4] igb: Introduce txrx ring enable/disable functions
` [PATCH 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH 4/4] igb: add AF_XDP zero-copy Tx support

[PATCH 0/2] bpf, net: Allow setting SO_TIMESTAMPING* from BPF
 2023-07-04 16:11 UTC  (5+ messages)
` [PATCH 1/2] net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
` [PATCH 2/2] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()

[v3 PATCH bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-07-04 15:49 UTC  (9+ messages)
` [v3 PATCH bpf-next 3/6] bpf: populate the per-cpu insertions/deletions counters for hashmaps
` [v3 PATCH bpf-next 5/6] selftests/bpf: test map percpu stats

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-07-04 15:28 UTC  (6+ messages)

[PATCH v3 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-04 14:20 UTC  (8+ messages)
` [PATCH v3 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH bpf-next v2 00/20] XDP metadata via kfuncs for ice
 2023-07-04 14:18 UTC  (34+ messages)
` [PATCH bpf-next v2 01/20] ice: make RX hash reading code more reusable
` [PATCH bpf-next v2 02/20] ice: make RX HW timestamp "
` [PATCH bpf-next v2 03/20] ice: make RX checksum checking "
` [PATCH bpf-next v2 04/20] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v2 05/20] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v2 06/20] ice: Support HW timestamp hint
` [PATCH bpf-next v2 07/20] ice: Support RX hash XDP hint
` [PATCH bpf-next v2 08/20] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v2 09/20] xdp: Add VLAN tag hint
` [PATCH bpf-next v2 10/20] ice: Implement "
` [PATCH bpf-next v2 11/20] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v2 12/20] xdp: Add checksum level hint
` [PATCH bpf-next v2 13/20] ice: Implement "
` [PATCH bpf-next v2 14/20] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v2 15/20] net, xdp: allow metadata > 32
` [PATCH bpf-next v2 16/20] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [PATCH bpf-next v2 17/20] veth: Implement VLAN tag and checksum level XDP hint
` [PATCH bpf-next v2 18/20] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v2 19/20] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v2 20/20] selftests/bpf: check checksum level "

[PATCH bpf-next v5 0/7] Add SO_REUSEPORT support for TC bpf_sk_assign
 2023-07-04 13:46 UTC  (8+ messages)
` [PATCH bpf-next v5 1/7] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v5 2/7] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v5 3/7] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v5 4/7] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v5 5/7] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v5 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v5 7/7] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-07-04 13:34 UTC  (10+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object

bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
 2023-07-04 13:30 UTC 

[PATCH 2/4] igb: Introduce txrx ring enable/disable functions
 2023-07-04 10:01 UTC 

[PATCH 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-04 10:00 UTC 

[PATCH] libbpf: fix some typo of hashmap init
 2023-07-04  9:26 UTC  (2+ messages)

[PATCH bpf-next] xsk: honor SO_BINDTODEVICE on bind
 2023-07-04  9:16 UTC  (4+ messages)

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-07-04  8:55 UTC  (7+ messages)
` [PATCH 1/2] x86/tsc: "
` [PATCH 2/2] selftests/bpf: Add test for bpf_rdtsc

[PATCH net 0/3] net: fec: fix some issues of ndo_xdp_xmit()
 2023-07-04  8:29 UTC  (4+ messages)
` [PATCH net 1/3] net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDP
` [PATCH net 2/3] net: fec: recycle pages for transmitted XDP frames
` [PATCH net 3/3] net: fec: increase the size of tx ring and update thresholds of tx ring

[PATCH v3] um: vector: Replace undo_user_init in old code with out_free_netdev
 2023-07-04  8:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Remove unnecessary ring buffer size check
 2023-07-04  7:40 UTC 

[PATCH v4 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-04  2:34 UTC  (2+ messages)
` [PATCH v4 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH bpf-next v9] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-04  2:50 UTC 

[PATCH bpf-next v8] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-04  1:13 UTC  (3+ messages)

[RFC PATCH bpf-next 00/13] bpf: Support new insns from cpu v4
 2023-07-03 23:36 UTC  (7+ messages)
` [RFC PATCH bpf-next 01/13] bpf: Support new sign-extension load insns

[RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata
 2023-07-03 19:33 UTC  (21+ messages)

next: perf: 32-bit: bench/sched-seccomp-notify.c:139:24: error: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t'
 2023-07-03 19:16 UTC  (2+ messages)

[PATCH 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-03 18:54 UTC  (3+ messages)
` [PATCH 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-07-03 17:54 UTC  (5+ messages)

[RFC bpf-next] xsk: honor SO_BINDTODEVICE on bind
 2023-07-03 17:30 UTC  (8+ messages)

[PATCH v3] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-07-03 16:53 UTC  (2+ messages)

[PATCH v2] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-07-03 16:51 UTC  (6+ messages)

[PATCH nf v2] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-07-03 15:22 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-07-03 14:42 UTC  (7+ messages)

[bug report] bpf: Enforce BPF ringbuf size to be the power of 2
 2023-07-03 13:46 UTC  (2+ messages)

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-07-03 13:42 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/9] btf: add kind layout encoding, crcs to UAPI

[PATCH v2 01/13] perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
 2023-07-03 13:08 UTC  (12+ messages)
    ` [v2 "

[syzbot] [modules?] WARNING in init_module_from_file
 2023-07-03 10:42 UTC 

PSA: Ubuntu pahole creates buggy BTF
 2023-07-03 10:22 UTC  (3+ messages)

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-03  9:57 UTC  (3+ messages)

[PATCH bpf-next v4 3/7] net: remove duplicate reuseport_lookup functions
 2023-07-03  9:45 UTC  (2+ messages)

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-07-03  6:52 UTC  (4+ messages)
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free

[PATCH net-next v4 1/2] virtio-net: support coexistence of XDP and GUEST_CSUM
 2023-07-03  6:33 UTC  (9+ messages)

[PATCH v2] powerpc/bpf: populate extable entries only during the last pass
 2023-07-03  5:21 UTC  (2+ messages)

[PATCH v2 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-02 19:45 UTC  (3+ messages)
` [PATCH v2 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-07-02 17:54 UTC 

[PATCH v2 00/13] parse-events clean up
 2023-07-01 18:43 UTC  (11+ messages)
` [PATCH v2 13/13] perf parse-events: Remove ABORT_ON
      ` [v2 "

[PATCH v4 bpf-next 15/22] xsk: add multi-buffer documentation
 2023-07-01 13:51 UTC  (11+ messages)

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-01  8:54 UTC  (4+ messages)
` [PATCHv3 bpf-next 03/26] bpf: Add cookies support for uprobe_multi link

[syzbot] [modules?] KASAN: invalid-access Read in init_module_from_file
 2023-07-01  8:18 UTC 

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:12 UTC  (5+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH bpf-next] libbpf: skip modules BTF loading when CAP_SYS_ADMIN is missing
 2023-06-30 19:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] libbpf: add netfilter link attach helper
 2023-06-30 19:40 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] tools: "

[PATCH v2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs
 2023-06-30 19:01 UTC  (4+ messages)

[Bpf] IETF BPF WG meeting scheduled
 2023-06-30 17:25 UTC 

[syzbot] [selinux?] [reiserfs?] KASAN: wild-memory-access Read in inode_doinit_with_dentry
 2023-06-30 15:35 UTC 

[PATCH bpf-next v4 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-30 14:12 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] net: bpf: Check SKB ownership against full socket

[PATCH v5 RFC 0/6] introduce page_pool_alloc() API
 2023-06-30 11:57 UTC  (3+ messages)

Using C++ with BPF (uprobes)
 2023-06-30 10:19 UTC 

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-30  9:19 UTC  (15+ messages)
` [RFC bpf-next v2 03/11] xsk: Support XDP_TX_METADATA_LEN
                  ` [xdp-hints] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox