bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-28 02:50:12 to 2021-06-01 06:17:38 UTC [more...]

[PATCH net 2/2] virtio-net: get build_skb() buf by data ptr
 2021-06-01  6:17 UTC 

[syzbot] INFO: task hung in register_netdevice_notifier (2)
 2021-06-01  5:00 UTC 

[PATCH net-next 0/3] Some optimization for lockless qdisc
 2021-06-01  4:51 UTC  (14+ messages)
` [PATCH net-next 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
                  ` [Linuxarm] "
` [PATCH net-next 3/3] net: sched: remove qdisc->empty "

[PATCH net 2/2] virtio-net: get build_skb() buf by data ptr
 2021-06-01  3:27 UTC 

[PATCH net 2/2] virtio-net: get build_skb() buf by data ptr
 2021-06-01  3:03 UTC 

[PATCH bpf-next 0/2] Autogenerating libbpf API documentation
 2021-05-31 20:05 UTC  (4+ messages)
` [PATCH bpf-next 1/2] Add documentation for libbpf including API autogen
` [PATCH bpf-next 2/2] Remove duplicate README doc from libbpf

[PATCH v2 4.14 00/16] CVE fixes and selftests cleanup
 2021-05-31 18:25 UTC  (18+ messages)
` [PATCH v2 4.14 01/17] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH v2 4.14 02/17] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH v2 4.14 03/17] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH v2 4.14 04/17] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH v2 4.14 05/17] bpf: Improve verifier error messages for users
` [PATCH v2 4.14 06/17] bpf: Refactor and streamline bounds check into helper
` [PATCH v2 4.14 07/17] bpf: Move sanitize_val_alu out of op switch
` [PATCH v2 4.14 08/17] bpf: Tighten speculative pointer arithmetic mask
` [PATCH v2 4.14 09/17] bpf: Update selftests to reflect new error states
` [PATCH v2 4.14 10/17] bpf: do not allow root to mangle valid pointers
` [PATCH v2 4.14 11/17] bpf/verifier: disallow pointer subtraction
` [PATCH v2 4.14 12/17] selftests/bpf: fix test_align
` [PATCH v2 4.14 13/17] selftests/bpf: make 'dubious pointer arithmetic' test useful
` [PATCH v2 4.14 14/17] bpf: Fix leakage of uninitialized bpf stack under speculation
` [PATCH v2 4.14 15/17] bpf: Wrap aux data inside bpf_sanitize_info container
` [PATCH v2 4.14 16/17] bpf: Fix mask direction swap upon off reg sign change
` [PATCH v2 4.14 17/17] bpf: No need to simulate speculative domain for immediates

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-05-31 13:17 UTC  (20+ messages)

[RFC bpf-next 0/4] add partial rx hw csum offload support for XDP
 2021-05-31 11:07 UTC  (12+ messages)
` [RFC bpf-next 1/4] net: xdp: introduce flags field in xdp_buff and xdp_frame
` [RFC bpf-next 2/4] mvneta: return csum computation result from mvneta_rx_csum
` [RFC bpf-next 3/4] net: mvneta: report csum result in xdp_buff
` [RFC bpf-next 4/4] net: xdp: update csum building the skb

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-05-31  9:35 UTC  (5+ messages)

[PATCH] kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
 2021-05-31  9:34 UTC 

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-05-31  8:24 UTC  (17+ messages)

[PATCH net-next] virtio-net: Refactor the code related to page_to_skb()
 2021-05-31  6:24 UTC  (2+ messages)

[PATCH net 0/2] virtio-net: fix for build_skb()
 2021-05-31  6:10 UTC  (5+ messages)
` [PATCH net 1/2] virtio-net: fix for unable to handle page fault for address
` [PATCH net 2/2] virtio-net: get build_skb() buf by data ptr

[PATCH v2 bpf-next] bpf: tnums: Provably sound, faster, and more precise algorithm for tnum_mul
 2021-05-31  2:01 UTC 

[PATCH bpf-next] bpf: tnums: Provably sound, faster, and more precise algorithm for tnum_mul
 2021-05-30 23:05 UTC  (3+ messages)

[RFT] Testing 1.22
 2021-05-30 21:45 UTC  (10+ messages)

[PATCH v2 4.19 00/19] bpf: fix verifier selftests, add CVE-2021-29155, CVE-2021-33200 fixes
 2021-05-30 12:23 UTC  (21+ messages)
` [PATCH v2 4.19 01/19] bpf: fix up selftests after backports were fixed
` [PATCH v2 4.19 02/19] bpf, selftests: Fix up some test_verifier cases for unprivileged
` [PATCH v2 4.19 03/19] selftests/bpf: Test narrow loads with off > 0 in test_verifier
` [PATCH v2 4.19 04/19] selftests/bpf: add selftest part of "bpf: improve verifier branch analysis"
` [PATCH v2 4.19 05/19] bpf: extend is_branch_taken to registers
` [PATCH v2 4.19 06/19] bpf: Test_verifier, bpf_get_stack return value add <0
` [PATCH v2 4.19 07/19] bpf, test_verifier: switch bpf_get_stack's 0 s> r8 test
` [PATCH v2 4.19 08/19] bpf: Move off_reg into sanitize_ptr_alu
` [PATCH v2 4.19 09/19] bpf: Ensure off_reg has no mixed signed bounds for all types
` [PATCH v2 4.19 10/19] bpf: Rework ptr_limit into alu_limit and add common error path
` [PATCH v2 4.19 11/19] bpf: Improve verifier error messages for users
` [PATCH v2 4.19 12/19] bpf: Refactor and streamline bounds check into helper
` [PATCH v2 4.19 13/19] bpf: Move sanitize_val_alu out of op switch
` [PATCH v2 4.19 14/19] bpf: Tighten speculative pointer arithmetic mask
` [PATCH v2 4.19 15/19] bpf: Update selftests to reflect new error states
` [PATCH v2 4.19 16/19] bpf: Fix leakage of uninitialized bpf stack under speculation
` [PATCH v2 4.19 17/19] bpf: Wrap aux data inside bpf_sanitize_info container
` [PATCH v2 4.19 18/19] bpf: Fix mask direction swap upon off reg sign change
` [PATCH v2 4.19 19/19] bpf: No need to simulate speculative domain for immediates

[RFC PATCH bpf-next] bpf: Introduce bpf_timer
 2021-05-30  6:36 UTC  (7+ messages)

[PATCH RFC bpf-next 00/15] Improve XDP samples usability and output
 2021-05-30  3:07 UTC  (18+ messages)
` [PATCH RFC bpf-next 01/15] samples: bpf: fix a couple of NULL dereferences
` [PATCH RFC bpf-next 02/15] samples: bpf: fix a couple of warnings
` [PATCH RFC bpf-next 03/15] samples: bpf: split out common bpf progs to its own file
` [PATCH RFC bpf-next 04/15] samples: bpf: refactor generic parts out of xdp_redirect_cpu_user
` [PATCH RFC bpf-next 05/15] samples: bpf: convert xdp_redirect_map to use xdp_samples
` [PATCH RFC bpf-next 06/15] samples: bpf: prepare devmap_xmit support in xdp_sample
` [PATCH RFC bpf-next 07/15] samples: bpf: add extended reporting for xdp redirect error
` [PATCH RFC bpf-next 08/15] samples: bpf: add per exception reporting for xdp_exception
` [PATCH RFC bpf-next 09/15] samples: bpf: convert xdp_monitor to use xdp_samples
` [PATCH RFC bpf-next 10/15] samples: bpf: implement terse output mode and make it default
` [PATCH RFC bpf-next 11/15] samples: bpf: print summary of session on exit
` [PATCH RFC bpf-next 12/15] samples: bpf: subtract time spent in collection from polling interval
` [PATCH RFC bpf-next 13/15] samples: bpf: add new options for xdp samples
` [PATCH RFC bpf-next 14/15] samples: bpf: add documentation
` [PATCH RFC bpf-next 15/15] samples: bpf: convert xdp_samples to use raw_tracepoints

[PATCH] selftests/bpf: Fix return value check in attach_bpf()
 2021-05-30  1:17 UTC  (6+ messages)

Strategy for debugging 'Exceeded stack limit' errors
 2021-05-30  1:14 UTC  (2+ messages)

Portability of bpf_tracing.h
 2021-05-30  0:51 UTC  (6+ messages)

[PATCH] mm/page_alloc: Work around a pahole limitation with zero-sized struct pagesets
 2021-05-30  0:46 UTC  (12+ messages)

perf test 40 Basic BPF llvm compile dumps core (x86 and s390)
 2021-05-30  0:43 UTC  (2+ messages)

[Patch bpf v3 0/8] sock_map: some bug fixes and improvements
 2021-05-29 19:29 UTC  (4+ messages)
` [Patch bpf v3 8/8] skmsg: increase sk->sk_drops when dropping packets

[PATCH] perf stat: Fix error return code in bperf__load()
 2021-05-29  9:10 UTC  (2+ messages)

using skip>0 with bpf_get_stack()
 2021-05-28 22:16 UTC 

[PATCH][next] bpf: devmap: remove redundant assignment of variable drops
 2021-05-28 20:21 UTC  (3+ messages)

[PATCH bpf-next] bpf/devmap: remove drops variable from bq_xmit_all()
 2021-05-28 20:20 UTC  (3+ messages)

[PATCH bpf-next v3] docs/bpf: add llvm_reloc.rst to explain llvm bpf relocations
 2021-05-28 20:20 UTC  (2+ messages)

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-05-28 19:59 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/7] net: sched: refactor cls_bpf creation code
` [PATCH RFC bpf-next 2/7] bpf: export bpf_link functions for modules
` [PATCH RFC bpf-next 3/7] net: sched: add bpf_link API for bpf classifier
` [PATCH RFC bpf-next 4/7] net: sched: add lightweight update path for cls_bpf
` [PATCH RFC bpf-next 5/7] tools: bpf.h: sync with kernel sources
` [PATCH RFC bpf-next 6/7] libbpf: add bpf_link based TC-BPF management API
` [PATCH RFC bpf-next 7/7] libbpf: add selftest for "

[RFC v2 0/7] Improve RISC-V Perf support using SBI PMU extension
 2021-05-28 18:44 UTC  (8+ messages)
` [RFC v2 1/7] RISC-V: Remove the current perf implementation
` [RFC v2 2/7] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [RFC v2 3/7] RISC-V: Add a perf core library for pmu drivers
` [RFC v2 4/7] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [RFC v2 5/7] RISC-V: Add RISC-V SBI PMU extension definitions
` [RFC v2 6/7] RISC-V: Add perf platform driver based on SBI PMU extension
` [RFC v2 7/7] Documentation: riscv: Remove the old documentation

[PATCH bpf-next v2 0/3] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-05-28 18:40 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 3/3] selftests/bpf: Add test for "

[PATCH] security: remove unneeded subdir-$(CONFIG_...)
 2021-05-28 18:01 UTC 

XDP-hints working group mailing list is active
 2021-05-28 14:58 UTC  (2+ messages)

[PATCH bpf-next 0/3] Autogenerating API documentation
 2021-05-28 14:50 UTC  (11+ messages)

[PATCH bpf-next] xsk: support AF_PACKET
 2021-05-28 12:35 UTC  (13+ messages)

[PATCH 4.19 00/12] bpf: fix verifier selftests, add CVE-2021-29155 fixes
 2021-05-28 10:12 UTC  (2+ messages)

Regression 5.12.0-rc4 net: ice: significant throughput drop
 2021-05-28  8:34 UTC 

[PATCH dwarves] btf_encoder: fix and complete filtering out zero-sized per-CPU variables
 2021-05-28  6:24 UTC  (7+ 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).