aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-10/+24
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-04-12net: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet1-3/+14
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-1/+0
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima1-2/+2
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-2/+2
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet1-1/+1
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet1-2/+7
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-02-24net: __lock_sock() can be staticEric Dumazet1-1/+0
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1
2026-01-30tcp: reduce tcp sockets size by one cache lineEric Dumazet1-1/+10
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet1-2/+7
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet1-2/+2
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni1-0/+2
2025-11-16memcg: net: track network throttling due to memcg memory pressureShakeel Butt1-1/+5
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-5/+5
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-27net: Add sk_clone().Kuniyuki Iwashima1-1/+6
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet1-1/+5
2025-10-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+3
2025-10-17inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-0/+13
2025-10-16net: Allow opt-out from global protocol memory accounting.Kuniyuki Iwashima1-0/+3
2025-10-15net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet1-8/+4
2025-10-15net: allow busy connected flows to switch tx queuesEric Dumazet1-14/+12
2025-10-15net: add SK_WMEM_ALLOC_BIAS constantEric Dumazet1-1/+2
2025-09-29Revert "net: group sk_backlog and sk_receive_queue"Eric Dumazet1-1/+1
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki1-0/+4
2025-09-22net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet1-2/+2
2025-09-22net: move sk_uid and sk_protocol to sock_read_txEric Dumazet1-3/+3
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2025-09-18net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet1-2/+3
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni1-22/+4
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka1-22/+0
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski1-0/+4
2025-09-18udp: add udp_drops_inc() helperEric Dumazet1-1/+1
2025-09-18net: group sk_backlog and sk_receive_queueEric Dumazet1-1/+1
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet1-25/+12
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2025-09-03net: lockless sock_i_ino()Eric Dumazet1-4/+13
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima1-2/+0
2025-08-28net: add sk->sk_drop_countersEric Dumazet1-1/+31
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet1-3/+8
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-1/+16
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-2/+2
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+2
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima1-0/+22
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima1-0/+10