aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-09-23af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-23af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-23net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet
2023-08-11netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-30net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet
2020-03-18net: memcg: late association of sock to memcgShakeel Butt
2020-01-27net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-12-01sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin
2019-11-10net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-07net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau
2019-07-03net: remove duplicate fetch in sock_getsockoptJingYi Hou
2019-01-26net: call sk_dst_reset when set SO_DONTROUTEyupeng
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-06-29net, mm: account sock objects to kmemcgShakeel Butt
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net: remove sock_no_pollChristoph Hellwig
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet