1. 08 3月, 2013 7 次提交
  2. 05 2月, 2013 2 次提交
  3. 01 2月, 2013 2 次提交
  4. 28 1月, 2013 1 次提交
  5. 27 1月, 2013 4 次提交
  6. 18 1月, 2013 1 次提交
  7. 01 12月, 2012 1 次提交
  8. 31 8月, 2012 1 次提交
  9. 07 8月, 2012 2 次提交
  10. 14 7月, 2012 2 次提交
  11. 05 5月, 2012 1 次提交
  12. 03 5月, 2012 2 次提交
  13. 02 5月, 2012 1 次提交
    • B
      e1000e: fix .ndo_set_rx_mode for 82579 · 69e1e019
      Bruce Allan 提交于
      Secondary unicast and multicast addresses are added to the Receive
      Address registers (RAR) for most parts supported by the driver.  For
      82579, there is only one actual RAR and a number of Shared Receive Address
      registers (SHRAR) that are shared among the driver and f/w which can be
      reserved and write-protected by the f/w.  On this device, use the SHRARs
      that are not taken by f/w for the additional addresses.
      
      Add a MAC ops function pointer infrastructure (similar to other MAC
      operations in the driver) for setting RARs, introduce a new rar_set
      function for 82579 and convert the existing code that sets RARs on other
      devices to a generic rar_set function.
      Signed-off-by: NBruce Allan <bruce.w.allan@intel.com>
      Tested-by: NJeff Pieper <jeffrey.e.pieper@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      69e1e019
  14. 27 4月, 2012 1 次提交
  15. 14 4月, 2012 1 次提交
  16. 01 3月, 2012 1 次提交
  17. 25 2月, 2012 4 次提交
  18. 14 2月, 2012 3 次提交
  19. 10 2月, 2012 2 次提交
  20. 07 2月, 2012 1 次提交