1. 2b14254 ioc3-eth: convert to net_device_ops by Alexander Beregalov · 15 years ago
  2. 9b6bfec isa-skeleton: convert to net_device_ops by Alexander Beregalov · 15 years ago
  3. d0174ae mac89x0: convert to net_device_ops by Alexander Beregalov · 15 years ago
  4. 5f1fa99 macb: convert to net_device_ops by Alexander Beregalov · 15 years ago
  5. c6e6d85 macsonic: convert to net_device_ops by Alexander Beregalov · 15 years ago
  6. ebf84ea sh_eth: convert to net_device_ops by Alexander Beregalov · 15 years ago
  7. 7e4fdcb sun3_82586: convert to net_device_ops by Alexander Beregalov · 15 years ago
  8. 5a1c28b tc35815: convert to net_device_ops by Alexander Beregalov · 15 years ago
  9. 80ef1fc tsi108_eth: convert to net_device_ops by Alexander Beregalov · 15 years ago
  10. ccd97bb xtsonic: convert to net_device_ops by Alexander Beregalov · 15 years ago
  11. dcd07be phylib: Add interrupt source check function to M88E1121R driver by Anatolij Gustschin · 15 years ago
  12. a8729eb phylib: Allow early-out in phy_change by Anatolij Gustschin · 15 years ago
  13. 140bc92 phylib: Basic support for the M88E1121R Marvell chip by Sergei Poselenov · 15 years ago
  14. 8340020 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  15. 0d489ff tg3: fix big endian MAC address collection failure by James Bottomley · 15 years ago
  16. 5a31bec Bonding: fix zero address hole bug in arp_ip_target list by Brian Haley · 15 years ago
  17. 9ca046d igb: do not check for vf_data if we didn't enable vfs by Alexander Duyck · 15 years ago
  18. 2d16577 igbvf: fix unused external references by Alexander Duyck · 15 years ago
  19. ff6f63d igb: fix unused external references introduced with sr-iov changes by Alexander Duyck · 15 years ago
  20. fe146be ether3: convert to net_device_ops by Alexander Beregalov · 15 years ago
  21. 0b179e3 ether1: convert to net_device_ops by Alexander Beregalov · 15 years ago
  22. 9aa7b30 ep93xx_eth: convert to net_device_ops by Alexander Beregalov · 15 years ago
  23. 531c680 at91_ether: convert to net_device_ops by Alexander Beregalov · 15 years ago
  24. fefbfb1 am79c961a: convert to net_device_ops by Alexander Beregalov · 15 years ago
  25. f97b1f2 ariadne: convert to net_device_ops by Alexander Beregalov · 15 years ago
  26. 15efc02 ibm_newemac: convert to netdev_ops by Alexander Beregalov · 15 years ago
  27. 8c02acd fs_enet: convert to netdev_ops by Alexander Beregalov · 15 years ago
  28. 3ca17df via-velocity : fix compilation warning. by Séguier Régis · 15 years ago
  29. 57401d5 phy: error handling for platform_device_register_simple() by Dan Carpenter · 15 years ago
  30. d6c519e ixgbe: only allow WOL for 82599 KX4 NIC by Alexander Duyck · 15 years ago
  31. 87c1201 ixgbe: Move the LED blink code to common, since 82599 also uses it by PJ Waskiewicz · 15 years ago
  32. d848223 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 15 years ago
  33. 2f2a213 Separate out the proc- and unit-specific header directories from the general by David Howells · 15 years ago
  34. 0534c8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  35. 6c2da9c forcedeth: Use napi_complete() not __napi_complete(). by David S. Miller · 15 years ago
  36. 2a3abf6 igb: remove sysfs entry that was used to set the number of vfs by Alexander Duyck · 15 years ago
  37. d4e0fe0 igbvf: add new driver to support 82576 virtual functions by Alexander Duyck · 15 years ago
  38. 93889d7 drivers/net/eql.c: Fix a dev leakage. by Yang Hongyang · 15 years ago
  39. efb6c73 niu: Fix unused variable warning. by David S. Miller · 15 years ago
  40. bc4de26 r6040: set MODULE_VERSION by Florian Fainelli · 15 years ago
  41. 5ee1c32 bnx2: Don't use reserved names by Bastian Blank · 15 years ago
  42. fb922b0 FEC driver: add missing #endif by Sascha Hauer · 15 years ago
  43. 58f3e0a niu: Fix error handling by Dan Carpenter · 15 years ago
  44. b5e86db mv643xx_eth: don't reset the rx coal timer on interface up by Lennert Buytenhek · 15 years ago
  45. 150899d smsc911x: correct debugging message on mii read timeout by Steve Glendinning · 15 years ago
  46. c5cacb3 ethoc: fix library build errors by Randy Dunlap · 15 years ago
  47. ce0b620 dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28) by Yang Hongyang · 15 years ago
  48. 28b7679 dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) by Yang Hongyang · 15 years ago
  49. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  50. 6afd142 dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39) by Yang Hongyang · 15 years ago
  51. 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 15 years ago
  52. e911e0d dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48) by Yang Hongyang · 15 years ago
  53. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  54. 3989203 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  55. 37efa23 b44: Use kernel DMA addresses for the kernel DMA API by Michael Buesch · 15 years ago
  56. 35a7433 forcedeth: Fix resume from hibernation regression. by Ed Swierk · 15 years ago
  57. 10fd9d7 ibm_newemac: Fix dangerous struct assumption by Jean Delvare · 15 years ago
  58. 29ebd9a smsc911x: remove unused #include <linux/version.h> by Huang Weiyi · 15 years ago
  59. ad3620a axnet_cs: fix phy_id detection for bogus Asix chip. by Ken Kawasaki · 15 years ago
  60. 57579f7 bnx2: Use request_firmware() by Michael Chan · 15 years ago
  61. 5d4d9e8 b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}() by Michael Buesch · 15 years ago
  62. 62994b2 virtio_net: Set the mac config only when VIRITO_NET_F_MAC by Alex Williamson · 15 years ago
  63. cd36e9e myri_sbus: use request_firmware by Jaswinder Singh Rajput · 15 years ago
  64. 81c5228 e1000: fix loss of multicast packets by Jesse Brandeburg · 15 years ago
  65. 2b05e00 vxge: should include tcp.h by Alexander Beregalov · 15 years ago
  66. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  67. ef8a97bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  68. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  69. 6c8ad3b glge: remove unused #include <version.h> by Huang Weiyi · 15 years ago
  70. 345bec6 dnet: remove unused #include <version.h> by Huang Weiyi · 15 years ago
  71. 0de8ca5 hso: fix for the 'invalid frame length' messages by Jan Dumon · 15 years ago
  72. 3b7d2b3 hso: fix for crash when unplugging the device by Jan Dumon · 15 years ago
  73. b6bc978 fsl_pq_mdio: Fix compile failure by Segher Boessenkool · 15 years ago
  74. 0ac023f fsl_pq_mdio: Revive UCC MDIO support by Anton Vorontsov · 15 years ago
  75. da1aa63 ucc_geth: Pass proper device to DMA routines, otherwise oops happens by Anton Vorontsov · 15 years ago
  76. a2c465d tc35815: Fix build error if NAPI enabled by Atsushi Nemoto · 15 years ago
  77. 9961d842 hso: add Vendor/Product ID's for new devices by Jan Dumon · 15 years ago
  78. 530e2eb ucc_geth: Remove unused header by Kumar Gala · 15 years ago
  79. 53ea219 gianfar: Remove unused header by Kumar Gala · 15 years ago
  80. 4ff61c8 kaweth: Fix locking to be SMP-safe by Larry Finger · 15 years ago
  81. d78ad8c r8169: reset IntrStatus after chip reset by Karsten Wiese · 15 years ago
  82. f9ed885 ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parameters by Mallikarjuna R Chilakala · 15 years ago
  83. 71fd570 ixgbe: fix ethtool -A|a behavior by Don Skidmore · 15 years ago
  84. a20a119 ixgbe: Patch to fix driver panic while freeing up tx & rx resources by Mallikarjuna R Chilakala · 15 years ago
  85. 44df32c ixgbe: refactor tx buffer processing to use skb_dma_map/unmap by Alexander Duyck · 15 years ago
  86. 8be0e46 ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU cores by PJ Waskiewicz · 15 years ago
  87. cd7664f ixgbe: feature - driver to default with FC on. by Don Skidmore · 15 years ago
  88. ea4af4f ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control by PJ Waskiewicz · 15 years ago
  89. 7c5b83230 ixgbe: Fix ethtool output with advertised mode. by Don Skidmore · 15 years ago
  90. b453368 ixgbe: fix build when DEBUG is defined by Alexander Duyck · 15 years ago
  91. 3fe7c4c net/igb: Fix kexec with igb (rev. 3) by Rafael J. Wysocki · 15 years ago
  92. cdfa9f6 igb: cleanup igb loopback path by Alexander Duyck · 15 years ago
  93. a6a6056 igb: increase delay for copper link setup by Alexander Duyck · 15 years ago
  94. d1a8c9e igb: set num_rx/tx_queues to 0 when queues are freed by Alexander Duyck · 15 years ago
  95. 59c3de8 igb: add support for x2 link width configurations by Alexander Duyck · 15 years ago
  96. 9404c82 net/fec_mpc52xx: Don't dereference phy_device if it is NULL by Grant Likely · 15 years ago
  97. d360009 net/fec_mpc52xx: Migrate to net_device_ops. by Henk Stegeman · 15 years ago
  98. 461cadb net/fec_mpc52xx: fix BUG on missing dma_ops by Grant Likely · 15 years ago
  99. f178285 Neterion: New driver: Kconfig and Makefile by Ramkrishna Vepa · 15 years ago
  100. 5f548a3 Neterion: New driver: Driver version by Ramkrishna Vepa · 15 years ago