bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-09 17:27:39 to 2020-01-14 07:39:17 UTC [more...]

[bpf-next PATCH v2 0/2] xdp devmap improvements cleanup
 2020-01-14  3:27 UTC  (10+ messages)
` [bpf-next PATCH v2 1/2] bpf: xdp, update devmap comments to reflect napi/rcu usage
` [bpf-next PATCH v2 2/2] bpf: xdp, remove no longer required rcu_read_{un}lock()

[PATCH bpf-next] bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS
 2020-01-14  7:26 UTC 

[bpf PATCH v2 0/8] Fixes for sockmap/tls from more complex BPF progs
 2020-01-14  3:19 UTC  (13+ messages)
` [bpf PATCH v2 1/8] bpf: sockmap/tls, during free we may call tcp_bpf_unhash() in loop
` [bpf PATCH v2 2/8] bpf: sockmap, ensure sock lock held during tear down
` [bpf PATCH v2 3/8] bpf: sockmap/tls, push write_space updates through ulp updates
` [bpf PATCH v2 4/8] bpf: sockmap, skmsg helper overestimates push, pull, and pop bounds
` [bpf PATCH v2 5/8] bpf: sockmap/tls, msg_push_data may leave end mark in place
` [bpf PATCH v2 6/8] bpf: sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
` [bpf PATCH v2 7/8] bpf: sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
` [bpf PATCH v2 8/8] bpf: sockmap/tls, fix pop data with SK_DROP return code

[PATCH bpf-next v2 00/11] Extend SOCKMAP to store listening sockets
 2020-01-14  3:16 UTC  (42+ messages)
` [PATCH bpf-next v2 01/11] bpf, sk_msg: Don't reset saved sock proto on restore
` [PATCH bpf-next v2 02/11] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v2 03/11] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v2 04/11] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v2 05/11] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v2 06/11] bpf, sockmap: Don't set up sockmap progs for listening sockets
` [PATCH bpf-next v2 07/11] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next v2 08/11] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP
` [PATCH bpf-next v2 09/11] bpf: Allow selecting reuseport socket from a SOCKMAP
` [PATCH bpf-next v2 10/11] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP
` [PATCH bpf-next v2 11/11] selftests/bpf: Tests for SOCKMAP holding listening sockets

[PATCH v2 bpf-next 0/6] Implement runqslower BCC tool with BPF CO-RE
 2020-01-14  2:15 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/6] tools: sync uapi/linux/if_link.h
` [PATCH v2 bpf-next 2/6] libbpf: clean up bpf_helper_defs.h generation output
` [PATCH v2 bpf-next 3/6] selftests/bpf: conform selftests/bpf Makefile output to libbpf and bpftool
` [PATCH v2 bpf-next 4/6] bpftool: apply preserve_access_index attribute to all types in BTF dump
` [PATCH v2 bpf-next 5/6] tools/bpf: add runqslower tool to tools/bpf
` [PATCH v2 bpf-next 6/6] selftests/bpf: build runqslower from selftests

[PATCH bpf-next 0/2] bpf: add bpf_send_signal_thread() helper
 2020-01-14  1:22 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] tools/bpf: add a selftest for bpf_send_signal_thread()

[PATCH] samples/bpf: Add xdp_stat sample program
 2020-01-13 20:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH bpf-next v2 0/2] xdp: Introduce bulking for non-map XDP_REDIRECT
 2020-01-13 18:10 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] xdp: Move devmap bulk queue into struct net_device
` [PATCH bpf-next v2 2/2] xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths

[RFC 0/5] bpf: Add trampoline helpers
 2020-01-13 12:37 UTC  (9+ messages)
` [PATCH 5/5] bpf: Allow to resolve bpf trampoline in unwind

[PATCH bpf] bpftool: Fix printing incorrect pointer in btf_dump_ptr
 2020-01-12  3:09 UTC  (3+ messages)

[PATCH net-next] sfc: remove duplicated include from ef10.c
 2020-01-11  7:11 UTC  (4+ messages)

[bpf PATCH 0/9] Fixes for sockmap/tls from more complex BPF progs
 2020-01-10 23:20 UTC  (19+ messages)
` [bpf PATCH 3/9] bpf: sockmap/tls, push write_space updates through ulp updates
` [bpf PATCH 4/9] bpf: sockmap, skmsg helper overestimates push, pull, and pop bounds
` [bpf PATCH 5/9] bpf: sockmap/tls, msg_push_data may leave end mark in place
` [bpf PATCH 6/9] bpf: sockmap/tls, tls_sw can create a plaintext buf > encrypt buf
` [bpf PATCH 7/9] bpf: sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining
` [bpf PATCH 8/9] bpf: sockmap/tls, tls_push_record can not handle zero length skmsg
` [bpf PATCH 9/9] bpf: sockmap/tls, fix pop data with SK_DROP return code

[PATCH bpf-next 0/2] xdp: Introduce bulking for non-map XDP_REDIRECT
 2020-01-10 23:16 UTC  (13+ messages)
` [PATCH bpf-next 1/2] xdp: Move devmap bulk queue into struct net_device
` [PATCH bpf-next 2/2] xdp: Use bulking for non-map XDP_REDIRECT

[PATCH AUTOSEL 5.4 21/26] hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()
 2020-01-10 22:05 UTC 

[PATCH v5 bpf-next] selftests/bpf: add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-10 22:04 UTC  (2+ messages)

[PATCH bpf 0/1] Fix memory leak in helpers dealing with sockets
 2020-01-10 18:45 UTC  (7+ messages)
` [PATCH bpf 1/1] net: bpf: don't leak time wait and request sockets
` [PATCH bpf v2] "

[PATCH v4 bpf-next] selftests/bpf: add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-10 18:44 UTC 

[PATCH bpf-next] libbpf: poison kernel-only integer types
 2020-01-10 18:39 UTC  (3+ messages)
` [Potential Spoof] "

[PATCH bpf-next] bpf: Make trampolines W^X
 2020-01-10 18:35 UTC  (8+ messages)

[PATCH v3 bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-10 17:55 UTC  (2+ messages)
` [Potential Spoof] "

[PATCH] tools lib api fs: fix gcc9 compilation error
 2020-01-10 17:53 UTC  (2+ messages)
` [tip: perf/core] tools lib api fs: Fix gcc9 stringop-truncation "

[PATCH bpf-next v1 00/13] MAC and Audit policy using eBPF (KRSI)
 2020-01-10 17:53 UTC  (21+ messages)
` [PATCH bpf-next v1 12/13] bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM

pahole and LTO
 2020-01-10 17:29 UTC  (4+ messages)

[PATCH v3 bpf-next 0/6] bpf: Introduce global functions
 2020-01-10 16:29 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/6] libbpf: Sanitize "
` [PATCH v3 bpf-next 2/6] bpf: Introduce function-by-function verification
` [PATCH v3 bpf-next 3/6] selftests/bpf: Add fexit-to-skb test for global funcs
` [PATCH v3 bpf-next 4/6] selftests/bpf: Add a test for a large global function
` [PATCH v3 bpf-next 5/6] selftests/bpf: Modify a test to check global functions
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add unit tests for "

WARNING in add_event_to_ctx
 2020-01-10 15:01 UTC  (5+ messages)

[PATCH 0/3] tracing: perf: Rename ring_buffer to perf_buffer and trace_buffer
 2020-01-10 14:49 UTC  (5+ messages)
` [PATCH 1/3] perf: Make struct ring_buffer less ambiguous
` [PATCH 2/3] tracing: Rename trace_buffer to array_buffer
` [PATCH 3/3] tracing: Make struct ring_buffer less ambiguous

[PATCH v16 0/5] BPF: New helper to obtain namespace data from current task
 2020-01-10 13:27 UTC  (3+ messages)

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-10 10:08 UTC  (7+ messages)
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification

[PATCH bpf-next 0/3] Fix usage of bpf_helper_defs.h in selftests/bpf
 2020-01-10  6:29 UTC  (6+ messages)
` [PATCH bpf-next 1/3] libbpf,selftests/bpf: fix clean targets
` [PATCH bpf-next 2/3] selftests/bpf: ensure bpf_helper_defs.h are taken from selftests dir
` [PATCH bpf-next 3/3] selftests/bpf: further clean up Makefile output

[PATCH v2 bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-10  6:12 UTC 

[PATCH bpf-next] libbpf: make bpf_map order and indices stable
 2020-01-10  5:21 UTC  (2+ messages)

[PATCH net-next v7 02/11] sock: Make sk_protocol a 16-bit value
 2020-01-10  2:43 UTC  (4+ messages)
    ` [MPTCP] "

[PATCH][bpf-next][v2] bpf: return -EBADRQC for invalid map type in __bpf_tx_xdp_map
 2020-01-10  1:04 UTC 

[PATCH bpf-next v4 00/11] Introduce BPF STRUCT_OPS
 2020-01-09 22:36 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] bpf: Introduce global functions
 2020-01-09 22:35 UTC  (8+ messages)
` [PATCH v2 bpf-next 3/7] bpf: Introduce function-by-function verification
` [PATCH v2 bpf-next 7/7] selftests/bpf: Add unit tests for global functions

[PATCH bpf-next] selftests/bpf: add BPF_HANDLER, BPF_KPROBE, and BPF_KRETPROBE macros
 2020-01-09 22:35 UTC  (3+ messages)

[PATCH] bpf/sockmap: read psock ingress_msg before sk_receive_queue
 2020-01-09 22:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-09 22:07 UTC  (2+ messages)

netdev 0x14 XDP workshop, call for participation
 2020-01-09 20:59 UTC 

[PATCH bpf-next] bpf: Document BPF_F_QUERY_EFFECTIVE flag
 2020-01-09 17:41 UTC  (4+ 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).