netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-2.6.25 0/9]: TCP cleanups & minor changes.
@ 2007-12-31 10:47 Ilpo Järvinen
  2007-12-31 10:47 ` [PATCH 1/9] [TCP]: Make invariant check complain about invalid sacked_out Ilpo Järvinen
  0 siblings, 1 reply; 20+ messages in thread
From: Ilpo Järvinen @ 2007-12-31 10:47 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

Hi Dave,

The first one is restored after getting removed in the
straight-forward revert we did.

Please check that the TCPCB_URG removal is indeed valid. I couldn't
find any use for it but there might be some non-obviously named
things I've missed.

I did a larger cleanup with indent for tcp_input and tcp_output
because I started to find so many unnecessarily line split &
missing spaces here and there. There's still a lot to do because
not every case has a trivial solution but at least something got
cleaner :-).

These should apply cleanly to the rebased net-2.6.25. I did some
trivial test with them before the rebase.                        
                                                    
   
-- 
 i.



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2007-12-31 14:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 10:47 [PATCH net-2.6.25 0/9]: TCP cleanups & minor changes Ilpo Järvinen
2007-12-31 10:47 ` [PATCH 1/9] [TCP]: Make invariant check complain about invalid sacked_out Ilpo Järvinen
2007-12-31 10:47   ` [PATCH 2/9] [TCP]: Rename update_send_head & include related increment to it Ilpo Järvinen
2007-12-31 10:47     ` [PATCH 3/9] [TCP]: Remove unnecessary local variables Ilpo Järvinen
2007-12-31 10:47       ` [PATCH 4/9] [TCP]: Introduce tcp_wnd_end() to reduce line lengths Ilpo Järvinen
2007-12-31 10:47         ` [PATCH 5/9] [TCP]: Dropped unnecessary skb/sacked accessing in reneging Ilpo Järvinen
2007-12-31 10:47           ` [PATCH 6/9] [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary Ilpo Järvinen
2007-12-31 10:47             ` [PATCH 7/9] [TCP]: reduce tcp_output's indentation levels a bit Ilpo Järvinen
2007-12-31 10:47               ` [PATCH 8/9] [TCP]: cleanup tcp_{in,out}put.c style Ilpo Järvinen
2007-12-31 10:47                 ` [PATCH 9/9] [TCP]: Code duplication removal, added tcp_bound_to_half_wnd() Ilpo Järvinen
2007-12-31 12:52                   ` David Miller
2007-12-31 12:52                 ` [PATCH 8/9] [TCP]: cleanup tcp_{in,out}put.c style David Miller
2007-12-31 12:51               ` [PATCH 7/9] [TCP]: reduce tcp_output's indentation levels a bit David Miller
2007-12-31 12:50             ` [PATCH 6/9] [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary David Miller
2007-12-31 12:49           ` [PATCH 5/9] [TCP]: Dropped unnecessary skb/sacked accessing in reneging David Miller
2007-12-31 12:48         ` [PATCH 4/9] [TCP]: Introduce tcp_wnd_end() to reduce line lengths David Miller
2007-12-31 12:47       ` [PATCH 3/9] [TCP]: Remove unnecessary local variables David Miller
2007-12-31 14:17         ` Ilpo Järvinen
2007-12-31 12:44     ` [PATCH 2/9] [TCP]: Rename update_send_head & include related increment to it David Miller
2007-12-31 12:44   ` [PATCH 1/9] [TCP]: Make invariant check complain about invalid sacked_out David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).