BPF List
 help / color / mirror / Atom feed
 messages from 2019-04-30 00:15:46 to 2019-05-07 11:51:59 UTC [more...]

[RFC bpf-next 0/7] busy poll support for AF_XDP sockets
 2019-05-07 11:51 UTC  (12+ messages)
` [RFC bpf-next 1/7] net: fs: make busy poll budget configurable in napi_busy_loop
` [RFC bpf-next 2/7] net: i40e: ixgbe: tun: veth: virtio-net: centralize xdp_rxq_info and add napi id
` [RFC bpf-next 4/7] netdevice: introduce busy-poll setsockopt for AF_XDP
` [RFC bpf-next 5/7] net: add busy-poll support for XDP sockets
` [RFC bpf-next 6/7] libbpf: add busy-poll support to "
` [RFC bpf-next 7/7] samples/bpf: add busy-poll support to xdpsock sample

netronome/nfp/bpf/jit.c cannot be build with -O3
 2019-05-07 11:31 UTC  (8+ messages)
` [oss-drivers] "

[PATCH v2 1/4] bpf: Add support for reading user pointers
 2019-05-07  9:47 UTC  (9+ messages)
` [PATCH v2 2/4] bpf: Add support for reading kernel pointers
` [PATCH v2 3/4] bpf: Add warning when program uses deprecated bpf_probe_read
` [PATCH v2 4/4] tools: Sync uapi headers with new bpf function calls

[PATCH bpf] libbpf: always NULL out pobj in bpf_prog_load_xattr
 2019-05-07  9:09 UTC  (3+ messages)

selftests/bpf/test_tag takes ~30 minutes?
 2019-05-07  6:49 UTC  (3+ messages)

[PATCH AUTOSEL 5.0 96/99] bpf: only test gso type on gso packets
 2019-05-07  5:32 UTC 

[PATCH v6 bpf-next 00/17] bpf: eliminate zero extensions for sub-register writes
 2019-05-07  4:40 UTC  (31+ messages)
` [PATCH v6 bpf-next 01/17] bpf: verifier: offer more accurate helper function arg and return type
` [PATCH v6 bpf-next 02/17] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v6 bpf-next 03/17] bpf: verifier: mark patched-insn "
` [PATCH v6 bpf-next 04/17] bpf: introduce new alu insn BPF_ZEXT for explicit zero extension
` [PATCH v6 bpf-next 05/17] bpf: verifier: insert BPF_ZEXT according to zext analysis result
` [PATCH v6 bpf-next 06/17] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v6 bpf-next 07/17] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v6 bpf-next 08/17] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v6 bpf-next 09/17] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v6 bpf-next 10/17] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v6 bpf-next 11/17] arm: bpf: eliminate zero extension code-gen
` [PATCH v6 bpf-next 12/17] powerpc: "
` [PATCH v6 bpf-next 13/17] s390: "
` [PATCH v6 bpf-next 14/17] sparc: "
` [PATCH v6 bpf-next 15/17] x32: "
` [PATCH v6 bpf-next 16/17] riscv: "
` [PATCH v6 bpf-next 17/17] nfp: "

[PATCH bpf-next v2 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-05-06 16:35 UTC  (23+ messages)
` [PATCH bpf-next v2 01/16] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next v2 02/16] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next v2 03/16] libbpf: Support "
` [PATCH bpf-next v2 04/16] xsk: Extend channels to support combined XSK/non-XSK traffic
` [PATCH bpf-next v2 05/16] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next v2 06/16] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next v2 07/16] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next v2 08/16] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next v2 09/16] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next v2 10/16] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next v2 11/16] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next v2 12/16] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next v2 13/16] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next v2 14/16] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next v2 15/16] net/mlx5e: Move queue param structs to en/params.h

[PATCH v2 08/79] docs: cgroup-v1: convert docs to ReST and rename to *.rst
 2019-05-06 15:47 UTC 

pull-request: bpf-next 2019-05-06
 2019-05-06 15:18 UTC 

[PATCH bpf-next 0/2] Two XSKMAP improvements
 2019-05-06 10:58 UTC  (6+ messages)
` [PATCH bpf-next 1/2] xsk: remove AF_XDP socket from map when the socket is released
` [PATCH bpf-next 2/2] xsk: honor BPF_EXIST and BPF_NOEXIST flags in XSKMAP

pull-request: bpf 2019-05-06
 2019-05-06 10:23 UTC 

bpf-next is CLOSED
 2019-05-06 10:10 UTC 

[PATCH bpf] libbpf: remove unnecessary cast-to-void
 2019-05-06  9:36 UTC  (2+ messages)

[bpf-next PATCH v3 0/4] sockmap/ktls fixes
 2019-05-06  9:18 UTC  (7+ messages)
` [bpf-next PATCH v3 1/4] bpf: tls, implement unhash to avoid transition out of ESTABLISHED
` [bpf-next PATCH v3 2/4] bpf: sockmap remove duplicate queue free
` [bpf-next PATCH v3 3/4] bpf: sockmap fix msg->sg.size account on ingress skb
` [bpf-next PATCH v3 4/4] bpf: sockmap, only stop/flush strp if it was enabled at some point

[PATCH bpf 0/2] libbpf: fixes for AF_XDP teardown
 2019-05-06  9:01 UTC  (10+ messages)
` [PATCH bpf 1/2] libbpf: fix invalid munmap call
` [PATCH bpf 2/2] libbpf: proper XSKMAP cleanup

[PATCH bpf-next v2] bpf, libbpf: Add .so files to gitignore
 2019-05-06  8:29 UTC  (3+ messages)

[PATCH bpf] kbuild: tolerate missing pahole when generating BTF
 2019-05-06  8:19 UTC  (2+ messages)

[PATCH v3] kheaders: Move from proc to sysfs
 2019-05-06  1:34 UTC 

[PATCH v2] kheaders: Move from proc to sysfs
 2019-05-05 20:31 UTC  (7+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: implement bpf_send_signal() helper
 2019-05-05 17:27 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 1/3] "
` [RFC PATCH bpf-next v2 2/3] tools/bpf: sync bpf uapi header bpf.h
` [RFC PATCH bpf-next v2 3/3] tools/bpf: add a selftest for bpf_send_signal() helper

[PATCH bpf] libbpf: add libbpf_util.h to header install
 2019-05-05  7:08 UTC  (5+ messages)

[PATCH] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-05  7:05 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v2] bpftool: exclude bash-completion/bpftool from .gitignore pattern
 2019-05-05  6:44 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.c
 2019-05-05  6:24 UTC  (2+ messages)

[PATCH net-next] bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()
 2019-05-05  6:23 UTC  (4+ messages)

[PATCH bpf-next 0/6] tools: bpftool: add options for debug info from libbpf and verifier
 2019-05-05  6:19 UTC  (8+ messages)
` [PATCH bpf-next 1/6] tools: bpftool: add --log-libbpf option to get debug info from libbpf
` [PATCH bpf-next 4/6] bpf: make BPF_LOG_* flags available in UAPI header

[PATCH] kheaders: Move from proc to sysfs
 2019-05-04  8:11 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: two scale tests
 2019-05-03 17:12 UTC  (10+ messages)
` 32-bit zext time complexity (Was Re: [PATCH bpf-next] selftests/bpf: two scale tests)
                ` 32-bit zext JIT efficiency "

bpftool doc man page build failure
 2019-05-03 16:56 UTC  (3+ messages)

[PATCH 01/11] perf bpf: Return value with unlocking in perf_env__find_btf()
 2019-05-03  0:25 UTC 

[PATCH] bpf, libbpf: Add .so files to gitignore
 2019-05-02  8:12 UTC  (4+ messages)

[PATCH v2] bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
 2019-05-01 21:44 UTC  (2+ messages)

[PATCH] bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG
 2019-05-01 21:43 UTC  (2+ messages)

[PATCH v5 bpf-next 00/17] bpf: eliminate zero extensions for sub-register writes
 2019-05-01 14:44 UTC  (18+ messages)
` [PATCH v5 bpf-next 01/17] bpf: verifier: offer more accurate helper function arg and return type
` [PATCH v5 bpf-next 02/17] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v5 bpf-next 03/17] bpf: verifier: mark patched-insn "
` [PATCH v5 bpf-next 04/17] bpf: introduce new alu insn BPF_ZEXT for explicit zero extension
` [PATCH v5 bpf-next 05/17] bpf: verifier: insert BPF_ZEXT according to zext analysis result
` [PATCH v5 bpf-next 06/17] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v5 bpf-next 07/17] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v5 bpf-next 08/17] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v5 bpf-next 09/17] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v5 bpf-next 10/17] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v5 bpf-next 11/17] arm: bpf: eliminate zero extension code-gen
` [PATCH v5 bpf-next 12/17] powerpc: "
` [PATCH v5 bpf-next 13/17] s390: "
` [PATCH v5 bpf-next 14/17] sparc: "
` [PATCH v5 bpf-next 15/17] x32: "
` [PATCH v5 bpf-next 16/17] riscv: "
` [PATCH v5 bpf-next 17/17] nfp: "

[RFC PATCH bpf-next 0/3] implement bpf_send_signal() helper
 2019-05-01  6:56 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: "
` [RFC PATCH bpf-next 2/3] tools/bpf: sync bpf uapi header bpf.h
` [RFC PATCH bpf-next 3/3] tools/bpf: add a selftest for bpf_send_signal() helper

[PATCH V32 22/27] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
 2019-04-30 19:19 UTC 

[PATCH] bpftool: exclude bash-completion/bpftool from .gitignore pattern
 2019-04-30  9:21 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox