aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/cpumap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-02bpf: cpumap micro-optimization in cpu_map_enqueueJesper Dangaard Brouer1-2/+2
2017-10-24bpf: cpumap fix potential lost wake-up problemJesper Dangaard Brouer1-4/+8
2017-10-18bpf: cpumap add tracepointsJesper Dangaard Brouer1-5/+19
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-22/+130
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-1/+21
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer1-0/+560