bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 01:50:54 to 2020-05-15 14:57:39 UTC [more...]

[RFCv2 0/9] bpf: Add d_path helper
 2020-05-15 14:57 UTC  (16+ messages)
` [PATCH 1/9] "
` [PATCH 3/9] bpf: Add bpfwl tool to construct bpf whitelists
` [PATCH 4/9] bpf: Allow nested BTF object to be refferenced by BTF object + offset
` [PATCH 6/9] bpf: Compile bpfwl tool at kernel compilation start
` [PATCH 7/9] bpf: Compile the BTF id whitelist data in vmlinux
` [PATCH 8/9] selftests/bpf: Add test for d_path helper

[PATCH 0/8] Copy hashmap to libapi, use in perf expr
 2020-05-15 14:53 UTC  (12+ messages)
` [PATCH 1/8] libbpf: Fix memory leak and possible double-free in hashmap__clear
` [PATCH 2/8] libbpf hashmap: Remove unused #include
` [PATCH 3/8] libbpf hashmap: Fix signedness warnings
` [PATCH 4/8] libbpf hashmap: Localize static hashmap__* symbols
` [PATCH 5/8] tools lib/api: Copy libbpf hashmap to libapi
` [PATCH 6/8] perf test: Provide a subtest callback to ask for the reason for skipping a subtest
` [PATCH 7/8] perf test: Improve pmu event metric testing
` [PATCH 8/8] perf expr: Migrate expr ids table to a hashmap

"Forwarding" from TC classifier
 2020-05-15 14:24 UTC  (8+ messages)

[PATCH v2 0/3] selftests: lib.mk improvements
 2020-05-15 12:40 UTC  (6+ messages)
` [PATCH v2 1/3] selftests: do not use .ONESHELL
` [PATCH v2 2/3] selftests: fix condition in run_tests
` [PATCH v2 3/3] selftests: simplify run_tests

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-15 12:28 UTC  (4+ messages)
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP "

[PATCH bpf-next] bpf, bpftool: Allow probing for CONFIG_HZ from kernel config
 2020-05-15 12:12 UTC  (3+ messages)

[PATCH bpf v2 0/3] Restrict bpf_probe_read{,str}() and bpf_trace_printk()'s %s
 2020-05-15 10:11 UTC  (4+ messages)
` [PATCH bpf v2 1/3] bpf: restrict bpf_probe_read{,str}() only to archs where they work
` [PATCH bpf v2 2/3] bpf: add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
` [PATCH bpf v2 3/3] bpf: restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier

[PATCH RFC] selftests: do not use .ONESHELL
 2020-05-15  9:18 UTC  (3+ messages)

[selftests/bpf] da43712a72: kernel-selftests.bpf.make_fail
 2020-05-15  8:54 UTC  (5+ messages)

[PATCH bpf-next 0/3] samples: bpf: refactor kprobe tracing progs with libbpf
 2020-05-15  8:21 UTC  (6+ messages)
` [PATCH bpf-next 1/3] samples: bpf: refactor kprobe tracing user "

[PATCH bpf-next v2 00/14] Introduce AF_XDP buffer allocation API
 2020-05-15  6:23 UTC  (16+ messages)
` [PATCH bpf-next v2 01/14] xsk: move xskmap.c to net/xdp/
` [PATCH bpf-next v2 02/14] xsk: move driver interface to xdp_sock_drv.h
` [PATCH bpf-next v2 03/14] xsk: move defines only used by AF_XDP internals to xsk.h
` [PATCH bpf-next v2 04/14] xsk: introduce AF_XDP buffer allocation API
` [PATCH bpf-next v2 05/14] i40e: refactor rx_bi accesses
` [PATCH bpf-next v2 06/14] i40e: separate kernel allocated rx_bi rings from AF_XDP rings
` [PATCH bpf-next v2 07/14] i40e, xsk: migrate to new MEM_TYPE_XSK_BUFF_POOL
` [PATCH bpf-next v2 08/14] ice, "
` [PATCH bpf-next v2 09/14] ixgbe, "
` [PATCH bpf-next v2 10/14] mlx5, "
` [PATCH bpf-next v2 11/14] xsk: remove MEM_TYPE_ZERO_COPY and corresponding code
` [PATCH bpf-next v2 12/14] xdp: simplify xdp_return_{frame,frame_rx_napi,buff}
` [PATCH bpf-next v2 13/14] xsk: explicitly inline functions and move definitions
` [PATCH bpf-next v2 14/14] MAINTAINERS, xsk: update AF_XDP section after moves/adds

[PATCH net-next v4 00/33] XDP extend with knowledge of frame size
 2020-05-15  4:52 UTC  (35+ messages)
` [PATCH net-next v4 01/33] xdp: add frame size to xdp_buff
` [PATCH net-next v4 02/33] bnxt: add XDP frame size to driver
` [PATCH net-next v4 03/33] sfc: add XDP frame size
` [PATCH net-next v4 04/33] mvneta: add XDP frame size to driver
` [PATCH net-next v4 05/33] net: netsec: Add support for XDP frame size
` [PATCH net-next v4 06/33] net: XDP-generic determining "
` [PATCH net-next v4 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH net-next v4 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH net-next v4 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH net-next v4 10/33] veth: xdp using frame_sz in veth driver
` [PATCH net-next v4 11/33] dpaa2-eth: add XDP frame size
` [PATCH net-next v4 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH net-next v4 13/33] qlogic/qede: "
` [PATCH net-next v4 14/33] net: ethernet: ti: add XDP frame size to driver cpsw
` [PATCH net-next v4 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH net-next v4 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH net-next v4 17/33] net: thunderx: add XDP frame size
` [PATCH net-next v4 18/33] nfp: add XDP frame size to netronome driver
` [PATCH net-next v4 19/33] tun: add XDP frame size
` [PATCH net-next v4 20/33] vhost_net: also populate "
` [PATCH net-next v4 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next v4 22/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH net-next v4 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next v4 24/33] ixgbevf: add XDP frame size to VF driver
` [PATCH net-next v4 25/33] i40e: add XDP frame size to driver
` [PATCH net-next v4 26/33] ice: "
` [PATCH net-next v4 27/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH net-next v4 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next v4 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next v4 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH net-next v4 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH net-next v4 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH net-next v4 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests

pull-request: bpf-next 2020-05-14
 2020-05-15  3:55 UTC  (2+ messages)

[PATCH 5.4] selftests/bpf: fix goto cleanup label not defined
 2020-05-15  3:38 UTC 

[PATCH v3 bpf-next 0/5] bpf: sk lookup, cgroup id helpers in cgroup skb
 2020-05-15  1:48 UTC  (8+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Allow sk lookup "
` [PATCH v3 bpf-next 2/5] bpf: Allow skb_ancestor_cgroup_id helper "
` [PATCH v3 bpf-next 3/5] bpf: Introduce bpf_sk_{,ancestor_}cgroup_id helpers
` [PATCH v3 bpf-next 4/5] selftests/bpf: Add connect_fd_to_fd, connect_wait net helpers
` [PATCH v3 bpf-next 5/5] selftests/bpf: Test for sk helpers in cgroup skb

[PATCH][next] selftest/bpf: fix spelling mistake "SIGALARM" -> "SIGALRM"
 2020-05-15  1:39 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: fix bpf_iter's task iterator logic
 2020-05-15  1:38 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Narrow loads for bpf_sock_addr.user_port
 2020-05-15  1:37 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Support narrow loads from bpf_sock_addr.user_port
` [PATCH bpf-next 2/2] selftests/bpf: Test narrow loads for bpf_sock_addr.user_port

[PATCH bpf-next v2] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-15  1:27 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] bpf, printk: add BTF-based type printing
 2020-05-15  0:39 UTC  (15+ messages)
` [PATCH v2 bpf-next 4/7] printk: add type-printing %pT format specifier which uses BTF
` [PATCH v2 bpf-next 7/7] bpf: add tests for %pT format specifier

[PATCH bpf 0/3] Restrict bpf_probe_read{,str}() and bpf_trace_printk()'s %s
 2020-05-15  0:06 UTC  (14+ messages)
` [PATCH bpf 1/3] bpf: restrict bpf_probe_read{,str}() only to archs where they work
` [PATCH bpf 2/3] bpf: add bpf_probe_read_{user, kernel}_str() to do_refine_retval_range
` [PATCH bpf 3/3] bpf: restrict bpf_trace_printk()'s %s usage and add %psK, %psU specifier

bpf selftest execution issues
 2020-05-14 23:13 UTC  (2+ messages)

[PATCH bpf-next 0/6] BPF ring buffer
 2020-05-14 23:06 UTC  (24+ messages)
` [PATCH bpf-next 1/6] bpf: implement BPF ring buffer and verifier support for it

[PATCH bpf v2 0/2] bpf: enforce returning 0 for fentry/fexit programs
 2020-05-14 19:57 UTC  (7+ messages)
` [PATCH bpf v2 1/2] bpf: enforce returning 0 for fentry/fexit progs
` [PATCH bpf v2 2/2] selftests/bpf: enforce returning 0 for fentry/fexit programs

[PATCH] security: fix the default value of secid_to_secctx hook
 2020-05-14 19:47 UTC  (5+ messages)

[PATCH bpf-next] libbpf: Fix register naming in PT_REGS s390 macros
 2020-05-14 19:45 UTC  (3+ messages)

[PATCH bpf] bpf: fix bug in mmap() implementation for BPF array map
 2020-05-14 19:42 UTC  (3+ messages)

[PATCH bpf] samples: bpf: fix build error
 2020-05-14 19:39 UTC  (3+ messages)

[PATCH AUTOSEL 5.6 18/62] net/ena: Fix build warning in ena_xdp_set()
 2020-05-14 18:51 UTC 

[PATCH AUTOSEL 5.4 17/49] net/ena: Fix build warning in ena_xdp_set()
 2020-05-14 18:52 UTC 

[PATCH v2 bpf-next 0/5] bpf: sk lookup, cgroup id helpers in cgroup skb
 2020-05-14 18:15 UTC  (17+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Allow sk lookup "
` [PATCH v2 bpf-next 2/5] bpf: Allow skb_ancestor_cgroup_id helper "
` [PATCH v2 bpf-next 3/5] bpf: Introduce bpf_sk_{,ancestor_}cgroup_id helpers
` [PATCH v2 bpf-next 4/5] selftests/bpf: Add connect_fd_to_fd, connect_wait net helpers
` [PATCH v2 bpf-next 5/5] selftests/bpf: Test for sk helpers in cgroup skb

[bpf-next PATCH 0/3] bpf: Add sk_msg helpers
 2020-05-14 13:30 UTC  (9+ messages)
` [bpf-next PATCH 1/3] bpf: sk_msg add some generic helpers that may be useful from sk_msg
` [bpf-next PATCH 2/3] bpf: sk_msg helpers for probe_* and *current_task*
` [bpf-next PATCH 3/3] bpf: sk_msg add get socket storage helpers

clean up and streamline probe_kernel_* and friends v2
 2020-05-14 10:27 UTC  (15+ messages)
` [PATCH 11/18] maccess: remove strncpy_from_unsafe

[PATCH] KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.c
 2020-05-14  7:43 UTC  (2+ messages)

[PATCH] selftests/bpf: install generated test progs
 2020-05-14  6:22 UTC  (3+ messages)

[PATCH bpf-next] bpf: fix bpf_iter's task iterator logic
 2020-05-14  5:45 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).