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-30 19:25:36 +02:00
2006-07-24 13:52:13 -07:00
2006-07-21 14:51:30 -07:00
2006-07-21 14:51:30 -07:00
2006-07-21 14:51:30 -07:00
2006-07-24 12:44:25 -07:00
2006-08-13 18:57:54 -07:00
2006-08-17 16:29:46 -07:00
2006-08-02 13:38:14 -07:00
2006-08-02 14:14:44 -07:00
2006-07-21 14:51:30 -07:00
2006-06-30 19:25:36 +02:00
2006-07-27 14:37:31 -04:00
2006-08-13 20:12:58 -07:00
2006-08-13 20:12:58 -07:00
2006-08-09 17:36:15 -07:00
2006-07-21 14:51:30 -07:00
2006-06-30 19:25:36 +02:00
2006-08-05 21:15:58 -07:00
2006-08-13 18:56:26 -07:00
2006-08-13 18:57:54 -07:00
2006-07-21 14:51:30 -07:00
2006-07-12 13:59:02 -07:00
2006-06-30 19:25:36 +02:00
2006-07-12 13:58:59 -07:00
2006-07-21 14:51:30 -07:00
2006-08-04 22:59:49 -07:00
2006-07-21 14:49:25 -07:00
2006-08-06 08:57:47 -07:00
2006-07-21 15:52:20 -07:00
2006-08-02 14:12:06 -07:00
2006-07-21 14:51:30 -07:00
2006-06-30 19:25:36 +02:00
2006-08-13 18:55:53 -07:00
2006-04-01 02:25:19 -08:00
2006-06-17 21:29:57 -07:00
2006-01-12 14:06:31 -08:00
2006-03-28 09:16:06 -08:00
2006-06-30 19:25:36 +02:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00