aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_timewait_sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet1-2/+5
2011-12-14inet: remove rcu protection on tw_netEric Dumazet1-10/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2011-10-31net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker1-1/+0
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-0/+1
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-12-09net: optimize INET input path furtherEric Dumazet1-13/+7
2010-04-27net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney1-1/+3
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet1-0/+3
2009-12-03tcp: connect() race with timewait reuseEric Dumazet1-0/+2
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman1-3/+3
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-10-20net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet1-4/+4
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-1/+1
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum1-1/+4
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-5/+5
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian1-1/+2
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+3
2008-03-26[NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-0/+18
2008-02-03[INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytesArnaldo Carvalho de Melo1-1/+1
2008-01-28[INET]: Uninline the inet_twsk_put function.Pavel Emelyanov1-13/+1
2007-10-10[NET]: Add a network namespace parameter to struct sockEric W. Biederman1-0/+1
2007-07-14[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk1-3/+0
2007-03-05[INET]: twcal_jiffie should be unsigned long, not intEric Dumazet1-1/+1
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-1/+1
2006-10-12[NET]: Introduce protocol-specific destructor for time-wait sockets.YOSHIFUJI Hideaki1-0/+1
2006-09-28[IPV4]: inet_rcv_saddr() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: struct inet_timewait_sock annotationsAl Viro1-4/+4
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-04-29[NET]: use hlist_unhashed()Akinobu Mita1-1/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-1/+1
2006-01-03[TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo1-1/+2
2006-01-03[IPV6]: Introduce inet6_timewait_sockArnaldo Carvalho de Melo1-1/+2
2005-10-10[TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo1-0/+3
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-1/+1
2005-08-29[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.cArnaldo Carvalho de Melo1-0/+10
2005-08-29[TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo1-1/+56
2005-08-29[INET_TWSK]: Introduce inet_twsk_allocArnaldo Carvalho de Melo1-0/+3
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo1-0/+9
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo1-0/+142