summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+5
2025-11-26tcp: remove icsk->icsk_retransmit_timerEric Dumazet1-2/+7
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/+2
2025-11-17memcg: net: track network throttling due to memcg memory pressureShakeel Butt1-1/+5
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-5/+5
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-1/+6
2025-10-21net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()Eric Dumazet1-1/+5
2025-10-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+3
2025-10-18inet: 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-16net: 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-30Revert "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-23net: move sk->sk_err_soft and sk->sk_sndbufEric Dumazet1-2/+2
2025-09-23net: 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-04net: 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-21net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-2/+2
2025-08-20net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+2
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima1-0/+22
2025-08-20net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima1-0/+10
2025-08-20net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-0/+12
2025-07-15tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet1-1/+1
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-1/+1
2025-06-24net: remove sock_i_uid()Eric Dumazet1-2/+0
2025-06-24net: annotate races around sk->sk_uidEric Dumazet1-2/+10
2025-06-18Merge branch 'io_uring-cmd-for-tx-timestamps'Jakub Kicinski1-0/+4
2025-06-18net: timestamp: add helper returning skb's tx tstampPavel Begunkov1-0/+4
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2025-06-11net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-11net: remove unused sock_enable_timestampsWillem de Bruijn1-1/+0
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-1/+3