messages from 2021-11-27 02:16:12 to 2021-11-30 19:46:35 UTC [more...]
[PATCH v2 net-next 00/26] net: introduce and use generic XDP stats
2021-11-30 19:46 UTC (41+ messages)
` [PATCH v2 net-next 01/26] rtnetlink: introduce generic XDP statistics
` [PATCH v2 net-next 03/26] ena: implement generic XDP statistics callbacks
` [PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
[PATCH bpf-next v3 0/2] clean-up for BPF_LOG_KERNEL log level
2021-11-30 19:32 UTC (3+ messages)
[PATCH v4 bpf-next 0/4] Add bpf_loop helper
2021-11-30 19:01 UTC (6+ messages)
` [PATCH v4 bpf-next 1/4] bpf: "
` [PATCH v4 bpf-next 2/4] selftests/bpf: Add bpf_loop test
` [PATCH v4 bpf-next 3/4] selftests/bpf: Measure bpf_loop verifier performance
` [PATCH v4 bpf-next 4/4] selftest/bpf/benchs: Add bpf_loop benchmark
split up filter.rst v2
2021-11-30 18:55 UTC (2+ messages)
[PATCH net-next 1/2] i40e: remove dead stores on XSK hotpath
2021-11-30 18:36 UTC (2+ messages)
` [PATCH net-next 2/2] ice: remove dead store "
[PATCH bpf] bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
2021-11-30 18:18 UTC
[PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2021-11-30
2021-11-30 17:59 UTC (3+ messages)
` [PATCH net-next 1/2] igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
` [PATCH net-next 2/2] igc: enable XDP metadata in driver
[PATCH bpf] bpf: Fix the off-by-two error in range markings
2021-11-30 18:16 UTC
[PATCH v3 bpf-next 0/4] Add bpf_loop helper
2021-11-30 16:54 UTC (11+ messages)
` [PATCH v3 bpf-next 1/4] bpf: "
` [PATCH v3 bpf-next 2/4] selftests/bpf: Add bpf_loop test
` [PATCH v3 bpf-next 3/4] selftests/bpf: measure bpf_loop verifier performance
` [PATCH v3 bpf-next 4/4] selftest/bpf/benchs: add bpf_loop benchmark
[PATCH bpf] mips, bpf: Fix reference to non-existing Kconfig symbol
2021-11-30 16:30 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs
2021-11-30 16:22 UTC (12+ messages)
[PATCH v2 0/7] task comm cleanups
2021-11-30 15:53 UTC (21+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH AUTOSEL 5.10 20/43] selftests/tc-testings: Be compatible with newer tc output
2021-11-30 14:49 UTC
[PATCH AUTOSEL 5.4 09/25] selftests/tc-testings: Be compatible with newer tc output
2021-11-30 14:51 UTC
[PATCH AUTOSEL 4.19 08/17] selftests/tc-testings: Be compatible with newer tc output
2021-11-30 14:52 UTC
[PATCH 0/2] Update non-RT users of migrate_disable()
2021-11-30 14:50 UTC (4+ messages)
` [PATCH doc 1/2] Documentation/locking/locktypes: Update migrate_disable() bits
` [PATCH net 2/2] bpf: Make sure bpf_disable_instrumentation() is safe vs preemption
[PATCH AUTOSEL 5.15 31/68] selftests/tc-testings: Be compatible with newer tc output
2021-11-30 14:46 UTC
[PATCH 1/1 v2] Documentation: Add minimum pahole version
2021-11-30 14:38 UTC (3+ messages)
[PATCH bpf-next 0/5] introduce bpf_strncmp() helper
2021-11-30 14:22 UTC (6+ messages)
` [PATCH bpf-next 1/5] bpf: add bpf_strncmp helper
` [PATCH bpf-next 2/5] selftests/bpf: fix checkpatch error on empty function parameter
` [PATCH bpf-next 3/5] selftests/bpf: factor out common helpers for benchmarks
` [PATCH bpf-next 4/5] selftests/bpf: add benchmark for bpf_strncmp() helper
` [PATCH bpf-next 5/5] selftests/bpf: add test cases for bpf_strncmp()
Reference to non-existing symbol WAR_R10000 in arch/mips/net/bpf_jit_comp.h
2021-11-30 13:57 UTC (2+ messages)
[PATCH net 1/1] ice: xsk: clear status_error0 for each allocated desc
2021-11-30 12:20 UTC (2+ messages)
[PATCH v19 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
2021-11-30 11:53 UTC (24+ messages)
` [PATCH v19 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v19 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v19 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v19 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v19 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v19 bpf-next 06/23] net: marvell: rely on "
` [PATCH v19 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v19 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v19 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v19 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v19 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v19 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v19 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v19 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v19 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v19 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v19 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v19 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v19 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v19 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v19 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v19 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v19 bpf-next 23/23] xdp: disable XDP_REDIRECT "
[PATCH v3 net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
2021-11-30 11:33 UTC (4+ messages)
` [PATCH v3 net-next 1/2] "
` [PATCH v3 net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info
[PATCH net-next 0/2] igc: driver change to support XDP metadata
2021-11-30 11:25 UTC (11+ messages)
` [PATCH net-next 2/2] igc: enable XDP metadata in driver
[PATCH v4 bpf-next 00/16] bpf: CO-RE support in the kernel
2021-11-30 5:50 UTC (14+ messages)
` [PATCH v4 bpf-next 07/16] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v4 bpf-next 08/16] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v4 bpf-next 10/16] libbpf: Clean gen_loader's attach kind
` [PATCH v4 bpf-next 14/16] selftests/bpf: Additional test for CO-RE in the kernel
Custom 'hello' BPF CO-RE example failed on Debian 10 again for some reason
2021-11-30 3:16 UTC (3+ messages)
[PATCH bpf-next] bpf: allow readonly direct path access for skfilter
2021-11-30 1:42 UTC (4+ messages)
[RFC PATCH bpf-next v2 0/9] Introduce composable bpf types
2021-11-30 1:29 UTC (10+ messages)
` [RFC PATCH bpf-next v2 1/9] bpf: Introduce composable reg, ret and arg types
` [RFC PATCH bpf-next v2 2/9] bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
` [RFC PATCH bpf-next v2 3/9] bpf: Replace RET_XXX_OR_NULL with RET_XXX "
` [RFC PATCH bpf-next v2 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX "
` [RFC PATCH bpf-next v2 5/9] bpf: Introduce MEM_RDONLY flag
` [RFC PATCH bpf-next v2 6/9] bpf: Convert PTR_TO_MEM_OR_NULL to composable types
` [RFC PATCH bpf-next v2 7/9] bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM
` [RFC PATCH bpf-next v2 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem
` [RFC PATCH bpf-next v2 9/9] bpf/selftests: Test PTR_TO_RDONLY_MEM
[PATCH bpf-next 0/6] tools/bpf: Enable cross-building with clang
2021-11-29 23:53 UTC (7+ messages)
` [PATCH bpf-next 3/6] tools/libbpf: "
` [PATCH bpf-next 4/6] bpftool: "
[PATCH bpf v2 0/3] Fixes for kfunc-mod regressions and warnings
2021-11-29 23:46 UTC (3+ messages)
` [PATCH bpf v2 3/3] tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets
[PATCH bpf-next] libbpf: Add doc comments in libb.h
2021-11-29 23:32 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: Build testing_helpers.o out of tree
2021-11-29 23:23 UTC (2+ messages)
[PATCH bpf] libbpf: silence uninitialized warning/error in btf_dump_dump_type_data
2021-11-29 17:40 UTC (3+ messages)
[PATCH bpf] libbpf: fix missing section "sk_skb/skb_verdict"
2021-11-29 20:50 UTC (3+ messages)
[PATCH v2 bpf-next 0/4] Add bpf_loop_helper
2021-11-29 19:41 UTC (10+ messages)
` [PATCH v2 bpf-next 4/4] selftest/bpf/benchs: add bpf_loop benchmark
[PATCH net-next v2 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
2021-11-29 15:12 UTC (6+ messages)
` [PATCH net-next v2 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info
[PATCH bpf] cacheinfo: move get_cpu_cacheinfo_id() back out
2021-11-29 18:28 UTC (6+ messages)
[PATCH bpf-next 00/10] New BPF helpers to accelerate synproxy
2021-11-29 17:51 UTC (13+ messages)
` [PATCH bpf-next 09/10] bpf: Add a helper to issue timestamp cookies in XDP
can add a new bpf helper function bpf_map_compare_and_update_elem?
2021-11-29 6:49 UTC (3+ messages)
[PATCH bpf-next v2 0/2] Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
2021-11-29 6:31 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] libbpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
[RFC 0/8] perf/bpf: Add batch support for [ku]probes attach
2021-11-29 1:43 UTC (6+ messages)
` [PATCH 1/8] perf/kprobe: Add support to create multiple probes
[PATCH bpf-next 0/4] samples/bpf: xdpsock app enhancements
2021-11-29 1:17 UTC (14+ messages)
` [PATCH bpf-next 1/4] samples/bpf: xdpsock: add VLAN support for Tx-only operation
` [PATCH bpf-next 2/4] samples/bpf: xdpsock: add Dest and Src MAC setting "
` [PATCH bpf-next 3/4] samples/bpf: xdpsock: add period cycle time to Tx operation
` [PATCH bpf-next 4/4] samples/bpf: xdpsock: add time-out for cleaning Tx
[PATCH bpf-next] libbpf: Remove duplicate assignments
2021-11-28 19:33 UTC
[RFC bpf-next v5 00/29] bpf: Add batch support for attaching trampolines
2021-11-28 18:07 UTC (14+ messages)
` [PATCH bpf-next 06/29] bpf: Add bpf_arg/bpf_ret_value helpers for tracing programs
` [PATCH bpf-next 08/29] bpf: Keep active attached trampoline in bpf_prog
` [PATCH bpf-next 09/29] bpf: Add support to load multi func tracing program
[PATCH -next] bpf: Add oversize check before call kvmalloc()
2021-11-27 15:31 UTC
[PATCH] libbpf: Remove duplicate assignments
2021-11-27 6:23 UTC (2+ messages)
[PATCH bpf-next] net-bpf: bpf_skb_change_proto() - add support for ipv6 fragments
2021-11-27 2:32 UTC (2+ messages)
[PATCH v2 bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
2021-11-27 2:05 UTC (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf, docs: add kernel version to map_cgroup_storage
` [PATCH v2 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox