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