summaryrefslogtreecommitdiff
path: root/kernel/bpf/cpumap.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-20xdp: Simplify cpumap cleanupBjörn Töpel1-29/+5
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen1-57/+48
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer1-0/+3
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-1/+1
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-4/+1
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+5
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-2/+2
2019-04-18bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer1-0/+12
2019-04-18bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer1-7/+15
2019-04-18bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer1-10/+11
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
2018-12-21bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2018-08-18bpf: fix redirect to map under tail callsDaniel Borkmann1-0/+2