1. 16 1月, 2014 2 次提交
  2. 01 1月, 2014 1 次提交
  3. 18 12月, 2013 1 次提交
  4. 11 11月, 2013 1 次提交
  5. 08 11月, 2013 1 次提交
  6. 03 10月, 2013 1 次提交
  7. 29 8月, 2013 1 次提交
  8. 31 7月, 2013 2 次提交
  9. 20 4月, 2013 1 次提交
  10. 19 4月, 2013 1 次提交
    • G
      ixgbe: Fix a bug in setting VF VLAN via PF · 026ac677
      Greg Rose 提交于
      The PF driver does not check if the administrator has already set a VF
      VLAN via the PF driver before setting the new VLAN.  This results in
      the following scenario:
      
      A) Administrator sets VF <n> to VLAN 100
      B) Administrator sets VF <x> to VLAN 100
      C) Administrator sets VF <n> to VLAN 200
      D) The VF <n> driver continues to be able to receive traffic on VLAN
         100 because the VLVFB pool enable bit for that VF was left set
         instead of being cleared as it should be.
      
      This fix ensures that the old VLAN filter for VF <n> is first removed
      and the pool bit enable for VF <n> is cleared so that it no longer
      receives traffic on VLAN 100.
      Signed-off-by: NGreg Rose <gregory.v.rose@intel.com>
      Tested-by: NSibai Li <sibai.li@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      026ac677
  11. 28 3月, 2013 1 次提交
  12. 05 2月, 2013 1 次提交
  13. 24 1月, 2013 3 次提交
  14. 19 1月, 2013 1 次提交
  15. 28 11月, 2012 1 次提交
  16. 01 11月, 2012 1 次提交
    • J
      ixgbe: add setlink, getlink support to ixgbe and ixgbevf · 815cccbf
      John Fastabend 提交于
      This adds support for the net device ops to manage the embedded
      hardware bridge on ixgbe devices. With this patch the bridge
      mode can be toggled between VEB and VEPA to support stacking
      macvlan devices or using the embedded switch without any SW
      component in 802.1Qbg/br environments.
      
      Additionally, this adds source address pruning to the ixgbevf
      driver to prune any frames sent back from a reflective relay on
      the switch. This is required because the existing hardware does
      not support this. Without it frames get pushed into the stack
      with its own src mac which is invalid per 802.1Qbg VEPA
      definition.
      Signed-off-by: NJohn Fastabend <john.r.fastabend@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      815cccbf
  17. 30 10月, 2012 2 次提交
  18. 23 10月, 2012 3 次提交
  19. 19 10月, 2012 3 次提交
  20. 16 9月, 2012 2 次提交
  21. 23 7月, 2012 1 次提交
  22. 22 7月, 2012 2 次提交
  23. 21 7月, 2012 1 次提交
    • J
      ixgbe: use PCI_VENDOR_ID_INTEL · 36e90319
      Jon Mason 提交于
      Use PCI_VENDOR_ID_INTEL from pci_ids.h instead of creating its own
      vendor ID #define.
      Signed-off-by: NJon Mason <jdmason@kudzu.us>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Cc: Bruce Allan <bruce.w.allan@intel.com>
      Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>
      Cc: Don Skidmore <donald.c.skidmore@intel.com>
      Cc: Greg Rose <gregory.v.rose@intel.com>
      Cc: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
      Cc: Alex Duyck <alexander.h.duyck@intel.com>
      Cc: John Ronciak <john.ronciak@intel.com>
      Acked-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      36e90319
  24. 20 7月, 2012 2 次提交
  25. 19 7月, 2012 1 次提交
  26. 17 7月, 2012 1 次提交
  27. 10 5月, 2012 2 次提交