summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima4 days1-2/+4
* net: mark racy access on sk->sk_rcvbuflinke li2024-05-171-2/+2
* mptcp: add sk_stop_timer_sync helperGeliang Tang2024-04-131-0/+7
* net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet2023-11-281-1/+1
* af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-231-1/+1
* af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-231-2/+2
* net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-09-231-1/+2
* sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-301-1/+1
* net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-08-111-1/+1
* net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-08-111-2/+2
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-08-111-3/+14
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-06-091-1/+1
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-09-051-1/+1
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-281-3/+0
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-6/+26
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2020-08-211-0/+21
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-221-1/+1
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-301-0/+2
* net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-301-1/+1
* net: memcg: late association of sock to memcgShakeel Butt2020-03-181-1/+4
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2020-01-271-2/+2
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2019-12-011-0/+1
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-11-101-1/+1
* net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-11-101-2/+2
* net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau2019-10-071-3/+8
* net: remove duplicate fetch in sock_getsockoptJingYi Hou2019-07-031-3/+0
* net: call sk_dst_reset when set SO_DONTROUTEyupeng2019-01-261-0/+1
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-091-5/+10
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-011-1/+1
* net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2018-08-061-4/+4
* net/socket: remove duplicated init codeMatthieu Baerts2018-08-021-48/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+3
|\
| * sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-231-3/+3
* | net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-041-0/+4
* | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+35
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-2/+5
|\|
| * net, mm: account sock objects to kmemcgShakeel Butt2018-06-291-2/+5
* | net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao2018-07-021-2/+4
* | net: Record receive queue number for a connectionAmritha Nambiar2018-07-021-0/+2
|/
* Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-10/+30
|\
| * net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski2018-06-041-1/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
| |\
| * | net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso2018-05-101-4/+4
| * | net: initial AF_XDP skeletonBjörn Töpel2018-05-031-4/+8
| * | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-1/+4
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-6/+0
|\ \ \
| * | | net: remove sock_no_pollChristoph Hellwig2018-05-261-6/+0
| |/ /