1. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  2. 84b4050 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers by Rick Jones · 13 years ago
  3. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  4. e348c5e tg3: Add MDI-X reporting by Matt Carlson · 13 years ago
  5. fa6b2aa tg3: Restrict large prod ring cap devices by Matt Carlson · 13 years ago
  6. 513aa6e tg3: Adjust BD replenish thresholds by Matt Carlson · 13 years ago
  7. f3791cd tg3: Make 1000Base-X FC resolution look like 1000T by Matt Carlson · 13 years ago
  8. c796984 CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0 by Thomas Meyer · 13 years ago
  9. 202ff1c tg3: Fix advertisement handling by Hiroaki SHIMODA · 13 years ago
  10. 9205fd9 tg3: switch to build_skb() infrastructure by Eric Dumazet · 13 years ago
  11. 37f0702 net: Change mii to ethtool advertisement function names by Matt Carlson · 13 years ago
  12. b8ffdbd gianfar: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  13. cb50870 ksz884x: Use kzalloc rather than kmalloc followed by memset with 0 by Thomas Meyer · 13 years ago
  14. 7a2da3d ks8*/ksz8*: Casting (void *) value returned by kmalloc is useless by Thomas Meyer · 13 years ago
  15. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  16. f8a15af team: replace kmalloc+memcpy by kmemdup by Jiri Pirko · 13 years ago
  17. 2bba19f team: avoid using variable-length array by Jiri Pirko · 13 years ago
  18. 234a8fd team: add fix_features by Jiri Pirko · 13 years ago
  19. 505a467 net-forcedeth: fix possible stats inaccuracies on 32b hosts by david decotigny · 13 years ago
  20. dd2bc8e bnx2: switch to build_skb() infrastructure by Eric Dumazet · 13 years ago
  21. 282edce sky2: fix hang in napi_disable by stephen hemminger · 13 years ago
  22. 738a849 sky2: enforce minimum ring size by stephen hemminger · 13 years ago
  23. 4a8bb7e bonding: Don't allow mode change via sysfs with slaves present by Veaceslav Falico · 13 years ago
  24. d6f1448 ibm/emac: fix improper cleanup when device is removed to allow re-bind by Wolfgang Grandegger · 13 years ago
  25. c4be3c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  26. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  27. 102463b stmmac: fix pm functions avoiding sleep on spinlock by Francesco Virlinzi · 13 years ago
  28. 989508b stmmac: remove spin_lock in stmmac_ioctl. by Srinivas Kandagatla · 13 years ago
  29. 19e30c1 stmmac: parameters auto-tuning through HW cap reg by Giuseppe CAVALLARO · 13 years ago
  30. c5b9b4e stmmac: fix advertising 1000Base capabilties for non GMII iface by Srinivas Kandagatla · 13 years ago
  31. bbc1754 stmmac: use mdelay on timeout of sw reset by Francesco Virlinzi · 13 years ago
  32. 8f5f698 forcedeth: stats updated with a deferrable timer by david decotigny · 13 years ago
  33. 0a1f222 forcedeth: account for dropped RX frames by david decotigny · 13 years ago
  34. f5d827a forcedeth: implement ndo_get_stats64() API by david decotigny · 13 years ago
  35. 1ec4f2d forcedeth: allow to silence "TX timeout" debug messages by Sameer Nanda · 13 years ago
  36. 8932878 forcedeth: Add messages to indicate using MSI or MSI-X by Mike Ditto · 13 years ago
  37. 674aee3 forcedeth: fix stats on hardware without extended stats support by david decotigny · 13 years ago
  38. 3ad9b35 net: drivers: use bool type instead of double negation by Michał Mirosław · 13 years ago
  39. d9fa7c8 sky2: version 1.30 by stephen hemminger · 13 years ago
  40. 00427a7 sky2: used fixed RSS key by stephen hemminger · 13 years ago
  41. b1cb825 sky2: reduce default Tx ring size by stephen hemminger · 13 years ago
  42. 926d097 sky2: rename up/down functions by stephen hemminger · 13 years ago
  43. f9687c4 sky2: pci posting issues by stephen hemminger · 13 years ago
  44. 1401a80 sky2: fix hang on shutdown (and other irq issues) by stephen hemminger · 13 years ago
  45. bbc13ab r6040: fix check against MCRO_HASHEN bit in r6040_multicast_list by Florian Fainelli · 13 years ago
  46. b721e25 ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN by Joe Perches · 13 years ago
  47. c857ff6 amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  48. 288e127 bna: Convert MAC_ADDRLEN uses to ETH_ALEN by Joe Perches · 13 years ago
  49. 104bf3f ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  50. 6a3c910 ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  51. 28011cf net: Add ethtool to mii advertisment conversion helpers by Matt Carlson · 13 years ago
  52. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  53. 358b838 team: replicate options on register by Jiri Pirko · 13 years ago
  54. 61dc346 team: convert overall spinlock to mutex by Jiri Pirko · 13 years ago
  55. 8c0713a team: Do not hold rcu_read_lock when running netlink cmds by Jiri Pirko · 13 years ago
  56. daad616 be2net: Use V1 query link status command for lancer by Padmanabh Ratnakar · 13 years ago
  57. 5d5adb9 be2net: Fix VLAN promiscous mode for Lancer by Padmanabh Ratnakar · 13 years ago
  58. af5875b be2net: Add EEPROM dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  59. de49bd5 be2net: add register dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  60. 293c4a7 be2net: Fix TX queue create for Lancer by Padmanabh Ratnakar · 13 years ago
  61. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  62. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  63. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  64. 5e773fd pch_gbe: Move #include of module.h by Joe Perches · 13 years ago
  65. eb2afd4 bnx2x: cache-in compressed fw image by Dmitry Kravkov · 13 years ago
  66. eccab1e net/cadence: enable by default NET_ATMEL by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  67. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  68. ea99d83 intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN by Joe Perches · 13 years ago
  69. 82bbcde igb: Convert bare printk to pr_notice by Joe Perches · 13 years ago
  70. 876d2d6 igb: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  71. dbd9636 ixgbevf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  72. a4ba8cb igbvf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  73. 8d23363 ixgbe: fix LED blink logic to check for link by Emil Tantilov · 13 years ago
  74. ef456f8 e1000e: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  75. ef9b965 e1000e: convert to real ndo_set_rx_mode by Jesse Brandeburg · 13 years ago
  76. 6488270 mdio-gpio: Add reset functionality to mdio-gpio driver(v2). by Srinivas Kandagatla · 13 years ago
  77. 46993f0 net-next:asix: V2 Update VERSION by Grant Grundler · 13 years ago
  78. b2d3ad29 net-next:asix: V2 more fixes for ax88178 phy init sequence by Grant Grundler · 13 years ago
  79. d366518 net-next:asix: reduce AX88772 init time by about 2 seconds by Grant Grundler · 13 years ago
  80. a77929a net-next:asix:poll in asix_get_phyid in case phy not ready by Grant Grundler · 13 years ago
  81. 3486140 net-next:asix:PHY_MODE_RTL8211CL should be 0xC by Grant Grundler · 13 years ago
  82. fe09b32 Net, libertas: Resolve memory leak in if_spi_host_to_card() by Jesper Juhl · 13 years ago
  83. ed66ba4 rt2x00: Fix sleep-while-atomic bug in powersaving code. by Gertjan van Wingerde · 13 years ago
  84. c18b780 rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP. by Gertjan van Wingerde · 13 years ago
  85. f8b8a80 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  86. 5219e4c bnx2x: add endline at end of message by Dmitry Kravkov · 13 years ago
  87. a32fd63 NET: MIPS: lantiq: fix etop compile error by John Crispin · 13 years ago
  88. abbd00b net/can/mscan: Fix buggy listen only mode setting by Wolfgang Grandegger · 13 years ago
  89. 4a5f4dd mlx4_en: Remove FCS bytes from packet length. by Yevgeny Petrilin · 13 years ago
  90. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 13 years ago
  91. e52fcb2 bnx2x: uses build_skb() in receive path by Eric Dumazet · 13 years ago
  92. c3e072f net: fsl_pq_mdio: fix non tbi phy access by Baruch Siach · 13 years ago
  93. 452448f net/can/mscan: add listen only mode by Marc Kleine-Budde · 13 years ago
  94. 6d74eb9 net/usb: Misc. fixes for the LG-VL600 LTE USB modem by Mark Kamichoff · 13 years ago
  95. 3ac3546 net/smsc911x: Always wait for the chip to be ready by Robert Marklund · 13 years ago
  96. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  97. 952c5ca fsl_pq_mdio: Clean up tbi address configuration by Andy Fleming · 13 years ago
  98. e19df76 net-forcedeth: Add internal loopback support for forcedeth NICs. by Sanjay Hortikar · 13 years ago
  99. 898bdf2 forcedeth: fix stats on hardware without extended stats support by david decotigny · 13 years ago
  100. 3d249d4 net: introduce ethernet teaming device by Jiri Pirko · 13 years ago