index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-1
/
+1
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+5
2025-11-25
tcp: remove icsk->icsk_retransmit_timer
Eric Dumazet
1
-2
/
+7
2025-11-25
net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx group
Eric Dumazet
1
-2
/
+2
2025-11-24
net: factor-out _sk_charge() helper
Paolo Abeni
1
-0
/
+2
2025-11-16
memcg: net: track network throttling due to memcg memory pressure
Shakeel Butt
1
-1
/
+5
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-5
/
+5
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-27
net: Add sk_clone().
Kuniyuki Iwashima
1
-1
/
+6
2025-10-21
net: avoid extra access to sk->sk_wmem_alloc in sock_wfree()
Eric Dumazet
1
-1
/
+5
2025-10-17
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+3
2025-10-17
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
1
-0
/
+13
2025-10-16
net: Allow opt-out from global protocol memory accounting.
Kuniyuki Iwashima
1
-0
/
+3
2025-10-15
net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)
Eric Dumazet
1
-8
/
+4
2025-10-15
net: allow busy connected flows to switch tx queues
Eric Dumazet
1
-14
/
+12
2025-10-15
net: add SK_WMEM_ALLOC_BIAS constant
Eric Dumazet
1
-1
/
+2
2025-09-29
Revert "net: group sk_backlog and sk_receive_queue"
Eric Dumazet
1
-1
/
+1
2025-09-23
tcp: Update bind bucket state on port release
Jakub Sitnicki
1
-0
/
+4
2025-09-22
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
1
-2
/
+2
2025-09-22
net: move sk_uid and sk_protocol to sock_read_tx
Eric Dumazet
1
-3
/
+3
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2025-09-18
net: clear sk->sk_ino in sk_set_socket(sk, NULL)
Eric Dumazet
1
-2
/
+3
2025-09-18
Merge branch 'add-basic-psp-encryption-for-tcp-connections'
Paolo Abeni
1
-22
/
+4
2025-09-18
net: move sk_validate_xmit_skb() to net/core/dev.c
Daniel Zahka
1
-22
/
+0
2025-09-18
net: modify core data structures for PSP datapath support
Jakub Kicinski
1
-0
/
+4
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
1
-1
/
+1
2025-09-18
net: group sk_backlog and sk_receive_queue
Eric Dumazet
1
-1
/
+1
2025-09-14
net: use NUMA drop counters for softnet_data.dropped
Eric Dumazet
1
-25
/
+12
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+13
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
1
-4
/
+13
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
1
-2
/
+0
2025-08-28
net: add sk->sk_drop_counters
Eric Dumazet
1
-1
/
+31
2025-08-28
net: add sk_drops_skbadd() helper
Eric Dumazet
1
-3
/
+8
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
1
-1
/
+16
2025-08-20
net: set net.core.rmem_max and net.core.wmem_max to 4 MB
Eric Dumazet
1
-2
/
+2
2025-08-19
net: Define sk_memcg under CONFIG_MEMCG.
Kuniyuki Iwashima
1
-0
/
+2
2025-08-19
net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().
Kuniyuki Iwashima
1
-0
/
+22
2025-08-19
net-memcg: Introduce mem_cgroup_sk_enabled().
Kuniyuki Iwashima
1
-0
/
+10
2025-08-19
net-memcg: Introduce mem_cgroup_from_sk().
Kuniyuki Iwashima
1
-0
/
+12
2025-07-14
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
1
-1
/
+1
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-2
/
+0
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
1
-2
/
+10
2025-06-17
Merge branch 'io_uring-cmd-for-tx-timestamps'
Jakub Kicinski
1
-0
/
+4
2025-06-17
net: timestamp: add helper returning skb's tx tstamp
Pavel Begunkov
1
-0
/
+4
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2025-06-10
net: Fix TOCTOU issue in sk_is_readable()
Michal Luczaj
1
-2
/
+5
2025-06-10
net: remove unused sock_enable_timestamps
Willem de Bruijn
1
-1
/
+0
[next]