summaryrefslogtreecommitdiff
path: root/net/core/stream.c
AgeCommit message (Expand)Author
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-02-10net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima
2022-12-19net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-26net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian
2022-06-09net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet
2021-10-16net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet
2018-12-04tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-09-28net: do not export sk_stream_write_spaceEric Dumazet
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-05-09tcp: set SOCK_NOSPACE under memory pressureJason Baron
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2010-10-03net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2009-05-17tcp: tcp_prequeue() can use keyed wakeupsJohn Dykstra
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki
2008-01-28[SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()Eric Dumazet
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov
2008-01-28[NET]: Compact sk_stream_mem_schedule() codePavel Emelyanov
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki
2006-07-12[NET]: fix __sk_stream_mem_reclaimIan McDonald
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise
2005-11-05[NET]: Fix race condition in sk_stream_wait_connectHerbert Xu
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa
2005-04-16Linux-2.6.12-rc2Linus Torvalds