bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-11 11:33:08 to 2019-08-14 17:28:38 UTC [more...]

[PATCH bpf-next] libbpf: make libbpf.map source of truth for libbpf version
 2019-08-14 17:28 UTC  (7+ messages)

[PATCH bpf-next 0/4] selftests/bpf: test_progs: misc fixes
 2019-08-14 17:07 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: test_progs: change formatting of the condenced output
` [PATCH bpf-next 2/4] selftests/bpf: test_progs: test__skip
` [PATCH bpf-next 3/4] selftests/bpf: test_progs: remove global fail/success counts
` [PATCH bpf-next 4/4] selftests/bpf: test_progs: remove asserts from subtests

[RFC bpf-next 0/3] tools: bpftool: add subcommand to count map entries
 2019-08-14 17:14 UTC  (11+ messages)
` [RFC bpf-next 1/3] tools: bpftool: clean up dump_map_elem() return value
` [RFC bpf-next 2/3] tools: bpftool: make comment more explicit for count of dumped entries
` [RFC bpf-next 3/3] tools: bpftool: add "bpftool map count" to count entries in map

[RFC PATCH bpf-next 00/14] xdp_flow: Flow offload to XDP
 2019-08-14 17:07 UTC  (18+ messages)
` [RFC PATCH bpf-next 01/14] xdp_flow: Add skeleton of XDP based TC offload driver
` [RFC PATCH bpf-next 02/14] xdp_flow: Add skeleton bpf program for XDP
` [RFC PATCH bpf-next 03/14] bpf: Add API to get program from id
` [RFC PATCH bpf-next 04/14] xdp_flow: Attach bpf prog to XDP in kernel after UMH loaded program
` [RFC PATCH bpf-next 05/14] xdp_flow: Prepare flow tables in bpf
` [RFC PATCH bpf-next 06/14] xdp_flow: Add flow entry insertion/deletion logic in UMH
` [RFC PATCH bpf-next 07/14] xdp_flow: Add flow handling and basic actions in bpf prog
` [RFC PATCH bpf-next 08/14] xdp_flow: Implement flow replacement/deletion logic in xdp_flow kmod
` [RFC PATCH bpf-next 09/14] xdp_flow: Add netdev feature for enabling TC flower offload to XDP
` [RFC PATCH bpf-next 10/14] xdp_flow: Implement redirect action
` [RFC PATCH bpf-next 11/14] xdp_flow: Implement vlan_push action
` [RFC PATCH bpf-next 12/14] bpf, selftest: Add test for xdp_flow
` [RFC PATCH bpf-next 13/14] i40e: prefetch xdp->data before running XDP prog
` [RFC PATCH bpf-next 14/14] bpf, hashtab: Compare keys in long

[PATCH bpf-next 0/3] xdpsock: allow mmap2 usage for 32bits
 2019-08-14 16:17 UTC  (18+ messages)
` [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
` [PATCH bpf-next 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
` [PATCH bpf-next 3/3] samples: bpf: syscal_nrs: use mmap2 if defined

[PATCH bpf-next v4 0/8] add need_wakeup flag to the AF_XDP rings
 2019-08-14 15:42 UTC  (20+ messages)
` [PATCH bpf-next v4 1/8] xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeup
` [PATCH bpf-next v4 2/8] xsk: add support for need_wakeup flag in AF_XDP rings
` [PATCH bpf-next v4 3/8] i40e: add support for AF_XDP need_wakeup feature
` [PATCH bpf-next v4 4/8] ixgbe: "
` [PATCH bpf-next v4 5/8] libbpf: add support for need_wakeup flag in AF_XDP part
` [PATCH bpf-next v4 6/8] samples/bpf: add use of need_wakeup flag in xdpsock
` [PATCH bpf-next v4 7/8] net/mlx5e: Move the SW XSK code from NAPI poll to a separate function
` [PATCH bpf-next v4 8/8] net/mlx5e: Add AF_XDP need_wakeup support

[PATCH v2 2/2] treewide: remove dummy Makefiles for single targets
 2019-08-14 15:19 UTC 

[PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
 2019-08-14 15:09 UTC  (7+ messages)
` [PATCH v2 "

[PATCH bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-08-14 14:34 UTC  (2+ messages)
` [PATCH bpf-next v2] net: Don't call XDP_SETUP_PROG when nothing is changed

[PATCH bpf-next] tools: bpftool: compile with $(EXTRA_WARNINGS)
 2019-08-14 11:37 UTC 

[PATCH bpf v2] selftests/bpf: fix "bind{4,6} deny specific IP & port" on s390
 2019-08-14 10:41 UTC 

pull-request: bpf-next 2019-08-14
 2019-08-14  8:21 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: make libbpf.map source of truth for libbpf version
 2019-08-14  5:10 UTC 

[PATCH AUTOSEL 5.2 020/123] libbpf: sanitize VAR to conservative 1-byte INT
 2019-08-14  2:09 UTC  (9+ messages)
` [PATCH AUTOSEL 5.2 025/123] bpf: sockmap, sock_map_delete needs to use xchg
` [PATCH AUTOSEL 5.2 026/123] bpf: sockmap, synchronize_rcu before free'ing map
` [PATCH AUTOSEL 5.2 027/123] bpf: sockmap, only create entry if ulp is not already enabled
` [PATCH AUTOSEL 5.2 028/123] selftests/bpf: fix sendmsg6_prog on s390
` [PATCH AUTOSEL 5.2 034/123] bpf: fix access to skb_shared_info->gso_segs
` [PATCH AUTOSEL 5.2 035/123] selftests/bpf: add another gso_segs access
` [PATCH AUTOSEL 5.2 036/123] libbpf: fix using uninitialized ioctl results
` [PATCH AUTOSEL 5.2 042/123] libbpf: silence GCC8 warning about string truncation

[PATCH AUTOSEL 4.19 08/68] selftests/bpf: fix sendmsg6_prog on s390
 2019-08-14  2:14 UTC 

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-14  0:57 UTC  (15+ messages)

[PATCH bpf-next V9 0/3] BPF: New helper to obtain namespace data from current task
 2019-08-14  0:56 UTC  (9+ messages)
` [PATCH bpf-next V9 1/3] bpf: new "
    ` [Potential Spoof] "
` [PATCH bpf-next V9 2/3] samples/bpf: added sample code for bpf_get_current_pidns_info
` [PATCH bpf-next V9 3/3] tools/testing/selftests/bpf: Add self-tests for new helper

[PATCH bpf-next v2 0/4] bpf: support cloning sk storage on accept()
 2019-08-13 21:28 UTC  (13+ messages)
` [PATCH bpf-next v2 1/4] bpf: export bpf_map_inc_not_zero
` [PATCH bpf-next v2 2/4] bpf: support cloning sk storage on accept()
` [PATCH bpf-next v2 4/4] selftests/bpf: add sockopt clone/inheritance test

[PATCH bpf-next 0/2] libbpf: make use of BTF through sysfs
 2019-08-13 21:22 UTC  (4+ messages)
` [PATCH bpf-next 1/2] btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
` [PATCH bpf-next 2/2] libbpf: attempt to load kernel BTF from sysfs first

[PATCH bpf] selftests/bpf: fix "bind{4,6} deny specific IP & port" on s390
 2019-08-13 19:53 UTC  (2+ messages)

[RESEND][PATCH v3 bpf-next] btf: expose BTF info through sysfs
 2019-08-13 18:45 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] bpf: support cloning sk storage on accept()
 2019-08-13 17:16 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] bpf: export bpf_map_inc_not_zero
` [PATCH bpf-next v3 2/4] bpf: support cloning sk storage on accept()
` [PATCH bpf-next v3 3/4] bpf: sync bpf.h to tools/
` [PATCH bpf-next v3 4/4] selftests/bpf: add sockopt clone/inheritance test

[RFC PATCH] bpf: handle 32-bit zext during constant blinding
 2019-08-13 17:10 UTC 

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-13 17:08 UTC  (26+ messages)
` [PATCH 02/16] arc: prefer __section from compiler_attributes.h
` [PATCH 03/16] parisc: "
` [PATCH 04/16] um: "
` [PATCH 05/16] sh: "
` [PATCH 06/16] ia64: "
` [PATCH 07/16] arm: "
` [PATCH 08/16] mips: "
` [PATCH 09/16] sparc: "
` [PATCH 10/16] powerpc: prefer __section and __printf "
` [PATCH 11/16] x86: prefer __section "
` [PATCH 12/16] arm64: "
` [PATCH 13/16] include/asm-generic: "
` [PATCH 14/16] include/linux: "
` [PATCH 15/16] include/linux/compiler.h: remove unused KENTRY macro
` [PATCH 16/16] compiler_attributes.h: add note about __section
` [PATCH 00/16] treewide: prefer __section from compiler_attributes.h

[bpf-next] selftests/bpf: fix race in flow dissector tests
 2019-08-13 14:32 UTC  (2+ messages)

[PATCH v1] tools: Keep list of tools in alphabetical order
 2019-08-13 14:17 UTC  (4+ messages)

[PATCH bpf] s390/bpf: use 32-bit index for tail calls
 2019-08-13 14:08 UTC  (2+ messages)

[PATCH] virtio-net: parameterize min ring num_free for virtio receive
 2019-08-13 10:55 UTC  (7+ messages)

Taking a day off
 2019-08-13  9:33 UTC  (2+ messages)

[PATCH v2] Documentation: virt: Fix broken reference to virt tree's index
 2019-08-12 21:16 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] net: xdp: XSKMAP improvements
 2019-08-12 17:25 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] xsk: remove AF_XDP socket from map when the socket is released

[PATCH v2 2/2] Documentation: sphinx: Don't parse socket() as identifier reference
 2019-08-12 16:11 UTC  (2+ messages)

[PATCH bpf] s390/bpf: fix lcgr instruction encoding
 2019-08-12 16:06 UTC  (3+ messages)

Sending s390 eBPF JIT patches via bpf@vger.kernel.org
 2019-08-12 15:35 UTC  (2+ messages)

[PATCH v4 0/2] perf: arm/arm64: Improve completeness for kernel address space
 2019-08-12  7:39 UTC  (6+ messages)
` [PATCH v4 1/2] perf machine: Support arch's specific kernel start address

[PATCH v3 bpf-next] btf: expose BTF info through sysfs
 2019-08-12  7:08 UTC 

pull-request: bpf 2019-08-11
 2019-08-11 21:49 UTC  (2+ messages)

[PATCH] Documentation/networking/af_xdp: Inhibit reference to struct socket
 2019-08-11 11:32 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).