David S. Miller 69747650c8 pkt_sched: Fix return value corruption in HTB and TBF.
Based upon a bug report by Josip Rodin.

Packet schedulers should only return NET_XMIT_DROP iff
the packet really was dropped.  If the packet does reach
the device after we return NET_XMIT_DROP then TCP can
crash because it depends upon the enqueue path return
values being accurate.

Signed-off-by: David S. Miller <davem@davemloft.net>
2008-08-18 00:39:41 -07:00
..
2008-07-24 10:47:27 -07:00
2008-08-15 19:51:07 -07:00
2008-07-28 21:14:43 +02:00
2008-08-13 02:39:56 -07:00
2008-07-24 10:47:27 -07:00
2008-07-08 03:23:36 -07:00