summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2024-01-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-15net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-09-19af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-19af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-19net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-08-26sock: 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-11net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet
2023-08-11net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet
2023-07-23netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-03-10net: add sock_init_data_uid()Pietro Borrello
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-08-31net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-01-27net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar
2021-11-25sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-07sock: unlock on error in sock_setsockopt()Dan Carpenter
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet
2021-06-29net: sock: add trace for socket errorsAlexander Aring
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal
2021-06-01net: sock: fix in-kernel mark settingAlexander Aring
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni
2021-04-23net: sock: remove the unnecessary check in proto_registerTonghao Zhang
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-11net: sock: simplify tw proto registrationTonghao Zhang
2021-02-03net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez
2021-01-29net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima
2021-01-28net: reduce indentation level in sk_clone_lock()Eric Dumazet
2020-12-04net: Remove the err argument from sock_from_fileFlorent Revest
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski