bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 11:38:33 to 2020-05-06 13:30:03 UTC [more...]

[RFCv2 0/9] bpf: Add d_path helper
 2020-05-06 13:29 UTC 

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-06 13:16 UTC  (19+ messages)
` [PATCH bpf-next 01/17] flow_dissector: Extract attach/detach/query helpers
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next 03/17] inet: Store layer 4 protocol in inet_hashinfo
` [PATCH bpf-next 04/17] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next 05/17] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next 06/17] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next 07/17] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next 08/17] udp: Store layer 4 protocol in udp_table
` [PATCH bpf-next 09/17] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next 10/17] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next 11/17] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next 12/17] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next 13/17] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next 14/17] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next 15/17] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next 16/17] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next 17/17] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH net-next 1/2] virtio-net: don't reserve space for vnet header for XDP
 2020-05-06 12:08 UTC  (11+ messages)
` [PATCH net-next 2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers

performance bug in virtio net xdp
 2020-05-06 11:57 UTC  (5+ messages)

[RFC PATCH bpf-next 00/13] Introduce AF_XDP buffer allocation API
 2020-05-06 11:43 UTC  (15+ messages)
` [RFC PATCH bpf-next 04/13] xsk: introduce "
` [RFC PATCH bpf-next 08/13] ice, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [RFC PATCH bpf-next 09/13] ixgbe, "
` [RFC PATCH bpf-next 10/13] mlx5, "
` [RFC PATCH bpf-next 11/13] xsk: remove MEM_TYPE_ZERO_COPY and corresponding code
` [RFC PATCH bpf-next 12/13] xsk: explicitly inline functions and move definitions
` [RFC PATCH bpf-next 13/13] MAINTAINERS, xsk: update AF_XDP section after moves/adds

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-06 10:00 UTC  (8+ messages)
` [RFC PATCHv2 "
  ` [RFC PATCHv2 bpf-next 1/2] xdp: add a new helper for "

Fighting BPF verifier to reach end-of-packet with XDP
 2020-05-06  9:28 UTC  (3+ messages)

[PATCH] netfilter: fix make target xt_TCPMSS.o error
 2020-05-06  9:07 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: fix probe code to return EPERM if encountered
 2020-05-06  8:57 UTC  (5+ messages)

[PATCH bpf-next 0/4] RV64 BPF JIT Optimizations
 2020-05-06  8:08 UTC  (7+ messages)
` [PATCH bpf-next 1/4] bpf, riscv: Enable missing verifier_zext optimizations on RV64
` [PATCH bpf-next 2/4] bpf, riscv: Optimize FROM_LE using verifier_zext "
` [PATCH bpf-next 3/4] bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 "
` [PATCH bpf-next 4/4] bpf, riscv: Optimize BPF_JSET BPF_K using andi "

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-06  7:30 UTC  (44+ messages)
` [PATCH bpf-next v2 01/20] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v2 02/20] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v2 03/20] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v2 04/20] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v2 05/20] bpf: implement bpf_seq_read() for bpf iterator
` [PATCH bpf-next v2 06/20] bpf: create anonymous "
` [PATCH bpf-next v2 07/20] bpf: create file "
` [PATCH bpf-next v2 08/20] bpf: implement common macros/helpers for target iterators
` [PATCH bpf-next v2 09/20] bpf: add bpf_map iterator
` [PATCH bpf-next v2 10/20] net: bpf: add netlink and ipv6_route bpf_iter targets
` [PATCH bpf-next v2 11/20] bpf: add task and task/file iterator targets
` [PATCH bpf-next v2 12/20] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v2 16/20] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v2 18/20] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v2 19/20] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v2 20/20] tools/bpf: selftests: add bpf_iter selftests

[PATCH bpf-next v2 0/5] bpf: allow any port in bpf_bind helper
 2020-05-06  7:00 UTC  (9+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: generalize helpers to control background listener
` [PATCH bpf-next v2 2/5] selftests/bpf: adopt accept_timeout from sockmap_listen
` [PATCH bpf-next v2 3/5] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next v2 4/5] bpf: allow any port in bpf_bind helper
` [PATCH bpf-next v2 5/5] selftests/bpf: move existing common networking parts into network_helpers

[PATCH net-next v2 20/33] vhost_net: also populate XDP frame size
 2020-05-06  6:49 UTC  (3+ messages)

[PATCH net-next 20/33] vhost_net: also populate XDP frame size
 2020-05-06  6:43 UTC  (9+ messages)
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths

clean up and streamline probe_kernel_* and friends
 2020-05-06  6:22 UTC  (16+ messages)
` [PATCH 01/15] maccess: unexport probe_kernel_write and probe_user_write
` [PATCH 02/15] maccess: remove various unused weak aliases
` [PATCH 03/15] maccess: remove duplicate kerneldoc commens
` [PATCH 04/15] maccess: clarify kerneldoc comments
` [PATCH 05/15] maccess: update the top of file comment
` [PATCH 06/15] maccess: rename strncpy_from_unsafe_user to strncpy_from_user_unsafe
` [PATCH 07/15] maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_unsafe
` [PATCH 08/15] maccess: rename strnlen_unsafe_user to strnlen_user_unsafe
` [PATCH 09/15] maccess: remove probe_read_common and probe_write_common
` [PATCH 10/15] maccess: unify the probe kernel arch hooks
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read
` [PATCH 13/15] maccess: move user access routines together
` [PATCH 14/15] maccess: allow architectures to provide kernel probing directly
` [PATCH 15/15] x86: use non-set_fs based maccess routines

[PATCH net-next] net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()
 2020-05-06  6:16 UTC 

bpf_override_return out of order execution?
 2020-05-06  1:59 UTC  (2+ messages)

[PATCH 0/1] Open source our TC classifier
 2020-05-06  1:30 UTC  (8+ messages)
` [PATCH 1/1] selftests/bpf: add cls_redirect classifier

Checksum behaviour of bpf_redirected packets
 2020-05-06  1:28 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-05-06  1:25 UTC  (11+ messages)

[PATCH] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-05 23:59 UTC  (14+ messages)

[PATCH 0/2] sockmap, fix for some error paths with helpers
 2020-05-05 22:28 UTC  (7+ messages)
` [PATCH 1/2] bpf: sockmap, msg_pop_data can incorrecty set an sge length
` [PATCH 2/2] bpf: sockmap, bpf_tcp_ingress needs to subtract bytes from sg.size

[bpf-next PATCH 00/10] bpf: selftests, test_sockmap improvements
 2020-05-05 21:04 UTC  (12+ messages)
` [bpf-next PATCH 01/10] bpf: selftests, move sockmap bpf prog header into progs
` [bpf-next PATCH 02/10] bpf: selftests, remove prints from sockmap tests
` [bpf-next PATCH 03/10] bpf: selftests, sockmap test prog run without setting cgroup
` [bpf-next PATCH 04/10] bpf: selftests, print error in test_sockmap error cases
` [bpf-next PATCH 05/10] bpf: selftests, improve test_sockmap total bytes counter
` [bpf-next PATCH 06/10] bpf: selftests, break down test_sockmap into subtests
` [bpf-next PATCH 07/10] bpf: selftests, provide verbose option for selftests execution
` [bpf-next PATCH 08/10] bpf: selftests, add whitelist option to test_sockmap
` [bpf-next PATCH 09/10] bpf: selftests, add blacklist "
` [bpf-next PATCH 10/10] bpf: selftests, add ktls tests "

[PATCH] sysctl: fix unused function warning
 2020-05-05 19:01 UTC  (5+ messages)

[PATCH bpf-next 0/4] bpf: allow any port in bpf_bind helper
 2020-05-05 18:50 UTC  (16+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: generalize helpers to control backround listener
` [PATCH bpf-next 2/4] selftests/bpf: adopt accept_timeout from sockmap_listen
` [PATCH bpf-next 3/4] net: refactor arguments of inet{,6}_bind
` [PATCH bpf-next 4/4] bpf: allow any port in bpf_bind helper

[PATCH net-next] net: ethernet: ti: use true,false for bool variables in cpsw_new.c
 2020-05-05 18:41 UTC  (2+ messages)

[PATCH net-next] net: bnxt: Remove Comparison to bool in bnxt_ethtool.c
 2020-05-05 18:41 UTC  (2+ messages)

[PATCH net-next] net: qede: Use true for bool variable in qede_init_fp()
 2020-05-05 18:40 UTC  (2+ messages)

[PATCH v12 0/4] perf tools: add support for libpfm4
 2020-05-05 18:31 UTC  (5+ messages)
` [PATCH v12 4/4] "

[PATCH v14 0/1] perf tools: add support for libpfm4
 2020-05-05 18:29 UTC  (2+ messages)
` [PATCH v14 1/1] "

[PATCH iproute2-next 0/2] ss: add support for cgroup v2 information and filtering
 2020-05-05 15:50 UTC  (5+ messages)
` [PATCH iproute2-next 1/2] ss: introduce cgroup2 cache and helper functions
` [PATCH iproute2-next 2/2] ss: add support for cgroup v2 information and filtering

[PATCH net-next] ixgbe: Use true,false for bool variable in __ixgbe_enable_sriov()
 2020-05-05  7:43 UTC 

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-05-05  5:57 UTC  (9+ messages)
` [PATCH 2/5] mm: remove watermark_boost_factor_sysctl_handler
` [PATCH 3/5] sysctl: remove all extern declaration from sysctl.c
` [PATCH 4/5] sysctl: avoid forward declarations
  ` [PATCH 5/5] sysctl: pass kernel pointers to ->proc_handler

[PATCH 00/15] gcc-10 warning fixes
 2020-05-04 21:06 UTC  (3+ messages)
` [PATCH 05/15] bpf: avoid gcc-10 stringop-overflow warning

pulling cap_perfmon
 2020-05-04 20:52 UTC  (2+ messages)

[PATCH v9 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-05-04 18:32 UTC  (5+ messages)
` [PATCH v9 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS

[PATCH bpf 0/2] bpf, arm: Small JIT optimizations
 2020-05-04 16:05 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).