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