summaryrefslogtreecommitdiffstats
path: root/include/net/inet_timewait_sock.h
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+4
* net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-301-2/+5
* inet: remove rcu protection on tw_netEric Dumazet2011-12-141-10/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+0
|\
| * net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-0/+1
|/
* ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-241-1/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: optimize INET input path furtherEric Dumazet2010-12-091-13/+7
* net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney2010-04-271-1/+3
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-0/+3
* tcp: connect() race with timewait reuseEric Dumazet2009-12-031-0/+2
* net: Batch inet_twsk_purgeEric W. Biederman2009-12-031-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-4/+4
|\
| * net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet2009-10-201-4/+4
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-1/+1
|/
* net: annotate inet_timewait_sock bitfieldsVegard Nossum2009-06-151-1/+4
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-161-5/+5
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-011-1/+2
* netns : fix kernel panic in timewait socket destructionDaniel Lezcano2008-09-081-0/+3
* [NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev2008-03-261-1/+1
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-0/+18
* [INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytesArnaldo Carvalho de Melo2008-02-031-1/+1
* [INET]: Uninline the inet_twsk_put function.Pavel Emelyanov2008-01-281-13/+1
* [NET]: Add a network namespace parameter to struct sockEric W. Biederman2007-10-101-0/+1
* [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk2007-07-141-3/+0
* [INET]: twcal_jiffie should be unsigned long, not intEric Dumazet2007-03-051-1/+1
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-1/+1
* [NET]: Introduce protocol-specific destructor for time-wait sockets.YOSHIFUJI Hideaki2006-10-121-0/+1
* [IPV4]: inet_rcv_saddr() annotationsAl Viro2006-09-281-1/+1
* [IPV4]: struct inet_timewait_sock annotationsAl Viro2006-09-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-061-1/+1
|\
| * [NET]: use hlist_unhashed()Akinobu Mita2006-04-291-1/+1
* | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
|/
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-1/+1
* [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-031-1/+2
* [IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo2006-01-031-1/+2
* [TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo2005-10-101-0/+3
* [INET]: speedup inet (tcp/dccp) lookupsEric Dumazet2005-10-031-1/+1
* [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...Arnaldo Carvalho de Melo2005-08-291-0/+10
* [TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo2005-08-291-1/+56
* [INET_TWSK]: Introduce inet_twsk_allocArnaldo Carvalho de Melo2005-08-291-0/+3
* [INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo2005-08-291-0/+9
* [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo2005-08-291-0/+142