| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready() | Shigeru Yoshida | 2024-02-21 | 1 | -2/+5 |
* | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock | John Fastabend | 2023-11-30 | 1 | -0/+2 |
* | bpf, sockmap: Fix skb refcnt race after locking changes | John Fastabend | 2023-09-04 | 1 | -4/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-10 | 1 | -2/+8 |
|\ |
|
| * | bpf, sockmap: Fix bug that strp_done cannot be called | Xu Kuohai | 2023-08-09 | 1 | -2/+8 |
* | | net: annotate data-races around sock->ops | Eric Dumazet | 2023-08-09 | 1 | -2/+6 |
|/ |
|
* | bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready() | Eric Dumazet | 2023-06-01 | 1 | -1/+2 |
* | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend | 2023-05-23 | 1 | -8/+7 |
* | bpf, sockmap: Wake up polling after data copy | John Fastabend | 2023-05-23 | 1 | -1/+10 |
* | bpf, sockmap: Improved check for empty queue | John Fastabend | 2023-05-23 | 1 | -24/+8 |
* | bpf, sockmap: Reschedule is now done through backlog | John Fastabend | 2023-05-23 | 1 | -2/+0 |
* | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend | 2023-05-23 | 1 | -7/+14 |
* | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 2023-05-23 | 1 | -2/+0 |
* | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 2023-01-23 | 1 | -0/+5 |
* | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes | Pengcheng Yang | 2022-12-01 | 1 | -3/+6 |
* | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang | 2022-11-03 | 1 | -5/+2 |
* | skmsg: pass gfp argument to alloc_sk_msg() | Eric Dumazet | 2022-10-16 | 1 | -4/+4 |
* | skmsg: Schedule psock work if the cached skb exists on the psock | Liu Jian | 2022-09-26 | 1 | -4/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2022-08-26 | 1 | -2/+2 |
|\ |
|
| * | skmsg: Fix wrong last sg check in sk_msg_recvmsg() | Liu Jian | 2022-08-17 | 1 | -2/+2 |
* | | tcp: handle pure FIN case correctly | Cong Wang | 2022-08-18 | 1 | -2/+3 |
|/ |
|
* | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2022-08-11 | 1 | -1/+3 |
|\ |
|
| * | net: fix refcount bug in sk_psock_get (2) | Hawkins Jiawei | 2022-08-10 | 1 | -1/+3 |
* | | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 2022-08-08 | 1 | -2/+1 |
|/ |
|
* | skmsg: Fix invalid last sg check in sk_msg_recvmsg() | Liu Jian | 2022-07-11 | 1 | -2/+2 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-07-09 | 1 | -30/+18 |
|\ |
|
| * | skmsg: Get rid of unncessary memset() | Cong Wang | 2022-06-20 | 1 | -10/+13 |
| * | skmsg: Get rid of skb_clone() | Cong Wang | 2022-06-20 | 1 | -6/+1 |
| * | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 2022-06-20 | 1 | -15/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-06-23 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | sock: redo the psock vs ULP protection check | Jakub Kicinski | 2022-06-23 | 1 | -0/+5 |
* | | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues | Wang Yufen | 2022-06-02 | 1 | -0/+1 |
|/ |
|
* | bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e... | Liu Jian | 2022-04-28 | 1 | -9/+13 |
* | bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full | Wang Yufen | 2022-03-15 | 1 | -4/+13 |
* | bpf, sockmap: Do not ignore orig_len parameter | Eric Dumazet | 2022-03-02 | 1 | -1/+1 |
* | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap | John Fastabend | 2021-11-20 | 1 | -0/+5 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 1 | -10/+33 |
|\ |
|
| * | skmsg: Lose offset info in sk_psock_skb_ingress | Liu Jian | 2021-11-01 | 1 | -10/+33 |
* | | skmsg: Extract and reuse sk_msg_is_readable() | Cong Wang | 2021-10-26 | 1 | -0/+14 |
|/ |
|
* | bpf, sockmap: Fix memleak on ingress msg enqueue | John Fastabend | 2021-07-27 | 1 | -6/+0 |
* | bpf, sockmap: On cleanup we additionally need to remove cached skb | John Fastabend | 2021-07-27 | 1 | -6/+29 |
* | bpf, sockmap: Zap ingress queues after stopping strparser | John Fastabend | 2021-07-27 | 1 | -2/+2 |
* | bpf, sockmap: Fix potential memory leak on unlikely error case | John Fastabend | 2021-07-15 | 1 | -5/+11 |
* | skmsg: Increase sk->sk_drops when dropping packets | Cong Wang | 2021-06-21 | 1 | -8/+14 |
* | skmsg: Pass source psock to sk_psock_skb_redirect() | Cong Wang | 2021-06-21 | 1 | -5/+6 |
* | skmsg: Teach sk_psock_verdict_apply() to return errors | Cong Wang | 2021-06-21 | 1 | -9/+14 |
* | skmsg: Fix a memory leak in sk_psock_verdict_apply() | Cong Wang | 2021-06-21 | 1 | -0/+5 |
* | skmsg: Clear skb redirect pointer before dropping it | Cong Wang | 2021-06-21 | 1 | -0/+2 |
* | skmsg: Improve udp_bpf_recvmsg() accuracy | Cong Wang | 2021-06-21 | 1 | -23/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 1 | -7/+5 |
|\ |
|