1. 1e3c8bd s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  2. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  3. f957bcf s2io: Remove private boolean definitions by Tobias Klauser · 15 years ago
  4. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  5. 4023939 s2io: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  6. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  7. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  8. 8d668bf drivers/net/s2io.c: fix sparse warning: symbol shadows an earlier one by Hannes Eder · 15 years ago
  9. 073a243 s2io: Formatting log message by Breno Leitao · 15 years ago
  10. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 15 years ago
  11. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  12. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  13. dac499f drivers/net: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  14. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  15. 2e6a684 s2io: fix warning in drivers/net/s2io.c by Ingo Molnar · 16 years ago
  16. 0402509 s2io: convert to net_device_ops by Stephen Hemminger · 16 years ago
  17. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  18. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  19. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  20. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  21. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  22. cd0fce0 s2io: Fix enabling VLAN tag stripping at driver initialization by Breno Leitao · 16 years ago
  23. a505f4f s2io: reindented misleading for loop by Ilpo Järvinen · 16 years ago
  24. dc56e63 S2io: fix statistics flush after a MTU change by Breno Leitao · 16 years ago
  25. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  26. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  27. 09e83b5 netdev: Kill NETIF_F_MULTI_QUEUE. by David S. Miller · 16 years ago
  28. 29d0a2b S2io: Version update for IOMMU overflow checking and enable msi-x link interrupts patches. by Sreenivasa Honnur · 16 years ago
  29. 01e16fa S2io: Enable msi-x link interrupts. by Sreenivasa Honnur · 16 years ago
  30. 3f78d88 S2io: Fix IOMMU overflow checking. by Sreenivasa Honnur · 16 years ago
  31. b19fa1f net: Delete NETDEVICES_MULTIQUEUE kconfig option. by David S. Miller · 16 years ago
  32. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  33. 64c42f6 [netdrvr] Fix IOMMU overflow checking in s2io.c by Andi Kleen · 16 years ago
  34. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. 1a79d1c s2io iomem annotations by Al Viro · 16 years ago
  36. 20cbe73 net/s2io: set_rxd_buffer_pointer returns -ENOMEM, not ENOMEM by Marcin Slusarz · 16 years ago
  37. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  38. 0b5923c S2io: Version update for napi and MSI-X patches by Sreenivasa Honnur · 16 years ago
  39. f61e0a3 S2io: Added napi support when MSIX is enabled. by Sreenivasa Honnur · 16 years ago
  40. ac731ab S2io: Move all the transmit completions to a single msi-x (alarm) vector by Sreenivasa Honnur · 16 years ago
  41. 7ad62dbc s2io: add missing block braces to multistatement if statement by Ilpo Järvinen · 16 years ago
  42. 7d2e3cb [netdrvr] Trim trailing whitespace for several drivers by Jeff Garzik · 16 years ago
  43. 23d9b38 S2io: Version update for multi ring patches by Sreenivasa Honnur · 16 years ago
  44. 0425b46 S2io: Enable multi ring support by Sreenivasa Honnur · 16 years ago
  45. c9fcbf4 S2io: Removed rx_lock and put_lock by Sreenivasa Honnur · 16 years ago
  46. 99993af S2io: Removed receive buffer replenishment tasklet by Sreenivasa Honnur · 16 years ago
  47. 10371b5 S2io: Version update for memory leak fix during free_tx_buffers by Sreenivasa Honnur · 16 years ago
  48. b35b3b4 S2io: Fix memory leak during free_tx_buffers by Sreenivasa Honnur · 16 years ago
  49. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  50. f70e550 S2io: Version update for Tx completion patch by Sreenivasa Honnur · 16 years ago
  51. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  52. 3459feb s2io annotations by Al Viro · 16 years ago
  53. f6f4bfa S2io: Handle TX completions on the same CPU as the sender for MIS-X interrupts by Sreenivasa Honnur · 16 years ago
  54. cf374a8 S2io: Version update for multiqueue and vlan patches by Sreenivasa Honnur · 16 years ago
  55. cdb5bf0 S2io: Support for vlan_rx_kill_vid entry point by Sreenivasa Honnur · 16 years ago
  56. 6cfc482 S2io: Multiqueue network device support - FIFO selection based on L4 ports by Sreenivasa Honnur · 16 years ago
  57. 3a3d575 S2io: Multiqueue network device support implementation by Sreenivasa Honnur · 16 years ago
  58. 0d66afe make s2io.c:init_tti() static by Adrian Bunk · 16 years ago
  59. c885595 S2io: Fix for LRO Bugs by Surjit Reang · 16 years ago
  60. b7c5678 S2io: Fixes to enable multiple transmit fifos by Ramkrishna Vepa · 17 years ago
  61. 2fda096 S2io: Fixes to enable multiple transmit fifo support by Surjit Reang · 17 years ago
  62. 2450022 drivers/net: Add missing "space" by Joe Perches · 17 years ago
  63. faa4f79 [S2IO]: Support for add/delete/store/restore ethernet addresses by Sreenivasa Honnur · 17 years ago
  64. 4c3616c netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN by Alejandro Martinez Ruiz · 17 years ago
  65. 5f490c9 S2io: Fixed synchronization between scheduling of napi with card reset and close by Sreenivasa Honnur · 17 years ago
  66. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  67. 33390a7 drivers/net/s2io.c section fixes by Adrian Bunk · 17 years ago
  68. 7962024 S2io: Check for register initialization completion before accesing device registers by Sreenivasa Honnur · 17 years ago
  69. 9f74ffd S2io: Fixed the case when the card initialization fails on mtu change by Sreenivasa Honnur · 17 years ago
  70. 18b2b7b [S2IO]: Fixed memory leak when MSI-X vector allocation fails by Sreenivasa Honnur · 17 years ago
  71. b7b5a12 s2io, rename BIT macro by Jiri Slaby · 17 years ago
  72. 43b7c45 s2io: sparse warnings fix (rev2) by Stephen Hemminger · 17 years ago
  73. 1a7eb72 S2io: Updating transceiver information in ethtool function by Sivakumar Subramani · 17 years ago
  74. 2fd3768 S2io: Added support set_mac_address driver entry point by Sivakumar Subramani · 17 years ago
  75. 8a4bdba S2io: Removed unused feature - bimodal interrupts by Sivakumar Subramani · 17 years ago
  76. bd684e4 S2io: Change kmalloc+memset to k[zc]alloc by Sivakumar Subramani · 17 years ago
  77. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  78. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  79. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  80. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  81. 596c5c9 S2io: code Optimization of isr function by Sivakumar Subramani · 17 years ago
  82. 92b8443 S2io: Check for device state before handling traffic by Sivakumar Subramani · 17 years ago
  83. eaae7f7 S2io: Cleanup - removed unused variable intr_type by Sivakumar Subramani · 17 years ago
  84. 8116f3c [S2IO]: Handle and monitor all of the device errors and alarms by Sivakumar Subramani · 17 years ago
  85. 9caab45 S2io: Enable all the error and alarm indications by Sivakumar Subramani · 17 years ago
  86. 92c4879 S2IO: Fixed Link LED issue when MSI-X is enabled by Sivakumar Subramani · 17 years ago
  87. c77dd43 S2IO: Fixes in MSIX related code. by Sivakumar Subramani · 17 years ago
  88. 8abc4d5 [S2IO]: Making MSIX as default intr_type by Sivakumar Subramani · 17 years ago
  89. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  90. 3e84742 fix s2io regression by Al Viro · 17 years ago
  91. 573608e S2io: Increment received packet count correctly by Ramkrishna Vepa · 17 years ago
  92. 0a65a65 S2io: Fix crash when resetting adapter by Ramkrishna Vepa · 17 years ago
  93. b662767 S2IO: Implementing review comments from old patches by Veena Parat · 17 years ago
  94. 491abf2 S2IO: Checking for the return value of pci map function by Veena Parat · 17 years ago
  95. eccb862 S2IO: Removing MSI support from driver by Veena Parat · 17 years ago
  96. 6d517a2 S2IO: Removing 3 buffer mode support from the driver by Veena Parat · 17 years ago
  97. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  98. 8910b49 Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/s2io.c by Micah Gruber · 17 years ago
  99. 44c1013 PCI: Change all drivers to use pci_device->revision by Auke Kok · 17 years ago
  100. 8453d43 Fix typo in drivers/net/s2io.c by Rolf Eike Beer · 17 years ago