summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-01-21udp: fix busy pollingEric Dumazet
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-02net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-15net: increase optmem_max default valueEric Dumazet
2023-11-01Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-10-24sock: Ignore memcg pressure heuristics when raising allocatedAbel Wu
2023-10-24sock: Doc behaviors for pressure heurisiticsAbel Wu
2023-10-24sock: Code cleanup on __sk_mem_raise_allocated()Abel Wu
2023-10-19net/socket: Break down __sys_getsockoptBreno Leitao
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-10-01net: lockless implementation of SO_TXREHASHEric Dumazet
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet
2023-10-01net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...Eric Dumazet
2023-10-01net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()Eric Dumazet
2023-10-01net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSECEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet
2023-09-12net: call prot->release_cb() when processing backlogEric Dumazet
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet
2023-09-04af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet
2023-08-31net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-17sock: Fix misuse of sk_under_memory_pressure()Abel Wu
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