]> git.baikalelectronics.ru Git - kernel.git/commit
net: Support RXFCS feature flag.
authorBen Greear <greearb@candelatech.com>
Sat, 11 Feb 2012 15:39:14 +0000 (15:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 24 Feb 2012 09:19:59 +0000 (01:19 -0800)
commit7682c6537410adb15b258f4d52d42544c16c5de9
tree9fc370acb4cf09424b913ff8d5a8a80cd6b21d56
parente9764b51958aaa437e0f567464158231541a5936
net: Support RXFCS feature flag.

When set on hardware that supports the feature,
this causes the Ethernet FCS to be appended
to the end of the skb.

Useful for sniffing packets.

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