Age | Commit message (Expand) | Author | Files | Lines |
2022-11-03 | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang | 1 | -5/+2 |
2022-10-16 | skmsg: pass gfp argument to alloc_sk_msg() | Eric Dumazet | 1 | -4/+4 |
2022-09-26 | skmsg: Schedule psock work if the cached skb exists on the psock | Liu Jian | 1 | -4/+8 |
2022-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -2/+2 |
2022-08-18 | tcp: handle pure FIN case correctly | Cong Wang | 1 | -2/+3 |
2022-08-17 | skmsg: Fix wrong last sg check in sk_msg_recvmsg() | Liu Jian | 1 | -2/+2 |
2022-08-11 | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -1/+3 |
2022-08-10 | net: fix refcount bug in sk_psock_get (2) | Hawkins Jiawei | 1 | -1/+3 |
2022-08-08 | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 1 | -2/+1 |
2022-07-11 | skmsg: Fix invalid last sg check in sk_msg_recvmsg() | Liu Jian | 1 | -2/+2 |
2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -30/+18 |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+5 |
2022-06-23 | sock: redo the psock vs ULP protection check | Jakub Kicinski | 1 | -0/+5 |
2022-06-20 | skmsg: Get rid of unncessary memset() | Cong Wang | 1 | -10/+13 |
2022-06-20 | skmsg: Get rid of skb_clone() | Cong Wang | 1 | -6/+1 |
2022-06-20 | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 1 | -15/+5 |
2022-06-02 | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues | Wang Yufen | 1 | -0/+1 |
2022-04-28 | bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e... | Liu Jian | 1 | -9/+13 |
2022-03-15 | bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full | Wang Yufen | 1 | -4/+13 |
2022-03-02 | bpf, sockmap: Do not ignore orig_len parameter | Eric Dumazet | 1 | -1/+1 |
2021-11-20 | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap | John Fastabend | 1 | -0/+5 |
2021-11-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -10/+33 |
2021-11-01 | skmsg: Lose offset info in sk_psock_skb_ingress | Liu Jian | 1 | -10/+33 |
2021-10-26 | skmsg: Extract and reuse sk_msg_is_readable() | Cong Wang | 1 | -0/+14 |
2021-07-27 | bpf, sockmap: Fix memleak on ingress msg enqueue | John Fastabend | 1 | -6/+0 |
2021-07-27 | bpf, sockmap: On cleanup we additionally need to remove cached skb | John Fastabend | 1 | -6/+29 |
2021-07-27 | bpf, sockmap: Zap ingress queues after stopping strparser | John Fastabend | 1 | -2/+2 |
2021-07-15 | bpf, sockmap: Fix potential memory leak on unlikely error case | John Fastabend | 1 | -5/+11 |
2021-06-21 | skmsg: Increase sk->sk_drops when dropping packets | Cong Wang | 1 | -8/+14 |
2021-06-21 | skmsg: Pass source psock to sk_psock_skb_redirect() | Cong Wang | 1 | -5/+6 |
2021-06-21 | skmsg: Teach sk_psock_verdict_apply() to return errors | Cong Wang | 1 | -9/+14 |
2021-06-21 | skmsg: Fix a memory leak in sk_psock_verdict_apply() | Cong Wang | 1 | -0/+5 |
2021-06-21 | skmsg: Clear skb redirect pointer before dropping it | Cong Wang | 1 | -0/+2 |
2021-06-21 | skmsg: Improve udp_bpf_recvmsg() accuracy | Cong Wang | 1 | -23/+0 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+5 |
2021-04-07 | bpf, sockmap: Fix incorrect fwd_alloc accounting | John Fastabend | 1 | -7/+5 |
2021-04-01 | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() | Cong Wang | 1 | -0/+98 |
2021-04-01 | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 1 | -5/+0 |
2021-04-01 | sock_map: Introduce BPF_SK_SKB_VERDICT | Cong Wang | 1 | -1/+3 |
2021-04-01 | skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg() | Cong Wang | 1 | -1/+1 |
2021-04-01 | skmsg: Use rcu work for destroying psock | Cong Wang | 1 | -12/+5 |
2021-04-01 | skmsg: Avoid lock_sock() in sk_psock_backlog() | Cong Wang | 1 | -16/+34 |
2021-04-01 | skmsg: Introduce a spinlock to protect ingress_msg | Cong Wang | 1 | -0/+3 |
2021-04-01 | skmsg: Lock ingress_skb when purging | Cong Wang | 1 | -1/+1 |
2021-02-26 | skmsg: Get rid of sk_psock_bpf_run() | Cong Wang | 1 | -10/+4 |
2021-02-26 | skmsg: Make __sk_psock_purge_ingress_msg() static | Cong Wang | 1 | -1/+1 |
2021-02-26 | sock_map: Rename skb_parser and skb_verdict | Cong Wang | 1 | -7/+7 |
2021-02-26 | skmsg: Move sk_redir from TCP_SKB_CB to skb | Cong Wang | 1 | -12/+19 |
2021-02-26 | bpf: Compute data_end dynamically with JIT code | Cong Wang | 1 | -1/+0 |
2021-02-26 | skmsg: Get rid of struct sk_psock_parser | Cong Wang | 1 | -37/+16 |