summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/reuseport_array.c
AgeCommit message (Expand)Author
2021-05-24bpf: Fix spelling mistakesZhen Lei
2020-12-02bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau
2020-07-01bpf: Remove redundant synchronize_rcu.Alexei Starovoitov
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki
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
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau