summaryrefslogtreecommitdiff
path: root/include/net/inet_timewait_sock.h
Commit message (Expand)AuthorAge
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-07
* tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet2017-12-13
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-15
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * tcp/dccp: fix old style declarationsRaanan Avargil2015-10-05
* | net: align sk_refcnt on 128 bytes boundaryEric Dumazet2015-10-12
|/
* tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-21
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-09
* inet: simplify timewait refcountingEric Dumazet2015-07-09
* tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-13
* net: add real socket cookiesEric Dumazet2015-03-11
* inet: move ipv6only in sock_commonEric Dumazet2014-07-01
* ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot2014-01-17
* netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap2013-10-17
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-09
* tcp/dccp: remove twchainEric Dumazet2013-10-08
* tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2013-10-03
* inet: consolidate INET_TW_MATCHEric Dumazet2013-10-03
* inet*.h: Remove extern from function prototypesJoe Perches2013-09-21
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: move inet_dport/inet_num in sock_commonEric Dumazet2012-11-30
* inet: remove rcu protection on tw_netEric Dumazet2011-12-14
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker2011-10-31
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-27
|/
* ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-24
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* net: optimize INET input path furtherEric Dumazet2010-12-09
* net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney2010-04-27
* tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-08
* tcp: connect() race with timewait reuseEric Dumazet2009-12-03
* net: Batch inet_twsk_purgeEric W. Biederman2009-12-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-27
|\
| * net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet2009-10-20
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-18
|/
* net: annotate inet_timewait_sock bitfieldsVegard Nossum2009-06-15
* net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-16
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-01
* netns : fix kernel panic in timewait socket destructionDaniel Lezcano2008-09-08
* [NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev2008-03-26
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-26
* [INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytesArnaldo Carvalho de Melo2008-02-03
* [INET]: Uninline the inet_twsk_put function.Pavel Emelyanov2008-01-28
* [NET]: Add a network namespace parameter to struct sockEric W. Biederman2007-10-10
* [INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk2007-07-14
* [INET]: twcal_jiffie should be unsigned long, not intEric Dumazet2007-03-05
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-22
* [NET]: Introduce protocol-specific destructor for time-wait sockets.YOSHIFUJI Hideaki2006-10-12
* [IPV4]: inet_rcv_saddr() annotationsAl Viro2006-09-28