1. f8a6dd5 enic: Check firmware capability before issuing firmware commands by Neel Patel · 13 years ago
  2. 63da93d enic: Enable support for multiple hardware receive queues by Neel Patel · 13 years ago
  3. dc4790a qlge: Bumped driver version to 1.00.00.30. by Jitendra Kalsaria · 13 years ago
  4. 81f25d9 qlge: Fix memory leak in the process of refill by Jitendra Kalsaria · 13 years ago
  5. 19257f5 qlge: Removing needless print's which are not by Jitendra Kalsaria · 13 years ago
  6. e02ef331 qlge: Fixed invalid reference to ip header by Jitendra Kalsaria · 13 years ago
  7. c47884e4 qlcnic: Fix API unlock by Manish chopra · 13 years ago
  8. 97048a1 qlcnic: Fix firmware abort code check. by Sritej Velaga · 13 years ago
  9. 476a4b6 qlcnic: report valid speed and duplex status when link is down by Sony Chacko · 13 years ago
  10. 646779f qlcnic: Stop pause ctrl frames on fw hang. by Sritej Velaga · 13 years ago
  11. 34d6fde netxen: report valid speed and duplex status when link is down by Sony Chacko · 13 years ago
  12. b8c3081 netxen: Fix a panic during driver unload in device_remove_file by Rajesh Borundia · 13 years ago
  13. 5471aed netxen_nic: Error logging on firmware hang by Sritej Velaga · 13 years ago
  14. db608c1 netxen_nic: Fix phy link status by Sritej Velaga · 13 years ago
  15. 83f18a5 netxen_nic: fw dump support by Manish chopra · 13 years ago
  16. 2dcd5d9 netxen_nic: fix cdrp race condition by Sritej Velaga · 13 years ago
  17. 57b9bef bna: Implement ethtool flash_device entry point. by Krishna Gudipati · 13 years ago
  18. c3ca881 vmxnet3: Fix typo in vmxnet3_drv.c by Masanari Iida · 13 years ago
  19. dc7cdf6c hamradio: fix incompatible pointer in module parameter by Danny Kukawka · 13 years ago
  20. d45b9d3 be2net: add descriptions for stat counters reported via ethtool by Sathya Perla · 13 years ago
  21. 8ef78ad ixgbe: Add module parameter to allow untested and unsafe SFP+ modules by Peter P Waskiewicz Jr · 13 years ago
  22. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  23. e404dec drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages by Joe Perches · 13 years ago
  24. 6c05d25 r8169: spinlock redux. by Francois Romieu · 13 years ago
  25. 934714d r8169: avoid a useless work scheduling. by Francois Romieu · 13 years ago
  26. 6c4a70c r8169: move task enable boolean to bitfield. by Francois Romieu · 13 years ago
  27. 98ddf98 r8169: bh locking redux and task scheduling. by Francois Romieu · 13 years ago
  28. ae1f23f r8169: fix early queue wake-up. by Francois Romieu · 13 years ago
  29. aacafba Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 13 years ago
  30. 5e6bbed drivers/net: strip unused module code from sun3_82586.c by Paul Gortmaker · 13 years ago
  31. 3396c78 drivers/net: fix up stale paths from driver reorg by Paul Gortmaker · 13 years ago
  32. e94d5b7 Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux by David S. Miller · 13 years ago
  33. 06e63c5 sfc: Use a more sensible cast in efx_rx_buf_offset() by Ben Hutchings · 13 years ago
  34. 8b1c36b sfc: MTD: Leave the DEBUG macro alone by Ben Hutchings · 13 years ago
  35. 30088a2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 13 years ago
  36. da78dbf r8169: remove work from irq handler. by Francois Romieu · 13 years ago
  37. 1e874e0 r8169: missing barriers. by Francois Romieu · 13 years ago
  38. 9085cdfa r8169: irq mask helpers. by Francois Romieu · 13 years ago
  39. 3e990ff r8169: factor out IntrMask writes. by Francois Romieu · 13 years ago
  40. 4422bcd r8169: stop delaying workqueue. by Francois Romieu · 13 years ago
  41. 209e5ac r8169: remove rtl8169_reinit_task. by Francois Romieu · 13 years ago
  42. 4512ff9 r8169: remove hardcoded PCIe registers accesses. by Francois Romieu · 13 years ago
  43. f5e261e e1000e: update copyright year by Bruce Allan · 13 years ago
  44. fe2ddfb5 e1000e: split lib.c into three more-appropriate files by Bruce Allan · 13 years ago
  45. c8243ee e1000e: call er16flash() instead of __er16flash() by Bruce Allan · 13 years ago
  46. 058e8ed e1000e: increase version number by Bruce Allan · 13 years ago
  47. f2315bf e1000e: convert final strncpy() to strlcpy() by Bruce Allan · 13 years ago
  48. 434f139 e1000e: concatenate long debug strings which span multiple lines by Bruce Allan · 13 years ago
  49. 464c85e e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU state by Bruce Allan · 13 years ago
  50. 7f1557e e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567 by Bruce Allan · 13 years ago
  51. c077a90 e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx by Bruce Allan · 13 years ago
  52. 90b8298 e1000e: update workaround for 82579 intermittently disabled during S0->Sx by Bruce Allan · 13 years ago
  53. 79d4e90 e1000e: disable Early Receive DMA on ICH LOMs by Bruce Allan · 13 years ago
  54. db33956 sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field by Ben Hutchings · 13 years ago
  55. 1ddceb4 sfc: Move the end of the non-GRO RX path into its own function by Ben Hutchings · 13 years ago
  56. f9c7625 sfc: Make all MAC statistics consistently 64 bits wide by Ben Hutchings · 13 years ago
  57. 0fca8c9 sfc: Rename implementation of ndo_set_rx_mode by Ben Hutchings · 13 years ago
  58. 6c8eef4 sfc: Remove redundant 'rc' variable, always set to 0 by Ben Hutchings · 13 years ago
  59. 2aa9ef1 sfc: Minor formatting fixes by Ben Hutchings · 13 years ago
  60. 86ee530 sfc: Use existing local variables instead of repeated indirect lookups by Ben Hutchings · 13 years ago
  61. 73ba7b6 sfc: Remove remnants of on-load self-test by Ben Hutchings · 13 years ago
  62. b249513 sfc: Remove obsolete function efx_dev_name() by Ben Hutchings · 13 years ago
  63. 94813b8 sfc: Update the description of SFC_MTD by Ben Hutchings · 13 years ago
  64. 55c5e0f8 sfc: Add hwmon driver for boards using SFC9000-family controllers by Ben Hutchings · 13 years ago
  65. 1646a6f3 sfc: Clean up test interrupt handling by Ben Hutchings · 13 years ago
  66. f70d184 Partly revert "sfc: Handle serious errors in exactly one interrupt handler" by Ben Hutchings · 13 years ago
  67. 0fb53fa sfc: Remove dependence on NAPI polling in efx_test_eventq_irq() by Ben Hutchings · 13 years ago
  68. cc180b6 sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) by Ben Hutchings · 13 years ago
  69. 6aa9c7f sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response. by Matthew Slattery · 14 years ago
  70. 5f3f9d6 sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG by Ben Hutchings · 13 years ago
  71. 30b81cd sfc: Remove efx_nic_type::push_multicast_hash operation by Ben Hutchings · 13 years ago
  72. 1daf417 sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults() by Ben Hutchings · 13 years ago
  73. 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
  74. 1cb3452 sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats by Ben Hutchings · 13 years ago
  75. 788ec41 sfc: Use new names for MC shared memory layout constants by Ben Hutchings · 13 years ago
  76. 3f713bf sfc: Make handling of MC reboot more reliable by Ben Hutchings · 13 years ago
  77. e332bcb sfc: Remove fallback for invalid permanent MAC address by Ben Hutchings · 13 years ago
  78. c85c21a e1000e: Need to include vmalloc.h by David S. Miller · 13 years ago
  79. bb349bb be2net: allocate more headroom in incoming skbs by Eric Dumazet · 13 years ago
  80. 85b26ea bnx2x: Update version to 1.72.0 and copyrights by Ariel Elior · 13 years ago
  81. 7a75299 bnx2x: Recoverable and unrecoverable error statistics by Ariel Elior · 13 years ago
  82. 95c6c616 bnx2x: Recovery flow bug fixes by Ariel Elior · 13 years ago
  83. 889b9af bnx2x: Track active PFs with bitmap by Ariel Elior · 13 years ago
  84. f16da43 bnx2x: Lock PF-common resources by Ariel Elior · 13 years ago
  85. d1e2d96 bnx2x: Loaded Firmware Version Validation by Ariel Elior · 13 years ago
  86. 89db4ad bnx2x: Function Level Reset Final Cleanup by Ariel Elior · 13 years ago
  87. c22610d0 bnx2x: Obtain Bus Device Function from register by Ariel Elior · 13 years ago
  88. 127a425 bnx2x: Removing indirect register access by Ariel Elior · 13 years ago
  89. 8d7b027 bnx2x: Support Queue Per Cos in 5771xx devices by Ariel Elior · 13 years ago
  90. d6cb17d e1000e: 82574/82583 Tx hang workaround by Bruce Allan · 13 years ago
  91. c550b12 e1000e: use hardware default values for Transmit Control register by Bruce Allan · 13 years ago
  92. 6a92f73 e1000e: use default settings for Tx Inter Packet Gap timer by Bruce Allan · 13 years ago
  93. 4d24136 e1000e: 82579: workaround for link drop issue by Bruce Allan · 13 years ago
  94. 56032be e1000e: always set transmit descriptor control registers the same by Bruce Allan · 13 years ago
  95. b6fbca2 e1000e: default IntMode based on kernel config & available hardware support by Bruce Allan · 13 years ago
  96. 508da42 e1000e: re-factor ethtool get/set ring parameter by Bruce Allan · 13 years ago
  97. 55aa698 e1000e: pass pointer to ring struct instead of adapter struct by Bruce Allan · 13 years ago
  98. c5083cf e1000e: convert head, tail and itr_register offsets to __iomem pointers by Bruce Allan · 13 years ago
  99. 7ee9135 e1000e: re-enable alternate MAC address for all devices which support it by Bruce Allan · 13 years ago
  100. 70495a5 e1000e: add Receive Packet Steering (RPS) support by Bruce Allan · 13 years ago