1. 27 8月, 2009 1 次提交
  2. 07 5月, 2009 1 次提交
  3. 09 4月, 2009 3 次提交
  4. 27 2月, 2009 1 次提交
  5. 25 2月, 2009 1 次提交
  6. 28 10月, 2008 1 次提交
  7. 07 8月, 2008 2 次提交
  8. 23 7月, 2008 3 次提交
  9. 18 6月, 2008 1 次提交
  10. 29 1月, 2008 3 次提交
  11. 13 1月, 2008 1 次提交
  12. 11 10月, 2007 1 次提交
  13. 09 7月, 2007 1 次提交
  14. 10 6月, 2007 1 次提交
    • M
      NetXen: Fix ping issue after reboot on Blades with 3.4.19 firmware · 3e2facef
      Mithlesh Thukral 提交于
      NetXen: Fix initialization and subsequent ping issue on 3.4.19 firmware
      This patch fixes the ping problem seen X/PBlades after the adapter's
      firmware was moved to 3.4.19. After configured interface up, ping
      failed.
      NetXen adapter couldn't accept ARP broadcast packet. Manual addition of
      MAC address in the ARP table, made ping work.
      NetXen adapter should finish initilization after system boot. But looks
      NetXen adapter didn't initilization correctly after system boot up.
      So have to re-load the firmware again in probe routine.
      Also re-initilization netxen_config_0 and netxen_config_1 registers.
      
      Signed-off by: Wen Xiong <wenxiong@us.ibm.com>
      Signed-off by: Mithlesh Thukral <mithlesh@netxen.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3e2facef
  15. 28 4月, 2007 3 次提交
  16. 10 2月, 2007 1 次提交
  17. 31 1月, 2007 1 次提交
  18. 05 12月, 2006 2 次提交
    • A
      [PATCH] NetXen: multiport firmware support, ioctl interface · ed25ffa1
      Amit S. Kale 提交于
      NetXen: 1G/10G Ethernet driver updates
      	- Multiport and newer firmware support
      	- ioctl interface for user level tools
      	- Cast error fix for multiport
      Signed-off-by: NAmit S. Kale <amitkale@netxen.com>
      
       netxen_nic.h          |  281 +++++++++++++++++++++++++-------
       netxen_nic_ethtool.c  |   12 -
       netxen_nic_hw.c       |  429 +++++++++++++++++++++++++++++++++++++++++---------
       netxen_nic_init.c     |  301 ++++++++++++++++++++++++++++++-----
       netxen_nic_ioctl.h    |    2
       netxen_nic_isr.c      |    3
       netxen_nic_main.c     |  260 ++++++++++++++++++------------
       netxen_nic_niu.c      |   22 +-
       netxen_nic_phan_reg.h |  228 ++++++++++++++++----------
       9 files changed, 1161 insertions(+), 377 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      ed25ffa1
    • A
      [PATCH] NetXen: whitespace cleaup and more cleanup fixes · 80922fbc
      Amit S. Kale 提交于
      Signed-off-by: NAmit S. Kale <amitkale@netxen.com>
      
       netxen_nic.h         |   56 ++++++++++++++++++++--------------------------
       netxen_nic_ethtool.c |   53 +++++++++++++++++++++-----------------------
       netxen_nic_hdr.h     |    6 ++---
       netxen_nic_hw.c      |   54 +++++++++++++++++++++------------------------
       netxen_nic_hw.h      |   10 ++++----
       netxen_nic_init.c    |   61 +++++++++++++++++++++++++--------------------------
       netxen_nic_ioctl.h   |    6 ++---
       netxen_nic_isr.c     |   48 +++++++++++++++++-----------------------
       netxen_nic_main.c    |   54 +++++++++++++++++----------------------------
       netxen_nic_niu.c     |   10 ++++----
       10 files changed, 165 insertions(+), 193 deletions(-)
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      80922fbc
  19. 02 12月, 2006 2 次提交