1. f8a15af team: replace kmalloc+memcpy by kmemdup by Jiri Pirko · 13 years ago
  2. 2bba19f team: avoid using variable-length array by Jiri Pirko · 13 years ago
  3. 234a8fd team: add fix_features by Jiri Pirko · 13 years ago
  4. bdb6e69 Phonet: set the pipe handle using setsockopt by Dinesh Kumar Sharma · 13 years ago
  5. 805dc1d ip_gre: Set needed_headroom dynamically again by Herbert Xu · 13 years ago
  6. 4ce4091 packet: Add needed_tailroom to packet_sendmsg_spkt by Herbert Xu · 13 years ago
  7. 56c978f net: Remove LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  8. ae64194 net: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  9. a7ae199 ipv6: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  10. 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
  11. 505a467 net-forcedeth: fix possible stats inaccuracies on 32b hosts by david decotigny · 13 years ago
  12. dd2bc8e bnx2: switch to build_skb() infrastructure by Eric Dumazet · 13 years ago
  13. adc9300 net: use jump_label to shortcut RPS if not setup by Eric Dumazet · 13 years ago
  14. d6f1448 ibm/emac: fix improper cleanup when device is removed to allow re-bind by Wolfgang Grandegger · 13 years ago
  15. 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
  16. 8d26784 ipv6: Use pr_warn() in ip6_fib.c by David S. Miller · 13 years ago
  17. 14df015 IPV6 Fix a crash when trying to replace non existing route by Matti Vaittinen · 13 years ago
  18. 8f5f698 forcedeth: stats updated with a deferrable timer by david decotigny · 13 years ago
  19. 0a1f222 forcedeth: account for dropped RX frames by david decotigny · 13 years ago
  20. f5d827a forcedeth: implement ndo_get_stats64() API by david decotigny · 13 years ago
  21. 1ec4f2d forcedeth: allow to silence "TX timeout" debug messages by Sameer Nanda · 13 years ago
  22. 8932878 forcedeth: Add messages to indicate using MSI or MSI-X by Mike Ditto · 13 years ago
  23. ccf5ff6 net: new counter for tx_timeout errors in sysfs by david decotigny · 13 years ago
  24. 19b05f8 net-sysfs: fixed minor sparse warning by david decotigny · 13 years ago
  25. 674aee3 forcedeth: fix stats on hardware without extended stats support by david decotigny · 13 years ago
  26. 0345e18 net: verify GSO flag bits against netdev features by Michał Mirosław · 13 years ago
  27. 3ad9b35 net: drivers: use bool type instead of double negation by Michał Mirosław · 13 years ago
  28. 09da71b net: ethtool: fix coding style by Michał Mirosław · 13 years ago
  29. b721e25 ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN by Joe Perches · 13 years ago
  30. c857ff6 amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  31. 288e127 bna: Convert MAC_ADDRLEN uses to ETH_ALEN by Joe Perches · 13 years ago
  32. 104bf3f ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  33. 6a3c910 ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  34. 28011cf net: Add ethtool to mii advertisment conversion helpers by Matt Carlson · 13 years ago
  35. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  36. 358b838 team: replicate options on register by Jiri Pirko · 13 years ago
  37. 61dc346 team: convert overall spinlock to mutex by Jiri Pirko · 13 years ago
  38. 8c0713a team: Do not hold rcu_read_lock when running netlink cmds by Jiri Pirko · 13 years ago
  39. d445ba6 6LoWPAN: double free in lowpan_fragment_xmit() by Dan Carpenter · 13 years ago
  40. daad616 be2net: Use V1 query link status command for lancer by Padmanabh Ratnakar · 13 years ago
  41. 5d5adb9 be2net: Fix VLAN promiscous mode for Lancer by Padmanabh Ratnakar · 13 years ago
  42. af5875b be2net: Add EEPROM dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  43. de49bd5 be2net: add register dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  44. 293c4a7 be2net: Fix TX queue create for Lancer by Padmanabh Ratnakar · 13 years ago
  45. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  46. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  47. a861a8b net: extend netdev_features_t to 64 bits by Michał Mirosław · 13 years ago
  48. 475414f ethtool: prepare for larger netdev_features_t type by Michał Mirosław · 13 years ago
  49. 9d92154 net: ethtool: use C99 array initialization for feature-names table by Michał Mirosław · 13 years ago
  50. a19f2a6 net: Define enum for net device features. by Michał Mirosław · 13 years ago
  51. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  52. a59e2ec net: split netdev features to separate header by Michał Mirosław · 13 years ago
  53. 02b3a55 net: ethtool: break association of ETH_FLAG_* with NETIF_F_* by Michał Mirosław · 13 years ago
  54. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  55. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  56. 588f033 net: use jump_label for netstamp_needed by Eric Dumazet · 13 years ago
  57. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  58. ea99d83 intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN by Joe Perches · 13 years ago
  59. 82bbcde igb: Convert bare printk to pr_notice by Joe Perches · 13 years ago
  60. 876d2d6 igb: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  61. dbd9636 ixgbevf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  62. a4ba8cb igbvf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  63. 8d23363 ixgbe: fix LED blink logic to check for link by Emil Tantilov · 13 years ago
  64. ef456f8 e1000e: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  65. ef9b965 e1000e: convert to real ndo_set_rx_mode by Jesse Brandeburg · 13 years ago
  66. 6488270 mdio-gpio: Add reset functionality to mdio-gpio driver(v2). by Srinivas Kandagatla · 13 years ago
  67. 229a66e IPv6: Removing unnecessary NULL checks. by Matti Vaittinen · 13 years ago
  68. ad79eef ipv4: fix a memory leak in ic_bootp_send_if by RongQing.Li · 13 years ago
  69. 5219e4c bnx2x: add endline at end of message by Dmitry Kravkov · 13 years ago
  70. 4a287eb IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flag by Matti Vaittinen · 13 years ago
  71. d71314b IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATE by Matti Vaittinen · 13 years ago
  72. abbd00b net/can/mscan: Fix buggy listen only mode setting by Wolfgang Grandegger · 13 years ago
  73. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 13 years ago
  74. e52fcb2 bnx2x: uses build_skb() in receive path by Eric Dumazet · 13 years ago
  75. b2b5ce9 net: introduce build_skb() by Eric Dumazet · 13 years ago
  76. c3e072f net: fsl_pq_mdio: fix non tbi phy access by Baruch Siach · 13 years ago
  77. 452448f net/can/mscan: add listen only mode by Marc Kleine-Budde · 13 years ago
  78. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  79. 292d139 bridge: add NTF_USE support by stephen hemminger · 13 years ago
  80. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  81. 952c5ca fsl_pq_mdio: Clean up tbi address configuration by Andy Fleming · 13 years ago
  82. e19df76 net-forcedeth: Add internal loopback support for forcedeth NICs. by Sanjay Hortikar · 13 years ago
  83. 63ce40e 6LoWPAN: update documentation by alex.bluesman.smirnov@gmail.com · 13 years ago
  84. f8b1b5d 6LoWPAN: UDP header decompression by alex.bluesman.smirnov@gmail.com · 13 years ago
  85. 3bd5b95 6LoWPAN: UDP header compression by alex.bluesman.smirnov@gmail.com · 13 years ago
  86. 4d039f6 6LoWPAN: set proper netdev flags by alex.bluesman.smirnov@gmail.com · 13 years ago
  87. e86586b 6LoWPAN: disable debugging by default by alex.bluesman.smirnov@gmail.com · 13 years ago
  88. 719269a 6LoWPAN: add fragmentation support by alex.bluesman.smirnov@gmail.com · 13 years ago
  89. 2a24444 ipv6: reduce percpu needs for icmpv6msg mibs by Eric Dumazet · 13 years ago
  90. 3d249d4 net: introduce ethernet teaming device by Jiri Pirko · 13 years ago
  91. 5d70b88 bnx2x: update driver version to 1.70.35-0 by Dmitry Kravkov · 13 years ago
  92. 7275408 bnx2x: Remove on-stack napi struct variable by Ariel Elior · 13 years ago
  93. 4a025f4 bnx2x: prevent race in statistics flow by Dmitry Kravkov · 13 years ago
  94. 8304859 bnx2x: add fan failure event handling by Ariel Elior · 13 years ago
  95. 46fa130 bnx2x: remove unused #define by Dmitry Kravkov · 13 years ago
  96. b363782 bnx2x: simplify definition of RX_SGE_MASK_LEN and use it. by Dmitry Kravkov · 13 years ago
  97. f9c058b bnx2x: DCBX: use #define instead of magic by Dmitry Kravkov · 13 years ago
  98. 00253a8 bnx2x: propagate DCBX negotiation by Dmitry Kravkov · 13 years ago
  99. b306f5e bnx2x: separate FCoE and iSCSI license initialization. by Dmitry Kravkov · 13 years ago
  100. ad75659 bnx2x: remove unused variable by Dmitry Kravkov · 13 years ago