bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-09 16:02:08 to 2021-12-11 02:03:41 UTC [more...]

[net-next RFC PATCH v3 00/15] Add support for qca8k mdio rw in Ethernet packet
 2021-12-11  2:01 UTC  (19+ messages)
` [net-next RFC PATCH v3 01/15] net: dsa: provide switch operations for tracking the master state
` [net-next RFC PATCH v3 02/15] net: dsa: stop updating master MTU from master.c
` [net-next RFC PATCH v3 03/15] net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
` [net-next RFC PATCH v3 04/15] net: dsa: replay master state events in dsa_tree_{setup,teardown}_master
` [net-next RFC PATCH v3 05/15] net: dsa: tag_qca: convert to FIELD macro
` [net-next RFC PATCH v3 06/15] net: dsa: tag_qca: move define to include linux/dsa
` [net-next RFC PATCH v3 07/15] net: da: tag_qca: enable promisc_on_master flag
` [net-next RFC PATCH v3 07/14] net: dsa: tag_qca: add define for handling mdio Ethernet packet
` [net-next RFC PATCH v3 08/14] net: dsa: tag_qca: add define for handling MIB packet
` [net-next RFC PATCH v3 08/15] net: dsa: tag_qca: add define for handling mdio Ethernet packet
` [net-next RFC PATCH v3 09/15] net: dsa: tag_qca: add define for handling MIB packet
` [net-next RFC PATCH v3 11/14] net: dsa: qca8k: add support for mdio read/write in Ethernet packet
` [net-next RFC PATCH v3 11/15] net: dsa: qca8k: add tracking state of master port
` [net-next RFC PATCH v3 12/15] net: dsa: qca8k: add support for mdio read/write in Ethernet packet
` [net-next RFC PATCH v3 13/15] net: dsa: qca8k: add support for mib autocast "
` [net-next RFC PATCH v3 13/14] net: dsa: qca8k: add support for phy read/write with mdio Ethernet
` [net-next RFC PATCH v3 14/15] "
` [net-next RFC PATCH v3 14/14] net: dsa: qca8k: cache lo and hi for mdio write

[BPF PATCH for-next] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-11  1:56 UTC  (4+ messages)

[PATCH bpf-next] libbpf: add sane strncpy alternative and use it internally
 2021-12-11  0:40 UTC 

[PATCH v2 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-11  0:36 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] selftests/bpf: "
` [PATCH v2 bpf-next 2/4] samples/bpf: "
` [PATCH v2 bpf-next 3/4] tools/perf: "
` [PATCH v2 bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-11  0:16 UTC  (27+ messages)
` [PATCH v20 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v20 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v20 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v20 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v20 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v20 bpf-next 06/23] net: marvell: rely on "
` [PATCH v20 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v20 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v20 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v20 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v20 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v20 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v20 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v20 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v20 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v20 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v20 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v20 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v20 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v20 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v20 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v20 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v20 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-11  0:06 UTC  (8+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: "
` [PATCH bpf-next 2/4] samples/bpf: "
` [PATCH bpf-next 3/4] tools/perf: "
` [PATCH bpf-next 4/4] libbpf: Mark bpf_object__find_program_by_title API deprecated

[ANNOUNCEMENT] libbpf v0.6 release
 2021-12-11  0:02 UTC  (2+ messages)

[PATCH v2] samples/bpf: xdpsock: fix swap.cocci warning
 2021-12-10 23:53 UTC  (4+ messages)

pull-request v2: bpf-next 2021-12-10
 2021-12-10 23:47 UTC 

[PATCH bpf-next v3 0/9] Introduce unstable CT lookup helpers
 2021-12-10 23:03 UTC  (14+ messages)
` [PATCH bpf-next v3 1/9] bpf: Refactor bpf_check_mod_kfunc_call
` [PATCH bpf-next v3 2/9] bpf: Remove DEFINE_KFUNC_BTF_ID_SET
` [PATCH bpf-next v3 3/9] bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
` [PATCH bpf-next v3 4/9] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v3 5/9] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v3 6/9] bpf: Track provenance for pointers formed from referenced PTR_TO_BTF_ID
` [PATCH bpf-next v3 7/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v3 8/9] selftests/bpf: Extend kfunc selftests
` [PATCH bpf-next v3 9/9] selftests/bpf: Add test for unstable CT lookup API

[PATCH intel-net 0/5] ice: xsk: Rx processing fixes
 2021-12-10 21:05 UTC  (7+ messages)
` [PATCH intel-net 1/5] ice: xsk: return xsk buffers back to pool when cleaning the ring
` [PATCH intel-net 2/5] ice: xsk: allocate separate memory for XDP SW ring
` [PATCH intel-net 3/5] ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor
` [PATCH intel-net 4/5] ice: xsk: allow empty Rx descriptors on XSK ZC data path
` [PATCH intel-net 5/5] ice: xsk: fix cleaned_count setting

[PATCH v2 bpf-next 0/2] libbpf: auto-bumpd RLIMIT_MEMLOCK on old kernels
 2021-12-10 20:13 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
` [PATCH v2 bpf-next 2/2] selftests/bpf: remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests

[PATCH bpf-next v1 0/9] Introduce composable bpf types
 2021-12-10 19:56 UTC  (17+ messages)
` [PATCH bpf-next v1 4/9] bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
` [PATCH bpf-next v1 7/9] bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM
` [PATCH bpf-next v1 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem

pull-request: bpf-next 2021-12-10
 2021-12-10 19:50 UTC 

[RFC 0/8] perf/bpf: Add batch support for [ku]probes attach
 2021-12-10 18:28 UTC  (8+ messages)
` [PATCH 1/8] perf/kprobe: Add support to create multiple probes

[PATCH] samples: bpf: fix tracex2 due to empty sys_write count argument
 2021-12-10 18:28 UTC  (3+ messages)

[PATCH bpf-next 1/2] libbpf: auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
 2021-12-10 18:25 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: remove explicit setrlimi(RLIMI_MEMLOCK) in main selftests

[PATCH bpf-next v3] libbpf: add "bool skipped" to struct bpf_map
 2021-12-10 18:23 UTC  (2+ messages)

[PATCH v1 bpf 1/1] libbpf: don't force user-supplied ifname string to be of fixed size
 2021-12-10 17:37 UTC  (4+ messages)

[PATCH] selftests/bpf: remove ARRAY_SIZE defines from tests
 2021-12-10 17:34 UTC 

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2021-12-10 17:20 UTC 

[PATCH bpf-next 0/3] xsk: Tx improvements
 2021-12-10 17:14 UTC  (4+ messages)
` [PATCH bpf-next 1/3] i40e: xsk: move tmp desc array from driver to pool
` [PATCH bpf-next 2/3] ice: xsk: improve AF_XDP ZC Tx side
` [PATCH bpf-next 3/3] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH bpf-next] xsk: wipe out dead zero_copy_allocator declarations
 2021-12-10 17:15 UTC 

[PATCH bpf-next v2 0/8] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-10 14:20 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] page_pool: Add callback to init pages when they are allocated
` [PATCH bpf-next v2 2/8] page_pool: Store the XDP mem id
` [PATCH bpf-next v2 3/8] xdp: Allow registering memory model without rxq reference
` [PATCH bpf-next v2 4/8] xdp: Move conversion to xdp_frame out of map functions
` [PATCH bpf-next v2 5/8] xdp: add xdp_do_redirect_frame() for pre-computed xdp_frames
` [PATCH bpf-next v2 6/8] bpf: Add XDP_REDIRECT support to XDP for bpf_prog_run()
` [PATCH bpf-next v2 7/8] selftests/bpf: Add selftest for XDP_REDIRECT in bpf_prog_run()
` [PATCH bpf-next v2 8/8] samples/bpf: Add xdp_trafficgen sample

[PATCH bpf-next v2 0/4] introduce bpf_strncmp() helper
 2021-12-10 14:16 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: add bpf_strncmp helper
` [PATCH bpf-next v2 2/4] selftests/bpf: fix checkpatch error on empty function parameter
` [PATCH bpf-next v2 3/4] selftests/bpf: add benchmark for bpf_strncmp() helper
` [PATCH bpf-next v2 4/4] selftests/bpf: add test cases for bpf_strncmp()

[PATCH v4 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2021-12-10 13:31 UTC  (10+ messages)
` [PATCH v4 net-next 1/9] i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH v4 net-next 2/9] i40e: respect metadata "

linux-next: manual merge of the bpf-next tree with the netdev tree
 2021-12-10 12:43 UTC 

[PATCH] bpf: return EOPNOTSUPP when JIT is needed and not possible
 2021-12-10 12:24 UTC  (6+ messages)

[PATCH bpf-next v2] libbpf: add "bool skipped" to struct bpf_map
 2021-12-10  6:53 UTC  (2+ messages)

[PATCH] libbpf: fix typo in btf__dedup@LIBBPF_0.0.2 definition
 2021-12-10  6:50 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Skip the pinning of global data map for old kernels
 2021-12-10  3:02 UTC  (3+ messages)

[PATCH bpf-next 0/2] Introduce TCP_ULP option for bpf_{set,get}sockopt
 2021-12-10  2:54 UTC  (3+ messages)

[PATCH bpf-next v2 1/3] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-10  2:01 UTC  (2+ messages)

[PATCH v3 bpf-next 00/12] Enhance and rework logging controls in libbpf
 2021-12-09 23:47 UTC  (14+ messages)
` [PATCH v3 bpf-next 01/12] libbpf: fix bpf_prog_load() log_buf logic for log_level 0
` [PATCH v3 bpf-next 02/12] libbpf: add OPTS-based bpf_btf_load() API
` [PATCH v3 bpf-next 03/12] libbpf: allow passing preallocated log_buf when loading BTF into kernel
` [PATCH v3 bpf-next 04/12] libbpf: allow passing user log setting through bpf_object_open_opts
` [PATCH v3 bpf-next 05/12] libbpf: improve logging around BPF program loading
` [PATCH v3 bpf-next 06/12] libbpf: preserve kernel error code and remove kprobe prog type guessing
` [PATCH v3 bpf-next 07/12] libbpf: add per-program log buffer setter and getter
` [PATCH v3 bpf-next 08/12] libbpf: deprecate bpf_object__load_xattr()
` [PATCH v3 bpf-next 09/12] selftests/bpf: replace all uses of bpf_load_btf() with bpf_btf_load()
` [PATCH v3 bpf-next 10/12] selftests/bpf: add test for libbpf's custom log_buf behavior
` [PATCH v3 bpf-next 11/12] selftests/bpf: remove the only use of deprecated bpf_object__load_xattr()
` [PATCH v3 bpf-next 12/12] bpftool: switch bpf_object__load_xattr() to bpf_object__load()

[PATCH bpf-next] libbpf: Add doc comments for bpf_program__(un)pin()
 2021-12-09 23:22 UTC 

ANNOUNCE: pahole v1.22 (Multithreaded DWARF Loading, detached BTF encoding)
 2021-12-09 22:09 UTC  (6+ messages)
` ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)

[PATCH bpf-next 0/8] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-09 19:49 UTC  (14+ messages)
` [PATCH bpf-next 1/8] page_pool: Add callback to init pages when they are allocated
` [PATCH bpf-next 5/8] xdp: add xdp_do_redirect_frame() for pre-computed xdp_frames
` [PATCH bpf-next 6/8] bpf: Add XDP_REDIRECT support to XDP for bpf_prog_run()

[PATCH v2 bpf-next 00/12] Enhance and rework logging controls in libbpf
 2021-12-09 19:44 UTC  (5+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: fix bpf_prog_load() log_buf logic for log_level 0

[GIT PULL] Networking for 5.16-rc5
 2021-12-09 19:35 UTC  (2+ messages)

bpf: add __user tagging support in vmlinux BTF
 2021-12-09 17:36 UTC  (6+ messages)
` [PATCH bpf-next 1/5] compiler_types: define __user as __attribute__((btf_type_tag("user")))
` [PATCH bpf-next 2/5] bpf: reject program if a __user tagged memory accessed in kernel way
` [PATCH bpf-next 3/5] selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c
` [PATCH bpf-next 4/5] selftests/bpf: add a selftest with __user tag
` [PATCH bpf-next 5/5] selftests/bpf: specify pahole version requirement for btf_tag test

[PATCH] samples:bpf:remove unneeded variable
 2021-12-09 17:30 UTC  (4+ messages)
` [PATCHv2 bpf-next] samples/bpf:remove "

[PATCH bpf-next v2 0/9] Introduce unstable CT lookup helpers
 2021-12-09 17:09 UTC  (10+ messages)
` [PATCH bpf-next v2 1/9] bpf: Refactor bpf_check_mod_kfunc_call
` [PATCH bpf-next v2 2/9] bpf: Remove DEFINE_KFUNC_BTF_ID_SET
` [PATCH bpf-next v2 3/9] bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
` [PATCH bpf-next v2 4/9] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v2 5/9] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v2 6/9] bpf: Track provenance for pointers formed from referenced PTR_TO_BTF_ID
` [PATCH bpf-next v2 7/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v2 8/9] selftests/bpf: Extend kfunc selftests
` [PATCH bpf-next v2 9/9] selftests/bpf: Add test for unstable CT lookup API


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