1. 39fba78 kaweth: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  2. 6bc6895 ch9200: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  3. d4ca735 lan78xx: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  4. d532c10 sr9700: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  5. a9e840a cx82310_eth: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  6. b7c6d26 smsc75xx: use skb_cow_head() to deal with cloned skbs by Eric Dumazet · 8 years ago
  7. e9156cd smsc95xx: Use skb_cow_head to deal with cloned skbs by James Hughes · 8 years ago
  8. 14cf4a7 drivers: net: usb: qmi_wwan: add QMI_QUIRK_SET_DTR for Telit PID 0x1201 by Daniele Palmas · 8 years ago
  9. 6c22fce usbnet: make sure no NULL pointer is passed through by Oliver Neukum · 8 years ago
  10. d5b07cc r8152: The Microsoft Surface docks also use R8152 v2 by René Rebe · 8 years ago
  11. 2f25abe r8152: prevent the driver from transmitting packets with carrier off by hayeswang · 8 years ago
  12. b20cb60 r8152: fix the rx early size of RTL8153 by hayeswang · 8 years ago
  13. 210c4f7 r8152: set the RMS of RTL8153 according to the mtu by hayeswang · 8 years ago
  14. 4071898 net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4 by Tony Lindgren · 8 years ago
  15. 6bd845d qmi_wwan: add Dell DW5811e by Bjørn Mork · 8 years ago
  16. 98d068a r8152: fix the list rx_done may be used without initialization by hayeswang · 8 years ago
  17. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  18. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  19. 4f3de46 net: usb: asix_devices: fix missing return code check on call to asix_write_medium_mode by Colin Ian King · 8 years ago
  20. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  21. 08a7e62 scripts/spelling.txt: add "swith" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  22. 35eeacf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  23. 8c56ea4 net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 8 years ago
  24. 764895d sierra_net: Skip validating irrelevant fields for IDLE LSIs by Stefan Brüns · 8 years ago
  25. 5a70348 sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications by Stefan Brüns · 8 years ago
  26. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  27. 2d6a0e9 catc: Use heap buffer for memory size test by Ben Hutchings · 8 years ago
  28. d411491 catc: Combine failure cleanup code in catc_probe() by Ben Hutchings · 8 years ago
  29. 7926aff rtl8150: Use heap buffers for all register access by Ben Hutchings · 8 years ago
  30. 5593523 pegasus: Use heap buffers for all register access by Ben Hutchings · 8 years ago
  31. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 7489bda r8152: check rx after napi is enabled by hayeswang · 8 years ago
  33. 248b213 r8152: re-schedule napi for tx by hayeswang · 8 years ago
  34. de9bf29 r8152: avoid start_xmit to schedule napi when napi is disabled by hayeswang · 8 years ago
  35. 26afec3 r8152: avoid start_xmit to call napi_schedule during autosuspend by hayeswang · 8 years ago
  36. a9c54ad r8152: fix the wrong spelling by hayeswang · 8 years ago
  37. 5b9f575 qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card by Bjørn Mork · 8 years ago
  38. 6a0b76c r8152: don't execute runtime suspend if the tx is not empty by hayeswang · 8 years ago
  39. 2c561b2 r8152: fix rtl8152_post_reset function by hayeswang · 8 years ago
  40. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. 37c9782 cdc-ether: usbnet_cdc_zte_status() can be static by Wei Yongjun · 8 years ago
  42. 19c0f40 r8152: fix the sw rx checksum is unavailable by hayeswang · 8 years ago
  43. 75dc692 r8152: fix rx issue for runtime suspend by hayeswang · 8 years ago
  44. 8fb2806 r8152: split rtl8152_suspend function by hayeswang · 8 years ago
  45. 63dfb0d net: usb: asix_devices: add .reset_resume for USB PM by Peter Chen · 8 years ago
  46. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  47. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  48. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  49. 02dc1f3 lan78xx: add LAN7801 MAC only support by Woojung Huh · 8 years ago
  50. 7b8076c NET: usb: cdc_mbim: add quirk for supporting Telit LE922A by Daniele Palmas · 8 years ago
  51. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. 5192083 net: usb: set error code when usb_alloc_urb fails by Pan Bian · 8 years ago
  53. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  54. 9bd813d NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040 by Daniele Palmas · 8 years ago
  55. d5c83d0 cdc_ether: Fix handling connection notification by Kristian Evensen · 8 years ago
  56. fadf3a2 net: asix: Fix AX88772_suspend() USB vendor commands failure issues by allan · 8 years ago
  57. f6e3ef3 lan78xx: relocate mdix setting to phy driver by Woojung Huh · 8 years ago
  58. 860ce4b net: usb: lan78xx: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  59. eea16da net: usb: ax88172x: Utilize phy_ethtool_nway_reset by Florian Fainelli · 8 years ago
  60. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  61. ca0a753 r8152: Fix error path in open function by Guenter Roeck · 8 years ago
  62. 8da3cf2 Net Driver: Add Cypress GX3 VID=04b4 PID=3610. by Allan Chou · 8 years ago
  63. cc89c32 lan78xx: Use irq_domain for phy interrupt from USB Int. EP by Woojung Huh · 8 years ago
  64. b9a321b r8152: Fix broken RX checksums. by Mark Lord · 8 years ago
  65. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. e30520c kalmia: avoid potential uninitialized variable use by Arnd Bergmann · 8 years ago
  67. f77f0ae net: use core MTU range checking in USB NIC drivers by Jarod Wilson · 8 years ago
  68. d248caf r8152: add new products of Lenovo by hayeswang · 8 years ago
  69. 610df1d net: asix: Avoid looping when the device does not respond by Guenter Roeck · 8 years ago
  70. 8eed1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. 9a76588 qmi_wwan: add support for Quectel EC21 and EC25 by Bjørn Mork · 8 years ago
  72. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  73. 6e76510 net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  74. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. d768c61 r8152: disable ALDPS and EEE before setting PHY by hayeswang · 8 years ago
  76. af0287e r8152: remove r8153_enable_eee by hayeswang · 8 years ago
  77. ef39df8 r8152: move PHY settings to hw_phy_cfg by hayeswang · 8 years ago
  78. 2dd436d r8152: move enabling PHY by hayeswang · 8 years ago
  79. e644953 r8152: move some functions by hayeswang · 8 years ago
  80. 936f060 kaweth: remove obsolete debugging statements by Oliver Neukum · 8 years ago
  81. e0c79ff lan78xx: mark symbols static where possible by Baoyou Xie · 8 years ago
  82. 3981cce hso: Convert printk to pr_<level> by Joe Perches · 8 years ago
  83. 95a6911 hso: Use a more common logging style by Joe Perches · 8 years ago
  84. 13722bb smsc95xx: Add mdix control via ethtool by Woojung Huh · 8 years ago
  85. 273bf28 smsc95xx: Add register define by Woojung Huh · 8 years ago
  86. 95ac399 net: pegasus: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
  87. 53700f0 r8152: fix the coding style with checkpatch.pl by hayeswang · 8 years ago
  88. 535baf8 net: asix: autoneg will set WRITE_MEDIUM reg by Robert Foss · 8 years ago
  89. a243c2e net: asix: see 802.3 spec for phy reset by Robert Foss · 8 years ago
  90. 4c1442a net: asix: Fix AX88772x resume failures by Robert Foss · 8 years ago
  91. 8a46f66 net: asix: Avoid looping when the device is disconnected by Robert Foss · 8 years ago
  92. d9fe64e net: asix: Add in_pm parameter by Robert Foss · 8 years ago
  93. 407a471 r8152: constify ethtool_ops structures by Julia Lawall · 8 years ago
  94. 6abdd5f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  95. 575ced7 kaweth: fix oops upon failed memory allocation by Oliver Neukum · 8 years ago
  96. 60bcabd kaweth: fix firmware download by Oliver Neukum · 8 years ago
  97. ef6cd13 net: usb: usbnet: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  98. d7c4e84 net: usb: lan78xx: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  99. 12800ea net: usb: hso: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  100. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago