bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-27 09:36:22 to 2021-01-31 15:24:12 UTC [more...]

[PATCH v3 bpf-next] net: veth: alloc skb in bulk for ndo_xdp_xmit
 2021-01-31 14:16 UTC  (2+ messages)

corrupted pvqspinlock in htab_map_update_elem
 2021-01-31  8:42 UTC 

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-01-30 22:55 UTC  (4+ messages)
` [PATCH bpf-next v2 1/5] "

[PATCH bpf-next] selftest/bpf: testing for multiple logs on REJECT
 2021-01-30 22:03 UTC  (5+ messages)

[PATCH bpf-next v2] selftest/bpf: testing for multiple logs on REJECT
 2021-01-30 22:01 UTC 

selftest/bpf/test_verifier_log fails on v5.11-rc5
 2021-01-30 20:48 UTC  (5+ messages)

[RESEND PATCH net v4] udp: ipv4: manipulate network header of NATed UDP GRO fraglist
 2021-01-30 15:55 UTC  (2+ messages)

[PATCH bpf-next V13 0/7] bpf: New approach for BPF MTU handling
 2021-01-30 13:51 UTC  (14+ messages)
` [PATCH bpf-next V13 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V13 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V13 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V13 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V13 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect

kprobes broken since 0d00449c7a28 ("x86: Replace ist_enter() with nmi_enter()")
 2021-01-30 12:44 UTC  (29+ messages)
                ` [PATCH] x86: Disable CET instrumentation in the kernel

[PATCH bpf-next v6 1/5] bpf: Be less specific about socket cookies guarantees
 2021-01-30 11:45 UTC  (9+ messages)
` [PATCH bpf-next v6 2/5] bpf: Expose bpf_get_socket_cookie to tracing programs
` [PATCH bpf-next v6 3/5] selftests/bpf: Integrate the socket_cookie test to test_progs
` [PATCH bpf-next v6 4/5] selftests/bpf: Use vmlinux.h in socket_cookie_prog.c

[Patch bpf-next v5 0/3] bpf: introduce timeout hash map
 2021-01-30  3:14 UTC  (12+ messages)
` [Patch bpf-next v5 1/3] "

[PATCH bpf] x86/bpf: handle bpf-program-triggered exceptions properly
 2021-01-30  2:54 UTC  (3+ messages)

pull-request: bpf 2021-01-29
 2021-01-29 21:59 UTC  (2+ messages)

[PATCH v2 bpf-next] net: veth: alloc skb in bulk for ndo_xdp_xmit
 2021-01-29 21:49 UTC  (4+ messages)

[PATCH net-next V1] net: adjust net_device layout for cacheline usage
 2021-01-29 20:07 UTC  (7+ messages)

[RFC PATCH bpf-next] bpf, xdp: per-map bpf_redirect_map functions for XDP
 2021-01-29 18:06 UTC  (2+ messages)

[PATCH bpf] x86/bpf: handle bpf-program-triggered exceptions properly
 2021-01-29  3:26 UTC  (26+ messages)

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

[PATCH bpf-next] bpf: simplify cases in bpf_base_func_proto
 2021-01-29  1:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: expose bpf_{g,s}etsockopt to more bpf_sock_addr hooks
 2021-01-29  1:20 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG
` [PATCH bpf-next v2 2/4] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAME
` [PATCH bpf-next v2 3/4] selftests/bpf: rewrite recvmsg{4,6} asm progs to c in test_sock_addr
` [PATCH bpf-next v2 4/4] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSG

[PATCH bpf-next] tools: Factor Clang, LLC and LLVM utils definitions
 2021-01-29  0:40 UTC  (2+ messages)

[PATCH] btf_encoder: Add extra checks for symbol names
 2021-01-28 22:28 UTC  (11+ messages)
            ` [RFT] pahole 1.20 RC was "

[PATCH bpf-next] MAINTAINERS: BPF: Update web-page bpf.io to ebpf.io to avoid redirects
 2021-01-28 17:41 UTC  (2+ messages)

[PATCH bpf-next 0/3] veth: add skb bulking allocation for XDP_PASS
 2021-01-28 17:41 UTC  (6+ messages)
` [PATCH bpf-next 1/3] net: veth: introduce bulking "
` [PATCH bpf-next 2/3] net: xdp: move XDP_BATCH_SIZE in common header

[PATCH] selftests/seccomp: Accept any valid fd in user_notification_addfd
 2021-01-28 16:17 UTC 

[PATCH dwarves 0/4] BTF ELF writing changes
 2021-01-28 13:35 UTC  (6+ messages)
` [PATCH dwarves 2/4] btf_encoder: Add .BTF section using libelf

[PATCH 00/12] Rid W=1 warnings from Thunderbolt
 2021-01-28 13:16 UTC  (4+ messages)
` [PATCH 06/12] thunderbolt: xdomain: Fix 'tb_unregister_service_driver()'s 'drv' param

[PATCH] bpf: Simplify bool conversion
 2021-01-28  8:35 UTC 

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

[PATCH RFC v2] tools: Factor Clang, LLC and LLVM utils definitions
 2021-01-28  1:53 UTC  (5+ messages)

[PATCH bpf v3 0/3] Fix local storage helper OOPs
 2021-01-28  1:46 UTC  (3+ messages)
` [PATCH bpf v3 1/3] bpf: update local storage test to check handling of null ptrs

[PATCH 1/4] net: move CONFIG_NET guard to top Makefile
 2021-01-28  1:10 UTC  (2+ messages)

[PATCH] bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
 2021-01-28  0:41 UTC  (4+ messages)

[PATCH v3 bpf-next 0/4] bpf: enable task local storage for tracing programs
 2021-01-28  0:19 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] "
` [PATCH v3 bpf-next 2/4] selftests/bpf: add non-BPF_LSM test for task local storage
` [PATCH v3 bpf-next 3/4] bpf: runqslower: prefer using local vmlimux to generate vmlinux.h
` [PATCH v3 bpf-next 4/4] bpf: runqslower: use task local storage

[Patch bpf-next] skmsg: make sk_psock_destroy() static
 2021-01-27 23:40 UTC  (2+ messages)

[PATCH v2 bpf-next 2/4] selftests/bpf: add non-BPF_LSM test for task local storage
 2021-01-27 23:30 UTC  (5+ messages)
  ` [PATCH v2 bpf-next 3/4] bpf: runqslower: prefer use local KBUILD_OUTPUT/vmlinux or vmlinux
  ` [PATCH v2 bpf-next 4/4] bpf: runqslower: use task local storage

[PATCH bpf-next v2 0/6] AF_XDP Packet Drop Tracing
 2021-01-27 23:15 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] xsk: add tracepoints for packet drops

[PATCH bpf-next] bpf: enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSG
 2021-01-27 21:32 UTC  (3+ messages)

[PATCH bpf-next] bpf: change 'BPF_ADD' to 'BPF_AND' in print_bpf_insn()
 2021-01-27 21:30 UTC  (3+ messages)

[PATCH 0/3] Small fixes and improvements
 2021-01-27 19:56 UTC  (7+ messages)
` [PATCH 3/3] btf_encoder: Set .BTF section alignment to 16

[PATCH bpf-next v4 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-27 18:28 UTC  (4+ messages)

[PATCH bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-01-27 17:12 UTC 

[PATCH v2] tracepoint: Do not fail unregistering a probe due to memory allocation
 2021-01-27 14:30 UTC  (5+ messages)

[PATCH bpf-next v3 1/2] bpf: allow rewriting to ports under ip_unprivileged_port_start
 2021-01-26 18:05 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: verify that rebinding to port < 1024 from BPF works

[PATCHv4 0/2] libbpf: Add support to use optional extended section index table
 2021-01-27 12:38 UTC  (2+ messages)

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


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