summaryrefslogtreecommitdiffstats
path: root/include/net/inet_timewait_sock.h
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-291-12/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-2/+2
|\
| * tcp/dccp: fix old style declarationsRaanan Avargil2015-10-051-2/+2
* | net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-121-1/+1
|/
* tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-211-1/+13
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-091-1/+1
* inet: simplify timewait refcountingEric Dumazet2015-07-091-4/+2
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-131-98/+9
* net: add real socket cookiesEric Dumazet2015-03-111-0/+1
* inet: move ipv6only in sock_commonEric Dumazet2014-07-011-1/+2
* ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-171-3/+3
* netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap2013-10-171-1/+1
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-1/+3
* tcp/dccp: remove twchainEric Dumazet2013-10-081-12/+1
* tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2013-10-031-1/+6
* inet: consolidate INET_TW_MATCHEric Dumazet2013-10-031-8/+0
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-211-19/+18
* 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