aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_timewait_sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet1-0/+1
2019-06-09ipv6: tcp: send consistent autoflowlabel in TIME_WAIT stateEric Dumazet1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski1-1/+0
2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell1-0/+1
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-2/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-4/+0
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-12/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-12net: align sk_refcnt on 128 bytes boundaryEric Dumazet1-1/+1
2015-10-05tcp/dccp: fix old style declarationsRaanan Avargil1-2/+2
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet1-1/+13
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-1/+1
2015-07-09inet: simplify timewait refcountingEric Dumazet1-4/+2
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-98/+9
2015-03-11net: add real socket cookiesEric Dumazet1-0/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-1/+2
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-3/+3
2013-10-17netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-1/+3
2013-10-08tcp/dccp: remove twchainEric Dumazet1-12/+1
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet1-1/+6
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-8/+0
2013-09-21inet*.h: Remove extern from function prototypesJoe Perches1-19/+18
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+4
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