aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-1/+1
2010-10-03net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-6/+0
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-3/+7
2010-04-20net: sk_sleep() helperEric Dumazet1-8/+8
2009-05-17tcp: tcp_prequeue() can use keyed wakeupsJohn Dykstra1-1/+2
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-3/+3
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki1-83/+1
2008-01-28[SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()Eric Dumazet1-1/+1
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-1/+1
2008-01-28[NET]: Compact sk_stream_mem_schedule() codePavel Emelyanov1-13/+14
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-07-12[NET]: fix __sk_stream_mem_reclaimIan McDonald1-9/+7
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller1-0/+1
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise1-3/+7
2005-11-05[NET]: Fix race condition in sk_stream_wait_connectHerbert Xu1-6/+6
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-6/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+287