aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-03-31Revert "net: correct sk_acceptq_is_full()"Eric Dumazet
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-12net: correct sk_acceptq_is_full()liuyacan
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-11net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan
2021-02-03tcp: use a smaller percpu_counter batch size for sk_allocWei Wang
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-30mptcp: open code mptcp variant for lock_sockPaolo Abeni
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-20net: stream: fix TCP references when INET is not enabledRandy Dunlap
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni
2020-11-14tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet
2020-11-02net: Un-hide lockdep_sock_is_held() for !LOCKDEPJakub Kicinski
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2020-08-06net: sock: add sock_set_markAlexander Aring
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes
2020-05-29net: add a new bind_add methodChristoph Hellwig
2020-05-28net: add sock_set_reuseportChristoph Hellwig
2020-05-28net: add sock_set_rcvbufChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-28net: add sock_enable_timestampsChristoph Hellwig
2020-05-28net: add sock_bindtoindexChristoph Hellwig
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig
2020-05-28net: add sock_set_priorityChristoph Hellwig