Age | Commit message (Expand) | Author |
2020-02-24 | bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites. | David Miller |
2020-02-21 | net, sk_msg: Clear sk_user_data pointer on clone if tagged | Jakub Sitnicki |
2020-01-22 | net, sk_msg: Don't check if sock is locked when tearing down psock | Jakub Sitnicki |
2020-01-15 | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend |
2019-11-28 | net: skmsg: fix TLS 1.3 crash with full sk_msg | Jakub Kicinski |
2019-11-21 | bpf: skmsg, fix potential psock NULL pointer dereference | John Fastabend |
2019-11-05 | net/tls: fix sk_msg trim on fallback to copy mode | Jakub Kicinski |
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 |