summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-09net: annotate data-races around sock->opsEric Dumazet
2023-08-08net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-31net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-07-29net: add missing data-race annotation for sk_ll_usecEric Dumazet
2023-07-29net: add missing data-race annotations around sk->sk_peek_offEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-29net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet
2023-07-29net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet
2023-07-29net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-07-29net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet
2023-07-29net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet
2023-07-29net: annotate data-race around sk->sk_txrehashEric Dumazet
2023-07-29net: annotate data-races around sk->sk_reserved_memEric Dumazet
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski
2023-06-20net: remove sk_is_ipmr() and sk_is_icmpv6() helpersEric Dumazet
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-04-07net: make SO_BUSY_POLL available to all usersEric Dumazet
2023-03-02net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-06net: add sock_init_data_uid()Pietro Borrello
2023-02-01net: add support for ipv4 big tcpXin Long
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-19net: Introduce sk_use_task_frag in struct sock.Guillaume Nault
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn
2022-11-04lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-08-24net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima