bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 14:51:16 to 2020-08-20 21:29:51 UTC [more...]

[PATCH bpf] bpf: xdp: fix XDP mode when no mode flags specified
 2020-08-20 21:29 UTC  (3+ messages)

[PATCH v2] selftests/bpf: Remove test_align leftovers
 2020-08-20 21:26 UTC  (3+ messages)

[PATCH bpf-next] tools/resolve_btfids: Fix sections with wrong alignment
 2020-08-20 21:24 UTC  (15+ messages)

[PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-20 21:23 UTC  (11+ messages)
` [PATCH bpf-next 1/5] bpf: Mutex protect used_maps array and count
` [PATCH bpf-next 2/5] bpf: Add BPF_PROG_BIND_MAP syscall
` [PATCH bpf-next 3/5] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .metadata section
` [PATCH bpf-next 4/5] bpftool: support dumping metadata
` [PATCH bpf-next 5/5] selftests/bpf: Test bpftool loading and "

[PATCH net v5] net: xdp: account for layer 3 packets in generic skb handler
 2020-08-20 20:29 UTC  (6+ messages)
` [PATCH net v6] "

[PATCH net-next 0/6] mvneta: introduce XDP multi-buffer support
 2020-08-20 19:38 UTC  (17+ messages)
` [PATCH net-next 3/6] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH net-next 4/6] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH net-next 6/6] net: mvneta: enable jumbo frames for XDP

[RFC] security: replace indirect calls with static calls
 2020-08-20 19:04 UTC  (3+ messages)

[PATCH v5 bpf-next 00/12] BPF TCP header options
 2020-08-20 19:01 UTC  (13+ messages)
` [PATCH v5 bpf-next 01/12] tcp: Use a struct to represent a saved_syn
` [PATCH v5 bpf-next 02/12] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [PATCH v5 bpf-next 03/12] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [PATCH v5 bpf-next 04/12] tcp: Add saw_unknown to struct tcp_options_received
` [PATCH v5 bpf-next 05/12] bpf: tcp: Add bpf_skops_established()
` [PATCH v5 bpf-next 06/12] bpf: tcp: Add bpf_skops_parse_hdr()
` [PATCH v5 bpf-next 07/12] bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
` [PATCH v5 bpf-next 08/12] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH v5 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v5 bpf-next 10/12] bpf: selftests: Add fastopen_connect to network_helpers
` [PATCH v5 bpf-next 11/12] bpf: selftests: tcp header options
` [PATCH v5 bpf-next 12/12] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[RFC PATCH v4 bpf-next 00/12] BPF TCP header options
 2020-08-20 18:52 UTC  (4+ messages)
` [RFC PATCH v4 bpf-next 05/12] bpf: tcp: Add bpf_skops_established()

[Intel-wired-lan] [PATCH 0/2] intel/xdp fixes for fliping rx buffer
 2020-08-20 18:04 UTC  (4+ messages)

[PATCH bpf-next v1 0/8] bpf: BTF support for ksyms
 2020-08-20 17:30 UTC  (16+ messages)
` [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v1 2/8] bpf: Propagate BPF_PSEUDO_BTF_ID to uapi headers in /tools
` [PATCH bpf-next v1 3/8] bpf: Introduce help function to validate ksym's type
` [PATCH bpf-next v1 4/8] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v1 5/8] bpf/selftests: ksyms_btf to test "
` [PATCH bpf-next v1 6/8] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v1 7/8] bpf: Propagate bpf_per_cpu_ptr() to /tools
` [PATCH bpf-next v1 8/8] bpf/selftests: Test for bpf_per_cpu_ptr()

unregister_netdevice: waiting for DEV to become free (4)
 2020-08-20 17:15 UTC  (4+ messages)

[PATCH bpf-next v2 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-20 16:18 UTC  (10+ messages)
` [PATCH bpf-next v2 1/6] net: sk_msg: simplify sk_psock initialization
` [PATCH bpf-next v2 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next v2 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next v2 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next v2 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next v2 6/6] selftests: bpf: test sockmap "

[PATCH bpf-next 0/3] bpf: implement link_query for bpf iterators
 2020-08-20 16:15 UTC  (6+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] bpf: implement link_query callbacks in map element iterators
` [PATCH bpf-next 3/3] bpftool: implement link_query for bpf iterators

[PATCH bpf-next 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-20 16:12 UTC  (25+ messages)
` [PATCH bpf-next 1/6] net: sk_msg: simplify sk_psock initialization
` [PATCH bpf-next 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next 6/6] selftests: bpf: test sockmap "

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-20 15:36 UTC  (24+ messages)
` [PATCH 49/49] dt: display: Add binds for the DPE and DSI controller for Kirin 960/970

[PATCH bpf-next 1/4] libbpf: fix detection of BPF helper call instruction
 2020-08-20 15:16 UTC  (9+ messages)
` [PATCH bpf-next 2/4] libbpf: fix libbpf build on compilers missing __builtin_mul_overflow
` [PATCH bpf-next 3/4] selftests/bpf: fix two minor compilation warnings reported by GCC 4.9
` [PATCH bpf-next 4/4] selftests/bpf: list newest Clang built-ins needed for some CO-RE selftests

[PATCH v6 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-20 14:26 UTC 

[PATCH bpf] libbpf: fix map index used in error message
 2020-08-20 14:22 UTC  (3+ messages)

[PATCH v6 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-08-20 14:19 UTC  (2+ messages)

[PATCH bpf-next] libbpf: simplify the return expression of build_map_pin_path()
 2020-08-20 14:18 UTC  (2+ messages)

[PATCH bpf] bpf: refer to struct xdp_md in user space comments
 2020-08-20 14:16 UTC  (3+ messages)

[PATCH v5] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-20 14:14 UTC  (3+ messages)

xdp generic default option
 2020-08-20 14:00 UTC  (5+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-08-20 12:20 UTC  (5+ messages)
` BPF sk_lookup v5 - TCP SYN and UDP 0-len flood benchmarks

[PATCH v2] bpf: selftests: global_funcs: check err_str before strstr
 2020-08-20 11:58 UTC 

[PATCH v2] bpf: selftests: global_funcs: check err_str before strstr
 2020-08-20 11:58 UTC 

[RFC PATCH bpf-next 0/4] bpf: add bpf-based bpf_trace_printk()-like support
 2020-08-20  6:36 UTC  (3+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add bpf_trace_btf helper

[PATCH 1/1 v5] igb: add XDP support
 2020-08-20  5:52 UTC 

[PATCH v3 bpf-next 0/5] Add libbpf support for type- and enum value-based CO-RE relocations
 2020-08-19 22:37 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/5] libbpf: implement type-based CO-RE relocations support
` [PATCH v3 bpf-next 2/5] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
` [PATCH v3 bpf-next 3/5] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [PATCH v3 bpf-next 4/5] libbpf: implement enum value-based CO-RE relocations
` [PATCH v3 bpf-next 5/5] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

[PATCH bpf-next v8 0/7] Generalizing bpf_local_storage
 2020-08-19 22:19 UTC  (6+ messages)
` [PATCH bpf-next v8 3/7] bpf: Generalize bpf_sk_storage

[PATCH bpf-next] net-veth: add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()
 2020-08-19 21:16 UTC  (2+ messages)

[PATCH bpf-next 1/2] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-19 21:09 UTC  (2+ messages)

[PATCH] bpf: selftests: global_funcs: check err_str before strstr
 2020-08-19 20:46 UTC  (5+ messages)

[PATCH bpf-next 0/7] libbpf feature probing and sanitization improvements
 2020-08-19 20:23 UTC  (6+ messages)
` [PATCH bpf-next 4/7] libbpf: sanitize BPF program code for bpf_probe_read_{kernel,user}[_str]

[PATCH v2 bpf-next 0/5] Add support for type-based and enum value-based CO-RE relocations
 2020-08-19 19:30 UTC  (10+ messages)
` [PATCH v2 bpf-next 2/5] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE "
` [PATCH v2 bpf-next 3/5] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [PATCH v2 bpf-next 5/5] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

exec: Move unshare_files and guarantee files_struct.count is correct
 2020-08-19 18:32 UTC  (7+ messages)
` [PATCH 09/17] file: Implement fnext_task

[PATCH] bpf: Add bpf_skb_get_sock_comm() helper
 2020-08-19 17:02 UTC  (2+ messages)

[PATCH] selftests/bpf: Remove test_align from TEST_GEN_PROGS
 2020-08-19 15:57 UTC  (3+ messages)

WARNING in rtnl_dellink
 2020-08-19 15:04 UTC 


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