summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-08net: ensure SCM_TXTIME delivery time is no older than system bootWillem de Bruijn
2026-06-08tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet
2026-04-13tcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
2026-04-12net: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
2026-04-12net: change sk_filter_reason() to return the reason by valueEric Dumazet
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
2026-04-08net: initialize sk_rx_queue_mapping in sk_clone()Jiayuan Chen
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-28net: fix sock compilation error under CONFIG_PREEMPT_RTJiayuan Chen
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-24net: __lock_sock() can be staticEric Dumazet
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet
2026-01-04net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-27net: Add sk_clone().Kuniyuki Iwashima
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima
2025-10-15net: control skb->ooo_okay from skb_set_owner_w()Eric Dumazet
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet
2025-09-18udp: add udp_drops_inc() helperEric Dumazet
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-03net: lockless sock_i_ino()Eric Dumazet
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2025-08-28net: add sk->sk_drop_countersEric Dumazet
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima
2025-08-19net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima
2025-08-19net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-02net: dst: add four helpers to annotate data-races around dst->devEric Dumazet
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet