| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, sockmap: Fix memleak on ingress msg enqueue | John Fastabend | 2021-07-27 | 1 | -19/+35 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-29 | 1 | -1/+0 |
|\ |
|
| * | skmsg: Improve udp_bpf_recvmsg() accuracy | Cong Wang | 2021-06-21 | 1 | -2/+0 |
* | | net: sock: introduce sk_error_report | Alexander Aring | 2021-06-29 | 1 | -1/+1 |
* | | skmsg: Remove unused parameters of sk_msg_wait_data() | Cong Wang | 2021-05-18 | 1 | -2/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-04-25 | 1 | -2/+3 |
|\ |
|
| * | skmsg: Pass psock pointer to ->psock_update_sk_prot() | Cong Wang | 2021-04-12 | 1 | -2/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | bpf, sockmap: Fix sk->prot unhash op reset | John Fastabend | 2021-04-07 | 1 | -1/+6 |
* | | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() | Cong Wang | 2021-04-01 | 1 | -0/+4 |
* | | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 2021-04-01 | 1 | -15/+3 |
* | | sock_map: Introduce BPF_SK_SKB_VERDICT | Cong Wang | 2021-04-01 | 1 | -0/+2 |
* | | skmsg: Use rcu work for destroying psock | Cong Wang | 2021-04-01 | 1 | -4/+1 |
* | | skmsg: Avoid lock_sock() in sk_psock_backlog() | Cong Wang | 2021-04-01 | 1 | -0/+2 |
* | | skmsg: Introduce a spinlock to protect ingress_msg | Cong Wang | 2021-04-01 | 1 | -0/+46 |
* | | skmsg: Remove unused sk_psock_stop() declaration | Cong Wang | 2021-02-26 | 1 | -1/+0 |
* | | skmsg: Make __sk_psock_purge_ingress_msg() static | Cong Wang | 2021-02-26 | 1 | -2/+0 |
* | | sock_map: Rename skb_parser and skb_verdict | Cong Wang | 2021-02-26 | 1 | -4/+4 |
* | | skmsg: Move sk_redir from TCP_SKB_CB to skb | Cong Wang | 2021-02-26 | 1 | -0/+38 |
* | | skmsg: Get rid of struct sk_psock_parser | Cong Wang | 2021-02-26 | 1 | -12/+7 |
* | | bpf: Clean up sockmap related Kconfigs | Cong Wang | 2021-02-26 | 1 | -0/+18 |
|/ |
|
* | skmsg: Make sk_psock_destroy() static | Cong Wang | 2021-01-28 | 1 | -1/+0 |
* | bpf, sockmap: Allow skipping sk_skb parser program | John Fastabend | 2020-10-11 | 1 | -0/+2 |
* | net: sk_msg: Simplify sk_psock initialization | Lorenz Bauer | 2020-08-21 | 1 | -17/+0 |
* | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 2020-06-30 | 1 | -0/+13 |
* | bpf: Fix running sk_skb program types with ktls | John Fastabend | 2020-06-01 | 1 | -0/+8 |
* | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size | John Fastabend | 2020-05-06 | 1 | -0/+1 |
* | bpf: sockmap: Move generic sockmap hooks from BPF TCP | Lorenz Bauer | 2020-03-09 | 1 | -28/+0 |
* | skmsg: Update saved hooks only once | Lorenz Bauer | 2020-03-09 | 1 | -4/+16 |
* | bpf: sockmap: Only check ULP for TCP sockets | Lorenz Bauer | 2020-03-09 | 1 | -1/+7 |
* | net, sk_msg: Annotate lockless access to sk_prot on clone | Jakub Sitnicki | 2020-02-21 | 1 | -1/+2 |
* | bpf, sk_msg: Don't clear saved sock proto on restore | Jakub Sitnicki | 2020-02-19 | 1 | -7/+1 |
* | bpf, sk_msg: Let ULP restore sk_proto and write_space callback | Jakub Sitnicki | 2020-02-19 | 1 | -10/+1 |
* | bpf: Sockmap/tls, push write_space updates through ulp updates | John Fastabend | 2020-01-15 | 1 | -4/+8 |
* | bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop | John Fastabend | 2020-01-15 | 1 | -0/+1 |
* | net: skmsg: fix TLS 1.3 crash with full sk_msg | Jakub Kicinski | 2019-11-28 | 1 | -14/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -3/+6 |
|\ |
|
| * | net/tls: fix sk_msg trim on fallback to copy mode | Jakub Kicinski | 2019-11-05 | 1 | -3/+6 |
* | | net: sockmap: use bitmap for copy info | Jakub Kicinski | 2019-10-07 | 1 | -4/+8 |
|/ |
|
* | bpf: sockmap/tls, close can race with map free | John Fastabend | 2019-07-22 | 1 | -1/+7 |
* | bpf: sockmap, restore sk_write_space when psock gets dropped | Jakub Sitnicki | 2019-05-23 | 1 | -0/+2 |
* | bpf: sk_msg, fix socket data_ready events | John Fastabend | 2018-12-20 | 1 | -0/+8 |
* | bpf: skmsg, replace comments with BUILD bug | John Fastabend | 2018-12-20 | 1 | -3/+1 |
* | bpf: sockmap, metadata support for reporting size of msg | John Fastabend | 2018-12-19 | 1 | -0/+3 |
* | bpf: sk_msg program helper bpf_msg_push_data | John Fastabend | 2018-10-20 | 1 | -0/+5 |
* | bpf: skmsg, fix psock create on existing kcm/tls port | John Fastabend | 2018-10-20 | 1 | -5/+20 |
* | bpf: skmsg, improve sk_msg_used_element to work in cork context | John Fastabend | 2018-10-17 | 1 | -5/+8 |
* | bpf: sockmap, fix skmsg recvmsg handler to track size correctly | John Fastabend | 2018-10-17 | 1 | -0/+1 |
* | tls: add bpf support to sk_msg handling | John Fastabend | 2018-10-15 | 1 | -2/+39 |
* | tls: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 1 | -0/+2 |