1. 11 8月, 2011 1 次提交
  2. 14 5月, 2011 1 次提交
  3. 18 12月, 2010 1 次提交
  4. 04 12月, 2010 1 次提交
  5. 29 11月, 2010 1 次提交
  6. 09 10月, 2010 1 次提交
  7. 02 9月, 2010 1 次提交
  8. 27 8月, 2010 1 次提交
  9. 26 8月, 2010 1 次提交
  10. 20 8月, 2010 3 次提交
  11. 17 8月, 2010 1 次提交
  12. 30 6月, 2010 1 次提交
  13. 02 6月, 2010 2 次提交
    • A
      qlcnic: NIC Partitioning - Add non privileged mode support · 9f26f547
      Anirban Chakraborty 提交于
      Added support for NIC functions that work in non privileged mode where these
      functions are privileged to do IO only, the control operations are handled via
      privileged functions.
      Bumped up version number to 5.0.3.
      Signed-off-by: NAnirban Chakraborty <anirban.chakraborty@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9f26f547
    • A
      qlcnic: NIC Partitioning - Add basic infrastructure support · 2e9d722d
      Anirban Chakraborty 提交于
      Following changes have been added to enable the adapter to work in
      NIC partitioning mode where multiple PCI functions of an adapter port can
      be configured to work as NIC functions. The first function that is enumerated on
      the PCI bus assumes the role of management function which, besides being able
      to do all the NIC functionality, can configure other NIC partitions. Other NIC
      functions can be configured as privileged or non privileged functions.
      Privileged function can not configure other NIC functions but can do all the
      NIC functionality including any firmware initialization, chip reset etc. Non
      privileged functions can do only basic IO. For chip reset etc, it depends on the
      privilege or management function.
      
      1. Added code to determine PCI function number independent of kernel API.
      2. Added Driver - FW version 2.0 support.
      3. Changed producer and consumer register offset calculation.
      4. Added management and privileged operation modes for npar functions. A module
       parameter has been added to control it.
      5. Added support for configuring the eswitch in the adapter.
      Signed-off-by: NAnirban Chakraborty <anirban.chakraborty@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2e9d722d
  14. 18 5月, 2010 1 次提交
  15. 14 5月, 2010 1 次提交
  16. 23 4月, 2010 2 次提交
  17. 04 4月, 2010 3 次提交
  18. 16 1月, 2010 1 次提交