bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-13 03:26:21 to 2023-04-15 20:18:28 UTC [more...]

[PATCH v2 bpf-next 0/9] Shared ownership for local kptrs
 2023-04-15 20:18 UTC  (2+ messages)
` [PATCH v2 bpf-next 1/9] bpf: Remove btf_field_offs, use btf_record's fields instead

[PATCH] tracing: Add generic test_recursion_try_acquire()
 2023-04-15 15:46 UTC  (3+ messages)

[PATCH net-next v2 0/6] tsnep: XDP socket zero-copy support
 2023-04-15 14:42 UTC  (7+ messages)
` [PATCH net-next v2 1/6] tsnep: Replace modulo operation with mask
` [PATCH net-next v2 2/6] tsnep: Rework TX/RX queue initialization
` [PATCH net-next v2 3/6] tsnep: Add functions for queue enable/disable
` [PATCH net-next v2 4/6] tsnep: Move skb receive action to separate function
` [PATCH net-next v2 5/6] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next v2 6/6] tsnep: Add XDP socket zero-copy TX support

[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame
 2023-04-15 14:25 UTC  (15+ messages)
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-15 14:19 UTC  (7+ messages)
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support

[PATCH net-next] bpf, net: Support redirecting to ifb with bpf
 2023-04-15 14:00 UTC  (11+ messages)
          ` [PATCH bpf-next] bpf: Set skb redirect and from_ingress info in __bpf_tx_skb

[PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages()
 2023-04-15 12:09 UTC 

[PATCH bpf] selftests/bpf: fix xdp_redirect xdp-features for xdp_bonding selftest
 2023-04-15 11:06 UTC  (5+ messages)

[PATCH bpf-next 0/3] Remove KF_KPTR_GET kfunc flag
 2023-04-15 10:32 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
` [PATCH bpf-next 2/3] bpf: Remove KF_KPTR_GET kfunc flag
` [PATCH bpf-next 3/3] bpf,docs: Remove KF_KPTR_GET from documentation

[PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-15  9:34 UTC  (6+ messages)
` [PATCH net-next v6 1/3] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next v6 2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next v6 3/3] net: stmmac: add Rx HWTS metadata to XDP ZC "

[PATCH net v3 1/1] igc: read before write to SRRCTL register
 2023-04-15  9:19 UTC  (3+ messages)

[PATCH v2 6/7] mm/gup: remove vmas parameter from pin_user_pages()
 2023-04-15  9:08 UTC 

[PATCH] selftests/bpf: ignore pointer types check with clang
 2023-04-15  8:31 UTC  (7+ messages)

[PATCH net-next v5 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-15  5:16 UTC  (7+ messages)
` [PATCH net-next v5 1/3] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next v5 2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next v5 3/3] net: stmmac: add Rx HWTS metadata to XDP ZC "

[PATCH 6/7] mm/gup: remove vmas parameter from pin_user_pages()
 2023-04-14 23:27 UTC 

[PATCH bpf-next 0/8] New BPF map and BTF security LSM hooks
 2023-04-14 20:23 UTC  (14+ messages)

[PATCH] bpf: lirc program type should not require SYS_CAP_ADMIN
 2023-04-14 17:49 UTC  (7+ messages)

[PATCH] bpftool: fix broken compile on s390 for linux-next repository
 2023-04-14 16:58 UTC  (5+ messages)

[PATCH bpf-next v3 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-14 16:36 UTC  (14+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2023-04-14 16:28 UTC  (5+ messages)
` [PATCH v2 bpf 02/11] bpftool: define a local bpf_perf_link to fix accessing its fields

LLVM not detected in bpfutil due to LLVM 16 requiring c++17
 2023-04-14 16:26 UTC  (2+ messages)

Packaging bpftool and libbpf: GitHub or kernel?
 2023-04-14 16:15 UTC  (9+ messages)

[PATCH bpf] s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL
 2023-04-14 15:47 UTC 

[PATCH bpf-next v2 0/6] bpf: add netfilter program type
 2023-04-14 14:54 UTC  (12+ messages)
` [PATCH bpf-next v2 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v2 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v2 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v2 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v2 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next v2 6/6] bpf: add test_run support for netfilter program type

[PATCH net v2 1/1] igc: read before write to SRRCTL register
 2023-04-14 14:48 UTC  (6+ messages)

xdp_bonding/xdp_bonding_redirect_multi is failing
 2023-04-14 14:31 UTC  (3+ messages)

[PATCH v2] libbpf: correct the macro KERNEL_VERSION for old kernel
 2023-04-14 11:17 UTC  (2+ messages)

[PATCH net v1] virtio_net: bugfix overflow inside xdp_linearize_page()
 2023-04-14  7:38 UTC  (2+ messages)

[PATCH] libbpf: correct the macro KERNEL_VERSION for old kernel
 2023-04-14  7:10 UTC  (2+ messages)

[PATCH v1 bpf-next 0/5] Dynptr convenience helpers
 2023-04-14  6:02 UTC  (10+ messages)
` [PATCH v1 bpf-next 1/5] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH v1 bpf-next 3/5] bpf: Add bpf_dynptr_get_size and bpf_dynptr_get_offset
` [PATCH v1 bpf-next 4/5] bpf: Add bpf_dynptr_clone

[PATCH net] virtio_net: bugfix overflow inside xdp_linearize_page()
 2023-04-14  5:59 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: sampleip: Replace PAGE_OFFSET with _text address
 2023-04-14  5:00 UTC  (2+ messages)

[PATCH bpf-next v7] bpf: Support 64-bit pointers to kfuncs
 2023-04-14  4:50 UTC  (4+ messages)

[PATCH bpf-next] bpf: Add preempt_count_{sub,add} into btf id deny list
 2023-04-14  4:30 UTC  (3+ messages)

[syzbot] [bpf?] [net?] WARNING in sock_map_del_link
 2023-04-14  2:44 UTC  (3+ messages)

[PATCH net 1/1] igc: read before write to SRRCTL register
 2023-04-14  1:36 UTC  (6+ messages)

[PATCH net-next v4 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-14  1:10 UTC  (7+ messages)
` [PATCH net-next v4 1/3] net: stmmac: introduce wrapper for struct xdp_buff
` [PATCH net-next v4 2/3] net: stmmac: add Rx HWTS metadata to XDP receive pkt
` [PATCH net-next v4 3/3] net: stmmac: add Rx HWTS metadata to XDP ZC "

[PATCH net-next v3 0/4] XDP Rx HWTS metadata for stmmac driver
 2023-04-14  1:01 UTC  (8+ messages)
` [PATCH net-next v3 3/4] net: stmmac: add Rx HWTS metadata to XDP receive pkt

pull-request: bpf 2023-04-13
 2023-04-14  0:12 UTC  (3+ messages)

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-13 23:41 UTC  (16+ messages)
` [PATCH RFC bpf-next v1 3/9] bpf: Implement bpf_throw kfunc
` [PATCH RFC bpf-next v1 4/9] bpf: Handle throwing BPF callbacks in helpers and kfuncs

[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-04-13 23:03 UTC  (2+ messages)
` [PATCH net v4] ixgbe: Fix panic "

[PATCH v1 bpf-next 0/9] Shared ownership for local kptrs
 2023-04-13 23:08 UTC  (9+ messages)
` [PATCH v1 bpf-next 4/9] bpf: Add bpf_refcount_acquire kfunc
` [PATCH v1 bpf-next 7/9] bpf: Migrate bpf_rbtree_remove to possibly fail
` [PATCH v1 bpf-next 8/9] bpf: Centralize btf_field-specific initialization logic
` [PATCH v1 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests

[QUESTION] usage of libbpf_probe_bpf_prog_type API
 2023-04-13 21:37 UTC  (5+ messages)

pull-request: bpf-next 2023-04-13
 2023-04-13 20:30 UTC  (2+ messages)

[PATCH bpf V10 0/6] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-13 20:30 UTC  (2+ messages)

[PATCH bpf v6 00/12] bpf sockmap fixes
 2023-04-13 20:06 UTC  (6+ messages)
` [PATCH bpf v6 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v6 06/12] bpf: sockmap, wake up polling after data copy

[PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes
 2023-04-13 18:59 UTC  (3+ messages)
  ` [PATCH] vmlinux.lds.h: Discard .note.gnu.property section

[LSF/MM/BPF] Running BOF
 2023-04-13 18:28 UTC  (2+ messages)

[BUG] kmemleak in rtnetlink_rcv() triggered by selftests/drivers/net/team in build cdc9718d5e59
 2023-04-13 18:19 UTC  (5+ messages)
  ` [BUG] [FIXED: TESTED] "

linux-next: manual merge of the bpf-next tree with the net-next tree
 2023-04-13 16:31 UTC  (2+ messages)

[PATCH] samples/bpf:fix fout leak
 2023-04-13 13:10 UTC  (2+ messages)

[PATCH bpf-next v2] xsk: Elide base_addr comparison in xp_unaligned_validate_desc
 2023-04-13 13:10 UTC  (2+ messages)

[PATCH bpf-next] xsk: Simplify xp_aligned_validate_desc implementation
 2023-04-13 13:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix compiler warnings in bpf_testmod for kfuncs
 2023-04-13 13:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: remove stand-along test_verifier_log test binary
 2023-04-13 12:40 UTC  (2+ messages)

[PATCH bpf-next 0/3] Fix a few BPF selftests
 2023-04-13 12:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix use of uninitialized op_name in log tests
 2023-04-13 12:30 UTC  (2+ messages)

[PATCH bpf-next 0/6] bpf: add netfilter program type
 2023-04-13  9:26 UTC  (4+ messages)

[PATCH] MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERS
 2023-04-13  7:16 UTC 

[PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-04-13  7:11 UTC  (6+ messages)
` [PATCH] Smack modifications for: "

[PATCH net 1/1] i40e: Fix crash when rebuild fails in i40e_xdp_setup
 2023-04-13  5:42 UTC  (3+ messages)

[PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes
 2023-04-13  4:54 UTC  (2+ messages)


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).