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

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-18 12:27 UTC  (14+ 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 bpf-next] samples/bpf: add BPF_ATOMIC_OP macro for BPF samples
 2021-01-18 11:00 UTC  (3+ messages)

[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  (4+ 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 v2 bpf-next 0/2] Allow attaching to bare tracepoints
 2021-01-18 17:48 UTC  (7+ 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 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 bpf-next] xsk: build skb by page
 2021-01-18 16:38 UTC  (11+ messages)

[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] xsk: Clear pool even for inactive queues
 2021-01-18 16:03 UTC 

[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

[PATCHv13 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-01-18 15:14 UTC  (9+ 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

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

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

[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 v2] hv_netvsc: Add (more) validation for untrusted Hyper-V values
 2021-01-17 17:41 UTC  (5+ messages)

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

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

[PATCH bpf] MAINTAINERS: update my email address
 2021-01-15 23:00 UTC  (2+ messages)

cBPF socket filters failing - inexplicably?
 2021-01-15 22:45 UTC  (3+ messages)

[RPC PATCH bpf-next] bpf: implement new BPF_CGROUP_INET_SOCK_POST_CONNECT
 2021-01-15 17:41 UTC  (9+ messages)

[PATCHv5 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2021-01-15 16:57 UTC  (6+ messages)
` [PATCHv6 "
  ` [PATCHv7 "

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-15 16:56 UTC  (9+ messages)

[PATCH bpf-next v9 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-15 16:35 UTC  (4+ messages)
` [PATCH bpf-next v9 1/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
` [PATCH bpf-next v9 2/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v9 3/3] bpf: split cgroup_bpf_enabled per attach type

general protection fault in xsk_recvmsg
 2021-01-15 12:49 UTC  (2+ messages)

[PATCH bpf-next v8 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-15  4:28 UTC  (8+ messages)
` [PATCH bpf-next v8 1/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE

[RFC PATCH bpf-next 0/2] bpf, libbpf: share BTF data show functionality
 2021-01-15  3:51 UTC  (4+ messages)
  ` [RFC PATCH bpf-next 1/2] bpf: share BTF "show" implementation between kernel and libbpf

[PATCHv7 bpf-next 0/3] perf: Add mmap2 build id support
 2021-01-15  3:50 UTC  (9+ messages)
` [PATCH bpf-next 2/3] bpf: Add size arg to build_id_parse function

[PATCH bpf-next v7 00/11] Atomics for eBPF
 2021-01-15  3:23 UTC  (13+ messages)
` [PATCH bpf-next v7 02/11] bpf: x86: Factor out emission of REX byte
` [PATCH bpf-next v7 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH bpf-next v7 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v7 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v7 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v7 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v7 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH bpf-next v7 09/11] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v7 10/11] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v7 11/11] bpf: Document new atomic instructions

[PATCH net-next] net: core: use eth_type_vlan in tap_get_user_xdp
 2021-01-15  2:21 UTC  (2+ messages)

[PATCH v3 0/2] Kbuild: DWARF v5 support
 2021-01-14 23:45 UTC  (11+ 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).