aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/skmsg.h
AgeCommit message (Expand)Author
2020-05-20bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend
2020-01-15bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loopJohn Fastabend
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-05-23bpf: sockmap, restore sk_write_space when psock gets droppedJakub Sitnicki
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend
2018-10-20bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend
2018-10-17bpf: skmsg, improve sk_msg_used_element to work in cork contextJohn Fastabend
2018-10-17bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend
2018-10-15tls: add bpf support to sk_msg handlingJohn Fastabend
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann