summaryrefslogtreecommitdiff
path: root/kernel/bpf/cpumap.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-08net: move skbuff_cache(s) to net_hotdataEric Dumazet1-1/+3
2024-03-06cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen1-1/+1
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior1-0/+10
2023-08-22bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_freeHou Tao1-9/+8
2023-08-22bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()Hou Tao1-69/+27
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+0
2023-08-01bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao1-3/+0
2023-08-01bpf, cpumap: Handle skb as well when clean up ptr_ringHou Tao1-4/+10
2023-08-01bpf, cpumap: Make sure kthread is running before map update returnsHou Tao1-10/+11
2023-07-12bpf: cpumap: Fix memory leak in cpu_map_update_elemPu Lehui1-16/+24
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko1-4/+0
2023-03-23bpf: return long from bpf_map_ops funcsJP Kobryn1-4/+4
2023-03-07bpf: cpumap memory usageYafang Shao1-0/+10
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-1/+1
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-2/+2
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan1-3/+6
2022-10-29bpf: check max_entries before allocating memoryFlorian Lehner1-12/+8
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao1-3/+3
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao1-1/+1
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong1-3/+3
2022-01-22bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen1-3/+5
2022-01-06xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-7/+1
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-2/+2
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi1-18/+98
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen1-4/+9
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-1/+2
2021-04-27bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi1-9/+9
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel1-1/+0
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel1-1/+7
2021-01-21net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi1-44/+2
2020-12-03bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin1-15/+1
2020-12-03bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin1-9/+12
2020-09-29bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi1-3/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel1-8/+3
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi1-4/+7
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi1-2/+15
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-13/+108
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi1-13/+15
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer1-1/+1
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+1
2020-05-15xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer1-18/+3
2020-04-21cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2019-12-20xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-18/+18
2019-12-20xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel1-3/+3