bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-16 01:14:14 to 2021-01-19 23:20:42 UTC [more...]

[PATCH 0/3] dwarves,libbpf: Add support to use optional extended section index table
 2021-01-19 23:17 UTC  (5+ messages)
` [PATCH 1/3] elf_symtab: Add support for SHN_XINDEX index to elf_section_by_name
` [PATCH 2/3] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values
` [PATCH bpf-next 3/3] libbpf: Use string table index from index table if needed

[PATCH bpf-next v2 0/3] xsk: build skb by page
 2021-01-19 14:43 UTC  (8+ messages)
` [PATCH bpf-next v2 1/3] net: add priv_flags for allow tx skb without linear
` [PATCH bpf-next v2 2/3] virtio-net: support IFF_TX_SKB_NO_LINEAR
` [PATCH bpf-next v2 3/3] xsk: build skb by page

[PATCH bpf] xsk: Clear pool even for inactive queues
 2021-01-19 22:00 UTC  (2+ messages)

[PATCH bpf-next v2] samples/bpf: Update README.rst and Makefile for manually compiling LLVM and clang
 2021-01-19 21:58 UTC  (2+ messages)

[PATCH] bpf: helper bpf_map_peek_elem_proto points to wrong callback
 2021-01-19 21:12 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] Allow attaching to bare tracepoints
 2021-01-19 21:06 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/2] trace: bpf: Allow bpf to attach "
` [PATCH v3 bpf-next 2/2] selftests: bpf: Add a new test for "

[PATCH v4 0/3] bpf,x64: implement jump padding in jit
 2021-01-19 20:54 UTC  (5+ messages)
` [PATCH v4 1/3] bpf,x64: pad NOPs to make images converge more easily
` [PATCH v4 2/3] test_bpf: remove EXPECTED_FAIL flag from bpf_fill_maxinsns11
` [PATCH v4 3/3] selftests/bpf: Add verifier tests for x64 jit jump padding

[PATCH v6 bpf-next 0/8] mvneta: introduce XDP multi-buffer support
 2021-01-19 20:20 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/8] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v6 bpf-next 2/8] xdp: add xdp_shared_info data structure
` [PATCH v6 bpf-next 3/8] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v6 bpf-next 4/8] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v6 bpf-next 5/8] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v6 bpf-next 6/8] net: mvneta: enable jumbo frames for XDP
` [PATCH v6 bpf-next 7/8] net: xdp: add multi-buff support to xdp_build_skb_from_fram
` [PATCH v6 bpf-next 8/8] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API

[PATCHv6 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2021-01-19 14:51 UTC  (5+ messages)
` [PATCHv7 "
  ` [PATCHv8 "

[PATCH bpf-next v2 0/8] Introduce bpf_redirect_xsk() helper
 2021-01-19 15:50 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] xdp: restructure redirect actions
` [PATCH bpf-next v2 2/8] xsk: remove explicit_free parameter from __xsk_rcv()
` [PATCH bpf-next v2 3/8] xsk: fold xp_assign_dev and __xp_assign_dev
` [PATCH bpf-next v2 4/8] xsk: register XDP sockets at bind(), and add new AF_XDP BPF helper
` [PATCH bpf-next v2 5/8] libbpf, xsk: select AF_XDP BPF program based on kernel version
` [PATCH bpf-next v2 6/8] libbpf, xsk: select bpf_redirect_xsk(), if supported
` [PATCH bpf-next v2 7/8] selftest/bpf: add XDP socket tests for bpf_redirect_{xsk, map}()
` [PATCH bpf-next v2 8/8] selftest/bpf: remove a lot of ifobject casting in xdpxceiver

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-19 15:59 UTC  (4+ messages)
` [PATCH bpf-next v5 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v5 3/4] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH bpf-next v4 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-19 15:59 UTC  (4+ messages)
` [PATCH bpf-next v4 2/4] bpf: Expose bpf_get_socket_cookie to tracing programs

libbpf ringbuf manager starvation
 2021-01-19 15:51 UTC 

[PATCH bpf-next] bpf: permit size-0 datasec
 2021-01-19 15:35 UTC 

[PATCH bpf-next 0/8] Introduce bpf_redirect_xsk() helper
 2021-01-19 15:40 UTC  (10+ messages)
` [PATCH bpf-next 1/8] xdp: restructure redirect actions
` [PATCH bpf-next 2/8] xsk: remove explicit_free parameter from __xsk_rcv()
` [PATCH bpf-next 3/8] xsk: fold xp_assign_dev and __xp_assign_dev
` [PATCH bpf-next 4/8] xsk: register XDP sockets at bind(), and add new AF_XDP BPF helper
` [PATCH bpf-next 5/8] libbpf, xsk: select AF_XDP BPF program based on kernel version
` [PATCH bpf-next 6/8] libbpf, xsk: select bpf_redirect_xsk(), if supported
` [PATCH bpf-next 7/8] selftest/bpf: add XDP socket tests for bpf_redirect_{xsk, map}()
` [PATCH bpf-next 8/8] selftest/bpf: remove a lot of ifobject casting in xdpxceiver

[PATCH v2 bpf-next 0/2] Allow attaching to bare tracepoints
 2021-01-19  9:57 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/2] trace: bpf: Allow bpf to attach "
` [PATCH v2 bpf-next 2/2] selftests: bpf: Add a new test for "

[PATCH bpf-next] xsk: build skb by page
 2021-01-19 12:44 UTC  (13+ messages)

[PATCH bpf] samples/bpf: Update README.rst and Makefile for manually compiling LLVM and clang
 2021-01-19  6:54 UTC  (2+ messages)

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-19  4:50 UTC  (15+ messages)
` [PATCH net-next v2 0/7] "
  ` [PATCH net-next v2 1/7] xsk: support get page for drv
  ` [PATCH net-next v2 2/7] virtio-net, xsk: distinguish XDP_TX and XSK XMIT ctx
  ` [PATCH net-next v2 3/7] xsk, virtio-net: prepare for support xsk zerocopy xmit
  ` [PATCH net-next v2 4/7] virtio-net, xsk: support xsk enable/disable
  ` [PATCH net-next v2 5/7] virtio-net, xsk: realize the function of xsk packet sending
  ` [PATCH net-next v2 6/7] virtio-net, xsk: implement xsk wakeup callback
  ` [PATCH net-next v2 7/7] virtio-net, xsk: set xsk completed when packet sent done

[PATCH v2] hv_netvsc: Add (more) validation for untrusted Hyper-V values
 2021-01-19  4:00 UTC  (6+ messages)

[PATCH for bpf-next] docs: bpf: add minimal markup to address doc warning
 2021-01-18 23:10 UTC  (3+ messages)

[PATCH bpf-next] samples/bpf: add BPF_ATOMIC_OP macro for BPF samples
 2021-01-18 23:00 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2021-01-18 22:30 UTC  (2+ messages)

[PATCH v12 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2021-01-18 22:23 UTC  (2+ messages)

[PATCHv13 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-01-18 15:14 UTC  (10+ messages)
` [PATCHv14 "
  ` [PATCHv14 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
  ` [PATCHv14 bpf-next 3/6] xdp: add a new helper for dev map multicast support

[RESEND v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-18 10:35 UTC  (4+ messages)
` [PATCH 2/7] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers

[PATCH bpf-next] docs: bpf: Fixup atomics documentation
 2021-01-18 15:43 UTC  (3+ messages)

[Patch bpf-next v4 0/3] bpf: introduce timeout hash map
 2021-01-18 19:10 UTC  (5+ messages)
` [Patch bpf-next v4 1/3] "
` [Patch bpf-next v4 2/3] selftests/bpf: add test cases for bpf timeout map
` [Patch bpf-next v4 3/3] selftests/bpf: add timeout map check in map_ptr tests

[PATCH 0/2] Fix build errors and warnings when make M=samples/bpf
 2021-01-18 18:44 UTC  (8+ messages)
` [PATCH bpf 1/2] samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
` [PATCH 2/2] compiler.h: Include asm/rwonce.h under ARM64 and ALPHA to fix build errors

[PATCH net-next 0/4] i40e: small improvements on XDP path
 2021-01-18 18:32 UTC  (3+ messages)

[PATCH v5 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2021-01-18 14:56 UTC  (6+ messages)
` [PATCH v5 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff utility routine

[PATCH bpf-next V12 0/7] bpf: New approach for BPF MTU handling
 2021-01-18 16:54 UTC  (8+ messages)
` [PATCH bpf-next V12 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V12 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V12 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V12 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V12 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V12 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V12 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH bpf] samples/bpf: Update README.rst for manually compiling LLVM and clang
 2021-01-18 18:01 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] BPF docs fixups
 2021-01-18 17:36 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] docs: bpf: Fixup atomics markup
` [PATCH bpf-next v2 2/2] docs: bpf: Clarify -mcpu=v3 requirement for atomic ops

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-01-18 16:48 UTC  (11+ messages)
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx

[PATCH v3 net-next 00/11] intel driver cleanups
 2021-01-18 15:13 UTC  (12+ messages)
` [PATCH v3 net-next 01/11] i40e: drop redundant check when setting xdp prog
` [PATCH v3 net-next 02/11] i40e: drop misleading function comments
` [PATCH v3 net-next 03/11] i40e: adjust i40e_is_non_eop
` [PATCH v3 net-next 04/11] ice: simplify ice_run_xdp
` [PATCH v3 net-next 05/11] ice: move skb pointer from rx_buf to rx_ring
` [PATCH v3 net-next 06/11] ice: remove redundant checks in ice_change_mtu
` [PATCH v3 net-next 07/11] ice: skip NULL check against XDP prog in ZC path
` [PATCH v3 net-next 08/11] i40e, xsk: Simplify the do-while allocation loop
` [PATCH v3 net-next 09/11] i40e: store the result of i40e_rx_offset() onto i40e_ring
` [PATCH v3 net-next 10/11] ice: store the result of ice_rx_offset() onto ice_ring
` [PATCH v3 net-next 11/11] ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ring

Issues compiling selftests XADD - "Invalid usage of the XADD return value"
 2021-01-18 16:33 UTC  (6+ messages)

[PATCH 0/3] Small fixes and improvements
 2021-01-18 16:01 UTC  (4+ messages)
` [PATCH 1/3] btf_encoder: Fix handling of restrict qualifier
` [PATCH 2/3] btf_encoder: Improve error-handling around objcopy
` [PATCH 3/3] btf_encoder: Set .BTF section alignment to 16

[PATCH bpf-next] bpf: Propagate memory bounds to registers in atomics w/ BPF_FETCH
 2021-01-18 16:06 UTC 

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-18 15:19 UTC  (15+ messages)
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type

[PATCH bpf-next] bpf: Helper script for running BPF presubmit tests
 2021-01-18 14:19 UTC 

[PATCH bpf-next V11 0/7] bpf: New approach for BPF MTU handling
 2021-01-18 11:04 UTC  (6+ messages)
` [PATCH bpf-next V11 4/7] bpf: add BPF-helper for MTU checking

[PATCH v3 0/3] bpf,x64: implement jump padding in jit
 2021-01-18  1:51 UTC  (6+ messages)
` [PATCH v3 1/3] bpf,x64: pad NOPs to make images converge more easily

[PATCH v2 bpf-next 0/4] libbpf: BTF dumper support for typed data
 2021-01-17 22:16 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: add btf_has_size() and btf_int() inlines
` [PATCH v2 bpf-next 2/4] libbpf: make skip_mods_and_typedefs available internally in libbpf
` [PATCH v2 bpf-next 3/4] libbpf: BTF dumper support for typed data
` [PATCH v2 bpf-next 4/4] selftests/bpf: add dump type data tests to btf dump tests

[PATCH RFC] tools: Factor Clang, LLC and LLVM utils definitions
 2021-01-16  9:54 UTC 

[PATCH v2 net-next] net: tap: check vlan with eth_type_vlan() method
 2021-01-16  4:20 UTC  (2+ messages)

pull-request: bpf-next 2021-01-16
 2021-01-16  4:03 UTC  (2+ messages)

[PATCH bpf-next 1/4] bpf: enable task local storage for tracing programs
 2021-01-16  1:50 UTC  (10+ messages)

[PATCH netdev] virtio-net: support XDP_TX when not more queues
 2021-01-16  1:47 UTC  (2+ messages)

pull-request: bpf 2021-01-16
 2021-01-16  1:28 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;
as well as URLs for NNTP newsgroup(s).