~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to Documentation/networking/igb.txt

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
  REQUIREMENTS: MSI-X support is required for Multiqueue. If MSI-X is not
94
94
  found, the system will fallback to MSI or to Legacy interrupts.
95
95
 
 
96
  MAC and VLAN anti-spoofing feature
 
97
  ----------------------------------
 
98
  When a malicious driver attempts to send a spoofed packet, it is dropped by
 
99
  the hardware and not transmitted.  An interrupt is sent to the PF driver
 
100
  notifying it of the spoof attempt.
 
101
 
 
102
  When a spoofed packet is detected the PF driver will send the following
 
103
  message to the system log (displayed by  the "dmesg" command):
 
104
 
 
105
  Spoof event(s) detected on VF(n)
 
106
 
 
107
  Where n=the VF that attempted to do the spoofing.
 
108
 
96
109
Support
97
110
=======
98
111