index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
2019-11-10
1
-1
/
+1
*
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
2019-11-10
1
-2
/
+2
*
net: Unpublish sk from sk_reuseport_cb before call_rcu
Martin KaFai Lau
2019-10-07
1
-3
/
+8
*
net: remove duplicate fetch in sock_getsockopt
JingYi Hou
2019-07-03
1
-3
/
+0
*
net: call sk_dst_reset when set SO_DONTROUTE
yupeng
2019-01-26
1
-0
/
+1
*
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
2019-01-09
1
-0
/
+3
*
tcp: do not release socket ownership in tcp_close()
Eric Dumazet
2018-12-01
1
-1
/
+1
*
sock_diag: fix use-after-free read in __sk_free
Eric Dumazet
2018-05-25
1
-1
/
+1
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2018-02-22
1
-2
/
+0
*
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
2018-02-13
1
-4
/
+1
*
net: call cgroup_sk_alloc() earlier in sk_clone_lock()
Eric Dumazet
2017-10-10
1
-2
/
+1
*
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
2017-10-10
1
-1
/
+2
*
net: defer call to cgroup_sk_alloc()
Eric Dumazet
2017-10-09
1
-2
/
+1
*
net: memcontrol: defer call to mem_cgroup_sk_alloc()
Eric Dumazet
2017-10-09
1
-1
/
+4
*
socket, bpf: fix possible use after free
Eric Dumazet
2017-10-02
1
-1
/
+4
*
net: Set sk_prot_creator when cloning sockets to the right proto
Christoph Paasch
2017-09-28
1
-0
/
+2
*
neigh: increase queue_len_bytes to match wmem_default
Eric Dumazet
2017-08-29
1
-10
/
+0
*
net/sock: allow the user to set negative peek offset
Paolo Abeni
2017-08-23
1
-3
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-08-21
1
-1
/
+1
|
\
|
*
net: Allow IPsec GSO for local sockets
Steffen Klassert
2017-08-02
1
-1
/
+1
*
|
sock: add SOCK_ZEROCOPY sockopt
Willem de Bruijn
2017-08-03
1
-0
/
+18
*
|
sock: add MSG_ZEROCOPY
Willem de Bruijn
2017-08-03
1
-0
/
+2
*
|
sock: allocate skbs from optmem
Willem de Bruijn
2017-08-03
1
-0
/
+27
|
/
*
proto_ops: Add locked held versions of sendmsg and sendpage
Tom Herbert
2017-08-01
1
-0
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-07-05
1
-16
/
+73
|
\
|
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-3
/
+3
|
*
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-13
/
+13
|
*
net: introduce SO_PEERGROUPS getsockopt
David Herrmann
2017-06-21
1
-0
/
+33
|
*
tcp: add TCPMemoryPressuresChrono counter
Eric Dumazet
2017-06-08
1
-0
/
+20
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-18
1
-3
/
+0
|
|
\
|
*
|
tcp: internal implementation for pacing
Eric Dumazet
2017-05-16
1
-0
/
+4
*
|
|
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-07-03
1
-2
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net: fix some identation issues at kernel-doc markups
Mauro Carvalho Chehab
2017-05-16
1
-2
/
+5
*
|
|
net: fix compile error in skb_orphan_partial()
Eric Dumazet
2017-05-17
1
-3
/
+0
|
|
/
|
/
|
*
|
netem: fix skb_orphan_partial()
Eric Dumazet
2017-05-11
1
-12
/
+8
|
/
*
treewide: convert PF_MEMALLOC manipulations to new helpers
Vlastimil Babka
2017-05-08
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
1
-14
/
+140
|
\
|
*
New getsockopt option to get socket cookie
Chenbo Feng
2017-04-08
1
-0
/
+8
|
*
sock: avoid dirtying sk_stamp, if possible
Paolo Abeni
2017-03-30
1
-1
/
+1
|
*
net: Introduce SO_INCOMING_NAPI_ID
Sridhar Samudrala
2017-03-24
1
-0
/
+12
|
*
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
2017-03-24
1
-0
/
+11
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-23
1
-5
/
+11
|
|
\
|
*
|
sock: introduce SO_MEMINFO getsockopt
Josh Hunt
2017-03-22
1
-0
/
+30
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-15
1
-48
/
+61
|
|
\
\
|
*
|
|
net/socket: use per af lockdep classes for sk queues
Paolo Abeni
2017-03-09
1
-18
/
+78
*
|
|
|
sched/core: Remove 'task' parameter and rename tsk_restore_flags() to current...
NeilBrown
2017-04-11
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
socket, bpf: fix sk_filter use after free in sk_clone_lock
Daniel Borkmann
2017-03-22
1
-0
/
+6
*
|
|
net: properly release sk_frag.page
Eric Dumazet
2017-03-15
1
-5
/
+5
|
|
/
|
/
|
*
|
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-49
/
+57
|
/
*
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
2017-03-02
1
-5
/
+11
[next]