1. 7559fb2f r8152: add comments by hayeswang · 11 years ago
  2. b1379d9 r8152: adjust tx_bottom function by hayeswang · 11 years ago
  3. 43a4478 r8152: move some declearation of variables by hayeswang · 11 years ago
  4. 0de98f6 r8152: adjust some duplicated code by hayeswang · 11 years ago
  5. a5a4f46 r8152: replace lockflags with flags by hayeswang · 11 years ago
  6. dff4e8a r8152: replace void * with struct r8152 * by hayeswang · 11 years ago
  7. 197d439 r8152: remove clearing the memory to zero for netdev priv by hayeswang · 11 years ago
  8. 40a8291 net/usb/r8152: enable interrupt transfer by hayeswang · 11 years ago
  9. 5bd2388 net/usb/r8152: enable tx checksum by hayeswang · 11 years ago
  10. ebc2ec4 net/usb/r8152: support aggregation by hayeswang · 11 years ago
  11. 55d10a1 net: asix: Move declaration of ax88172a_info to shared header by Mark Brown · 11 years ago
  12. cbeee8c net: asix: Staticise non-exported symbols by Mark Brown · 11 years ago
  13. f270701 ax88179_178a: avoid copy of tx tcp packets by Eric Dumazet · 11 years ago
  14. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. c8826de net/usb/r8152: adjust relative ocp function by hayeswang · 11 years ago
  16. 31787f5 net/usb/r8152: make sure the USB buffer is DMA-able by hayeswang · 11 years ago
  17. 543ae7f net/usb/r815x: change the return value for bind functions by hayeswang · 11 years ago
  18. b771721 net/usb/r815x: avoid to call mdio functions for runtime-suspended device by hayeswang · 11 years ago
  19. b2f4737 net/usb/r815x: replace USB buffer from stack to DMA-able by hayeswang · 11 years ago
  20. 452c447 USBNET: increase max rx/tx qlen for improving USB3 thoughtput by Ming Lei · 11 years ago
  21. a88c32a USBNET: centralize computing of max rx/tx qlen by Ming Lei · 11 years ago
  22. 20f0170 usbnet: do not pretend to support SG/TSO by Eric Dumazet · 11 years ago
  23. e763852 usb/net/r815x: fix cast to restricted __le32 by hayeswang · 11 years ago
  24. 3ff25e3 usb/net/r8152: fix integer overflow in expression by hayeswang · 11 years ago
  25. c073f66 net/usb: add relative mii functions for r815x by hayeswang · 11 years ago
  26. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  27. 1fc4c84 net: cdc_ether: allow combined control and data interface by Bjørn Mork · 11 years ago
  28. a759939 net: ipheth: Add USB ID for iPad mini by Aaron Marburg · 11 years ago
  29. d8eb8f9 qmi_wwan: add ONDA MT689DC device ID (fwd) by Enrico Mioso · 11 years ago
  30. d0b5e51 net: qmi_wwan: add TP-LINK MA260 by Bjørn Mork · 11 years ago
  31. aa3aba1 net: qmi_wwan: add Option GTM681W by Bjørn Mork · 11 years ago
  32. 5a008ff net: qmi_wwan: fixup Sierra Wireless MC8305 entry by Bjørn Mork · 11 years ago
  33. b8553b8 usbnet: ax88179_178a: add .reset_resume hook by David Chang · 11 years ago
  34. 803dee9 usbnet: ax88179_178a: Correct a typo in description by David Chang · 11 years ago
  35. 8afe3dc qmi_wwan: add various Novatel Gobi1K IDs by Dan Williams · 11 years ago
  36. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  37. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. c2020be qmi_wwan/cdc_ether: let qmi_wwan handle the Huawei E1820 by Bjørn Mork · 11 years ago
  39. cbb963d net/usb/kalmia: use %*phC to dump small buffers by Andy Shevchenko · 11 years ago
  40. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  41. eb3d339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  42. bcef9a8 qmi_wwan: Added support for Cinterion's PLxx WWAN Interface by Hans-Christoph Schemmel · 11 years ago
  43. 4d12997 drivers: net: usb: rtl8150: concurrent URB bugfix by Petko Manolov · 11 years ago
  44. b4236daa net/usb: r8152: Use module_usb_driver() by Sachin Kamat · 11 years ago
  45. 18cf1f1 net/usb: r8152: Remove redundant version.h header inclusion by Sachin Kamat · 11 years ago
  46. 98f541c USB: remove remaining instances of USB_SUSPEND by Alan Stern · 11 years ago
  47. 7b0c5f2 sierra_net: keep status interrupt URB active by Dan Williams · 11 years ago
  48. 6eecdc5 usbnet: allow status interrupt URB to always be active by Dan Williams · 11 years ago
  49. 7fdb784 qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN card by Dan Williams · 11 years ago
  50. ac718b6 net/usb: new driver for RTL8152 by hayeswang · 11 years ago
  51. c5060ce asix: fix BUG in receive path when lowering MTU by holger@eitzenberger.org · 11 years ago
  52. 0decc64 net: qmi_wwan: Add Telewell TW-LTE 4G by Teppo Kotilainen · 11 years ago
  53. 3d64fc7 usbnet: pegasus: endian bug in write_mii_word() by Dan Carpenter · 11 years ago
  54. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  55. ec25e24 Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  56. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  57. 323b349 drivers: net: usb: pegasus: fix control urb submission by Petko Manolov · 11 years ago
  58. 2bd6470 drivers: net: usb: pegasus: read/write_mii_word optimised by Petko Manolov · 11 years ago
  59. 313a58e drivers: net: usb: pegasus: remove skb pool by Petko Manolov · 11 years ago
  60. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. cc6ba5f net: qmi_wwan: prevent duplicate mac address on link (firmware bug workaround) by Bjørn Mork · 11 years ago
  62. 6483bdc net: qmi_wwan: fixup destination address (firmware bug workaround) by Bjørn Mork · 11 years ago
  63. 6ff509a net: qmi_wwan: fixup missing ethernet header (firmware bug workaround) by Bjørn Mork · 11 years ago
  64. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  65. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  66. a6bda45 net: cdc_ether: silence sparse __CHECK_ENDIAN__ warning by Bjørn Mork · 11 years ago
  67. 32b161a net: cdc_mbim: remove bogus sizeof() by Bjørn Mork · 11 years ago
  68. 11b397e Merge 3.9-rc7 intp tty-next by Greg Kroah-Hartman · 11 years ago
  69. 4b49f58 usbnet: handle link change by Ming Lei · 11 years ago
  70. 0162c55 usbnet: apply usbnet_link_change by Ming Lei · 11 years ago
  71. 9ef2c44 usbnet: sierra: apply usbnet_link_change by Ming Lei · 11 years ago
  72. c10b171 usbnet: dm9601: apply usbnet_link_change by Ming Lei · 11 years ago
  73. 418fc57 usbnet: cdc-ether: apply usbnet_link_change by Ming Lei · 11 years ago
  74. 7a97856 usbnet: ax88179_1781: apply usbnet_link_change by Ming Lei · 11 years ago
  75. eae6591 usbnet: asix: apply usbnet_link_change by Ming Lei · 11 years ago
  76. 8a34b0a usbnet: cdc_ncm: apply usbnet_link_change by Ming Lei · 11 years ago
  77. 4be74c1 usbnet: mcs7830: apply usbnet_link_change by Ming Lei · 11 years ago
  78. f24ba7b usbnet: mcs7830: don't reset link by Ming Lei · 11 years ago
  79. ac64995 usbnet: introduce usbnet_link_change API by Ming Lei · 11 years ago
  80. 67a3660 net: cdc_ncm: demote "unexpected notification" to debug level by Bjørn Mork · 12 years ago
  81. 31e9189 Merge 3.9-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  82. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  83. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  84. 8f0923c cdc_ncm: return -ENOMEM if kzalloc fails by Devendra Naga · 12 years ago
  85. 4c51e53 smsc75xx: fix jumbo frame support by Steve Glendinning · 12 years ago
  86. 5410a47 usbnet: smsc75xx: don't recover device if suspend fails in system sleep by Ming Lei · 12 years ago
  87. 0d41be5 usbnet: smsc95xx: don't recover device if suspend fails in system sleep by Ming Lei · 12 years ago
  88. 81b50be usbnet: qmi_wwan: comments on suspend failure by Ming Lei · 12 years ago
  89. 9a44312 usbnet: cdc_mbim: comments on suspend failure by Ming Lei · 12 years ago
  90. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 12 years ago
  91. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 12 years ago
  92. 1e8bbe6 net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibility by Bjørn Mork · 12 years ago
  93. 1e731cb smsc75xx: configuration help incorrectly mentions smsc95xx by Robert de Vries · 12 years ago
  94. b701f16 net: qmi_wwan: set correct altsetting for Gobi 1K devices by Bjørn Mork · 12 years ago
  95. e2ca90c ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver by Freddy Xin · 12 years ago
  96. 45af3fb usb/net/asix_devices: Add USBNET HG20F9 ethernet dongle by Glen Turner · 12 years ago
  97. 1f84eab net: cdc_ncm: tag Huawei devices (e.g. E5331) with FLAG_WWAN by Bjørn Mork · 12 years ago
  98. 1cef935 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  99. eb970ff usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND by Ming Lei · 12 years ago
  100. 42e21c0 usbnet: smsc95xx: fix broken runtime suspend by Ming Lei · 12 years ago