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