summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-08-15 02:08:36 +0200
committerDavid S. Miller <davem@sunset.davemloft.net>2006-08-18 01:29:46 +0200
commit7ea49ed73c8d0d0bdf7c11fc18c61572d2d22176 (patch)
tree09cf48c5f48bdee89b7a2579ba4c7b072ca842e9 /net/ipv4/ip_input.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18 (diff)
downloadlinux-7ea49ed73c8d0d0bdf7c11fc18c61572d2d22176.tar.xz
linux-7ea49ed73c8d0d0bdf7c11fc18c61572d2d22176.zip
[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>
Diffstat (limited to 'net/ipv4/ip_input.c')
0 files changed, 0 insertions, 0 deletions