summaryrefslogtreecommitdiffstats
path: root/net/core/sock_map.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-07-221-0/+3
* bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-07-221-0/+2
* bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-07-221-5/+9
* bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-06-011-7/+1Star
* bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-06-011-2/+3
* bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-06-011-2/+2
* bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-201-5/+6
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-0/+1002