summaryrefslogtreecommitdiffstats
path: root/net/core/sock_map.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-08-071-5/+45
* bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-241-0/+4
* bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki2020-06-241-2/+21
* bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki2020-06-241-0/+1
* bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend2020-04-011-4/+8
* bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki2020-02-241-0/+3
* bpf, sockmap: Check update requirements after lockingLorenz Bauer2020-02-141-6/+10
* bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki2020-02-141-0/+4
* bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki2020-02-141-4/+4
* bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend2020-01-231-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-0/+3
|\
| * net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend2019-09-051-0/+3
* | net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-08-311-1/+1
|/
* 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-05-311-7/+1
* bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-311-2/+3
* bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-311-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