aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/inet_timewait_sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-12tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet1-22/+19
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima1-9/+2
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima1-8/+0
2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima1-1/+1
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-07-19Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima1-4/+4
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-3/+0
2023-01-19tcp: avoid the lookup process failing to get sk in ehash tableJason Xing1-4/+4
2022-12-30tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima1-2/+29
2022-10-13tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima1-1/+14
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-3/+1
2022-07-13tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima1-1/+2
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet1-7/+51
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-3/+5
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet1-47/+0
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet1-5/+4
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet1-4/+7
2020-08-19net: Use generic ns_common::countChristian Brauner1-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
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