| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Sockmap/tls, push write_space updates through ulp updates | John Fastabend | 2020-01-15 | 1 | -4/+8 |
* | bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop | John Fastabend | 2020-01-15 | 1 | -0/+1 |
* | net: skmsg: fix TLS 1.3 crash with full sk_msg | Jakub Kicinski | 2019-11-28 | 1 | -14/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -3/+6 |
|\ |
|
| * | net/tls: fix sk_msg trim on fallback to copy mode | Jakub Kicinski | 2019-11-05 | 1 | -3/+6 |
* | | net: sockmap: use bitmap for copy info | Jakub Kicinski | 2019-10-07 | 1 | -4/+8 |
|/ |
|
* | bpf: sockmap/tls, close can race with map free | John Fastabend | 2019-07-22 | 1 | -1/+7 |
* | bpf: sockmap, restore sk_write_space when psock gets dropped | Jakub Sitnicki | 2019-05-23 | 1 | -0/+2 |
* | bpf: sk_msg, fix socket data_ready events | John Fastabend | 2018-12-20 | 1 | -0/+8 |
* | bpf: skmsg, replace comments with BUILD bug | John Fastabend | 2018-12-20 | 1 | -3/+1 |
* | bpf: sockmap, metadata support for reporting size of msg | John Fastabend | 2018-12-19 | 1 | -0/+3 |
* | bpf: sk_msg program helper bpf_msg_push_data | John Fastabend | 2018-10-20 | 1 | -0/+5 |
* | bpf: skmsg, fix psock create on existing kcm/tls port | John Fastabend | 2018-10-20 | 1 | -5/+20 |
* | bpf: skmsg, improve sk_msg_used_element to work in cork context | John Fastabend | 2018-10-17 | 1 | -5/+8 |
* | bpf: sockmap, fix skmsg recvmsg handler to track size correctly | John Fastabend | 2018-10-17 | 1 | -0/+1 |
* | tls: add bpf support to sk_msg handling | John Fastabend | 2018-10-15 | 1 | -2/+39 |
* | tls: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 1 | -0/+2 |
* | bpf, sockmap: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 1 | -0/+371 |