summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NET]: deinline 200+ byte inlines in sock.hDenis Vlasenko2006-03-281-87/+4
* [NET]: Fill in a 32-bit hole in struct sock on 64-bit platforms.David S. Miller2006-03-241-1/+1
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-0/+12
* [NET]: Fix race condition in sk_wait_event().Alexey Kuznetsov2006-03-171-1/+1
* [NET]: Add CONFIG_NETDEBUG to suppress bad packet messages.Stephen Hemminger2006-02-021-4/+4
* [NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn2006-01-061-2/+2
* [SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo2006-01-031-0/+23
* [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-031-2/+2
* [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-1/+4
* [TCP]: speed up SACK processingStephen Hemminger2005-11-101-0/+6
* [NET]: sk_add_backlog convert from macro to inlineStephen Hemminger2005-11-081-10/+10
* [PATCH] gfp_t: net/*Al Viro2005-10-281-1/+1
OpenPOWER on IntegriCloud