aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-07bpf: 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-20net, xdp: Introduce __xdp_build_skb_from_frame utility routineLorenzo Bianconi1-44/+2
2020-12-02bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin1-15/+1
2020-12-02bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin1-9/+12
2020-09-28bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi1-3/+2
2020-09-04Merge 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-23treewide: 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-01xdp: 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-14xdp: Cpumap redirect use frame_sz and increase skb_tailroomJesper Dangaard Brouer1-18/+3
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2019-12-19xdp: Make cpumap flush_list common for all map instancesBjörn Töpel1-18/+18
2019-12-19xdp: Fix graze->grace type-o in cpumap commentsBjörn Töpel1-3/+3
2019-12-19xdp: 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-17Merge 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-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-4/+1
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+5
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-2/+2
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer1-0/+12
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer1-7/+15
2019-04-17bpf: 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-20bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann1-0/+2
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-0/+1
2018-08-09xdp: fix bug in cpumap teardown code pathJesper Dangaard Brouer1-6/+9
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer1-1/+1
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-3/+3
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer1-72/+28
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer1-24/+36
2018-02-14bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()Jason Wang1-1/+1
2018-01-17bpf: cpumap: make some functions staticWei Yongjun1-11/+12
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski1-7/+1