bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-20 20:10:58 to 2021-01-23 00:25:50 UTC [more...]

[PATCH v3 net-next 00/11] intel driver cleanups
 2021-01-23  0:24 UTC  (3+ messages)
` [PATCH v3 net-next 06/11] ice: remove redundant checks in ice_change_mtu
  ` [Intel-wired-lan] "

[PATCH] bpf: Drop disabled LSM hooks from the sleepable set
 2021-01-22 23:50 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix typo in scalar{,32}_min_max_rsh comments
 2021-01-22 23:30 UTC  (2+ messages)

[PATCHv8 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2021-01-22 23:30 UTC  (6+ messages)
` [PATCHv9 "
  ` [PATCHv10 "

[PATCH bpf-next v4] samples/bpf: Update build procedure for manually compiling LLVM and Clang
 2021-01-22 23:10 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-22 20:08 UTC  (16+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-22 18:45 UTC  (3+ messages)

[PATCHv2 0/3] dwarves,libbpf: Add support to use optional extended section index table
 2021-01-22 22:55 UTC  (11+ 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

[PATCHv3 0/2] libbpf: Add support to use optional extended section index table
 2021-01-22 20:37 UTC  (10+ messages)
` [PATCH 1/2] elf_symtab: Add support for SHN_XINDEX index to elf_section_by_name
` [PATCH 2/2] bpf_encoder: Translate SHN_XINDEX in symbol's st_shndx values

[PATCH] bpf: put file handler if no storage found
 2021-01-22 22:20 UTC  (2+ messages)

[PATCH 1/2] bpf: cgroup: Fix optlen WARN_ON_ONCE toctou
 2021-01-22 22:20 UTC  (6+ messages)
` [PATCH 2/2] bpf: cgroup: Fix problematic bounds check

[PATCH v2 bpf-next 0/4] libbpf: BTF dumper support for typed data
 2021-01-22 20:05 UTC  (12+ 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 bpf-next v5 0/3] bpf: introduce timeout hash map
 2021-01-22 20:54 UTC  (4+ messages)
` [Patch bpf-next v5 1/3] "
` [Patch bpf-next v5 2/3] selftests/bpf: add test cases for bpf timeout map
` [Patch bpf-next v5 3/3] selftests/bpf: add timeout map check in map_ptr tests

[PATCH bpf-next v5 1/4] bpf: Be less specific about socket cookies guarantees
 2021-01-22 20:32 UTC  (10+ messages)
` [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 00/12] Various cleanups/fixes for AF_XDP selftests
 2021-01-22 15:47 UTC  (13+ messages)
` [PATCH bpf-next 01/12] selftests/bpf: remove a lot of ifobject casting
` [PATCH bpf-next 02/12] selftests/bpf: remove unused enums
` [PATCH bpf-next 03/12] selftests/bpf: fix style warnings
` [PATCH bpf-next 04/12] selftests/bpf: remove memory leak
` [PATCH bpf-next 05/12] selftests/bpf: improve readability of xdpxceiver/worker_pkt_validate()
` [PATCH bpf-next 06/12] selftests/bpf: remove casting by introduce local variable
` [PATCH bpf-next 07/12] selftests/bpf: change type from void * to struct ifaceconfigobj *
` [PATCH bpf-next 08/12] selftests/bpf: change type from void * to struct generic_data *
` [PATCH bpf-next 09/12] selftests/bpf: define local variables at the beginning of a block
` [PATCH bpf-next 10/12] selftests/bpf: avoid heap allocation
` [PATCH bpf-next 11/12] selftests/bpf: consistent malloc/calloc usage
` [PATCH bpf-next 12/12] selftests/bpf: avoid useless void *-casts

[PATCH bpf-next v3 3/3] xsk: build skb by page
 2021-01-22 16:24 UTC 

[PATCHv13 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-01-22 13:43 UTC  (21+ messages)
` [PATCHv14 "
  ` [PATCHv14 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
  ` [PATCHv15 bpf-next 0/6] xdp: add a new helper for dev map multicast support
    ` [PATCHv15 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
    ` [PATCHv16 bpf-next 0/6] xdp: add a new helper for dev map multicast support
      ` [PATCHv16 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
      ` [PATCHv16 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
      ` [PATCHv16 bpf-next 3/6] xdp: add a new helper for dev map multicast support
      ` [PATCHv16 bpf-next 4/6] sample/bpf: add xdp_redirect_map_multicast test
      ` [PATCHv16 bpf-next 5/6] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
      ` [PATCHv16 bpf-next 6/6] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next 0/3] AF_XDP clean up/perf improvements
 2021-01-22 13:40 UTC  (7+ messages)
` [PATCH bpf-next 1/3] xsk: remove explicit_free parameter from __xsk_rcv()
` [PATCH bpf-next 2/3] xsk: fold xp_assign_dev and __xp_assign_dev
` [PATCH bpf-next 3/3] libbpf, xsk: select AF_XDP BPF program based on kernel version

[PATCH bpf-next v3 0/3] xsk: build skb by page
 2021-01-22 12:55 UTC  (13+ messages)
` [PATCH bpf-next v3 1/3] net: add priv_flags for allow tx skb without linear
` [PATCH bpf-next v3 2/3] virtio-net: support IFF_TX_SKB_NO_LINEAR
` [PATCH bpf-next v3 3/3] xsk: build skb by page

[PATCH bpf-next v2 0/8] Introduce bpf_redirect_xsk() helper
 2021-01-22  9:45 UTC  (25+ messages)
` [PATCH bpf-next v2 1/8] xdp: restructure redirect actions
` [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 7/8] selftest/bpf: add XDP socket tests for bpf_redirect_{xsk, map}()

[PATCH] btf_encoder: Add extra checks for symbol names
 2021-01-22  4:11 UTC  (9+ messages)

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

[PATCH RFC v2] tools: Factor Clang, LLC and LLVM utils definitions
 2021-01-22  0:32 UTC 

[PATCH RFC] tools: Factor Clang, LLC and LLVM utils definitions
 2021-01-22  0:25 UTC  (7+ messages)

[PATCH bpf-next] selftest/bpf: fix typo
 2021-01-22  0:00 UTC  (2+ messages)

More flexible BPF socket inet_lookup hooking after listening sockets are dispatched
 2021-01-21 22:08 UTC  (4+ messages)

libbpf ringbuf manager starvation
 2021-01-21 21:42 UTC  (3+ messages)

[PATCH net-next v2 3/3] xsk: build skb by page
 2021-01-21 10:54 UTC  (4+ messages)

[PATCH 0/3] Small fixes and improvements
 2021-01-21 20:07 UTC  (16+ 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 dwarves v2 0/3] Small fixes and improvements
  ` [PATCH dwarves v2 1/3] btf_encoder: Fix handling of restrict qualifier
  ` [PATCH dwarves v2 2/3] btf_encoder: Improve error-handling around objcopy
  ` [PATCH dwarves v2 3/3] btf_encoder: Set .BTF section alignment to 16

[PATCH net-next] sfc: reduce the number of requested xdp ev queues
 2021-01-21 17:14 UTC  (4+ messages)

[PATCH bpf-next v3] samples/bpf: Update build procedure for manually compiling LLVM and Clang
 2021-01-21 15:01 UTC  (7+ messages)

"WARNING in cgroup_finalize_control" and "WARNING in cgroup_apply_control_disable" should be duplicate crash reports
 2021-01-21 11:33 UTC 

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run7
 2021-01-21  7:14 UTC  (3+ messages)

[PATCH bpf-next] bpf: Helper script for running BPF presubmit tests
 2021-01-21  1:07 UTC  (3+ messages)

[PATCH bpf-next v9 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-20 22:32 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] bpf: Pointers beyond packet end
 2021-01-20 20:51 UTC  (3+ messages)
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add asm tests for pkt vs pkt_end comparison

[PATCH] bpf: put file handler if no storage found
 2021-01-20 21:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: Propagate memory bounds to registers in atomics w/ BPF_FETCH
 2021-01-20 20:12 UTC  (2+ messages)

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


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