24 Feb, 2012

2 commits

  • 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
    Tested-by: Aaron Brown
    Signed-off-by: Jeff Kirsher

    Ben Greear
     
  • 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
    Tested-by: Aaron Brown
    Signed-off-by: Jeff Kirsher

    Ben Greear
     

17 Nov, 2011

5 commits