aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/reuseport_array.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-24bpf: Fix spelling mistakesZhen Lei1-1/+1
2020-12-02bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin1-10/+2
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-1/+1
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+10
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau1-2/+3
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau1-4/+9
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov1-2/+0
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov1-1/+1
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki1-5/+0
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-8/+2
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-3/+6
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-1/+1
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+363