aboutsummaryrefslogtreecommitdiff
path: root/include/net/inet_timewait_sock.h
AgeCommit message (Expand)Author
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-12net: align sk_refcnt on 128 bytes boundaryEric Dumazet
2015-10-05tcp/dccp: fix old style declarationsRaanan Avargil
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet
2015-07-09inet: simplify timewait refcountingEric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2014-07-01inet: move ipv6only in sock_commonEric Dumazet
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot
2013-10-17netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet
2013-09-21inet*.h: Remove extern from function prototypesJoe Perches
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet
2011-12-14inet: remove rcu protection on tw_netEric Dumazet
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31net: inet_timewait_sock doesnt need <linux/module.h>Paul Gortmaker
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-12-09net: optimize INET input path furtherEric Dumazet
2010-04-27net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet
2009-12-03tcp: connect() race with timewait reuseEric Dumazet
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-20net: Fix struct inet_timewait_sock bitfield annotationEric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano
2008-03-26[NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-02-03[INET_TIMEWAIT_SOCK]: Reorganize struct inet_timewait_sock to save some bytesArnaldo Carvalho de Melo
2008-01-28[INET]: Uninline the inet_twsk_put function.Pavel Emelyanov
2007-10-10[NET]: Add a network namespace parameter to struct sockEric W. Biederman