aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2022-03-23esp: Fix possible buffer overflow in ESP transformationSteffen Klassert
2021-12-08tcp: fix page frag corruption on page faultPaolo Abeni
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet
2021-06-30net: annotate data race in sock_error()Eric Dumazet
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-01-27tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
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
2020-05-28net: add sock_no_lingerChristoph Hellwig
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig
2020-04-07net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer
2020-03-30bpf: Add socket assign supportJoe Stringer
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-21net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki
2020-02-16net/sock.h: fix all kernel-doc warningsRandy Dunlap
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-22xsk, net: Make sock_def_readable() have external linkageBjörn Töpel
2020-01-09tcp: clean ext on tx recyclePaolo Abeni