summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_timewait_sock.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-05Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-10-18ipv4: timewait: Convert timers to use timer_setup()Kees Cook
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-07-07timers, net/ipv4/inet: Initialize connection request timers as pinnedThomas Gleixner
2016-05-04tcp: must block bh in __inet_twsk_hashdance()Eric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
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-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-03-18inet: add a schedule point in inet_twsk_purge()Eric Dumazet
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-11net: add real socket cookiesEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet
2011-02-19tcp: fix inet_twsk_deschedule()Eric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet
2009-12-03tcp: fix a timewait refcnt raceEric Dumazet
2009-12-03tcp: connect() race with timewait reuseEric Dumazet
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman
2009-12-03net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet
2009-08-29tcp: fix premature termination of FIN_WAIT2 time-wait socketsOctavian Purdila
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-15net: annotate inet_timewait_sock bitfieldsVegard Nossum
2009-05-06net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet
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-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-16mib: add net to NET_ADD_STATS_BHPavel Emelyanov
2008-06-16inet: add struct net argument to inet_bhashfnPavel Emelyanov