1. 29 9月, 2011 1 次提交
  2. 24 9月, 2011 4 次提交
  3. 17 9月, 2011 8 次提交
  4. 16 9月, 2011 9 次提交
  5. 31 8月, 2011 1 次提交
  6. 29 8月, 2011 5 次提交
  7. 27 8月, 2011 2 次提交
  8. 19 8月, 2011 3 次提交
  9. 18 8月, 2011 2 次提交
  10. 11 8月, 2011 1 次提交
  11. 04 8月, 2011 2 次提交
  12. 22 7月, 2011 2 次提交
    • D
      ixgbe: convert to ndo_fix_features · 082757af
      Don Skidmore 提交于
      Private rx_csum flags are now duplicate of netdev->features &
      NETIF_F_RXCSUM.  We remove those duplicates and now use the net_device_ops
      ndo_set_features.  This was based on the original patch submitted by
      Michal Miroslaw <mirq-linux@rere.qmqm.pl>.  I also removed the special
      case not requiring a reset for X540 hardware.  It is needed just as it is
      in 82599 hardware.
      Signed-off-by: NDon Skidmore <donald.c.skidmore@intel.com>
      Cc:  Michal Miroslaw <mirq-linux@rere.qmqm.pl>
      Tested-by: NPhil Schmitt <phillip.j.schmitt@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      082757af
    • A
      ixgbe: only enable WoL for magic packet by default · 9417c464
      Andy Gospodarek 提交于
      Martin Wilck <martin.wilck@ts.fujitsu.com> reported that systems using
      the ixgbe-driver that were capable of WoL were rebooting almost as soon
      as they were shut down.  This is because the default WoL settings
      enabled magic packet, broadcast, unicast, and multicast.
      
      Other Intel devices seem to use the stored eeprom value for initial WoL
      capabilities.  The 82578DM (e1000e) and 82576 (igb) the devices I looked
      at had only the magic packet enabled in the eeprom, so that seems
      appropriate on ixgbe-based devices as well.  I set the WoL options on my
      82578DM to be the same default as the ixgbe devices (umbg) and saw the
      same as Martin -- almost as soon as my box shutdown, it booted again.
      
      This patch changes the default to only be the magic packet.  This is the
      same as the default for most Intel and non-Intel hardware currently
      upstream.
      Signed-off-by: NAndy Gospodarek <andy@greyhouse.net>
      CC: Martin Wilck <martin.wilck@ts.fujitsu.com>
      Tested-by: NPhil Schmitt <phillip.j.schmitt@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      9417c464