1. cda4ee3 iwlagn: fix the race in the unmapping of the HCMD by Emmanuel Grumbach · 13 years ago
  2. e6d265e bonding: eliminate bond_close race conditions by Jay Vosburgh · 13 years ago
  3. 10ee0fa qlcnic: fix beacon and LED test. by Sucheta Chakraborty · 13 years ago
  4. 68233c5 qlcnic: updated reset sequence by Sony Chacko · 13 years ago
  5. ad567b8f qlcnic: reset loopback mode if promiscous mode setting fails. by Sucheta Chakraborty · 13 years ago
  6. 16e3cf7 qlcnic: skip IDC ack check in fw reset path. by Sritej Velaga · 13 years ago
  7. 3ddb709 i825xx: Fix incorrect dependency for BVME6000_NET by Geert Uytterhoeven · 13 years ago
  8. 3c20f72 stmmac: update normal descriptor structure (v2) by Giuseppe CAVALLARO · 13 years ago
  9. e2c57f8 stmmac: fix NULL pointer dereference in capabilities fixup (v2) by Angus Clark · 13 years ago
  10. 5e6efe8 stmmac: fix a bug while checking the HW cap reg (v2) by Giuseppe CAVALLARO · 13 years ago
  11. e3a7ae2 be2net: Changing MAC Address of a VF was broken. by Somnath Kotur · 13 years ago
  12. 106df1e be2net: Refactored be_cmds.c file. by Somnath Kotur · 13 years ago
  13. 6afc25c bnx2x: update driver version to 1.70.30-0 by Dmitry Kravkov · 13 years ago
  14. 5e5399d bnx2x: use FW 7.0.29.0 by Dmitry Kravkov · 13 years ago
  15. bfdb582 bnx2x: Enable changing speed when port type is PORT_DA by Yaniv Rosner · 13 years ago
  16. 001cea7 bnx2x: Fix 54618se LED behavior by Yaniv Rosner · 13 years ago
  17. ce7c048 bnx2x: Fix RX/TX problem caused by the MAC layer by Yaniv Rosner · 13 years ago
  18. a9077bf bnx2x: Add link retry to 578xx-KR by Yaniv Rosner · 13 years ago
  19. 26ffaf3 bnx2x: Fix LED blink rate for 578xx by Yaniv Rosner · 13 years ago
  20. 59fdaca net: make bonding slaves honour master's skb->priority by Maciej Żenczykowski · 13 years ago
  21. 0110bba ehea: fix skb_frag_size typo by Eric Dumazet · 13 years ago
  22. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  23. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  24. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  25. 8b3408f dp83640: free packet queues on remove by Richard Cochran · 13 years ago
  26. f5ff7cd dp83640: use proper function to free transmit time stamping packets by Richard Cochran · 13 years ago
  27. 4885543 |PATCH net-next] tg3: add tx_dropped counter by Eric Dumazet · 13 years ago
  28. 752961a be2net: don't create multiple RX/TX rings in multi channel mode by Sathya Perla · 13 years ago
  29. dafc0fe be2net: don't create multiple TXQs in BE2 by Sathya Perla · 13 years ago
  30. f9449ab be2net: refactor VF setup/teardown code into be_vf_setup/clear() by Sathya Perla · 13 years ago
  31. a54769f be2net: add vlan/rx-mode/flow-control config to be_setup() by Sathya Perla · 13 years ago
  32. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  33. f42af6c net: Fix driver name for mdio-gpio.c by Dirk Eibach · 13 years ago
  34. 8b18573 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  35. a7d5b76 jme: fix irq storm after suspend/resume by Clemens Buchacher · 13 years ago
  36. 8f9f466 Add ethtool -g support to virtio_net by Rick Jones · 13 years ago
  37. 01718e3 bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_masters by Eric W. Biederman · 13 years ago
  38. f7ff198 tg3: fix tigon3_dma_hwbug_workaround() by Eric Dumazet · 13 years ago
  39. 1128c75 igb: VFTA Table Fix for i350 devices by Carolyn Wyborny · 13 years ago
  40. b6e0c41 igb: Move DMA Coalescing init code to separate function. by Carolyn Wyborny · 13 years ago
  41. 65189d2 igb: Fix for Alt MAC Address feature on 82580 and later devices by Carolyn Wyborny · 13 years ago
  42. 7d94eb8 igbvf: Bump version number by Williams, Mitch A · 13 years ago
  43. 1009075 igbvf: Update module identification strings by Williams, Mitch A · 13 years ago
  44. e09eff7 macvtap: Fix the minor device number allocation by Eric W. Biederman · 13 years ago
  45. 9bf1907 macvtap: Rewrite macvtap_newlink so the error handling works. by Eric W. Biederman · 13 years ago
  46. 2259fef macvtap: Don't leak unreceived packets when we delete a macvtap device. by Eric W. Biederman · 13 years ago
  47. 047af9cf macvtap: Fix macvtap_open races in the zero copy enable code. by Eric W. Biederman · 13 years ago
  48. 99f34b3 macvtap: Close a race between macvtap_open and macvtap_dellink. by Eric W. Biederman · 13 years ago
  49. 4b72736 virtio_net: fix truesize underestimation by Eric Dumazet · 13 years ago
  50. e1ac50f bnx2x: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  51. a0006a8 cxgb4vf: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  52. e91b0f2 cxgb4: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  53. 311761c mlx4: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  54. 9eac2d4 ll_temac: Add support for ethtool by Ricardo · 13 years ago
  55. 46a0169 igb: fix a compile warning by RongQing Li · 13 years ago
  56. 924a4c7 myri10ge: fix truesize underestimation by Eric Dumazet · 13 years ago
  57. 7b8b596 igbvf: fix truesize underestimation by Eric Dumazet · 13 years ago
  58. 90278c9 mlx4_en: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  59. 8a59a7b virtio_net: Clean up set_skb_frag() by Krishna Kumar · 13 years ago
  60. 79de9ef NET: asix: fix ethtool -e for AX88178 USB dongle by Grant Grundler · 13 years ago
  61. 45db81e stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2) by Giuseppe CAVALLARO · 13 years ago
  62. 286a837 stmmac: add CHAINED descriptor mode support (V4) by Giuseppe CAVALLARO · 13 years ago
  63. 38fe7a9 stmmac: allow mmc usage only if feature actually available (V4) by Giuseppe CAVALLARO · 13 years ago
  64. 1db123f stmmac: use predefined macros for HW cap register fields (V4) by Rayagond Kokatanur · 13 years ago
  65. 48febf7 stmmac: allow mtu bigger than 1500 in case of normal desc (V4) by Giuseppe CAVALLARO · 13 years ago
  66. 51e3137 stmmac: update the driver version and doc (V4) by Giuseppe CAVALLARO · 13 years ago
  67. a9097a9 stmmac: protect tx process with lock (V4) by Giuseppe CAVALLARO · 13 years ago
  68. 79ee1dc stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4). by Srinivas Kandagatla · 13 years ago
  69. 4c22400 bonding: Use a per netns implementation of /sys/class/net/bonding_masters. by Eric W. Biederman · 13 years ago
  70. d5edf29 bonding: fix wrong port enabling in 802.3ad by Flavio Leitner · 13 years ago
  71. 1b23a3e r8169: fix wrong eee setting for rlt8111evl by hayeswang · 13 years ago
  72. 649b3b8 r8169: fix driver shutdown WoL regression. by françois romieu · 13 years ago
  73. fddf86f phylib: Modify Vitesse RGMII skew settings by Andy Fleming · 13 years ago
  74. 4ea2739 pptp: pptp_rcv_core() misses pskb_may_pull() call by Eric Dumazet · 13 years ago
  75. 1e5c22c mlx4_en: Updating driver version by Yevgeny Petrilin · 13 years ago
  76. ad86107 mlx4_en: Adding rxhash support by Yevgeny Petrilin · 13 years ago
  77. 3b61008 mlx4_en: Recording rx queue for gro packets by Yevgeny Petrilin · 13 years ago
  78. ad04378 mlx4_en: Checksum counters per ring by Yevgeny Petrilin · 13 years ago
  79. f3a9d1f mlx4_en: Controlling FCS header removal by Yevgeny Petrilin · 13 years ago
  80. e72ebf5 mlx4: Fix vlan table overflow by Yevgeny Petrilin · 13 years ago
  81. 5ea2ef5 caif-hsi: Added recovery check of CA wake status. by Daniel Martensson · 13 years ago
  82. 5bbed92 caif-hsi: Added sanity check for length of CAIF frames by Daniel Martensson · 13 years ago
  83. 28bd204 caif-hsi: Make inactivity timeout configurable. by Dmitry Tarnyagin · 13 years ago
  84. ca63f8c caif-hsi: HSI-Platform device register and unregisters itself by Daniel Martensson · 13 years ago
  85. 687b13e caif-hsi: Making read and writes asynchronous. by Daniel Martensson · 13 years ago
  86. 73033c9 caif-hsi: Fix for wakeup condition problem by Dmitry Tarnyagin · 13 years ago
  87. fe47f12 caif-hsi: Fixing a race condition in the caif_hsi code by Dmitry Tarnyagin · 13 years ago
  88. 94230fe caif-hsi: HSI Fix uninitialized data in HSI header by sjur.brandeland@stericsson.com · 13 years ago
  89. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  90. 8bae8bd pptp: fix skb leak in pptp_xmit() by Eric Dumazet · 13 years ago
  91. 4d97480 bonding: use local function pointer of bond->recv_probe in bond_handle_frame by Mitsuo Hayasaka · 13 years ago
  92. 28c2137 smsc911x: Add support for SMSC LAN89218 by Phil Edworthy · 13 years ago
  93. e730c82 tg3: negate USE_PHYLIB flag check by Jiri Pirko · 13 years ago
  94. d512348 netconsole: enable netconsole can make net_device refcnt incorrent by Gao feng · 13 years ago
  95. a4886d5 net/phy: extra delay only for RGMII interfaces for IC+ IP 1001 by Giuseppe CAVALLARO · 13 years ago
  96. b340a20 cs89x0: Move the driver into the Cirrus dir by Jeff Kirsher · 13 years ago
  97. bc416d9 macvlan: handle fragmented multicast frames by Eric Dumazet · 13 years ago
  98. f7ba35d Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  99. 15e5209 ixgbe: change the eeprom version reported by ethtool by Emil Tantilov · 13 years ago
  100. f861c2b8 can: remove references to berlios mailinglist by Marc Kleine-Budde · 13 years ago