summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
* af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
* net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-011-2/+2
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-2/+2
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-4/+4
* net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-011-1/+1
* net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-08-311-1/+2
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-211-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-181-1/+1
|\
| * sock: Fix misuse of sk_under_memory_pressure()Abel Wu2023-08-171-1/+1
* | inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-1/+1
|\|
| * net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg2023-08-081-1/+1
* | net: annotate data-races around sock->opsEric Dumazet2023-08-091-7/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-29/+40
|\|
| * net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-291-3/+3
| * net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-07-291-1/+1
| * net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-07-291-2/+2
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
| * net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet2023-07-291-1/+1
| * net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet2023-07-291-1/+1
| * net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-07-291-10/+14
| * net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet2023-07-291-1/+1
| * net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet2023-07-291-3/+6
| * net: annotate data-race around sk->sk_txrehashEric Dumazet2023-07-291-2/+5
| * net: annotate data-races around sk->sk_reserved_memEric Dumazet2023-07-291-3/+4
* | net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima2023-07-311-3/+3
* | net/core: Make use of assign_bit() APIAndy Shevchenko2023-07-111-12/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-3/+14
|\
| * netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-06-271-3/+14
* | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-33/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-6/+0
|\|
| * revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski2023-06-221-6/+0
* | net: remove sk_is_ipmr() and sk_is_icmpv6() helpersEric Dumazet2023-06-201-2/+2
* | net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-151-0/+64
* | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+33
* | scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-0/+11
|/
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-05-311-1/+1
* net: make SO_BUSY_POLL available to all usersEric Dumazet2023-04-071-9/+4
* net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez2023-03-021-1/+2
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-13/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+2
|\
| * txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-081-1/+2
* | net: add sock_init_data_uid()Pietro Borrello2023-02-061-3/+12
* | net: add support for ipv4 big tcpXin Long2023-02-011-12/+14
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+2
|/
* net: Introduce sk_use_task_frag in struct sock.Guillaume Nault2022-12-191-0/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-4/+25
|\
| * net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-081-1/+8
| * soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima2022-10-251-1/+1