index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_timewait_sock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: move inet_twsk_schedule helper out of header
Florian Westphal
2024-06-10
1
-0
/
+5
*
net: tcp: un-pin the tw_timer
Florian Westphal
2024-06-10
1
-2
/
+4
*
net: tcp/dccp: prepare for tw_timer un-pinning
Valentin Schneider
2024-06-10
1
-7
/
+45
*
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
2024-04-02
1
-6
/
+3
*
tcp/dccp: bypass empty buckets in inet_twsk_purge()
Eric Dumazet
2024-03-29
1
-2
/
+7
*
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
2024-03-13
1
-22
/
+19
*
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-22
1
-9
/
+2
*
tcp: Unlink sk from bhash.
Kuniyuki Iwashima
2023-12-22
1
-8
/
+0
*
tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).
Kuniyuki Iwashima
2023-12-22
1
-1
/
+1
*
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2023-07-20
1
-4
/
+4
*
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2023-02-15
1
-3
/
+0
*
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
2023-01-19
1
-4
/
+4
*
tcp: Add TIME_WAIT sockets in bhash2.
Kuniyuki Iwashima
2022-12-30
1
-2
/
+29
*
tcp: Clean up kernel listener's reqsk in inet_twsk_purge()
Kuniyuki Iwashima
2022-10-13
1
-1
/
+14
*
tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.
Kuniyuki Iwashima
2022-09-20
1
-3
/
+1
*
tcp: Fix a data-race around sysctl_max_tw_buckets.
Kuniyuki Iwashima
2022-07-13
1
-1
/
+2
*
Revert "tcp/dccp: get rid of inet_twsk_purge()"
Eric Dumazet
2022-05-13
1
-7
/
+51
*
tcp: allocate tcp_death_row outside of struct netns_ipv4
Eric Dumazet
2022-01-27
1
-3
/
+5
*
tcp/dccp: get rid of inet_twsk_purge()
Eric Dumazet
2022-01-25
1
-47
/
+0
*
tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()
Eric Dumazet
2022-01-25
1
-5
/
+4
*
tcp/dccp: add tw->tw_bslot
Eric Dumazet
2022-01-25
1
-4
/
+7
*
net: Use generic ns_common::count
Christian Brauner
2020-08-19
1
-2
/
+2
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
soreuseport: initialise timewait reuseport field
Eric Dumazet
2018-04-08
1
-0
/
+1
*
net: Convert atomic_t net::count to refcount_t
Kirill Tkhai
2018-01-15
1
-2
/
+2
*
tcp/dccp: avoid one atomic operation for timewait hashdance
Eric Dumazet
2017-12-13
1
-14
/
+13
*
Revert "tcp: must block bh in __inet_twsk_hashdance()"
Eric Dumazet
2017-12-05
1
-3
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-16
1
-3
/
+0
|
\
|
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-16
1
-3
/
+0
*
|
ipv4: timewait: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-4
/
+3
|
/
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-4
/
+4
*
ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob
Haishuang Yan
2016-12-29
1
-2
/
+1
*
timers, net/ipv4/inet: Initialize connection request timers as pinned
Thomas Gleixner
2016-07-07
1
-2
/
+3
*
tcp: must block bh in __inet_twsk_hashdance()
Eric Dumazet
2016-05-04
1
-3
/
+3
*
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-28
1
-2
/
+2
*
tcp/dccp: fix timewait races in timer handling
Eric Dumazet
2015-09-22
1
-6
/
+10
*
inet: inet_twsk_deschedule factorization
Eric Dumazet
2015-07-10
1
-5
/
+8
*
inet: simplify timewait refcounting
Eric Dumazet
2015-07-10
1
-36
/
+6
*
tcp/dccp: tw_timer_handler() is static
Eric Dumazet
2015-05-13
1
-1
/
+1
*
tcp/dccp: get rid of central timewait timer
Eric Dumazet
2015-04-13
1
-234
/
+36
*
ipv4: coding style: comparison for inequality with NULL
Ian Morris
2015-04-03
1
-1
/
+1
*
inet: add a schedule point in inet_twsk_purge()
Eric Dumazet
2015-03-19
1
-0
/
+1
*
net: Kill hold_net release_net
Eric W. Biederman
2015-03-12
1
-2
/
+1
*
net: add real socket cookies
Eric Dumazet
2015-03-12
1
-0
/
+1
*
tcp/dccp: remove twchain
Eric Dumazet
2013-10-09
1
-27
/
+28
*
tcp: shrink tcp6_timewait_sock by one cache line
Eric Dumazet
2013-10-03
1
-2
/
+2
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-28
1
-4
/
+3
*
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
2012-05-16
1
-2
/
+2
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
[next]