1. 29639059 enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning data by Roopa Prabhu · 15 years ago
  2. 0b1c00f enic: Add ndo_set_vf_mac support for enic dynamic devices by Roopa Prabhu · 15 years ago
  3. 319d7e8 enic: Add ndo_set_rx_mode support for enic vnics by Roopa Prabhu · 15 years ago
  4. 4afb752 sfc: convert references to LRO to GRO by stephen hemminger · 15 years ago
  5. 0e51d67 stmmac: Remove redundant unlikely() by Tobias Klauser · 15 years ago
  6. 957fca9 ifb: use the lockless variants of skb_queue by Changli Gao · 15 years ago
  7. c635036 ifb: remove unused macro TX_TIMEOUT by Changli Gao · 15 years ago
  8. e1f9150 ifb: remove the useless debug stats by Changli Gao · 15 years ago
  9. cf78f8e Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6 by David S. Miller · 15 years ago
  10. 1e13f86 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  11. f404c2f bnx2x: Update version number and a date. by Vladislav Zolotarov · 15 years ago
  12. 5cd737c bnx2x: Fixed a compilation warning by Vladislav Zolotarov · 15 years ago
  13. d245a11 bnx2x: Use dma_alloc_coherent() semantics for ILT memory allocation by Vladislav Zolotarov · 15 years ago
  14. 2297a2d bnx2x: LSO code was broken on BE platforms by Vladislav Zolotarov · 15 years ago
  15. 84b3cdc can: slcan: Add missing linux/sched.h include. by David S. Miller · 15 years ago
  16. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. c7757fd ehea: Fixing LRO configuration by Breno Leitao · 15 years ago
  18. 408cc29 driver/net/benet: fix be_cmd_multicast_set() memcpy bug by Joe Jin · 15 years ago
  19. 0833847 Merge branch 'sfc-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-2.6 by David S. Miller · 15 years ago
  20. 38f49e8 via-rhine: hardware VLAN support by Roger Luethi · 15 years ago
  21. 75c1c82 ifb: goto resched directly if error happens and dp->tq isn't empty by Changli Gao · 15 years ago
  22. ce9aeb5 cxgb4: fix MAC address hash filter by Dimitris Michailidis · 15 years ago
  23. a1044e3 can: add slcan driver for serial/USB-serial CAN adapters by Oliver Hartkopp · 15 years ago
  24. e832932 CAIF: Fix U5500 compile error for shared memory driver by Kim Lilliestierna XX · 15 years ago
  25. 4f58605 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  26. e8f1499 sfc: Fix NAPI list corruption during ring reallocation by Ben Hutchings · 15 years ago
  27. 94dec6a sfc: Fix crash in legacy onterrupt handler during ring reallocation by Ben Hutchings · 15 years ago
  28. c39d35e sfc: Generalise filter spec initialisation by Ben Hutchings · 15 years ago
  29. 8891681 sfc: Remove filter table IDs from filter functions by Ben Hutchings · 15 years ago
  30. ac33ac6 sfc: Log start and end of ethtool self-test at INFO level by Ben Hutchings · 15 years ago
  31. cfa969e Revert "ehea: Use the standard logging functions" by David S. Miller · 15 years ago
  32. cd38557 sfc: Use TX push whenever adding descriptors to an empty queue by Ben Hutchings · 15 years ago
  33. e506147 sfc: Remove locking from implementation of efx_writeo_paged() by Ben Hutchings · 15 years ago
  34. 1a29cc4 sfc: Add compile-time checks for correctness of paged register writes by Ben Hutchings · 15 years ago
  35. 494bdf1 sfc: Remove redundant memory barriers between MMIOs by Ben Hutchings · 15 years ago
  36. 9f2f6cd sfc: Expand/correct comments on collector behaviour and function usage by Ben Hutchings · 15 years ago
  37. 51c56f4 sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_count by Ben Hutchings · 15 years ago
  38. ab28c12 sfc: Reorder struct efx_nic to separate fields by volatility by Ben Hutchings · 15 years ago
  39. 40fe7d8 net: cris/eth_v10: Use net_device_stats from struct net_device_stats by Tobias Klauser · 15 years ago
  40. b27d50a net: emaclite: Omit private ndo_get_stats function by Tobias Klauser · 15 years ago
  41. e176bbc net: am79c961a: Omit private ndo_get_stats function by Tobias Klauser · 15 years ago
  42. 9f91170 ixgbe: fix enum type mismatch on disable laser by Don Skidmore · 15 years ago
  43. a7f5a5f ixgbe: fix for link failure on SFP+ DA cables by Don Skidmore · 15 years ago
  44. b8eb3a1 ixgbe: fix possible NULL pointer deference in shutdown path by Don Skidmore · 15 years ago
  45. 6464281 be2net: Handle out of buffer completions for lancer by Sathya Perla · 15 years ago
  46. 359a972 be2net: FW init cmd fix for lancer by Sathya Perla · 15 years ago
  47. 63657b9 be2net: Fix be_dev_family_check() return value check by Sathya Perla · 15 years ago
  48. 539995d ehea: Use the standard logging functions by Joe Perches · 15 years ago
  49. 7903264 net: Fix too optimistic NETIF_F_HW_CSUM features by Michał Mirosław · 15 years ago
  50. 900d495 USB CDC NCM host driver by Alexey Orishko · 15 years ago
  51. 073285f usbnet: changes for upcoming cdc_ncm driver by Alexey Orishko · 15 years ago
  52. f435d9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  53. 5ee4937 tg3: Update version to 3.116 by Matt Carlson · 15 years ago
  54. a386b90 tg3: Relax EEE thresholds by Matt Carlson · 15 years ago
  55. a6b68da tg3: Minor EEE code tweaks by Matt Carlson · 15 years ago
  56. 699c019 tg3: Fix 57765 EEE support by Matt Carlson · 15 years ago
  57. 3110f5f5 tg3: Move EEE definitions into mdio.h by Matt Carlson · 15 years ago
  58. 8fc2f99 tg3: Raise the jumbo frame BD flag threshold by Matt Carlson · 15 years ago
  59. 289700db ixgbe: add support for new format of PBA numbers by Don Skidmore · 15 years ago
  60. dbffcb2 ixgbe: add support for 82599 FCoE SKU by Don Skidmore · 15 years ago
  61. 0b077fe ixgbe: add WOL support for SFP+ subdevice by Don Skidmore · 15 years ago
  62. c6ecf39 ixgbe: fix link behavior for SFP+ when driver is brought down by Don Skidmore · 15 years ago
  63. e4d849b qlcnic: Updated driver version to 5.0.13 by Anirban Chakraborty · 15 years ago
  64. 40839129f qlcnic: LICENSE file for qlcnic by Sritej Velaga · 15 years ago
  65. 091056b qlcnic: validate eswitch config values for PF by Amit Kumar Salecha · 15 years ago
  66. 97319a27 qlcnic: Disable loopback support by Sucheta Chakraborty · 15 years ago
  67. 7e300bc sfc: Store MAC address from NVRAM in net_device::perm_addr by Ben Hutchings · 15 years ago
  68. 02ebc26 sfc: Use current MAC address, not NVRAM MAC address, for WoL filter by Ben Hutchings · 15 years ago
  69. 4f3907e sfc: When waking a stopped tx_queue, only lock that tx_queue by Steve Hodgson · 15 years ago
  70. 78d4189 sfc: Update kernel-doc to match earlier move of Toeplitz hash key by Ben Hutchings · 15 years ago
  71. cef68bd sfc: Move xmac_poll_required into struct falcon_nic_data by Ben Hutchings · 15 years ago
  72. 40641ed sfc: Move Falcon global event handling to falcon.c by Ben Hutchings · 15 years ago
  73. 4833f02 sfc: Move mdio_lock to struct falcon_nic_data by Ben Hutchings · 15 years ago
  74. 4de9218 sfc: Move SPI state to struct falcon_nic_data by Ben Hutchings · 15 years ago
  75. 90b7a4e sfc: Remove unnecessary inclusion of various private header files by Ben Hutchings · 15 years ago
  76. 6a8872c sfc: Expose Falcon BootROM config through MTD, not ethtool by Ben Hutchings · 15 years ago
  77. 6c88b0b sfc: Remove broken automatic fallback for invalid Falcon chip/board config by Ben Hutchings · 15 years ago
  78. 18e3ee2 sfc: Fix event based MCDI completion and MC REBOOT/CMDDONE ordering issue by Steve Hodgson · 15 years ago
  79. 3157183 sfc: Clear RXIN_SEL when soft-resetting QT2025C by Ben Hutchings · 15 years ago
  80. adc1d23 sfc: Read-to-clear LM87 alarm/interrupt status at start of day by Ben Hutchings · 15 years ago
  81. 71839f7 sfc: Distinguish critical and non-critical over-temperature conditions by Ben Hutchings · 15 years ago
  82. 4484cd7 sfc: Fix condition for no-op in set_phy_flash_cfg() by Ben Hutchings · 15 years ago
  83. f18ca36 sfc: Reduce log level for MCDI error response in efx_mcdi_rpc() by Ben Hutchings · 15 years ago
  84. e7dfc8d tulip: fix hang in dmfe driver on sending of big packet by Alexander V. Lukyanov · 15 years ago
  85. f8e9616 stmmac: priv->lock can be used uninitialized by Vlad Lungu · 15 years ago
  86. 2989042 can: EG20T PCH: Delete unnecessary spin_lock by Tomoya · 15 years ago
  87. d68f683 can: EG20T PCH: Enumerate LEC macros by Tomoya · 15 years ago
  88. 15ffc8f can: EG20T PCH: Change Message Object Index by Tomoya · 15 years ago
  89. 8339a7e can: EG20T PCH: Separate Interface Register(IF1/IF2) by Tomoya · 15 years ago
  90. 09f921f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  91. 4cebb34 ath5k: Fix reset and interrupts for AHB type of devices. by Felix Fietkau · 15 years ago
  92. a0b907e ath5k: Add AHB bus support. by Felix Fietkau · 15 years ago
  93. c31b5c9 ath5k: Add initial registers values for radio RF2317 chip. by Felix Fietkau · 15 years ago
  94. e7aecd3 ath5k: Add a function to read chipset's MAC revision by Felix Fietkau · 15 years ago
  95. 8efa5d7 ath5k: Check if pci pdev struct is initialized in common functions. by Felix Fietkau · 15 years ago
  96. 4aa5d78 ath5k: Use generic eeprom read from common ath_bus_opts struct. by Felix Fietkau · 15 years ago
  97. e5b046d ath5k: Move PCI bus functions to separate file. by Felix Fietkau · 15 years ago
  98. 132b1c3 ath5k: Introduce ath5k_init_softc function as in ath9k by Felix Fietkau · 15 years ago
  99. aeae4ac ath5k: Use Generic DMA for later support of AHB bus. by Felix Fietkau · 15 years ago
  100. 78b8595 wireless: ray_cs: use '%pm' format option to print MAC by Andy Shevchenko · 15 years ago