bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 05:56:05 to 2021-06-25 15:07:26 UTC [more...]

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2021-06-25 15:07 UTC  (10+ messages)
        ` [PATCH] x86 bpf: Fix extable offset calculation

[PATCH v3 bpf-next 0/8] bpf: Introduce BPF timers
 2021-06-25 14:57 UTC  (12+ messages)
` [PATCH v3 bpf-next 1/8] bpf: Introduce bpf timers
` [PATCH v3 bpf-next 2/8] bpf: Add map side support for "
` [PATCH v3 bpf-next 3/8] bpf: Remember BTF of inner maps
` [PATCH v3 bpf-next 4/8] bpf: Relax verifier recursion check
` [PATCH v3 bpf-next 5/8] bpf: Implement verifier support for validation of async callbacks
` [PATCH v3 bpf-next 6/8] bpf: Teach stack depth check about "
` [PATCH v3 bpf-next 7/8] selftests/bpf: Add bpf_timer test
` [PATCH v3 bpf-next 8/8] selftests/bpf: Add a test with bpf_timer in inner map

memory leak in bpf
 2021-06-25 14:28 UTC  (12+ messages)

[PATCH bpf] net/bpfilter: specify the log level for the kmsg message
 2021-06-25 11:16 UTC  (6+ messages)

[Phishing Risk] [PATCH] kprobe: fix kretprobe stack backtrace
 2021-06-25 10:24 UTC 

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-25  8:25 UTC  (16+ messages)
` [PATCH v9 bpf-next 08/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers

[PATCH 1/4] net: if_arp: add ARPHRD_PUREIP type
 2021-06-25  6:04 UTC  (22+ messages)
` [PATCH 2/4] net: ipv6: don't generate link local address on PUREIP device
` [PATCH 3/4] net: dev_is_mac_header_xmit() return false for ARPHRD_PUREIP
` [PATCH 4/4] drivers: net: mediatek: initial implementation of ccmni

[PATCH v2 bpf-next][RFC] libbpf: introduce legacy kprobe events support
 2021-06-25  5:01 UTC  (3+ messages)
` [PATCH bpf-next v3] "

[PATCH bpf-next] libbpf: Introduce 'custom_btf_path' to 'bpf_obj_open_opts'
 2021-06-25  2:05 UTC  (3+ messages)

[PATCH bpf] Revert "bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET"
 2021-06-25  0:27 UTC  (10+ messages)

[PATCH] ipv6: delete useless dst check in ip6_dst_lookup_tail
 2021-06-24 22:50 UTC  (2+ messages)

A look into XDP hints for AF_XDP
 2021-06-24 22:39 UTC  (5+ messages)

[PATCH bpf-next v7 0/4] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
 2021-06-24 21:13 UTC  (5+ messages)
` [PATCH bpf-next v7 1/4] bpf: add function for XDP meta data length check
` [PATCH bpf-next v7 2/4] bpf: support input xdp_md context in BPF_PROG_TEST_RUN
` [PATCH bpf-next v7 3/4] bpf: support specifying ingress via "
` [PATCH bpf-next v7 4/4] selftests/bpf: Add test for "

[PATCH bpf-next v5 00/19] Clean up and document RCU-based object protection for XDP and TC BPF
 2021-06-24 18:00 UTC  (21+ messages)
` [PATCH bpf-next v5 01/19] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next v5 02/19] doc: Clarify and expand RCU updaters and corresponding readers
` [PATCH bpf-next v5 03/19] doc: Give XDP as example of non-obvious RCU reader/updater pairing
` [PATCH bpf-next v5 04/19] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next v5 05/19] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next v5 06/19] sched: remove unneeded rcu_read_lock() around BPF program invocation
` [PATCH bpf-next v5 07/19] ena: remove rcu_read_lock() around XDP "
` [PATCH bpf-next v5 08/19] bnxt: "
` [PATCH bpf-next v5 09/19] thunderx: "
` [PATCH bpf-next v5 10/19] freescale: "
` [PATCH bpf-next v5 11/19] net: intel: "
` [PATCH bpf-next v5 12/19] marvell: "
` [PATCH bpf-next v5 13/19] mlx4: "
` [PATCH bpf-next v5 14/19] nfp: "
` [PATCH bpf-next v5 15/19] qede: "
` [PATCH bpf-next v5 16/19] sfc: "
` [PATCH bpf-next v5 17/19] netsec: "
` [PATCH bpf-next v5 18/19] stmmac: "
` [PATCH bpf-next v5 19/19] net: ti: "

[PATCH bpf-next 2/2] bpf: do not change gso_size during bpf_skb_change_proto()
 2021-06-24 17:13 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
  ` [PATCH bpf-next v2 4/4] bpf: more lenient bpf_skb_net_shrink() with BPF_F_ADJ_ROOM_FIXED_GSO

XDP-hints: Howto support multiple BTF types per packet basis?
 2021-06-24 16:45 UTC  (20+ messages)

[PATCH bpf-next v4 00/19] Clean up and document RCU-based object protection for XDP and TC BPF
 2021-06-24 14:52 UTC  (22+ messages)
` [PATCH bpf-next v4 01/19] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next v4 02/19] doc: Clarify and expand RCU updaters and corresponding readers
` [PATCH bpf-next v4 03/19] doc: Give XDP as example of non-obvious RCU reader/updater pairing
` [PATCH bpf-next v4 04/19] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next v4 05/19] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next v4 06/19] sched: remove unneeded rcu_read_lock() around BPF program invocation
` [PATCH bpf-next v4 07/19] ena: remove rcu_read_lock() around XDP "
` [PATCH bpf-next v4 08/19] bnxt: "
` [PATCH bpf-next v4 09/19] thunderx: "
` [PATCH bpf-next v4 10/19] freescale: "
` [PATCH bpf-next v4 11/19] net: intel: "
` [PATCH bpf-next v4 12/19] marvell: "
` [PATCH bpf-next v4 13/19] mlx4: "
` [PATCH bpf-next v4 14/19] nfp: "
` [PATCH bpf-next v4 15/19] qede: "
` [PATCH bpf-next v4 16/19] sfc: "
` [PATCH bpf-next v4 17/19] netsec: "
` [PATCH bpf-next v4 18/19] stmmac: "
` [PATCH bpf-next v4 19/19] net: ti: "

[PATCH] media: bpf: do not copy more entries than user space requested
 2021-06-24 13:40 UTC  (3+ messages)

[PATCH net-next v3 0/5] Generic XDP improvements
 2021-06-24 13:08 UTC  (13+ messages)
` [PATCH net-next v3 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v3 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v3 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v3 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v3 5/5] bpf: update XDP selftests to not fail with "

[PATCHv2 bpf-next] bpf, x86: Remove unused cnt increase from EMIT macro
 2021-06-24 11:50 UTC  (2+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-24  9:18 UTC  (6+ messages)
` [PATCH bpf-next v2 0/4] "
  ` [PATCH bpf-next v2 1/4] net: bonding: Refactor bond_xmit_hash for use with xdp_buff
  ` [PATCH bpf-next v2 2/4] net: core: Add support for XDP redirection to slave device
  ` [PATCH bpf-next v2 3/4] net: bonding: Add XDP support to the bonding driver
  ` [PATCH bpf-next v2 4/4] devmap: Exclude XDP broadcast to master device

pull-request: bpf 2021-06-23
 2021-06-23 20:54 UTC 

[PATCH net-next v3 0/3] Some optimization for lockless qdisc
 2021-06-23 19:40 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net: sched: avoid unnecessary seqcount operation "
` [PATCH net-next v3 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
` [PATCH net-next v3 3/3] net: sched: remove qdisc->empty "

[PATCH bpf-next v3 00/16] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-23 10:55 UTC  (12+ messages)
` [PATCH bpf-next v3 03/16] xdp: add proper __rcu annotations to redirect map entries

[PATCH] docs: af_xdp: consistent indentation in examples
 2021-06-23  8:00 UTC  (4+ messages)

[PATCH net-next v2 0/5] Generic XDP improvements
 2021-06-22 20:23 UTC  (7+ messages)
` [PATCH net-next v2 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v2 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v2 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v2 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v2 5/5] bpf: update XDP selftests to not fail with "

BPF calls to modules?
 2021-06-22 18:57 UTC  (8+ messages)

[PATCH v2 1/3] perf test: Pass the verbose option to shell tests
 2021-06-22 18:17 UTC  (8+ messages)
` [PATCH v2 2/3] perf test: Add verbose skip output for bpf counters
` [PATCH v2 3/3] perf test: Make stat bpf counters test more robust

Create inner maps dynamically from ebpf kernel prog program
 2021-06-22 15:40 UTC  (4+ messages)

Fw: [Netdev 0x15] Submission #5 "XDP Hints / hardware offloads..."
 2021-06-22 15:27 UTC 

[PATCH bpf-next v3 1/2] libbpf: add request buffer type for netlink messages
 2021-06-22 15:07 UTC  (2+ messages)

[PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
 2021-06-22  7:24 UTC  (2+ 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).