aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skmsg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-21net: sk_msg: Simplify sk_psock initializationLorenz Bauer1-6/+28
2020-06-28bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend1-1/+9
2020-06-28bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend1-7/+6
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend1-3/+40
2020-06-01bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend1-21/+34
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller1-6/+2
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki1-1/+1
2020-01-22net, sk_msg: Don't check if sock is locked when tearing down psockJakub Sitnicki1-2/+0
2020-01-15bpf: Sockmap, ensure sock lock held during tear downJohn Fastabend1-0/+2
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski1-1/+1
2019-11-21bpf: skmsg, fix potential psock NULL pointer dereferenceJohn Fastabend1-5/+8
2019-11-05net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski1-5/+15
2019-08-24net/core/skmsg: Delete an unnecessary check before the function call “consume_skb”Markus Elfring1-2/+1
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-2/+2
2019-05-14bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend1-0/+1
2019-05-14bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend1-2/+4
2019-03-07bpf: Stop the psock parser before canceling its workJakub Sitnicki1-0/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki1-2/+1
2019-01-17Optimize sk_msg_clone() by data merge to end dst sg entryVakul Garg1-8/+17
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+20
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-12-21Prevent overflow of sk_msg in sk_msg_clone()Vakul Garg1-0/+3
2018-12-20bpf: sk_msg, zap ingress queue on psock downJohn Fastabend1-0/+1
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend1-3/+3
2018-12-20bpf: skb_verdict, support SK_PASS on RX BPF pathJohn Fastabend1-0/+16
2018-12-01net/core/skmsg: Replace call_rcu_sched() with call_rcu()Paul E. McKenney1-1/+1
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann1-0/+39
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-0/+763