summaryrefslogtreecommitdiff
path: root/net/core/skmsg.c
AgeCommit message (Expand)Author
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-11-03bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang
2022-10-16skmsg: pass gfp argument to alloc_sk_msg()Eric Dumazet
2022-09-26skmsg: Schedule psock work if the cached skb exists on the psockLiu Jian
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-18tcp: handle pure FIN case correctlyCong Wang
2022-08-17skmsg: Fix wrong last sg check in sk_msg_recvmsg()Liu Jian
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-10net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-07-11skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-20skmsg: Get rid of unncessary memset()Cong Wang
2022-06-20skmsg: Get rid of skb_clone()Cong Wang
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-02bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-04-28bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...Liu Jian
2022-03-15bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is fullWang Yufen
2022-03-02bpf, sockmap: Do not ignore orig_len parameterEric Dumazet
2021-11-20bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend
2021-07-15bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend
2021-06-21skmsg: Increase sk->sk_drops when dropping packetsCong Wang
2021-06-21skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang
2021-06-21skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang
2021-06-21skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang
2021-06-21skmsg: Clear skb redirect pointer before dropping itCong Wang
2021-06-21skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-07bpf, sockmap: Fix incorrect fwd_alloc accountingJohn Fastabend
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-04-01skmsg: Use GFP_KERNEL in sk_psock_create_ingress_msg()Cong Wang
2021-04-01skmsg: Use rcu work for destroying psockCong Wang
2021-04-01skmsg: Avoid lock_sock() in sk_psock_backlog()Cong Wang
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang
2021-04-01skmsg: Lock ingress_skb when purgingCong Wang
2021-02-26skmsg: Get rid of sk_psock_bpf_run()Cong Wang
2021-02-26skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang