David S. Miller 7ea49ed73c [VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.
Since __vlan_hwaccel_rx() is essentially bypassing the
netif_receive_skb() call that would have occurred if we did the VLAN
decapsulation in software, we are missing the skb_bond() call and the
assosciated checks it does.

Export those checks via an inline function, skb_bond_should_drop(),
and use this in __vlan_hwaccel_rx().

Signed-off-by: David S. Miller <davem@davemloft.net>
2006-08-17 16:29:46 -07:00
..
2006-06-17 21:30:14 -07:00
2006-04-09 22:25:48 -07:00
2006-04-18 15:57:54 -07:00
2006-01-11 18:42:14 -08:00
2006-07-03 15:27:10 -07:00
2006-07-12 17:58:53 -07:00