Re: [PATCH net-next 0/5] tcp: cleanups for linux-5.1

2019-02-26 Thread David Miller
From: Eric Dumazet Date: Tue, 26 Feb 2019 09:49:08 -0800 > This small patch series cleanups few things, and add a small > timewait optimization for hosts not using md5. Series applied, thanks Eric.

[PATCH net-next 0/5] tcp: cleanups for linux-5.1

2019-02-26 Thread Eric Dumazet
This small patch series cleanups few things, and add a small timewait optimization for hosts not using md5. Eric Dumazet (5): tcp: get rid of tcp_check_send_head() tcp: get rid of __tcp_add_write_queue_tail() tcp: convert tcp_md5_needed to static_branch API tcp: use tcp_md5_needed for time