index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
skmsg.c
Age
Commit message (
Expand
)
Author
2019-08-24
net/core/skmsg: Delete an unnecessary check before the function call “consu...
Markus Elfring
2019-07-22
bpf: sockmap/tls, close can race with map free
John Fastabend
2019-05-14
bpf: sockmap fix msg->sg.size account on ingress skb
John Fastabend
2019-05-14
bpf: sockmap, only stop/flush strp if it was enabled at some point
John Fastabend
2019-03-07
bpf: Stop the psock parser before canceling its work
Jakub Sitnicki
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-29
sk_msg: Always cancel strp work before freeing the psock
Jakub Sitnicki
2019-01-17
Optimize sk_msg_clone() by data merge to end dst sg entry
Vakul Garg
2018-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-12-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-21
Prevent overflow of sk_msg in sk_msg_clone()
Vakul Garg
2018-12-20
bpf: sk_msg, zap ingress queue on psock down
John Fastabend
2018-12-20
bpf: sk_msg, fix socket data_ready events
John Fastabend
2018-12-20
bpf: skb_verdict, support SK_PASS on RX BPF path
John Fastabend
2018-12-01
net/core/skmsg: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
2018-10-15
tls: convert to generic sk_msg interface
Daniel Borkmann
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann