bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 15:57:32 to 2020-07-23 15:41:09 UTC [more...]

get rid of the address_space override in setsockopt v2
 2020-07-23 15:40 UTC  (36+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 03/26] bpfilter: reject kernel addresses
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 05/26] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 06/26] net: switch sock_setbindtodevice "
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
  ` [MPTCP] "
` [PATCH 09/26] net/xfrm: switch xfrm_user_policy "
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 11/26] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 12/26] netfilter: switch nf_setsockopt "
` [PATCH 13/26] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 14/26] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 16/26] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 17/26] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 20/26] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

[PATCH] bpf: BPF_SYSCALL depends INET
 2020-07-23 15:27 UTC  (2+ messages)

[PATCH v4 bpf-next 0/4] bpf: fix stackmap on perf_events with PEBS
 2020-07-23 15:22 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/4] bpf: separate bpf_get_[stack|stackid] for perf events BPF
` [PATCH v4 bpf-next 2/4] bpf: fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
` [PATCH v4 bpf-next 3/4] selftests/bpf: add callchain_stackid
` [PATCH v4 bpf-next 4/4] selftests/bpf: add get_stackid_cannot_attach

[RFC net-next 00/22] Introduce mb bit in xdp_buff/xdp_frame
 2020-07-23 13:51 UTC  (24+ messages)
` [RFC net-next 01/22] xdp: introduce mb "
` [RFC net-next 02/22] xdp: initialize xdp_buff mb bit to 0 in netif_receive_generic_xdp
` [RFC net-next 03/22] net: virtio_net: initialize mb bit of xdp_buff to 0
` [RFC net-next 04/22] net: xen-netfront: "
` [RFC net-next 05/22] net: veth: "
` [RFC net-next 06/22] net: hv_netvsc: "
` [RFC net-next 07/22] net: bnxt: initialize mb bit in "
` [RFC net-next 08/22] net: dpaa2: "
` [RFC net-next 09/22] net: ti: "
` [RFC net-next 10/22] net: nfp: "
` [RFC net-next 11/22] net: mvpp2: "
` [RFC net-next 12/22] net: sfc: "
` [RFC net-next 13/22] net: qede: "
` [RFC net-next 14/22] net: amazon: ena: "
` [RFC net-next 15/22] net: cavium: thunder: "
` [RFC net-next 16/22] net: socionext: "
` [RFC net-next 17/22] net: tun: "
` [RFC net-next 18/22] net: ixgbe: "
` [RFC net-next 19/22] net: ice: "
` [RFC net-next 20/22] net: i40e: "
` [RFC net-next 21/22] net: mlx5: "
` [RFC net-next 22/22] net: mlx4: "

[PATCH bpf-next v5 0/7] Generalizing bpf_local_storage
 2020-07-23 11:52 UTC  (11+ messages)
` [PATCH bpf-next v5 1/7] bpf: Renames to prepare for generalizing sk_storage
` [PATCH bpf-next v5 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v5 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v5 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v5 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v5 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v5 7/7] bpf: Add selftests for local_storage

[PATCH bpf-next v6 0/7] Generalizing bpf_local_storage
 2020-07-23 11:50 UTC  (8+ messages)
` [PATCH bpf-next v6 1/7] bpf: Renames to prepare for generalizing sk_storage
` [PATCH bpf-next v6 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v6 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v6 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v6 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v6 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v6 7/7] bpf: Add selftests for local_storage

selftests: bpf: mmap question
 2020-07-23 11:02 UTC 

[PATCH bpf v2 0/2] Fix narrow loads from an offset outside of target field
 2020-07-23  9:59 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: Load zeros for narrow loads beyond "
` [PATCH bpf v2 2/2] selftests/bpf: Add test for narrow loads from context at an offset

[PATCH v5 bpf-next 0/5] Make BPF CGROUP_STORAGE map usable by different programs at once
 2020-07-23  7:40 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/5] selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches
` [PATCH v5 bpf-next 2/5] selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs
` [PATCH v5 bpf-next 3/5] bpf: Make cgroup storages shared between programs on the same cgroup
` [PATCH v5 bpf-next 4/5] selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress
` [PATCH v5 bpf-next 5/5] Documentation/bpf: Document CGROUP_STORAGE map type

[PATCH bpf-next v3 00/13] bpf: implement bpf iterator for map elements
 2020-07-23  6:53 UTC  (15+ messages)
` [PATCH bpf-next v3 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v3 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v3 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v3 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v3 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v3 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v3 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v3 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v3 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v3 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v3 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v3 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v3 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH bpf-next v2 00/13] bpf: implement bpf iterator for map elements
 2020-07-23  5:43 UTC  (16+ messages)
` [PATCH bpf-next v2 01/13] bpf: refactor bpf_iter_reg to have separate seq_info member
` [PATCH bpf-next v2 02/13] bpf: refactor to provide aux info to bpf_iter_init_seq_priv_t
` [PATCH bpf-next v2 03/13] bpf: support readonly/readwrite buffers in verifier
` [PATCH bpf-next v2 04/13] bpf: implement bpf iterator for map elements
` [PATCH bpf-next v2 05/13] bpf: implement bpf iterator for hash maps
` [PATCH bpf-next v2 06/13] bpf: implement bpf iterator for array maps
` [PATCH bpf-next v2 07/13] bpf: implement bpf iterator for sock local storage map
` [PATCH bpf-next v2 08/13] tools/libbpf: add support for bpf map element iterator
` [PATCH bpf-next v2 09/13] tools/bpftool: add bpftool "
` [PATCH bpf-next v2 10/13] selftests/bpf: add test for bpf hash map iterators
` [PATCH bpf-next v2 11/13] selftests/bpf: add test for bpf array "
` [PATCH bpf-next v2 12/13] selftests/bpf: add a test for bpf sk_storage_map iterator
` [PATCH bpf-next v2 13/13] selftests/bpf: add a test for out of bound rdonly buf access

[PATCH bpf-next] bpf: fix pos computation for bpf_iter seq_ops->start()
 2020-07-23  5:35 UTC  (3+ messages)

[PATCH bpf-next 0/2] Fix BPF socket lookup with reuseport groups with connections
 2020-07-23  5:15 UTC  (5+ messages)
` [PATCH bpf-next 1/2] udp: Don't discard reuseport selection when group has connections
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF socket lookup and reuseport with connections

[PATCH bpf-next] tools/bpftool: strip BPF .o files before skeleton generation
 2020-07-23  5:10 UTC  (3+ messages)

[PATCH v3 bpf-next] fold test_current_pid_tgid_new_ns into test_progs
 2020-07-23  1:54 UTC 

[PATCH v2 net-next 00/15] qed, qede: improve chain API and add XDP_REDIRECT support
 2020-07-23  1:19 UTC  (19+ messages)
` [PATCH v2 net-next 01/15] qed: reformat "qed_chain.h" a bit
` [PATCH v2 net-next 02/15] qed: reformat Makefile
` [PATCH v2 net-next 03/15] qed: move chain methods to a separate file
` [PATCH v2 net-next 04/15] qed: prevent possible double-frees of the chains
` [PATCH v2 net-next 05/15] qed: sanitize PBL chains allocation
` [PATCH v2 net-next 06/15] qed: move chain initialization inlines next to allocation functions
` [PATCH v2 net-next 07/15] qed: simplify initialization of the chains with an external PBL
` [PATCH v2 net-next 08/15] qed: simplify chain allocation with init params struct
` [PATCH v2 net-next 09/15] qed: add support for different page sizes for chains
` [PATCH v2 net-next 10/15] qed: optimize common chain accessors
` [PATCH v2 net-next 11/15] qed: introduce qed_chain_get_elem_used{,u32}()
` [PATCH v2 net-next 12/15] qede: reformat several structures in "qede.h"
` [PATCH v2 net-next 13/15] qede: reformat net_device_ops declarations
` [PATCH v2 net-next 14/15] qede: refactor XDP Tx processing
` [PATCH v2 net-next 15/15] qede: add .ndo_xdp_xmit() and XDP_REDIRECT support

[PATCH v2 bpf-next 0/9] BPF TCP header options
 2020-07-23  1:04 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] tcp: Use a struct to represent a saved_syn
` [PATCH v2 bpf-next 2/9] tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
` [PATCH v2 bpf-next 3/9] tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
` [PATCH v2 bpf-next 4/9] tcp: Add unknown_opt arg to tcp_parse_options
` [PATCH v2 bpf-next 5/9] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8
` [PATCH v2 bpf-next 6/9] bpf: tcp: Allow bpf prog to write and parse TCP header option
` [PATCH v2 bpf-next 7/9] bpf: selftests: Add fastopen_connect to network_helpers
` [PATCH v2 bpf-next 8/9] bpf: selftests: tcp header options
` [PATCH v2 bpf-next 9/9] tcp: bpf: Optionally store mac header in TCP_SAVE_SYN

[PATCH bpf-next v2 0/6] bpf: Support multi-attach for freplace programs
 2020-07-23  0:56 UTC  (12+ messages)
` [PATCH bpf-next v2 3/6] bpf: support attaching freplace programs to multiple attach points

LPC 2020 Networking and BPF Track CFP (Reminder)
 2020-07-22 22:48 UTC 

[PATCH v2 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-07-22 22:16 UTC  (3+ messages)
` [PATCH v2 bpf-next 4/4] bpf: Add kernel module with user mode driver that populates bpffs

[PATCH net-next 03/15] qed: move chain methods to a separate file
 2020-07-22 21:52 UTC  (4+ messages)
` [PATCH net-next 00/15] qed/qede: improve chain API and add XDP_REDIRECT support
  ` [PATCH net-next 04/15] qed: prevent possible double-frees of the chains

[PATCH v8 bpf-next 00/13] bpf: Add d_path helper
 2020-07-22 21:12 UTC  (14+ messages)
` [PATCH v8 bpf-next 01/13] selftests/bpf: Fix resolve_btfids test
` [PATCH v8 bpf-next 02/13] tools resolve_btfids: Add support for set symbols
` [PATCH v8 bpf-next 03/13] bpf: Move btf_resolve_size into __btf_resolve_size
` [PATCH v8 bpf-next 04/13] bpf: Add elem_id pointer as argument to __btf_resolve_size
` [PATCH v8 bpf-next 05/13] bpf: Add type_id "
` [PATCH v8 bpf-next 06/13] bpf: Factor btf_struct_access function
` [PATCH v8 bpf-next 07/13] bpf: Add btf_struct_ids_match function
` [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
` [PATCH v8 bpf-next 09/13] bpf: Add d_path helper
` [PATCH v8 bpf-next 10/13] bpf: Update .BTF_ids section in btf.rst with sets info
` [PATCH v8 bpf-next 11/13] selftests/bpf: Add verifier test for d_path helper
` [PATCH v8 bpf-next 12/13] selftests/bpf: Add "
` [PATCH v8 bpf-next 13/13] selftests/bpf: Add set test to resolve_btfids

test_bpf regressions on s390 since 5.4
 2020-07-22 21:01 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] bpf: tailcalls in BPF subprograms
 2020-07-22 20:14 UTC  (5+ messages)
` [PATCH v2 bpf-next 2/6] bpf: propagate poke descriptors to subprograms

[PATCH v4 bpf-next 0/9] BPF XDP link
 2020-07-22 19:56 UTC  (8+ messages)
` [PATCH v4 bpf-next 2/9] bpf, xdp: maintain info on attached XDP BPF programs in net_device
` [PATCH v4 bpf-next 3/9] bpf, xdp: extract common XDP program attachment logic

pull-request: bpf-next 2020-07-21
 2020-07-22 19:59 UTC  (2+ messages)

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (4+ messages)

[PATCH v3 bpf-next 0/2] bpf: fix stackmap on perf_events with PEBS
 2020-07-22 16:49 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/2] bpf: separate bpf_get_[stack|stackid] for perf events BPF

KMSAN: uninit-value in __skb_flow_dissect (3)
 2020-07-22 16:31 UTC  (2+ 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).