summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: report RCU QS in cpumap kthreadYan Zhai2024-03-201-0/+3
* net: move skbuff_cache(s) to net_hotdataEric Dumazet2024-03-071-1/+3
* cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen2024-03-051-1/+1
* net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior2023-10-171-0/+10
* bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_freeHou Tao2023-08-211-9/+8
* bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()Hou Tao2023-08-211-69/+27
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-3/+0
|\
| * bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao2023-07-311-3/+0
* | bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao2023-07-311-4/+10
* | bpf, cpumap: Make sure kthread is running before map update returnsHou Tao2023-07-311-10/+11
|/
* bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui2023-07-111-16/+24
* bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-4/+0
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-4/+4
* bpf: cpumap memory usageYafang Shao2023-03-071-0/+10
* net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-1/+1
* bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-151-2/+2
* docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan2022-11-111-3/+6
* bpf: check max_entries before allocating memoryFlorian Lehner2022-10-281-12/+8
* bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao2022-08-101-3/+3
* bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao2022-08-101-1/+1
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-3/+3
* bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen2022-01-211-3/+5
* xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2022-01-051-7/+1
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-2/+2
* bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-071-18/+98
* xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-4/+9
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-1/+2
* bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi2021-04-271-9/+9
* bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-1/+0
* bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-1/+7
* net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi2021-01-201-44/+2
* bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-15/+1
* bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-9/+12
* bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi2020-09-281-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2020-09-011-8/+3
* | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
|/
* bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi2020-07-211-4/+7
* bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-2/+15
* bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-13/+108
* cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-13/+15
* cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer2020-07-161-1/+1
* bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+3
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* bpf: Implement CAP_BPFAlexei Starovoitov2020-05-151-1/+1
* xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer2020-05-141-18/+3
* cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1
* xdp: Make cpumap flush_list common for all map instancesBjörn Töpel2019-12-191-18/+18
* xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel2019-12-191-3/+3