summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xdp: Simplify cpumap cleanupBjörn Töpel2019-12-191-29/+5
* devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-291-57/+48
* xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
* | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-311-4/+1
* | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-3/+5
* | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-2/+2
|/
* bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer2019-04-171-0/+12
* bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer2019-04-171-7/+15
* bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer2019-04-171-10/+11
* xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-291-3/+10