1. 25 1月, 2015 1 次提交
  2. 07 11月, 2014 1 次提交
  3. 01 10月, 2014 1 次提交
  4. 10 9月, 2014 1 次提交
  5. 13 8月, 2014 1 次提交
  6. 14 5月, 2014 1 次提交
  7. 19 2月, 2014 1 次提交
  8. 07 12月, 2013 1 次提交
    • J
      ethernet: Fix FSF address in file headers · 0ab75ae8
      Jeff Kirsher 提交于
      Several files refer to an old address for the Free Software Foundation
      in the file header comment.  Resolve by replacing the address with
      the URL <http://www.gnu.org/licenses/> so that we do not have to keep
      updating the header comments anytime the address changes.
      
      CC: Santosh Raspatur <santosh@chelsio.com>
      CC: Dimitris Michailidis <dm@chelsio.com>
      CC: Michael Chan <mchan@broadcom.com>
      CC: Santiago Leon <santil@linux.vnet.ibm.com>
      CC: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
      CC: Olof Johansson <olof@lixom.net>
      CC: Manish Chopra <manish.chopra@qlogic.com>
      CC: Sony Chacko <sony.chacko@qlogic.com>
      CC: Rajesh Borundia <rajesh.borundia@qlogic.com>
      CC: Nicolas Pitre <nico@fluxnic.net>
      CC: Steve Glendinning <steve.glendinning@shawell.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0ab75ae8
  9. 22 10月, 2013 1 次提交
  10. 28 9月, 2013 1 次提交
  11. 28 8月, 2013 1 次提交
  12. 10 8月, 2013 1 次提交
    • Y
      netxen: clean up unnecessary MSI/MSI-X capability find · b83082e9
      Yijing Wang 提交于
      PCI core will initialize device MSI/MSI-X capability in
      pci_msi_init_pci_dev(). So device driver should use
      pci_dev->msi_cap/msix_cap to determine whether the device
      support MSI/MSI-X instead of using
      pci_find_capability(pci_dev, PCI_CAP_ID_MSI/MSIX).
      Access to PCIe device config space again will consume more time.
      Signed-off-by: NYijing Wang <wangyijing@huawei.com>
      Cc: Manish Chopra <manish.chopra@qlogic.com>
      Cc: Sony Chacko <sony.chacko@qlogic.com>
      Cc: Rajesh Borundia <rajesh.borundia@qlogic.com>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b83082e9
  13. 03 6月, 2013 1 次提交
  14. 31 5月, 2013 4 次提交
  15. 29 5月, 2013 1 次提交
  16. 20 4月, 2013 1 次提交
  17. 15 3月, 2013 1 次提交
    • N
      netxen: write IP address to firmware when using bonding · 8a7fbfab
      nikolay@redhat.com 提交于
      This patch allows LRO aggregation on bonded devices that contain an
      NX3031 device. It also adds a for_each_netdev_in_bond_rcu(bond, slave)
      macro which executes for each slave that has bond as master.
      
      V3: After testing and discussing this with Rajesh, I decided to keep the
          vlan ip cache and just rename it to ip_cache since it will store bond
          ip addresses too. A new master flag has been added to the ip cache to
          denote that the address has been added because of a master device.
          I've taken care of the enslave/release cases by checking for various
          combinations of events and flags (e.g. netxen has a master, it's a
          bond master and it's not marked as a slave means it is being enslaved
          and is dev_open()ed in bond_enslave).
          I've changed netxen_free_ip_list() to have a "master" parameter which
          causes all IP addresses marked as master to be deleted (used when a
          netxen is being released). I've made the patch use the new upper
          device API as well. The following cases were tested:
          - bond -> netxen
          - vlan -> netxen
          - vlan -> bond -> netxen
      
      V2: Remove local ip caching, retrieve addresses dynamically and
          restore them if necessary.
      
      Note: Tested with NX3031 adapter.
      Tested-by: NRajesh Borundia <rajesh.borundia@qlogic.com>
      Signed-off-by: NAndy Gospodarek <agospoda@redhat.com>
      Signed-off-by: NNikolay Aleksandrov <nikolay@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      8a7fbfab
  18. 05 2月, 2013 1 次提交
  19. 23 1月, 2013 1 次提交
  20. 09 1月, 2013 1 次提交
  21. 04 12月, 2012 1 次提交
  22. 19 9月, 2012 1 次提交
  23. 08 9月, 2012 1 次提交
  24. 23 8月, 2012 1 次提交
  25. 10 5月, 2012 2 次提交
  26. 17 3月, 2012 1 次提交
    • S
      netxen: qlogic ethernet : Fix endian bug. · 06d6c108
      Santosh Nayak 提交于
      Change the datatype of "ip_addr" to __be32 as 'ip' should be in
      big endian format.
      
      Adapter needs "ip address" in big endian format stored at lower 32bit
      of req.word[1]. netxen_config_ipaddr() now receives 'ip' in big endian
      format. To satisfy adapter's need, use memcpy() to copy byte by byte
      of 'ip' into lower 32bit of req.word[1].
      
      Mac address and serial number of adapter need to be in little endian format.
      Change the data type of the related  variables to __le32 / __le64 or cast it
      explicitly to __le32 / __le64 depending upon the requirement.
      Signed-off-by: NSantosh Nayak <santoshprasadnayak@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      06d6c108
  27. 24 2月, 2012 1 次提交
  28. 05 2月, 2012 3 次提交
  29. 01 2月, 2012 1 次提交
  30. 17 11月, 2011 1 次提交
  31. 19 10月, 2011 1 次提交
  32. 07 10月, 2011 1 次提交
  33. 21 9月, 2011 1 次提交
  34. 16 9月, 2011 1 次提交