summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-091-1/+5
* bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4
* bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-141-2/+0Star
* bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-201-1/+12
* bpf: sk_msg, fix socket data_ready eventsJohn Fastabend2018-12-201-1/+1
* bpf: helper to pop data from messagesJohn Fastabend2018-11-281-3/+14
* bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend2018-10-301-0/+1
* bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend2018-10-171-15/+27
* bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend2018-10-171-0/+1
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-0/+655