summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_timewait_sock.c
AgeCommit message (Expand)Author
2024-03-12tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima
2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-07-19Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima
2022-07-13tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet
2020-08-19net: Use generic ns_common::countChristian Brauner
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