bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 14:34:12 to 2019-08-16 18:13:13 UTC [more...]

[RFC bpf-next 0/3] tools: bpftool: add subcommand to count map entries
 2019-08-16 18:13 UTC  (12+ messages)

[PATCH bpf 0/6] tools: bpftool: fix printf()-like functions
 2019-08-16 17:51 UTC  (12+ messages)
` [PATCH bpf 1/6] tools: bpftool: fix arguments for p_err() in do_event_pipe()
` [PATCH bpf 2/6] tools: bpftool: fix format strings and arguments for jsonw_printf()
` [PATCH bpf 3/6] tools: bpftool: fix argument for p_err() in BTF do_dump()
` [PATCH bpf 4/6] tools: bpftool: fix format string for p_err() in query_flow_dissector()
` [PATCH bpf 5/6] tools: bpftool: fix format string for p_err() in detect_common_prefix()
` [PATCH bpf 6/6] tools: bpftool: move "__printf()" attributes to header file

[PATCH bpf-next] libbpf: relicense bpf_helpers.h and bpf_endian.h
 2019-08-16 17:15 UTC  (4+ messages)

[bpf-next,v2] selftests/bpf: fix race in test_tcp_rtt test
 2019-08-16 17:14 UTC  (2+ messages)

[bpf-next] selftests/bpf: fix race in test_tcp_rtt test
 2019-08-16 16:37 UTC  (3+ messages)

[RFC PATCH bpf-next 00/14] xdp_flow: Flow offload to XDP
 2019-08-16 16:20 UTC  (15+ messages)

[PATCH] selftests: use "$(MAKE)" instead of "make"
 2019-08-16 16:06 UTC 

[PATCH bpf v2] bpf: fix accessing bpf_sysctl.file_pos on s390
 2019-08-16 15:43 UTC  (2+ messages)

[PATCH bpf-next] libbpf: remove zc variable as it is not used
 2019-08-16 15:37 UTC  (2+ messages)

[PATCH bpf-next 0/5] Add support for SKIP_BPF flag for AF_XDP sockets
 2019-08-16 13:32 UTC  (16+ messages)
` [PATCH bpf-next 1/5] xsk: Convert bool 'zc' field in struct xdp_umem to a u32 bitmap
` [PATCH bpf-next 2/5] xsk: Introduce XDP_SKIP_BPF bind option
` [PATCH bpf-next 3/5] i40e: Enable XDP_SKIP_BPF option for AF_XDP sockets
` [PATCH bpf-next 4/5] ixgbe: "
` [PATCH bpf-next 5/5] xdpsock_user: Add skip_bpf option
    ` [Intel-wired-lan] [PATCH bpf-next 0/5] Add support for SKIP_BPF flag for AF_XDP sockets

[PATCH v5] perf machine: arm/arm64: Improve completeness for kernel address space
 2019-08-16 13:00 UTC  (6+ messages)

[PATCH bpf] selftests/bpf: fix endianness issues in test_sysctl
 2019-08-16 11:37 UTC  (5+ messages)

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-16 11:33 UTC  (30+ messages)

[PATCH bpf] bpf: fix accessing bpf_sysctl.file_pos on s390
 2019-08-16 10:34 UTC  (4+ messages)

WARNING in is_bpf_text_address
 2019-08-16  8:21 UTC  (5+ messages)

[PATCH -next] btf: fix return value check in btf_vmlinux_init()
 2019-08-16  5:24 UTC  (4+ messages)
` [PATCH -next v2] "

[PATCH bpf-next 0/4] selftests/bpf: test_progs: misc fixes
 2019-08-16  5:23 UTC  (17+ 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

[PATCH bpf] tools: bpftool: close prog FD before exit on showing a single program
 2019-08-16  5:11 UTC  (7+ messages)

Reminder: 8 active syzbot reports in "net/bpf" subsystem
 2019-08-16  4:17 UTC 

INFO: task hung in tls_sw_release_resources_tx
 2019-08-16  1:11 UTC 

[PATCH bpf-next v2 0/3] xdpsock: allow mmap2 usage for 32bits
 2019-08-16  0:06 UTC  (9+ messages)
` [PATCH bpf-next v2 1/3] libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
` [PATCH bpf-next v2 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
` [PATCH bpf-next v2 3/3] samples: bpf: syscal_nrs: use mmap2 if defined

[PATCH v3 bpf-next] libbpf: make libbpf.map source of truth for libbpf version
 2019-08-16  0:04 UTC  (3+ messages)

[PATCH bpf 1/1] xdp: unpin xdp umem pages in error path
 2019-08-15 21:01 UTC  (2+ messages)

INFO: task hung in tls_sw_release_resources_tx
 2019-08-15 18:06 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: list BTF objects loaded on system
 2019-08-15 15:00 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf: add new BPF_BTF_GET_NEXT_ID syscall command
` [PATCH bpf-next 2/5] tools: bpf: synchronise BPF UAPI header with tools
` [PATCH bpf-next 3/5] libbpf: refactor bpf_*_get_next_id() functions
` [PATCH bpf-next 4/5] libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
` [PATCH bpf-next 5/5] tools: bpftool: implement "bpftool btf show|list"

[PATCH v2] virtio-net: lower min ring num_free for efficiency
 2019-08-15  9:55 UTC 

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-15  9:38 UTC  (10+ messages)
` [PATCH 08/16] mips: prefer __section from compiler_attributes.h
` [PATCH 12/16] arm64: "

[PATCH bpf-next v5 0/2] net: xdp: XSKMAP improvements
 2019-08-15  9:30 UTC  (3+ messages)
` [PATCH bpf-next v5 1/2] xsk: remove AF_XDP socket from map when the socket is released
` [PATCH bpf-next v5 2/2] xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP

[PATCH] virtio-net: lower min ring num_free for efficiency
 2019-08-15  9:25 UTC  (4+ messages)

WARNING in is_bpf_text_address
 2019-08-15  8:52 UTC 

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

[PATCH bpf-next] tools: libbpf: update extended attributes version of bpf_object__open()
 2019-08-15  0:03 UTC 

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

[PATCH bpf-next] net: Don't uninstall an XDP program when none is installed
 2019-08-14 22:01 UTC  (4+ 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 20:58 UTC  (2+ messages)

[PATCH v5 12/18] compat_ioctl: unify copy-in of ppp filters
 2019-08-14 20:54 UTC 

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

bpftrace / bpf program 'Killed' on kernel v5.2.7 during load
 2019-08-14 19:46 UTC 

[PATCH bpf-next 0/3] xdpsock: allow mmap2 usage for 32bits
 2019-08-14 19:56 UTC  (10+ messages)
` [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2

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

[PATCH bpf-next v3 0/4] bpf: support cloning sk storage on accept()
 2019-08-14 17:35 UTC  (4+ messages)
` [PATCH bpf-next v3 2/4] "

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

[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 


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).