OSDN Git Service

net: Support RX-ALL feature flag.
authorBen Greear <greearb@candelatech.com>
Sat, 11 Feb 2012 15:39:45 +0000 (15:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 24 Feb 2012 09:42:07 +0000 (01:42 -0800)
commit5e0c03c8cd40e5c3b7ba624b8ba9a343de79ade1
tree01d52570bbe5c9392d7e0c47efff0c4947cf92a2
parent943146de22d3658de26d94512beae7223282ed1c
net: Support RX-ALL feature flag.

This flag requests that network devices pass all
received frames up the stack, even ones with errors
such as invalid FCS (frame check sum).  This will
allow sniffers to see bad packets and perhaps
give the user some idea how to fix the problem.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Documentation/networking/netdev-features.txt
include/linux/netdev_features.h
net/core/ethtool.c