Age | Commit message (Expand) | Author | Files | Lines |
2025-01-29 | bpf: Fix wrong copied_seq calculation |  Jiayuan Chen | 1 | -0/+7 |
2024-12-20 | skmsg: Return copied bytes in sk_msg_memcopy_from_iter |  Levi Zim | 1 | -2/+3 |
2024-12-20 | tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection |  Zijian Zhang | 1 | -1/+5 |
2024-11-18 | bpf: fix recursive lock when verdict program return SK_PASS |  Jiayuan Chen | 1 | -2/+2 |
2024-09-02 | bpf, sockmap: Correct spelling skmsg.c |  Simon Horman | 1 | -1/+1 |
2024-07-09 | skmsg: Skip zero length skb in sk_msg_recvmsg |  Geliang Tang | 1 | -1/+2 |
2024-04-08 | bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue |  Jason Xing | 1 | -4/+1 |
2024-02-21 | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready() |  Shigeru Yoshida | 1 | -2/+5 |
2023-11-30 | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock |  John Fastabend | 1 | -0/+2 |
2023-09-04 | bpf, sockmap: Fix skb refcnt race after locking changes |  John Fastabend | 1 | -4/+8 |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -2/+8 |
2023-08-09 | bpf, sockmap: Fix bug that strp_done cannot be called |  Xu Kuohai | 1 | -2/+8 |
2023-08-09 | net: annotate data-races around sock->ops |  Eric Dumazet | 1 | -2/+6 |
2023-06-01 | bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready() |  Eric Dumazet | 1 | -1/+2 |
2023-05-23 | bpf, sockmap: Incorrectly handling copied_seq |  John Fastabend | 1 | -8/+7 |
2023-05-23 | bpf, sockmap: Wake up polling after data copy |  John Fastabend | 1 | -1/+10 |
2023-05-23 | bpf, sockmap: Improved check for empty queue |  John Fastabend | 1 | -24/+8 |
2023-05-23 | bpf, sockmap: Reschedule is now done through backlog |  John Fastabend | 1 | -2/+0 |
2023-05-23 | bpf, sockmap: Convert schedule_work into delayed_work |  John Fastabend | 1 | -7/+14 |
2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb |  John Fastabend | 1 | -2/+0 |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() |  Peilin Ye | 1 | -0/+5 |
2022-12-01 | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes |  Pengcheng Yang | 1 | -3/+6 |
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/netdev/net |  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_enqueue |  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 |