开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_bpf.c
Age
Commit message (
Expand
)
Author
2020-01-15
bpf: Sockmap/tls, fix pop data with SK_DROP return code
John Fastabend
2020-01-09
bpf/sockmap: Read psock ingress_msg before sk_receive_queue
Lingpeng Chen
2019-11-28
net: skmsg: fix TLS 1.3 crash with full sk_msg
Jakub Kicinski
2019-08-08
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
2019-05-16
bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0
John Fastabend
2019-05-14
bpf: sockmap remove duplicate queue free
John Fastabend
2018-12-20
bpf: sk_msg, sock{map|hash} redirect through ULP
John Fastabend
2018-12-20
bpf: sk_msg, fix socket data_ready events
John Fastabend
2018-11-28
bpf: helper to pop data from messages
John Fastabend
2018-10-30
bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no data
John Fastabend
2018-10-17
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress
John Fastabend
2018-10-17
bpf: sockmap, fix skmsg recvmsg handler to track size correctly
John Fastabend
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann