| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Move flush list retrieval to where it is used. | Sebastian Andrzej Siewior | 2024-07-02 | 1 | -2/+4 |
* | net: Optimize xdp_do_flush() with bpf_net_context infos. | Sebastian Andrzej Siewior | 2024-07-02 | 1 | -12/+1 |
* | net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT. | Sebastian Andrzej Siewior | 2024-06-25 | 1 | -16/+3 |
* | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT. | Sebastian Andrzej Siewior | 2024-06-25 | 1 | -0/+3 |
* | bpf: report RCU QS in cpumap kthread | Yan Zhai | 2024-03-21 | 1 | -0/+3 |
* | net: move skbuff_cache(s) to net_hotdata | Eric Dumazet | 2024-03-08 | 1 | -1/+3 |
* | cpumap: Zero-initialise xdp_rxq_info struct before running XDP program | Toke Høiland-Jørgensen | 2024-03-06 | 1 | -1/+1 |
* | net, bpf: Add a warning if NAPI cb missed xdp_do_flush(). | Sebastian Andrzej Siewior | 2023-10-17 | 1 | -0/+10 |
* | bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_free | Hou Tao | 2023-08-22 | 1 | -9/+8 |
* | bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier() | Hou Tao | 2023-08-22 | 1 | -69/+27 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-08-04 | 1 | -3/+0 |
|\ |
|
| * | bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry | Hou Tao | 2023-08-01 | 1 | -3/+0 |
* | | bpf, cpumap: Handle skb as well when clean up ptr_ring | Hou Tao | 2023-08-01 | 1 | -4/+10 |
* | | bpf, cpumap: Make sure kthread is running before map update returns | Hou Tao | 2023-08-01 | 1 | -10/+11 |
|/ |
|
* | bpf: cpumap: Fix memory leak in cpu_map_update_elem | Pu Lehui | 2023-07-12 | 1 | -16/+24 |
* | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko | 2023-06-19 | 1 | -4/+0 |
* | bpf: return long from bpf_map_ops funcs | JP Kobryn | 2023-03-22 | 1 | -4/+4 |
* | bpf: cpumap memory usage | Yafang Shao | 2023-03-07 | 1 | -0/+10 |
* | net: skbuff: drop the word head from skb cache | Jakub Kicinski | 2023-02-10 | 1 | -1/+1 |
* | bpf: Expand map key argument of bpf_redirect_map to u64 | Toke Høiland-Jørgensen | 2022-11-15 | 1 | -2/+2 |
* | docs/bpf: Document BPF_MAP_TYPE_CPUMAP map | Maryam Tahhan | 2022-11-11 | 1 | -3/+6 |
* | bpf: check max_entries before allocating memory | Florian Lehner | 2022-10-29 | 1 | -12/+8 |
* | bpf: Use bpf_map_area_alloc consistently on bpf map creation | Yafang Shao | 2022-08-10 | 1 | -3/+3 |
* | bpf: Make __GFP_NOWARN consistent in bpf map creation | Yafang Shao | 2022-08-10 | 1 | -1/+1 |
* | bpf: Compute map_btf_id during build time | Menglong Dong | 2022-04-26 | 1 | -3/+3 |
* | bpf: generalise tail call map compatibility check | Toke Hoiland-Jorgensen | 2022-01-21 | 1 | -3/+5 |
* | xdp: Move conversion to xdp_frame out of map functions | Toke Høiland-Jørgensen | 2022-01-06 | 1 | -7/+1 |
* | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni | 2021-12-13 | 1 | -2/+2 |
* | bpf: cpumap: Implement generic cpumap | Kumar Kartikeya Dwivedi | 2021-07-08 | 1 | -18/+98 |
* | xdp: Add proper __rcu annotations to redirect map entries | Toke Høiland-Jørgensen | 2021-06-24 | 1 | -4/+9 |
* | xdp: Extend xdp_redirect_map with broadcast support | Hangbin Liu | 2021-05-26 | 1 | -1/+2 |
* | bpf, cpumap: Bulk skb using netif_receive_skb_list | Lorenzo Bianconi | 2021-04-27 | 1 | -9/+9 |
* | bpf, xdp: Restructure redirect actions | Björn Töpel | 2021-03-10 | 1 | -1/+0 |
* | bpf, xdp: Make bpf_redirect_map() a map operation | Björn Töpel | 2021-03-10 | 1 | -1/+7 |
* | net, xdp: Introduce __xdp_build_skb_from_frame utility routine | Lorenzo Bianconi | 2021-01-20 | 1 | -44/+2 |
* | bpf: Eliminate rlimit-based memory accounting for cpumap maps | Roman Gushchin | 2020-12-03 | 1 | -15/+1 |
* | bpf: Refine memcg-based memory accounting for cpumap maps | Roman Gushchin | 2020-12-03 | 1 | -9/+12 |
* | bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signature | Lorenzo Bianconi | 2020-09-28 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-09-05 | 1 | -1/+1 |
|\ |
|
| * | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | | bpf: {cpu,dev}map: Change various functions return type from int to void | Björn Töpel | 2020-09-01 | 1 | -8/+3 |
* | | bpf: Add map_meta_equal map ops | Martin KaFai Lau | 2020-08-28 | 1 | -0/+1 |
|/ |
|
* | bpf: cpumap: Fix possible rcpu kthread hung | Lorenzo Bianconi | 2020-07-21 | 1 | -4/+7 |
* | bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries | Lorenzo Bianconi | 2020-07-16 | 1 | -2/+15 |
* | bpf: cpumap: Add the possibility to attach an eBPF program to cpumap | Lorenzo Bianconi | 2020-07-16 | 1 | -13/+108 |
* | cpumap: Formalize map value as a named struct | Lorenzo Bianconi | 2020-07-16 | 1 | -13/+15 |
* | cpumap: Use non-locked version __ptr_ring_consume_batched | Jesper Dangaard Brouer | 2020-07-16 | 1 | -1/+1 |
* | bpf: Set map_btf_{name, id} for all map types | Andrey Ignatov | 2020-06-22 | 1 | -0/+3 |
* | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame | Lorenzo Bianconi | 2020-06-02 | 1 | -1/+1 |
* | bpf: Implement CAP_BPF | Alexei Starovoitov | 2020-05-15 | 1 | -1/+1 |