]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Abstract out all write queue operations.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Mar 2007 20:12:44 +0000 (12:12 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:02 +0000 (22:24 -0700)
commita78cad2769fa1d0e7b2d3e45b8967b07a53ceeee
tree98f5a6ebbb770f16682cfc52caea2da1e7eeb73b
parentcbf08ee6ec0b92179d8f8c8bdf9c52883a69de7c
[TCP]: Abstract out all write queue operations.

This allows the write queue implementation to be changed,
for example, to one which allows fast interval searching.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c