index
:
linux-stable.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.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
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: make sure EPOLLOUT wont be missed
Eric Dumazet
2019-08-19
1
-7
/
+9
*
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2018-12-04
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
net: fix sleeping for sk_wait_event()
WANG Cong
2016-11-14
1
-14
/
+14
*
net: do not export sk_stream_write_space
Eric Dumazet
2016-09-28
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
1
-3
/
+3
|
\
|
*
net: fix sock_wake_async() rcu protection
Eric Dumazet
2015-12-01
1
-1
/
+1
|
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-2
/
+2
*
|
net: Generalise wq_has_sleeper helper
Herbert Xu
2015-11-30
1
-1
/
+1
|
/
*
tcp: set SOCK_NOSPACE under memory pressure
Jason Baron
2015-05-09
1
-1
/
+5
*
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
2014-01-14
1
-1
/
+1
*
net: add sk_stream_is_writeable() helper
Eric Dumazet
2013-07-24
1
-1
/
+1
*
net: Fix the condition passed to sk_wait_event()
Nagendra Tomar
2010-10-03
1
-4
/
+4
*
net/core: EXPORT_SYMBOL cleanups
Eric Dumazet
2010-07-12
1
-6
/
+0
*
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2010-05-01
1
-3
/
+7
*
net: sk_sleep() helper
Eric Dumazet
2010-04-20
1
-8
/
+8
*
tcp: tcp_prequeue() can use keyed wakeups
John Dykstra
2009-05-17
1
-1
/
+2
*
net: Rationalise email address: Network Specific Parts
Alan Cox
2008-10-13
1
-1
/
+1
*
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
2008-07-25
1
-3
/
+3
*
[NET] CORE: Introducing new memory accounting interface.
Hideo Aoki
2008-01-28
1
-83
/
+1
*
[SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()
Eric Dumazet
2008-01-28
1
-1
/
+1
*
[NET]: Name magic constants in sock_wake_async()
Pavel Emelyanov
2008-01-28
1
-1
/
+1
*
[NET]: Compact sk_stream_mem_schedule() code
Pavel Emelyanov
2008-01-28
1
-13
/
+14
*
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-2
/
+2
*
[NET]: fix __sk_stream_mem_reclaim
Ian McDonald
2006-07-12
1
-9
/
+7
*
[NET]: Add skb->truesize assertion checking.
David S. Miller
2006-04-20
1
-0
/
+1
*
[NET]: Avoid atomic xchg() for non-error case
Benjamin LaHaise
2006-01-03
1
-3
/
+7
*
[NET]: Fix race condition in sk_stream_wait_connect
Herbert Xu
2005-11-05
1
-6
/
+6
*
[PATCH] DocBook: changes and extensions to the kernel documentation
Pavel Pisa
2005-05-01
1
-6
/
+6
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+287