bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 18:01:38 to 2020-07-23 06:13:35 UTC [more...]

get rid of the address_space override in setsockopt v2
 2020-07-23  6:09 UTC  (25+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 06/26] net: switch sock_setbindtodevice to sockptr_t
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
` [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
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

[PATCH v4 bpf-next 0/4] bpf: fix stackmap on perf_events with PEBS
 2020-07-23  5:55 UTC  (6+ 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

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

[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  (15+ messages)
` [PATCH v4 bpf-next 1/9] bpf: make bpf_link API available indepently of CONFIG_BPF_SYSCALL
` [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
` [PATCH v4 bpf-next 4/9] bpf, xdp: add bpf_link-based XDP attachment API
` [PATCH v4 bpf-next 5/9] bpf, xdp: implement LINK_UPDATE for BPF XDP link
` [PATCH v4 bpf-next 6/9] bpf: implement BPF XDP link-specific introspection APIs
` [PATCH v4 bpf-next 7/9] libbpf: add support for BPF XDP link
` [PATCH v4 bpf-next 8/9] selftests/bpf: add BPF XDP link selftests
` [PATCH v4 bpf-next 9/9] bpf, xdp: remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands

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  (20+ messages)
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt to sockptr_t
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

[PATCH v3 bpf-next 0/2] bpf: fix stackmap on perf_events with PEBS
 2020-07-22 16:49 UTC  (8+ 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)

[RFC PATCH] bpftool btf: Add prefix option to dump C
 2020-07-22  6:57 UTC  (2+ messages)

[PATCH v3 bpf-next 0/9] BPF XDP link
 2020-07-22  6:48 UTC  (5+ messages)
` [PATCH v3 bpf-next 2/9] bpf, xdp: maintain info on attached XDP BPF programs in net_device

[PATCH bpf-next 2/7] bpf, xdp: add bpf_link-based XDP attachment API
 2020-07-22  6:45 UTC  (10+ messages)

[PATCH bpf-next] bpf: Generate cookie for new non-initial net NS
 2020-07-22  6:30 UTC  (3+ messages)

[PATCH v4 bpf-next 0/5] Make BPF CGROUP_STORAGE map usable by different programs at once
 2020-07-22  0:49 UTC  (9+ messages)
` [PATCH v4 bpf-next 3/5] bpf: Make cgroup storages shared across attaches on the same cgroup

[PATCH bpf-next v3] bpftool: use only nftw for file tree parsing
 2020-07-22  0:20 UTC  (4+ messages)
` [PATCH bpf-next v4] "

[PATCH v2 0/4] s390/bpf: implement BPF_PROBE_MEM
 2020-07-21 20:23 UTC  (4+ messages)

[PATCH bpf-next v2 0/5] bpf: compute btf_ids at build time for btf_iter
 2020-07-21 20:21 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf, selftests/bpf: use bpf_probe_read_kernel
 2020-07-21 19:58 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix test_lwt_seg6local.sh hangs
 2020-07-21 19:49 UTC  (2+ messages)

[PATCH bpf-next v1 0/3] bpf, riscv: Add compressed instructions to rv64 JIT
 2020-07-21 19:42 UTC  (3+ messages)

[PATCH v3] folds tests from test_current_pid_tgid_new_ns into test_progs
 2020-07-21 19:37 UTC  (3+ messages)

[PATCH] tools/bpftool: Fix error return code in do_skeleton()
 2020-07-21 19:36 UTC  (3+ messages)
` [PATCH v2] tools/bpftool: Fix error handing "

[PATCH v2] libbpf bpf_helpers: Use __builtin_offsetof for offsetof
 2020-07-21 19:26 UTC  (3+ messages)

[PATCH] ebpf: fix parameter naming confusing
 2020-07-21 19:17 UTC  (2+ messages)

[PATCH 0/5] s390/bpf: fix lib/test_bpf.c failures
 2020-07-21 18:17 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).