bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-10 14:59:57 to 2021-12-14 00:37:35 UTC [more...]

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

[PATCH bpf-next 0/5] bpf: remove the cgroup -> bpf header dependecy
 2021-12-13 23:42 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: add header for enum bpf_cgroup_storage_type
` [PATCH bpf-next 2/5] bpf: create a header for cgroup_storage_type()
` [PATCH bpf-next 3/5] bpf: create a header for struct bpf_link
` [PATCH bpf-next 4/5] bpf: remove the cgroup -> bpf header dependecy
` [PATCH bpf-next 5/5] bpf: push down the bpf-link include

[PATCH bpf-next] xsk: wipe out dead zero_copy_allocator declarations
 2021-12-13 23:30 UTC  (3+ messages)

Question: `libbpf_err` vs `libbpf_err_errno`
 2021-12-13 23:15 UTC  (2+ messages)

PPC jit and pseudo_btf_id
 2021-12-13 22:37 UTC 

[PATCH 02/17] net/mlx5e: Avoid field-overflowing memcpy()
 2021-12-13 22:33 UTC 

[PATCH v2 bpf-next 0/4] Stop using bpf_object__find_program_by_title API
 2021-12-13 22:22 UTC  (8+ 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 bpf-next] libbpf: Add doc comments for bpf_program__(un)pin()
 2021-12-13 21:56 UTC  (2+ messages)

[PATCH v3 net-next 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-12-13 21:51 UTC  (6+ messages)
` [PATCH v3 net-next 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH bpf-next v2 1/3] net: Parse IPv6 ext headers from TCP sock_ops
 2021-12-13 21:44 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: Test for IPv6 ext header parsing

[PATCH bpf-next] selftests/bpf: Fix segfault in bpf_tcp_ca
 2021-12-13 21:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/9] Introduce unstable CT lookup helpers
 2021-12-13 21:25 UTC  (8+ messages)
` [PATCH bpf-next v3 7/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF

[PATCH] bpftool: Fix NULL vs IS_ERR() checking for return value of hashmap__new
 2021-12-13 19:33 UTC  (2+ messages)

[PATCH bpf-next 0/3] Improve verifier log readability
 2021-12-13 18:21 UTC  (4+ messages)
` [PATCH bpf-next 1/3] Only print scratched registers and stack slots to verifier logs
` [PATCH bpf-next 2/3] Right align verifier states in "
` [PATCH bpf-next 3/3] Only output backtracking information in log level 2

[PATCH v1 0/2] perf: Fix perf in non-root PID namespace
 2021-12-13 18:20 UTC  (5+ messages)
` [PATCH v1 1/2] perf namespaces: Add helper nsinfo__is_in_root_namespace()
` [PATCH v1 2/2] perf evlist: Don't run perf in non-root PID namespace when launch workload

[PATCHv2 bpf-next 0/5] bpf: Add helpers to access traced function arguments
 2021-12-13 17:45 UTC  (3+ messages)
` [PATCHv2 bpf-next 4/5] bpf: Add get_func_[arg|ret|arg_cnt] helpers

[PATCH] tracing: check the return value of kstrdup()
 2021-12-13 16:52 UTC  (2+ messages)

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

[PATCH -mm v2 0/3] Phase 2 of task comm cleanups
 2021-12-13 14:41 UTC  (7+ messages)
` [PATCH -mm v2 1/3] elfcore: replace old hard-code 16 with TASK_COMM_LEN_16
` [PATCH -mm v2 2/3] cn_proc: replaced old hard-coded "
` [PATCH -mm v2 3/3] tools/perf: replace "

[PATCH bpf-next 0/3] xsk: Tx improvements
 2021-12-13 13:13 UTC  (6+ 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 v2] samples/bpf: xdpsock: fix swap.cocci warning
 2021-12-13 12:09 UTC  (6+ messages)

[PATCH] virtio-net: make copy len check in xdp_linearize_page
 2021-12-13  7:48 UTC  (2+ messages)

[syzbot] WARNING: kmalloc bug in bpf
 2021-12-13  2:46 UTC  (3+ messages)

[PATCH bpf-next v1 0/9] Introduce composable bpf types
 2021-12-13  2:02 UTC  (19+ 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

[PATCH bpf-next] libbpf: don't validate TYPE_ID relo's original imm value
 2021-12-13  1:32 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] libbpf: auto-bumpd RLIMIT_MEMLOCK on old kernels
 2021-12-12 19:45 UTC  (6+ 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] selftests/bpf: remove last bpf_create_map_xattr from test_verifier
 2021-12-12 19:13 UTC 

[PATCH] tracing: check the return value of kstrdup()
 2021-12-12 15:36 UTC 

[PATCH] perf tools: Use IS_ERR_OR_NULL() to clean code and fix check
 2021-12-12 13:56 UTC 

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

[PATCH] bpftool: Fix NULL vs IS_ERR() checking
 2021-12-12  5:04 UTC 

[PATCH] bpftool: Fix NULL vs IS_ERR() checking in do_show()
 2021-12-12  4:42 UTC 

[syzbot] WARNING in bpf_xdp_adjust_tail (3)
 2021-12-12  2:47 UTC 

[PATCH] bpf: use kmemdup() to replace kmalloc + memcpy
 2021-12-12  2:16 UTC  (2+ messages)

[PATCH] selftests/bpf: remove ARRAY_SIZE defines from tests
 2021-12-12  1:53 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] introduce bpf_strncmp() helper
 2021-12-12  1:50 UTC  (2+ messages)

[syzbot] BUG: MAX_LOCKDEP_CHAINS too low! (3)
 2021-12-11 22:04 UTC  (2+ messages)

[net-next RFC PATCH v3 00/15] Add support for qca8k mdio rw in Ethernet packet
 2021-12-11 19:24 UTC  (25+ 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 09/14] net: dsa: tag_qca: add support for handling mdio Ethernet and "
` [net-next RFC PATCH v3 10/14] net: dsa: qca8k: add tracking state of master port
` [net-next RFC PATCH v3 10/15] net: dsa: tag_qca: add support for handling mdio Ethernet and 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 12/14] net: dsa: qca8k: add support for mib autocast "
` [net-next RFC PATCH v3 13/15] "
` [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
` [net-next RFC PATCH v3 15/15] "

[PATCH v2] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-11 19:17 UTC 

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-11 17:38 UTC  (29+ 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 "

pull-request v2: bpf-next 2021-12-10
 2021-12-11  2:30 UTC  (2+ messages)

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

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

[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 intel-net 0/5] ice: xsk: Rx processing fixes
 2021-12-10 21:05 UTC  (6+ messages)
` [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

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  (3+ messages)

[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 bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2021-12-10 17:20 UTC 


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