1. 8932878 forcedeth: Add messages to indicate using MSI or MSI-X by Mike Ditto · 13 years ago
  2. ccf5ff6 net: new counter for tx_timeout errors in sysfs by david decotigny · 13 years ago
  3. 19b05f8 net-sysfs: fixed minor sparse warning by david decotigny · 13 years ago
  4. 674aee3 forcedeth: fix stats on hardware without extended stats support by david decotigny · 13 years ago
  5. 0345e18 net: verify GSO flag bits against netdev features by Michał Mirosław · 13 years ago
  6. 3ad9b35 net: drivers: use bool type instead of double negation by Michał Mirosław · 13 years ago
  7. 09da71b net: ethtool: fix coding style by Michał Mirosław · 13 years ago
  8. b721e25 ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN by Joe Perches · 13 years ago
  9. c857ff6 amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  10. 288e127 bna: Convert MAC_ADDRLEN uses to ETH_ALEN by Joe Perches · 13 years ago
  11. 104bf3f ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  12. 6a3c910 ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  13. 28011cf net: Add ethtool to mii advertisment conversion helpers by Matt Carlson · 13 years ago
  14. f85fa27 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  15. 358b838 team: replicate options on register by Jiri Pirko · 13 years ago
  16. 61dc346 team: convert overall spinlock to mutex by Jiri Pirko · 13 years ago
  17. 8c0713a team: Do not hold rcu_read_lock when running netlink cmds by Jiri Pirko · 13 years ago
  18. d445ba6 6LoWPAN: double free in lowpan_fragment_xmit() by Dan Carpenter · 13 years ago
  19. daad616 be2net: Use V1 query link status command for lancer by Padmanabh Ratnakar · 13 years ago
  20. 5d5adb9 be2net: Fix VLAN promiscous mode for Lancer by Padmanabh Ratnakar · 13 years ago
  21. af5875b be2net: Add EEPROM dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  22. de49bd5 be2net: add register dump feature for Lancer by Padmanabh Ratnakar · 13 years ago
  23. 293c4a7 be2net: Fix TX queue create for Lancer by Padmanabh Ratnakar · 13 years ago
  24. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  25. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  26. a861a8b net: extend netdev_features_t to 64 bits by Michał Mirosław · 13 years ago
  27. 475414f ethtool: prepare for larger netdev_features_t type by Michał Mirosław · 13 years ago
  28. 9d92154 net: ethtool: use C99 array initialization for feature-names table by Michał Mirosław · 13 years ago
  29. a19f2a6 net: Define enum for net device features. by Michał Mirosław · 13 years ago
  30. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  31. a59e2ec net: split netdev features to separate header by Michał Mirosław · 13 years ago
  32. 02b3a55 net: ethtool: break association of ETH_FLAG_* with NETIF_F_* by Michał Mirosław · 13 years ago
  33. bc5787c6 net: remove legacy ethtool ops by Michał Mirosław · 13 years ago
  34. 33a5ba1 net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines by Rick Jones · 13 years ago
  35. 588f033 net: use jump_label for netstamp_needed by Eric Dumazet · 13 years ago
  36. 6684604 enable virtio_net to return bus_info in ethtool -i consistent with emulated NICs by Rick Jones · 13 years ago
  37. ea99d83 intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN by Joe Perches · 13 years ago
  38. 82bbcde igb: Convert bare printk to pr_notice by Joe Perches · 13 years ago
  39. 876d2d6 igb: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  40. dbd9636 ixgbevf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  41. a4ba8cb igbvf: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  42. 8d23363 ixgbe: fix LED blink logic to check for link by Emil Tantilov · 13 years ago
  43. ef456f8 e1000e: Convert printks to pr_<level> by Jeff Kirsher · 13 years ago
  44. ef9b965 e1000e: convert to real ndo_set_rx_mode by Jesse Brandeburg · 13 years ago
  45. 6488270 mdio-gpio: Add reset functionality to mdio-gpio driver(v2). by Srinivas Kandagatla · 13 years ago
  46. 229a66e IPv6: Removing unnecessary NULL checks. by Matti Vaittinen · 13 years ago
  47. ad79eef ipv4: fix a memory leak in ic_bootp_send_if by RongQing.Li · 13 years ago
  48. 5219e4c bnx2x: add endline at end of message by Dmitry Kravkov · 13 years ago
  49. 4a287eb IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn about missing CREATE flag by Matti Vaittinen · 13 years ago
  50. d71314b IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_F_CREATE by Matti Vaittinen · 13 years ago
  51. abbd00b net/can/mscan: Fix buggy listen only mode setting by Wolfgang Grandegger · 13 years ago
  52. 612a94d Sweep the last of the active .get_drvinfo floors under ethernet/ by Rick Jones · 13 years ago
  53. e52fcb2 bnx2x: uses build_skb() in receive path by Eric Dumazet · 13 years ago
  54. b2b5ce9 net: introduce build_skb() by Eric Dumazet · 13 years ago
  55. c3e072f net: fsl_pq_mdio: fix non tbi phy access by Baruch Siach · 13 years ago
  56. 452448f net/can/mscan: add listen only mode by Marc Kleine-Budde · 13 years ago
  57. 8b5c171 neigh: new unresolved queue limits by Eric Dumazet · 13 years ago
  58. 292d139 bridge: add NTF_USE support by stephen hemminger · 13 years ago
  59. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  60. 952c5ca fsl_pq_mdio: Clean up tbi address configuration by Andy Fleming · 13 years ago
  61. e19df76 net-forcedeth: Add internal loopback support for forcedeth NICs. by Sanjay Hortikar · 13 years ago
  62. 63ce40e 6LoWPAN: update documentation by alex.bluesman.smirnov@gmail.com · 13 years ago
  63. f8b1b5d 6LoWPAN: UDP header decompression by alex.bluesman.smirnov@gmail.com · 13 years ago
  64. 3bd5b95 6LoWPAN: UDP header compression by alex.bluesman.smirnov@gmail.com · 13 years ago
  65. 4d039f6 6LoWPAN: set proper netdev flags by alex.bluesman.smirnov@gmail.com · 13 years ago
  66. e86586b 6LoWPAN: disable debugging by default by alex.bluesman.smirnov@gmail.com · 13 years ago
  67. 719269a 6LoWPAN: add fragmentation support by alex.bluesman.smirnov@gmail.com · 13 years ago
  68. 2a24444 ipv6: reduce percpu needs for icmpv6msg mibs by Eric Dumazet · 13 years ago
  69. 3d249d4 net: introduce ethernet teaming device by Jiri Pirko · 13 years ago
  70. 5d70b88 bnx2x: update driver version to 1.70.35-0 by Dmitry Kravkov · 13 years ago
  71. 7275408 bnx2x: Remove on-stack napi struct variable by Ariel Elior · 13 years ago
  72. 4a025f4 bnx2x: prevent race in statistics flow by Dmitry Kravkov · 13 years ago
  73. 8304859 bnx2x: add fan failure event handling by Ariel Elior · 13 years ago
  74. 46fa130 bnx2x: remove unused #define by Dmitry Kravkov · 13 years ago
  75. b363782 bnx2x: simplify definition of RX_SGE_MASK_LEN and use it. by Dmitry Kravkov · 13 years ago
  76. f9c058b bnx2x: DCBX: use #define instead of magic by Dmitry Kravkov · 13 years ago
  77. 00253a8 bnx2x: propagate DCBX negotiation by Dmitry Kravkov · 13 years ago
  78. b306f5e bnx2x: separate FCoE and iSCSI license initialization. by Dmitry Kravkov · 13 years ago
  79. ad75659 bnx2x: remove unused variable by Dmitry Kravkov · 13 years ago
  80. f233caf bnx2x: use rx_queue index for skb_record_rx_queue() by Dmitry Kravkov · 13 years ago
  81. 62ac0dc bnx2x: allow FCoE and DCB for 578xx by Dmitry Kravkov · 13 years ago
  82. 6589ade be2net: stop issuing FW cmds if any cmd times out by Sathya Perla · 13 years ago
  83. 434b364 be2net: don't log more than one error on detecting EEH/UE errors by Sathya Perla · 13 years ago
  84. 72f0248 be2net: stop checking the UE registers after an EEH error by Sathya Perla · 13 years ago
  85. 3012803 be2net: init (vf)_if_handle/vf_pmac_id to handle failure scenarios by Sathya Perla · 13 years ago
  86. d826eb1 ipv4: PKTINFO doesnt need dst reference by Eric Dumazet · 13 years ago
  87. acb32ba ipv4: reduce percpu needs for icmpmsg mibs by Eric Dumazet · 13 years ago
  88. e56c57d net: rename sk_clone to sk_clone_lock by Eric Dumazet · 13 years ago
  89. 9ecd04b sch_choke: use skb_header_pointer() by Eric Dumazet · 13 years ago
  90. 8d8bdfe ll_temac: Add support for phy_mii_ioctl by Ricardo Ribalda · 13 years ago
  91. 2563fa5 net: make ipv6 PKTINFO honour freebind by Maciej Żenczykowski · 13 years ago
  92. f74024d net: make ipv6 bind honour freebind by Maciej Żenczykowski · 13 years ago
  93. 68aad78 sweep the floors and convert some .get_drvinfo routines to strlcpy by Rick Jones · 13 years ago
  94. 34d2d89 sctp: fasthandoff with ASCONF at server-node by Michio Honda · 13 years ago
  95. ddc4bbe sctp: fasthandoff with ASCONF at mobile-node by Michio Honda · 13 years ago
  96. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  97. 2bc8ca4 ipv4: Fix inetpeer expire time information by Steffen Klassert · 13 years ago
  98. 20db93c net: min_pmtu default is 552 by Eric Dumazet · 13 years ago
  99. 6d67e9b tcp: Fix comments for Nagle algorithm by Feng King · 13 years ago
  100. 59caa56 sunhme: Allow usage on SBI based SBus systems by oftedal · 13 years ago