1. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  2. c796984 CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0 by Thomas Meyer · 13 years ago
  3. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  4. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  5. 46993f0 net-next:asix: V2 Update VERSION by Grant Grundler · 13 years ago
  6. b2d3ad29 net-next:asix: V2 more fixes for ax88178 phy init sequence by Grant Grundler · 13 years ago
  7. d366518 net-next:asix: reduce AX88772 init time by about 2 seconds by Grant Grundler · 13 years ago
  8. a77929a net-next:asix:poll in asix_get_phyid in case phy not ready by Grant Grundler · 13 years ago
  9. 3486140 net-next:asix:PHY_MODE_RTL8211CL should be 0xC by Grant Grundler · 13 years ago
  10. 6d74eb9 net/usb: Misc. fixes for the LG-VL600 LTE USB modem by Mark Kamichoff · 13 years ago
  11. ea1649d Fix incorrect usage of NET_IP_ALIGN by Nico Erfurth · 13 years ago
  12. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  13. 23ba079 usbnet: fix oops in usbnet_start_xmit by Konstantin Khlebnikov · 13 years ago
  14. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  15. 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
  16. 79de9ef NET: asix: fix ethtool -e for AX88178 USB dongle by Grant Grundler · 13 years ago
  17. d727b60 Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  18. 83e1b91 NET: white space/coding style cleanup of asix driver by Grant Grundler · 13 years ago
  19. 610d885 NET: fix phy init for Asix AX88178 USB (GigE) by Grant Grundler · 13 years ago
  20. 4ad1438 NET: fix phy init for AX88772 USB ethernet by Grant Grundler · 13 years ago
  21. 141b9e6 rtl8150: removal of forward declarations. by françois romieu · 13 years ago
  22. f9b491e usbnet: add timestamping support by Michael Riesch · 13 years ago
  23. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  24. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  25. 02009af ipheth: iPhone 4 Verizon CDMA USB Product ID add by Kavan Smith · 13 years ago
  26. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  27. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  28. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  29. 75bc8ef usbnet/cdc_ncm: Don't use stack variables for DMA by Josh Boyer · 13 years ago
  30. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  31. c2e2a31 rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...) by huajun li · 13 years ago
  32. 2ae40ee net/usb: Add IPv6 support to the LG-VL600 LTE USB modem driver by Mark Kamichoff · 13 years ago
  33. 36c3541 cdc_ncm: fix endianness problem. by Giuseppe Scrivano · 13 years ago
  34. bca0beb ASIX: Use only 11 bits of header for data size by Marek Vasut · 13 years ago
  35. bc466e6 ASIX: Simplify condition in rx_fixup() by Marek Vasut · 13 years ago
  36. 3088590 ASIX: Add AX88772B USB ID by Marek Vasut · 13 years ago
  37. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  38. bd0d7aa drivers/net: static should be at beginning of declaration by Jesper Juhl · 13 years ago
  39. 5e2cd08 hso: fix a use after free condition by Greg KH · 13 years ago
  40. e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  41. 16adf5d usbnet: Remove over-broad module alias from zaurus. by Dave Jones · 13 years ago
  42. 95cb365 net: Remove unneeded version.h includes from drivers/net/ by Jesper Juhl · 13 years ago
  43. 5c18e80 net/usb/kalmia: signedness bug in kalmia_bind() by Dan Carpenter · 13 years ago
  44. 7cdfa4a net/usb: kalmia: Various fixes for better support of non-x86 architectures. by Marius B. Kotsbak · 13 years ago
  45. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  46. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  47. d402612 net/usb: Add Samsung Kalmia driver for Samsung GT-B3730 by Marius B. Kotsbak · 13 years ago
  48. 8ef207d iph: use default get_stats by stephen hemminger · 13 years ago
  49. 85e3c65 usbnet/cdc_ncm: add missing .reset_resume hook by Stefan Metzmacher · 13 years ago
  50. 930a6ea drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run() by Alexey Khoroshilov · 13 years ago
  51. 19694ac CDC NCM: release interfaces fix in unbind() by Alexey Orishko · 13 years ago
  52. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  53. 6c60408 CDC NCM: Add mising short packet in cdc_ncm driver by Alexey Orishko · 13 years ago
  54. 3c709f8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6 by David S. Miller · 13 years ago
  55. aae1e74 net/usb: mark LG VL600 LTE modem ethernet interface as WWAN by Dan Williams · 13 years ago
  56. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  57. 9c41294 ipheth: Properly distinguish length and alignment in URBs and skbs by Ben Hutchings · 13 years ago
  58. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  59. 75bd0cb usbnet: runtime pm: fix out of memory by Ming Lei · 13 years ago
  60. d946092 smsc95xx: fix reset check by Rabin Vincent · 13 years ago
  61. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  62. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  63. b3c914a usbnet: add support for some Huawei modems with cdc-ether ports by Dan Williams · 13 years ago
  64. 68972ef usbnet: Resubmit interrupt URB if device is open by Paul Stewart · 13 years ago
  65. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  66. 8c61d9d cdc_ncm: fix short packet issue on some devices by Hans Petter Selasky · 13 years ago
  67. c582a95 drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function. by Thiago Farina · 13 years ago
  68. eb8aa72 rndis_host: Quirky devices are still 'point-to-point' by Ben Hutchings · 13 years ago
  69. 4d42d41 rndis_host: Poll status before control channel where necessary by Ben Hutchings · 13 years ago
  70. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  71. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  72. 88edaa4 net: Add support for SMSC LAN9530, LAN9730 and LAN89530 by Steve Glendinning · 13 years ago
  73. 5325e92 usb: plusb: Add debug to reset function by simon · 13 years ago
  74. 647da40 usb: plusb: Add support for PL-25A1 by simon · 13 years ago
  75. 6e4d2d9 usb: plusb: Whitespace by simon · 13 years ago
  76. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  77. 083dd8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  78. 78e47fe net: convert SMSC USB net drivers to hw_features by Michał Mirosław · 13 years ago
  79. c261344 usbnet: use eth%d name for known ethernet devices by Arnd Bergmann · 13 years ago
  80. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  81. 7a635ea net/usb: Ethernet quirks for the LG-VL600 4G modem by Andrzej Zaborowski · 13 years ago
  82. 3c0f3c6 NET: smsc95xx: don't use stack for async writes to the device by Marc Zyngier · 13 years ago
  83. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  84. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  85. 468c3f9 NET: cdc-phonet, handle empty phonet header by Jiri Slaby · 13 years ago
  86. ac90fa6 NET: cdc-phonet, fix stop-queue handling by Jiri Slaby · 13 years ago
  87. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  88. 67158ce Added support for usb ethernet (0x0fe6, 0x9700) by Shahar Havivi · 13 years ago
  89. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  90. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  91. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  92. 5b89db0e Net, USB, Option, hso: Do not dereference NULL pointer by Jesper Juhl · 14 years ago
  93. ab60707 USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() returns less than zero in kevent(). by Jesper Juhl · 14 years ago
  94. 84e77a8 USB CDC NCM errata updates for cdc_ncm host driver by Alexey Orishko · 14 years ago
  95. 986e3f6 USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware() by Jesper Juhl · 14 years ago
  96. f742aa8 USB CDC NCM: tx_fixup() race condition fix by Alexey Orishko · 14 years ago
  97. 9e56790 USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitialized variable. by Jesper Juhl · 14 years ago
  98. f5260f0 USB: cdc_ether: remove unneeded check by Dan Carpenter · 14 years ago
  99. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  100. 0e214ad USB: mcs7830: return negative if auto negotiate fails by Dan Carpenter · 14 years ago