1. 11 8月, 2011 1 次提交
  2. 16 7月, 2010 1 次提交
  3. 30 4月, 2009 1 次提交
  4. 22 5月, 2008 1 次提交
  5. 29 1月, 2008 1 次提交
  6. 08 12月, 2007 1 次提交
  7. 20 10月, 2007 1 次提交
  8. 11 10月, 2007 2 次提交
  9. 31 7月, 2007 1 次提交
  10. 28 4月, 2007 1 次提交
  11. 27 2月, 2007 1 次提交
  12. 06 2月, 2007 2 次提交
  13. 14 9月, 2006 1 次提交
  14. 03 5月, 2006 2 次提交
    • A
      [PATCH] s2io: additional stats · bd1034f0
      Ananda Raju 提交于
      Hi,
      	This patch contains additional statistics counters added to s2io driver
      	these statistics are very much usefull in debugging the driver.
      Signed-off-by: NAnanda Raju <ananda.raju@neterion.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      bd1034f0
    • A
      [PATCH] s2io: performance improvements · 863c11a9
      Ananda Raju 提交于
      hi,
      	This patch contains all the changes that were done to improve
      	performance of s2io driver. one line  description of the changes
      	are
      
      	1. For Non NAPI case the rx interrupt handler is being called
      	   unconditionally
      	2. code optimization and adding prefetch skb->data
      	3. Remove modulo operations in fast path
      	4. Enable Group Reads and set backoff interval to 0x1000
      	5. correct PIC_CNTL_SHARED_SPLITS  macro definition, and reduce
      	   pause parameter
      	6. Corrected logic of identifying rx buffer level in rx_buffer_level()
      	7. fix DMA map and unmap done with different sizes in 1-buf mode
      	8. Removed forcible disabling of ERO
      	9. Send up the packets with transfer code = 0x5
      Signed-off-by: NAnanda Raju <ananda.raju@neterion.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      863c11a9
  15. 19 10月, 2005 1 次提交
    • R
      [PATCH] S2io: Offline diagnostics fixes · ad4ebed0
      ravinandan.arakali@neterion.com 提交于
      This patch fixes the following bugs with offline diagnostics
      code(run with "ethtool -t").
      
      1. After running offline diagnostics, adapter would report
      corrupted packets on receive. This was because of adapter not
      being brought out of "RLDRAM test mode".
      2. Current EEPROM test works only for Xframe I. Since Xframe II
      uses different interface(SPI), support for this interface has
      been added. Also, since SPI supports write access to all areas
      of EEPROM, negative testing is done only for Xframe I.
      3. Return values from subfunctions of offline diagnostics have
      been corrected.
      4. In register test, expected value from rx_queue_cfg register
      is made to depend on adapter type.
      5. After the test, need to restore values at EEPROM offsets
      0x4F0 and 0x7F0. These locations were modified as part of test.
      6. Use macro SPECIAL_REG_WRITE for write access to mc_rldram_test_ctrl
      register. Also, couple of unnecessary writes to mc_rldram_test_ctrl
      have been removed.
      Signed-off-by: NRavinandan Arakali <ravinandan.arakali@neterion.com>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      ad4ebed0
  16. 07 9月, 2005 1 次提交
    • R
      [PATCH] S2io: Hardware and miscellaneous fixes · 776bd20f
      ravinandan.arakali@neterion.com 提交于
      Hi,
      This patch contains the following hardware related fixes and other
      miscellaneous bug fixes.
      
      1. Updated the definition of single and double-bit ECC errors
      2. Earlier we were allocating Transmit descriptors equal to
         MAX_SKB_FRAGS. This was causing a boundary condition failure.
         Need to allocate MAX_SKB_FRAGS+1 descriptors.
      3. On some platforms(like PPC), pci_alloc_consistent() can return
         a zero DMA address. Since the NIC cannot handle zero-addresses,
         a workaround has been provided. Basically, we don't use such
         that page. We reallocate.
      4. If list_info allocation failed during driver load, check for
         it during driver exit and return instead of trying to dereference
         NULL pointer.
      5. Increase the debug level of few non-critical debug messages.
      6. Reset the card on critical ECC double errors only in case of
         XframeI since XframeII can recover from such errors.
      7. Print copyright message on driver load.
      8. Bumped up the driver version no. to 2.0.8.1
      Signed-off-by: NRavinandan Arakali <ravinandan.arakali@neterion.com>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      776bd20f
  17. 11 8月, 2005 4 次提交
  18. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4