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