summaryrefslogtreecommitdiffstats
path: root/net/core/stream.c
Commit message (Expand)AuthorAgeFilesLines
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
* net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-1/+1
* net: Fix the condition passed to sk_wait_event()Nagendra Tomar2010-10-041-4/+4
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-6/+0Star
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-021-3/+7
* net: sk_sleep() helperEric Dumazet2010-04-211-8/+8
* tcp: tcp_prequeue() can use keyed wakeupsJohn Dykstra2009-05-181-1/+2
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-3/+3
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-291-83/+1Star
* [SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()Eric Dumazet2008-01-291-1/+1
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-1/+1
* [NET]: Compact sk_stream_mem_schedule() codePavel Emelyanov2008-01-281-13/+14
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-2/+2
* [NET]: fix __sk_stream_mem_reclaimIan McDonald2006-07-131-9/+7Star
* [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-201-0/+1
* [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-3/+7
* [NET]: Fix race condition in sk_stream_wait_connectHerbert Xu2005-11-061-6/+6
* [PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa2005-05-011-6/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+287