linux/net/dccp
Krishna Kumar ea94ff3b55 net: Fix for dst_negative_advice
dst_negative_advice() should check for changed dst and reset
sk_tx_queue_mapping accordingly. Pass sock to the callers of
dst_negative_advice.

(sk_reset_txq is defined just for use by dst_negative_advice. The
only way I could find to get around this is to move dst_negative_()
from dst.h to dst.c, include sock.h in dst.c, etc)

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-20 18:55:46 -07:00
..
ccids dccp ccid-3: Remove CCID naming redundancy 2/2 2009-10-07 13:51:24 -07:00
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h net: Make setsockopt() optlen be unsigned. 2009-09-30 16:12:20 -07:00
diag.c
feat.c net: mark read-only arrays as const 2009-08-05 10:42:58 -07:00
feat.h
input.c
ipv4.c inet: rename some inet_sock fields 2009-10-18 18:52:53 -07:00
ipv6.c inet: rename some inet_sock fields 2009-10-18 18:52:53 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c
output.c inet: rename some inet_sock fields 2009-10-18 18:52:53 -07:00
probe.c inet: rename some inet_sock fields 2009-10-18 18:52:53 -07:00
proto.c inet: rename some inet_sock fields 2009-10-18 18:52:53 -07:00
sysctl.c
timer.c net: Fix for dst_negative_advice 2009-10-20 18:55:46 -07:00