aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_timewait_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai1-2/+2
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-14/+13
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet1-3/+3
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-3/+0
2017-10-18ipv4: timewait: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan1-2/+1
2016-07-07timers, net/ipv4/inet: Initialize connection request timers as pinnedThomas Gleixner1-2/+3
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet1-3/+3
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet1-6/+10
2015-07-09inet: inet_twsk_deschedule factorizationEric Dumazet1-5/+8
2015-07-09inet: simplify timewait refcountingEric Dumazet1-36/+6
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet1-1/+1
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-234/+36
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-03-18inet: add a schedule point in inet_twsk_purge()Eric Dumazet1-0/+1
2015-03-12net: Kill hold_net release_netEric W. Biederman1-2/+1
2015-03-11net: add real socket cookiesEric Dumazet1-0/+1
2013-10-08tcp/dccp: remove twchainEric Dumazet1-27/+28
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+3
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet1-0/+1
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet1-8/+21
2009-12-03tcp: fix a timewait refcnt raceEric Dumazet1-3/+16
2009-12-03tcp: connect() race with timewait reuseEric Dumazet1-10/+28
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman1-5/+5
2009-12-03net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman1-15/+24
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-6/+6
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet1-1/+1
2009-08-29tcp: fix premature termination of FIN_WAIT2 time-wait socketsOctavian Purdila1-1/+1
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheckLinus Torvalds1-0/+3
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum1-0/+3
2009-05-06net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo1-10/+13
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet1-11/+11
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet1-11/+15
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian1-0/+1
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano1-0/+35
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-1/+1
2008-07-16mib: add net to NET_ADD_STATS_BHPavel Emelyanov1-3/+12
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov1-2/+4
2008-04-16[NETNS]: Add netns refcnt debug for timewait buckets.Denis V. Lunev1-1/+2