summaryrefslogtreecommitdiff
path: root/net/core/sock_map.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar1-2/+0
2023-05-17bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann1-6/+4
2023-05-17bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu1-4/+6
2023-01-18bpf, sockmap: fix race in sock_map_free()Eric Dumazet1-0/+2
2021-12-17bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-1/+1
2020-08-07bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-5/+45
2020-06-24bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-24bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki1-2/+21
2020-06-24bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki1-0/+1
2020-04-01bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend1-4/+8
2020-02-24bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+3
2020-02-15bpf, sockmap: Check update requirements after lockingLorenz Bauer1-6/+10
2020-02-15bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki1-0/+4
2020-02-15bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki1-4/+4
2020-01-23bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend1-1/+6
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend1-0/+3
2019-09-01net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski1-1/+1
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend1-0/+3
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend1-0/+2
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend1-5/+9
2019-06-01bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin1-7/+1
2019-06-01bpf: rework memlock-based memory accounting for mapsRoman Gushchin1-2/+3
2019-06-01bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin1-2/+2
2018-10-20bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend1-5/+6
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-0/+1002