summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-23af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-23net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet1-1/+1
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet1-2/+2
2023-08-11netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-3/+14
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-3/+0
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-08-04net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+21
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-03-20net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-01-27net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-07-03net: remove duplicate fetch in sock_getsockoptJingYi Hou1-3/+0
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng1-0/+1
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-0/+3
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-1/+1
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-4/+1
2017-10-11net: call cgroup_sk_alloc() earlier in sk_clone_lock()Eric Dumazet1-2/+1
2017-10-11Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-1/+2
2017-10-10net: defer call to cgroup_sk_alloc()Eric Dumazet1-2/+1
2017-10-10net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-1/+4
2017-10-03socket, bpf: fix possible use after freeEric Dumazet1-1/+4
2017-09-28net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-08-30neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-10/+0
2017-08-24net/sock: allow the user to set negative peek offsetPaolo Abeni1-3/+0
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+1
2017-08-04sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn1-0/+18
2017-08-04sock: add MSG_ZEROCOPYWillem de Bruijn1-0/+2
2017-08-04sock: allocate skbs from optmemWillem de Bruijn1-0/+27
2017-08-02net: Allow IPsec GSO for local socketsSteffen Klassert1-1/+1
2017-08-02proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert1-0/+22
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+73
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-2/+5
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-13/+13
2017-06-21net: introduce SO_PEERGROUPS getsockoptDavid Herrmann1-0/+33
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet1-0/+20
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet1-3/+0