summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Fix size calculation in sk_stream_alloc_pskbHerbert Xu2007-11-141-4/+6
* [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...Eric Dumazet2007-11-071-6/+57
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Move the sock_copy() from the headerPavel Emelyanov2007-11-011-14/+0
* [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov2007-10-171-11/+1
* [NET]: Move the filter releasing into a separate callPavel Emelyanov2007-10-171-4/+8
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-11/+11
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-1/+3
* [NET]: Add a network namespace parameter to struct sockEric W. Biederman2007-10-101-0/+3
* [NET]: Change type of owner in sock_lock_t to int, renameJohn Heffner2007-10-101-4/+3
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-1/+2
* [SOCK]: Shrink struct sock by 8 bytes on 64-bit.Arnaldo Carvalho de Melo2007-05-311-1/+1
* cleanup compat ioctl handlingChristoph Hellwig2007-05-081-9/+0
* [NET]: Move sk_setup_caps() out of line.Andi Kleen2007-04-251-13/+1
* [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet2007-04-251-10/+7
* [NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2007-04-251-7/+5
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-251-0/+1
* [TCP]: Abstract out all write queue operations.David S. Miller2007-04-251-21/+0
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-9/+9
* [NET]: Keep sk_backlog near sk_lockEric Dumazet2007-04-251-9/+9
* [NET]: Revert incorrect accept queue backlog changes.David S. Miller2007-03-061-1/+1
* [NET]: Fix bugs in "Whether sock accept queue is full" checkingWei Dong2007-03-021-1/+1
* [NET]: Handle disabled preemption in gfp_any()Patrick McHardy2007-02-281-1/+1
* [PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra2006-12-071-0/+19
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-041-0/+1
* [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-021-1/+2
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-021-1/+1
* [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2006-12-021-1/+7
* [NET]: Re-fix of doc-comment in sock.hPaul Bonser2006-11-251-5/+10
* [NET]: kernel-doc fix for sock.hRandy Dunlap2006-10-221-2/+1
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-1/+0
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-221-17/+17
* [MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala2006-09-221-0/+1
* [MLSXFRM]: Add security sid to sockVenkat Yekkirala2006-09-221-0/+13
* [PATCH] lockdep: annotate sk_locksIngo Molnar2006-07-031-10/+10
* [PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar2006-07-031-0/+3
* [PATCH] lockdep: annotate sock_lock_init()Ingo Molnar2006-07-031-0/+4
* [NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2006-06-301-3/+10
* [NET]: Add ECN support for TSOMichael Chan2006-06-291-2/+1
* [NET]: fix net-core kernel-docRandy Dunlap2006-06-231-0/+1
* [NET]: Added GSO toggleHerbert Xu2006-06-231-0/+4
* Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-201-1/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-061-1/+1
| |\
| * | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* | | [NET]: skb_trim auditHerbert Xu2006-06-171-4/+1
* | | [I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech2006-06-171-1/+12
* | | [I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2006-06-171-0/+2
| |/ |/|
* | [NET]: use hlist_unhashed()Akinobu Mita2006-04-291-1/+1
|/
* [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-201-0/+1
OpenPOWER on IntegriCloud