bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 11:22:16 to 2020-05-05 18:29:54 UTC [more...]

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

[PATCH] sysctl: fix unused function warning
 2020-05-05 18:24 UTC  (4+ messages)

[PATCH bpf-next 0/4] bpf: allow any port in bpf_bind helper
 2020-05-05 18:20 UTC  (15+ 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] bpf: Tweak BPF jump table optimizations for objtool compatibility
 2020-05-05 18:11 UTC  (9+ messages)

[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

[RFC PATCH bpf-next 00/13] Introduce AF_XDP buffer allocation API
 2020-05-05 14:28 UTC  (18+ messages)
` [RFC PATCH bpf-next 01/13] xsk: move xskmap.c to net/xdp/
` [RFC PATCH bpf-next 02/13] xsk: move driver interface to xdp_sock_drv.h
` [RFC PATCH bpf-next 03/13] xsk: move defines only used by AF_XDP internals to xsk.h
` [RFC PATCH bpf-next 04/13] xsk: introduce AF_XDP buffer allocation API
` [RFC PATCH bpf-next 05/13] i40e: refactor rx_bi accesses
` [RFC PATCH bpf-next 06/13] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
` [RFC PATCH bpf-next 07/13] i40e, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [RFC PATCH bpf-next 08/13] ice, "
` [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

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

[PATCH bpf-next v2] libbpf: fix probe code to return EPERM if encountered
 2020-05-05 10:07 UTC  (3+ messages)

[PATCH 0/2] sockmap, fix for some error paths with helpers
 2020-05-05  9:30 UTC  (4+ 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

[PATCH net-next] net: ethernet: ti: use true,false for bool variables in cpsw_new.c
 2020-05-05  7:46 UTC 

[PATCH net-next] net: bnxt: Remove Comparison to bool in bnxt_ethtool.c
 2020-05-05  7:46 UTC 

[PATCH net-next] net: qede: Use true for bool variable in qede_init_fp()
 2020-05-05  7:45 UTC 

[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  (10+ 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  (8+ messages)
` [PATCH v9 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v9 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

Checksum behaviour of bpf_redirected packets
 2020-05-04 16:11 UTC 

[PATCH bpf 0/2] bpf, arm: Small JIT optimizations
 2020-05-04 16:05 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf, arm: Optimize ALU64 ARSH X using orrpl conditional instruction
` [PATCH bpf-next 2/2] bpf, arm: Optimize ALU ARSH K using asr immediate instruction

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

[PATCH bpf-next v2 00/20] bpf: implement bpf iterator for kernel data
 2020-05-04  6:26 UTC  (21+ 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 13/20] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v2 14/20] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v2 15/20] bpf: support variable length array in tracing programs
` [PATCH bpf-next v2 16/20] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v2 17/20] tools/bpftool: add bpf_iter support for bptool
` [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

pull-request: bpf-next 2020-05-01
 2020-05-01 22:44 UTC 

KASAN: global-out-of-bounds Read in inet_diag_bc_sk
 2020-05-02  8:59 UTC 

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-05-02  7:17 UTC  (13+ messages)
` [PATCH bpf-next v1 08/19] bpf: create file bpf iterator
` [PATCH bpf-next v1 11/19] bpf: add task and task/file targets
` [PATCH bpf-next v1 14/19] bpf: support variable length array in tracing programs
` [PATCH bpf-next v1 15/19] tools/libbpf: add bpf_iter support

[RFC PATCH bpf-next 0/6] bpf, printk: add BTF-based type printing
 2020-05-02  0:25 UTC  (6+ messages)

pull-request: bpf-next 2020-05-01 (v2)
 2020-05-02  0:02 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: use reno instead of dctcp
 2020-05-01 23:52 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: fix use-after-free of bpf_link when priming half-fails
 2020-05-01 22:52 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: bpf_{g,s}etsockopt for struct bpf_sock_addr
 2020-05-01 22:29 UTC  (8+ messages)

decruft the vmalloc API v2
 2020-05-01 22:09 UTC  (5+ messages)
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc

-EBUSY with some selftests on 5.7-rcX
 2020-05-01 20:18 UTC  (2+ messages)

Fighting BPF verifier to reach end-of-packet with XDP
 2020-05-01 18:10 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix use-after-free of bpf_link when priming half-fails
 2020-05-01 17:46 UTC  (5+ messages)
` [Potential Spoof] "

[PATCH bpf-next 0/3] Enable socket lookup in SOCKMAP/SOCKHASH from BPF
 2020-05-01 16:12 UTC  (5+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed

KASAN: use-after-free Read in inet_diag_bc_sk
 2020-05-01 14:49 UTC  (2+ messages)

[PATCH net-next v2 12/33] hv_netvsc: add XDP frame size to driver
 2020-05-01 14:47 UTC  (21+ messages)
` [PATCH net-next v2 20/33] vhost_net: also populate XDP frame size
` [PATCH net-next v2 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next v2 22/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH net-next v2 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next v2 24/33] ixgbevf: add XDP frame size to VF driver
` [PATCH net-next v2 25/33] i40e: add XDP frame size to driver
` [PATCH net-next v2 26/33] ice: "
` [PATCH net-next v2 27/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH net-next v2 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next v2 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH net-next v2 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH net-next v2 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH net-next v2 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests

KASAN: slab-out-of-bounds Read in inet_diag_bc_sk
 2020-05-01 11:10 UTC 

[PATCH bpf] security: Fix the default value of fs_context_parse_param hook
 2020-05-01  7:30 UTC  (3+ messages)

[PATCH] bpf, x86_32: Fix clobbering of dst for BPF_JSET
 2020-05-01  6:53 UTC  (3+ messages)

[PATCH net-next 0/2] inet_diag: add cgroup attribute and filter
 2020-05-01  5:54 UTC  (5+ messages)
` [PATCH net-next 1/2] inet_diag: add cgroup id attribute
` [PATCH net-next 2/2] inet_diag: add support for cgroup filter

BPFilter: bit size mismatch between bpfiter_umh and vmliux
 2020-05-01  5:15 UTC  (4+ messages)

[PATCH net-next] dpaa2-eth: fix error return code in setup_dpni()
 2020-05-01  3:40 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-05-01  2:44 UTC  (10+ messages)

[PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
 2020-04-30 20:06 UTC  (4+ messages)

KASAN: use-after-free Write in bpf_link_put
 2020-04-30 18:16 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: bpf_{g,s}etsockopt for struct bpf_sock
 2020-04-30 14:39 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
 2020-04-30 14:32 UTC  (2+ messages)

[PATCH v12 0/4] perf tools: add support for libpfm4
 2020-04-30 14:26 UTC  (4+ messages)
` [PATCH v12 4/4] "

[PATCH -next] bpf: fix error return code in map_lookup_and_delete_elem()
 2020-04-30 14:26 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: fix false uninitialized variable warning
 2020-04-30 14:25 UTC  (3+ messages)

[PATCH v13 0/4] perf tools: add support for libpfm4
 2020-04-30 14:24 UTC  (5+ messages)
` [PATCH v13 1/4] perf doc: pass ASCIIDOC_EXTRA as an argument
` [PATCH v13 2/4] tools feature: add support for detecting libpfm4
` [PATCH v13 3/4] perf pmu: add perf_pmu__find_by_type helper
` [PATCH v13 4/4] perf tools: add support for libpfm4

[PATCH bpf-next] bpf, riscv: Fix stack layout of JITed code on RV32
 2020-04-30 14:23 UTC  (3+ 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).