index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-5
/
+5
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-05
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-10-28
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-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+3
2025-10-18
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-16
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-30
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-23
net: move sk->sk_err_soft and sk->sk_sndbuf
Eric Dumazet
1
-2
/
+2
2025-09-23
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-04
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-21
net: set net.core.rmem_max and net.core.wmem_max to 4 MB
Eric Dumazet
1
-2
/
+2
2025-08-20
net: Define sk_memcg under CONFIG_MEMCG.
Kuniyuki Iwashima
1
-0
/
+2
2025-08-20
net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().
Kuniyuki Iwashima
1
-0
/
+22
2025-08-20
net-memcg: Introduce mem_cgroup_sk_enabled().
Kuniyuki Iwashima
1
-0
/
+10
2025-08-20
net-memcg: Introduce mem_cgroup_from_sk().
Kuniyuki Iwashima
1
-0
/
+12
2025-07-15
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
1
-1
/
+1
2025-06-24
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-24
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-24
net: remove sock_i_uid()
Eric Dumazet
1
-2
/
+0
2025-06-24
net: annotate races around sk->sk_uid
Eric Dumazet
1
-2
/
+10
2025-06-18
Merge branch 'io_uring-cmd-for-tx-timestamps'
Jakub Kicinski
1
-0
/
+4
2025-06-18
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-11
net: Fix TOCTOU issue in sk_is_readable()
Michal Luczaj
1
-2
/
+5
2025-06-11
net: remove unused sock_enable_timestamps
Willem de Bruijn
1
-1
/
+0
2025-05-23
af_unix: Introduce SO_PASSRIGHTS.
Kuniyuki Iwashima
1
-1
/
+3
2025-05-23
af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.
Kuniyuki Iwashima
1
-1
/
+15
2025-05-23
net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.
Kuniyuki Iwashima
1
-1
/
+13
2025-05-23
Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
1
-0
/
+6
2025-05-21
wifi: check if socket flags are valid
Bert Karwatzki
1
-0
/
+6
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-0
/
+1
[next]