summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-20/+48
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-08-21inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet1-3/+0
2022-08-21net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-03-23esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+1
2021-12-08tcp: fix page frag corruption on page faultPaolo Abeni1-5/+8
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-1/+1
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-30net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni1-1/+3
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-0/+9
2021-01-27tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-5/+12
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-2/+0
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-08-31net: clean up codestyleMiaohe Lin1-1/+1
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh1-2/+2
2020-08-07Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+1
2020-08-06net: sock: add sock_set_markAlexander Aring1-0/+1
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-17/+13
2020-08-05Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-1/+2
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-8/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+4
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau1-1/+2
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+9
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin1-0/+9
2020-06-24net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-06-02net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-05-29net: add a new bind_add methodChristoph Hellwig1-1/+5
2020-05-28net: add sock_set_reuseportChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-0/+1
2020-05-28net: add sock_enable_timestampsChristoph Hellwig1-0/+1
2020-05-28net: add sock_bindtoindexChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_sndtimeoChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_priorityChristoph Hellwig1-0/+1
2020-05-28net: add sock_no_lingerChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-0/+2
2020-04-08net: sock.h: fix skb_steal_sock() kernel-docLothar Rubusch1-3/+3
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer1-8/+17
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer1-1/+9
2020-03-30bpf: Add socket assign supportJoe Stringer1-0/+11