public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-10 22:06:15 to 2023-03-14 19:31:49 UTC [more...]

[PATCH bpf-next v3] docs/bpf: Add LRU internals description and graph
 2023-03-14 19:31 UTC  (6+ messages)

[PATCH bpf-next v3 0/4] xdp: recycle Page Pool backed skbs built from XDP frames
 2023-03-14 18:52 UTC  (9+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: robustify test_xdp_do_redirect with more payload magics
` [PATCH bpf-next v3 2/4] net: page_pool, skbuff: make skb_mark_for_recycle() always available
` [PATCH bpf-next v3 3/4] xdp: recycle Page Pool backed skbs built from XDP frames
` [PATCH bpf-next v3 4/4] xdp: remove unused {__,}xdp_release_frame()

next: zip.c:35:8: error: packed attribute causes inefficient alignment for 'magic' [-Werror=attributes]
 2023-03-14 18:52 UTC  (2+ messages)

[Patch net-next v2] sock_map: dump socket map id via diag
 2023-03-14 17:58 UTC  (2+ messages)

[RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
 2023-03-14 17:57 UTC  (9+ messages)

[PATCH 0/4] perf lock contention: Improve lock symbol display (v1)
 2023-03-14 17:55 UTC  (8+ messages)
` [PATCH 1/4] perf lock contention: Track and show mmap_lock with address
` [PATCH 2/4] perf lock contention: Track and show siglock "
` [PATCH 3/4] perf lock contention: Show per-cpu rq_lock "
` [PATCH 4/4] perf lock contention: Show lock type "

[PATCH net 1/1] ice: xsk: disable txq irq before flushing hw
 2023-03-14 17:45 UTC 

KASAN veth use after free in XDP_REDIRECT
 2023-03-14 17:13 UTC  (8+ messages)
          ` [PATCH] veth: Fix "

[PATCH v2 net-next 0/2] add some detailed data when reading softnet_stat
 2023-03-14 15:44 UTC  (8+ messages)
` [PATCH v2 net-next 1/2] net-sysfs: display two backlog queue len separately
` [PATCH v2 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior

[PATCH v3 net-next 0/2] add some detailed data when reading softnet_stat
 2023-03-14 15:37 UTC  (5+ messages)
` [PATCH v3 net-next 1/2] net-sysfs: display two backlog queue len separately
` [PATCH v3 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-14 13:06 UTC  (2+ messages)

[PATCH v2 0/3] Assume libbpf 1.0+
 2023-03-14 11:36 UTC  (17+ messages)
` [PATCH v2 2/3] perf build: Remove libbpf pre-1.0 feature tests

[PATCH net v1 0/2] virtio_net: fix two bugs related to XDP
 2023-03-14 11:27 UTC  (5+ messages)
` [PATCH net v1 1/2] virtio_net: fix page_to_skb() miss headroom
` [PATCH net v1 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

[PATCH dwarves 0/1] Support for new btf_type_tag encoding
 2023-03-14 11:21 UTC  (6+ messages)
` [PATCH dwarves 1/1] dwarf_loader: Support for btf:type_tag

[PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
 2023-03-14  9:21 UTC  (10+ messages)

[PATCH net 0/2] virtio_net: fix two bugs related to XDP
 2023-03-14  9:11 UTC  (5+ messages)
` [PATCH net 1/2] virtio_net: fix page_to_skb() miss headroom
` [PATCH net 2/2] virtio_net: free xdp shinfo frags when build_skb_from_xdp_buff() fails

[PATCH bpf-next v2] bpf, docs: Use internal linking for link to netdev subsystem doc
 2023-03-14  7:44 UTC 

[PATCH bpf-next v2 0/2] bpf: Fix a umin > umax reg bound error
 2023-03-14 20:34 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: check bounds not in the 32-bit range

[PATCH bpf-next 0/3] bpf: Allow helpers access ptr_to_btf_id
 2023-03-14  6:40 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Fix bpf_strncmp proto
` [PATCH bpf-next 2/3] bpf: Allow helpers access trusted PTR_TO_BTF_ID
` [PATCH bpf-next 3/3] selftests/bpf: Add various tests to check helper access into ptr_to_btf_id

[PATCH bpf-next v6 0/8] Transit between BPF TCP congestion controls
 2023-03-14  6:05 UTC  (13+ messages)
` [PATCH bpf-next v6 1/8] bpf: Retire the struct_ops map kvalue->refcnt
` [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v6 3/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v6 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms

[PATCH v1 bpf-next] bpf: Disable migration when freeing stashed local kptr using obj drop
 2023-03-14  5:35 UTC  (3+ messages)

[PATCH bpf-next v3 1/2] bpf: use canonical ftrace path
 2023-03-14  5:27 UTC  (6+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: "

[PATCH bpf-next] bpf, docs: Add signed comparison example
 2023-03-14  5:20 UTC  (4+ messages)
` [Bpf] "

[PATCH bpf-next v4 0/2] use canonical ftrace path whenever possible
 2023-03-14  5:10 UTC  (6+ messages)
  ` [PATCH bpf-next v4 1/2] bpf: use canonical ftrace path
  ` [PATCH bpf-next v4 2/2] selftests/bpf: "

[PATCH intel-net] ice: xsk: disable txq irq before flushing hw
 2023-03-14  5:09 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next v2] bpf, docs: Add extended call instructions
 2023-03-14  5:07 UTC  (2+ messages)

[PATCH bpf-next] bpf, doc: use internal linking for link to netdev FAQ
 2023-03-14  3:28 UTC  (12+ messages)

[PATCH net-next v2 0/8][pull request] i40e: support XDP multi-buffer
 2023-03-14  0:10 UTC  (2+ messages)

[RFC] Implementing the BPF dispatcher on ARM64
 2023-03-14  0:09 UTC  (6+ messages)

[PATCH bpf-next v3] bpf, docs: Add extended call instructions
 2023-03-13 21:30 UTC  (2+ messages)
` [Bpf] "

[PATCH dwarves] fprintf: reintroduce space after "const"
 2023-03-13 19:45 UTC 

[PATCH v2] perf lock contention: Fix builtin detection
 2023-03-13 19:14 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix precision propagation verbose logging
 2023-03-13 18:50 UTC  (2+ messages)

[PATCH dwarves 0/3] dwarves: improve BTF encoder comparison method
 2023-03-13 18:28 UTC  (14+ messages)
` [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier

[PATCH net v2 0/8] update xdp_features flag according to NIC re-configuration
 2023-03-13 16:47 UTC  (10+ messages)
` [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag

[syzbot] net test error: WARNING: suspicious RCU usage in veth_set_xdp_features
 2023-03-13 15:53 UTC 

[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
 2023-03-13 14:41 UTC  (13+ messages)
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr

[PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
 2023-03-13 13:03 UTC  (4+ messages)

[PATCH bpf-next v10 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-03-13  7:16 UTC  (4+ messages)
` [PATCH bpf-next v10 1/2] bpf: "

[Patch net-next] sock_map: dump socket map id via diag
 2023-03-12 19:44 UTC  (3+ messages)

A potential deadlock in sockhash map
 2023-03-12 19:32 UTC  (2+ messages)

[RFC PATCH net] bpf: Fix unregister memory model in BPF_PROG_RUN in test runner
 2023-03-11 21:37 UTC 

[PATCH bpf-next] bpf, docs: Add extended call instructions
 2023-03-11 22:07 UTC  (6+ messages)
` [Bpf] "

[PATCH v2 0/4] enable bpf_prog_pack allocator for powerpc
 2023-03-11 10:16 UTC  (12+ messages)
` [PATCH v2 1/4] powerpc/code-patching: introduce patch_instructions()
` [PATCH v2 2/4] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v2 3/4] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v2 4/4] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]

[PATCH V2 bpf-next] BPF, docs: libbpf Overview Document
 2023-03-11  2:14 UTC 

[PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
 2023-03-11  0:50 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] Support stashing local kptrs with bpf_kptr_xchg
 2023-03-11  0:50 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Support __kptr to local kptrs
` [PATCH v2 bpf-next 2/3] bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add local kptr stashing test

[PATCH v4 0/3] security: Always enable integrity LSM
 2023-03-10 23:37 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