| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 2020-08-07 | 1 | -5/+45 |
* | bpf: Fix memlock accounting for sock_hash | Andrey Ignatov | 2020-06-24 | 1 | -0/+4 |
* | bpf, sockhash: Synchronize delete from bucket list on map free | Jakub Sitnicki | 2020-06-24 | 1 | -2/+21 |
* | bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free | Jakub Sitnicki | 2020-06-24 | 1 | -0/+1 |
* | bpf, sockmap: Remove bucket->lock from sock_{hash|map}_free | John Fastabend | 2020-04-01 | 1 | -4/+8 |
* | bpf, sockhash: Synchronize_rcu before free'ing map | Jakub Sitnicki | 2020-02-24 | 1 | -0/+3 |
* | bpf, sockmap: Check update requirements after locking | Lorenz Bauer | 2020-02-14 | 1 | -6/+10 |
* | bpf, sockhash: Synchronize_rcu before free'ing map | Jakub Sitnicki | 2020-02-14 | 1 | -0/+4 |
* | bpf, sockmap: Don't sleep while holding RCU lock on tear-down | Jakub Sitnicki | 2020-02-14 | 1 | -4/+4 |
* | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend | 2020-01-23 | 1 | -1/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 1 | -0/+3 |
|\ |
|
| * | net: sock_map, fix missing ulp check in sock hash case | John Fastabend | 2019-09-05 | 1 | -0/+3 |
* | | net/tls: use RCU protection on icsk->icsk_ulp_data | Jakub Kicinski | 2019-08-31 | 1 | -1/+1 |
|/ |
|
* | bpf: sockmap, only create entry if ulp is not already enabled | John Fastabend | 2019-07-22 | 1 | -0/+3 |
* | bpf: sockmap, synchronize_rcu before free'ing map | John Fastabend | 2019-07-22 | 1 | -0/+2 |
* | bpf: sockmap, sock_map_delete needs to use xchg | John Fastabend | 2019-07-22 | 1 | -5/+9 |
* | bpf: move memory size checks to bpf_map_charge_init() | Roman Gushchin | 2019-05-31 | 1 | -7/+1 |
* | bpf: rework memlock-based memory accounting for maps | Roman Gushchin | 2019-05-31 | 1 | -2/+3 |
* | bpf: group memory related fields in struct bpf_map_memory | Roman Gushchin | 2019-05-31 | 1 | -2/+2 |
* | bpf: skmsg, fix psock create on existing kcm/tls port | John Fastabend | 2018-10-20 | 1 | -5/+6 |
* | bpf, sockmap: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 1 | -0/+1002 |