1. c885595 S2io: Fix for LRO Bugs by Surjit Reang · 17 years ago
  2. b7c5678 S2io: Fixes to enable multiple transmit fifos by Ramkrishna Vepa · 17 years ago
  3. 2fda096 S2io: Fixes to enable multiple transmit fifo support by Surjit Reang · 17 years ago
  4. 2450022 drivers/net: Add missing "space" by Joe Perches · 17 years ago
  5. faa4f79 [S2IO]: Support for add/delete/store/restore ethernet addresses by Sreenivasa Honnur · 17 years ago
  6. 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 17 years ago
  7. 5f490c9 S2io: Fixed synchronization between scheduling of napi with card reset and close by Sreenivasa Honnur · 17 years ago
  8. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  9. 33390a7 drivers/net/s2io.c section fixes by Adrian Bunk · 17 years ago
  10. 7962024 S2io: Check for register initialization completion before accesing device registers by Sreenivasa Honnur · 17 years ago
  11. 9f74ffd S2io: Fixed the case when the card initialization fails on mtu change by Sreenivasa Honnur · 17 years ago
  12. 18b2b7b [S2IO]: Fixed memory leak when MSI-X vector allocation fails by Sreenivasa Honnur · 17 years ago
  13. b7b5a12 s2io, rename BIT macro by Jiri Slaby · 17 years ago
  14. 43b7c45 s2io: sparse warnings fix (rev2) by Stephen Hemminger · 17 years ago
  15. 1a7eb72 S2io: Updating transceiver information in ethtool function by Sivakumar Subramani · 17 years ago
  16. 2fd3768 S2io: Added support set_mac_address driver entry point by Sivakumar Subramani · 17 years ago
  17. 8a4bdba S2io: Removed unused feature - bimodal interrupts by Sivakumar Subramani · 17 years ago
  18. bd684e4 S2io: Change kmalloc+memset to k[zc]alloc by Sivakumar Subramani · 17 years ago
  19. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  20. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  21. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  22. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  23. 596c5c9 S2io: code Optimization of isr function by Sivakumar Subramani · 17 years ago
  24. 92b8443 S2io: Check for device state before handling traffic by Sivakumar Subramani · 17 years ago
  25. eaae7f7 S2io: Cleanup - removed unused variable intr_type by Sivakumar Subramani · 17 years ago
  26. 8116f3c [S2IO]: Handle and monitor all of the device errors and alarms by Sivakumar Subramani · 17 years ago
  27. 9caab45 S2io: Enable all the error and alarm indications by Sivakumar Subramani · 17 years ago
  28. 92c4879 S2IO: Fixed Link LED issue when MSI-X is enabled by Sivakumar Subramani · 17 years ago
  29. c77dd43 S2IO: Fixes in MSIX related code. by Sivakumar Subramani · 17 years ago
  30. 8abc4d5 [S2IO]: Making MSIX as default intr_type by Sivakumar Subramani · 17 years ago
  31. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  32. 3e84742 fix s2io regression by Al Viro · 17 years ago
  33. 573608e S2io: Increment received packet count correctly by Ramkrishna Vepa · 17 years ago
  34. 0a65a65 S2io: Fix crash when resetting adapter by Ramkrishna Vepa · 17 years ago
  35. b662767 S2IO: Implementing review comments from old patches by Veena Parat · 17 years ago
  36. 491abf2 S2IO: Checking for the return value of pci map function by Veena Parat · 17 years ago
  37. eccb862 S2IO: Removing MSI support from driver by Veena Parat · 17 years ago
  38. 6d517a2 S2IO: Removing 3 buffer mode support from the driver by Veena Parat · 17 years ago
  39. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  40. 8910b49 Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c by Micah Gruber · 17 years ago
  41. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  42. 8453d43 Fix typo in drivers/net/s2io.c by Rolf Eike Beer · 17 years ago
  43. 146bd68 s2io: add PCI error recovery support by Linas Vepstas · 17 years ago
  44. d796fdb s2io: add PCI error recovery support by Linas Vepstas · 17 years ago
  45. f9046eb 2.6.22: ERROR: "__ucmpdi2" [drivers/net/s2io.ko] undefined! by Olaf Hering · 17 years ago
  46. 25805dc network drivers: eliminate unneeded kill_vid code by Stephen Hemminger · 17 years ago
  47. 491976b S2IO: Statistics for link up/down and memory allocated/freed by Sreenivasa Honnur · 17 years ago
  48. c53d494 S2IO: statistics for memory allocation failuers by Sreenivasa Honnur · 17 years ago
  49. 0cec35e S2IO: getringparam ethtool option by Sreenivasa Honnur · 17 years ago
  50. 3ef34b8 S2io: Change of driver maintainers by Ramkrishna Vepa · 17 years ago
  51. 0c61ed5 S2io: Remove unused variables by Ramkrishna Vepa · 17 years ago
  52. 363dc36 S2IO: Save/Restore unused buffer mappings in 2/3 buffer mode by Ramkrishna Vepa · 17 years ago
  53. 7b49034 make drivers/net/s2io.c:vlan_strip_flag static by Adrian Bunk · 17 years ago
  54. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  55. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  56. d8d70ca S2IO: Restoring the mac address in s2io_reset by Sivakumar Subramani · 17 years ago
  57. fa1f0cb S2IO: Avoid printing the Enhanced statistics for Xframe I card. by Sivakumar Subramani · 17 years ago
  58. ac1f90d S2IO: Making LED off during LINK_DOWN notification. by Sivakumar Subramani · 17 years ago
  59. 926930b S2IO: Added a loadable parameter to enable or disable vlan stripping in frame. by Sivakumar Subramani · 17 years ago
  60. 9fc93a4 S2IO: Optimized the delay to wait for command completion by Sivakumar Subramani · 17 years ago
  61. fb6a825 S2IO: Fixes for MSI and MSIX by Sivakumar Subramani · 17 years ago
  62. 22747d6 s2io: RTNL and flush_scheduled_work deadlock by Francois Romieu · 17 years ago
  63. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  64. bd4f3ae [PATCH] trivial s2io annotations by Al Viro · 17 years ago
  65. 1ee6dd7 s2io: De-typedef driver. by Ralf Baechle · 18 years ago
  66. a113ae0 s2io: Removed enabling of some of the unused interrupts. by Sivakumar Subramani · 18 years ago
  67. 372cc59 s2io: Fixes in updating skb->truesize and code cleanup. by Sivakumar Subramani · 18 years ago
  68. 19a6052 S2IO: Fixes for reset and link handling. by Sivakumar Subramani · 18 years ago
  69. db874e6 s2io: Making LRO and UFO as module loadable parameter. by Sivakumar Subramani · 18 years ago
  70. 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 18 years ago
  71. 4384247 [PATCH] s2io bogus memset by Al Viro · 18 years ago
  72. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  73. 2ceaac7 [PATCH] net s2io: return on NULL dev_alloc_skb() by David Rientjes · 18 years ago
  74. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  75. cc3afe6 [PATCH] more s2io __iomem annotations by Al Viro · 18 years ago
  76. ee705db [PATCH] 64bit bugs in s2io by Al Viro · 18 years ago
  77. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  78. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  79. 26d36b6 [PATCH] s2io: Switch to pci_get_device by Alan Cox · 18 years ago
  80. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  81. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  82. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  83. 330ce0d [PATCH] s2io build fix by Andrew Morton · 18 years ago
  84. 75c30b1 [PATCH] s2io driver bug fixes #2 by Ananda Raju · 18 years ago
  85. b41477f [PATCH] s2io driver bug fixes #1 by Ananda Raju · 18 years ago
  86. e6a8fee [PATCH] s2io driver irq fix by Ananda Raju · 18 years ago
  87. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  88. e37a72d Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  89. f83ef8c [IPV6]: Added GSO support for TCPv6 by Herbert Xu · 18 years ago
  90. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  91. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  92. 612eff0 [PATCH] s2io: netpoll support by Brian Haley · 18 years ago
  93. 7b32a31 [PATCH] drivers/net/s2io.c: make bus_speed[] static by Adrian Bunk · 18 years ago
  94. 5d3213c [PATCH] s2io: init/shutdown fixes by Ananda Raju · 18 years ago
  95. bd1034f [PATCH] s2io: additional stats by Ananda Raju · 18 years ago
  96. c92ca04 [PATCH] s2io: fixes by Ananda Raju · 18 years ago
  97. 9dc737a [PATCH] s2io: input parms, output messages update by Ananda Raju · 18 years ago
  98. 863c11a [PATCH] s2io: performance improvements by Ananda Raju · 18 years ago
  99. fb15b9d Merge branch 'upstream-fixes' by Jeff Garzik · 18 years ago
  100. a7a80d5 s2io: set_multicast_list bug by Jeff Garzik · 18 years ago