summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-04af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet1-2/+2
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet1-2/+2
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet1-4/+4
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet1-1/+1
2023-08-31net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet1-9/+9
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-10net: annotate data-races around sock->opsEric Dumazet1-7/+17
2023-08-09net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg1-1/+1
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-29/+40
2023-07-31net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima1-3/+3
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet1-3/+3
2023-07-29net: add missing data-race annotation for sk_ll_usecEric Dumazet1-1/+1
2023-07-29net: add missing data-race annotations around sk->sk_peek_offEric Dumazet1-2/+2
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2023-07-29net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet1-1/+1
2023-07-29net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet1-10/+14
2023-07-29net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet1-3/+6
2023-07-29net: annotate data-race around sk->sk_txrehashEric Dumazet1-2/+5
2023-07-29net: annotate data-races around sk->sk_reserved_memEric Dumazet1-3/+4
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko1-12/+3
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+14
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-3/+14
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-33/+2
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+0
2023-06-22revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski1-6/+0
2023-06-21net: remove sk_is_ipmr() and sk_is_icmpv6() helpersEric Dumazet1-2/+2
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao1-0/+64
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn1-0/+33
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn1-0/+11
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2023-04-08net: make SO_BUSY_POLL available to all usersEric Dumazet1-9/+4
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez1-1/+2
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-13/+0
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang1-1/+2
2023-02-06net: add sock_init_data_uid()Pietro Borrello1-3/+12
2023-02-02net: add support for ipv4 big tcpXin Long1-12/+14
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+2
2022-12-20net: Introduce sk_use_task_frag in struct sock.Guillaume Nault1-0/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+25
2022-12-09net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn1-1/+8
2022-11-05lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-1/+2