aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/skmsg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer1-0/+13
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-0/+8
2020-05-06bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend1-0/+1
2020-03-09bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer1-28/+0
2020-03-09skmsg: Update saved hooks only onceLorenz Bauer1-4/+16
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer1-1/+7
2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki1-1/+2
2020-02-19bpf, sk_msg: Don't clear saved sock proto on restoreJakub Sitnicki1-7/+1
2020-02-19bpf, sk_msg: Let ULP restore sk_proto and write_space callbackJakub Sitnicki1-10/+1
2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend1-4/+8
2020-01-15bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loopJohn Fastabend1-0/+1
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski1-14/+14
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-3/+6
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski1-4/+8
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-1/+7
2019-05-23bpf: sockmap, restore sk_write_space when psock gets droppedJakub Sitnicki1-0/+2
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend1-0/+8
2018-12-20bpf: skmsg, replace comments with BUILD bugJohn Fastabend1-3/+1
2018-12-19bpf: sockmap, metadata support for reporting size of msgJohn Fastabend1-0/+3
2018-10-20bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend1-0/+5
2018-10-20bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend1-5/+20
2018-10-17bpf: skmsg, improve sk_msg_used_element to work in cork contextJohn Fastabend1-5/+8
2018-10-17bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend1-0/+1
2018-10-15tls: add bpf support to sk_msg handlingJohn Fastabend1-2/+39
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-0/+2
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-0/+371