]> git.baikalelectronics.ru Git - kernel.git/commit
e100: Support RXALL feature flag.
authorBen Greear <greearb@candelatech.com>
Fri, 17 Feb 2012 13:43:44 +0000 (13:43 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 1 Mar 2012 07:00:45 +0000 (23:00 -0800)
commit4839c9c8be5a9f7c177d575b6bd1f90a2a391cb9
tree3670a14f9e55ca5562015095a6282e940dd3abbb
parent2284641b5661f381b1b69fef4dbb5eb8889e61e6
e100: Support RXALL feature flag.

This allows the NIC to receive packets with bad FCS
and other errors.  Good for sniffing packets on flakey
networks.

v4:  Only flax rx-over-length errors if pkt is beyond
   maximum expected packet size, not just beyond the MTU.
   This matches the existing logic for this counter.

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>
drivers/net/ethernet/intel/e100.c