summaryrefslogtreecommitdiff
path: root/kernel/bpf/cpumap.c
AgeCommit message (Expand)Author
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-07bpf: cpumap memory usageYafang Shao
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan
2022-10-28bpf: check max_entries before allocating memoryFlorian Lehner
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-04-27bpf, cpumap: Bulk skb using netif_receive_skb_listLorenzo Bianconi
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-01-20net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi
2020-12-02bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin
2020-09-28bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-14xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel
2019-12-19xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel
2019-12-19xdp: Simplify cpumap cleanupBjörn Töpel
2019-06-29devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer