1. 5f090dc net: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  2. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  3. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  4. 2f819ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  5. c6cbcad usb net: asix does not really need 10/100mbit by Mike Frysinger · 16 years ago
  6. 1424fd9 drivers/net/usb/pegasus.c: remove in_atomic() check by David Brownell · 16 years ago
  7. 47df976 dm9601: Fix multicast hash table handling by Peter Korsgaard · 16 years ago
  8. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  9. ee20a0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  10. 3b86301 endianness annotations: rndis by Al Viro · 16 years ago
  11. eca1ad8 misc drivers/net annotations by Al Viro · 16 years ago
  12. 9f5e60d rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM fails by Jussi Kivilinna · 16 years ago
  13. 33edded dm9601: configure MAC to drop invalid (crc/length) packets by Peter Korsgaard · 16 years ago
  14. b47b4b2 dm9601: add Hirose USB-100 device ID by Peter Korsgaard · 16 years ago
  15. 7fdba2f USB: Fix cut-and-paste error in rtl8150.c by Robert P. J. Day · 16 years ago
  16. 10d0f27 rndis_host: fix transfer size negotiation by Jean-Christophe Dubois · 16 years ago
  17. ad84243 rtl8150: use default MTU of 1500 by Lennert Buytenhek · 17 years ago
  18. 3692e94 Move usbnet.h and rndis_host.h to include/linux/usb by Jussi Kivilinna · 17 years ago
  19. 039ee17 rndis_host: Add RNDIS physical medium checking into generic_rndis_bind() by Jussi Kivilinna · 17 years ago
  20. 5d6ecf6 rndis_host: Add link_change function pointer to 'struct rndis_data'. by Jussi Kivilinna · 17 years ago
  21. 7c39e03 rndis_host: Add early_init function pointer to 'struct rndis_data'. by Jussi Kivilinna · 17 years ago
  22. 476842b usbnet: add driver_priv pointer to 'struct usbnet' by Jussi Kivilinna · 17 years ago
  23. 5665998 rndis_host: export functions by Jussi Kivilinna · 17 years ago
  24. 7517579 rndis_host: Split up rndis_host.c by Jussi Kivilinna · 17 years ago
  25. 6e3bbcc usbnet: Use wlan device name for RNDIS wireless devices by Jussi Kivilinna · 17 years ago
  26. a842eda rndis_host: Fix rndis packet filter flags. by Jussi Kivilinna · 17 years ago
  27. 9ff5587 rndis_host: Halt device if rndis_bind fails. by Jussi Kivilinna · 17 years ago
  28. 04c3c01 rndis_host: Use 1KB buffer in rndis_unbind by Jussi Kivilinna · 17 years ago
  29. 786e3df cdc_ether: Hardwire CDC descriptors when missing by Bjorge Dijkstra · 17 years ago
  30. 2bfa2e1 rndis_host: Fix sparse warning by Bjorge Dijkstra · 17 years ago
  31. ba734f3 dm9601: Consolidate common parts of dm_write_*_async by Peter Korsgaard · 17 years ago
  32. 94d4336 [usb netdev] asix: fix regression by Russ Dill · 17 years ago
  33. 1d39da3 [NET]: mcs7830 passes msecs instead of jiffies to usb_control_msg by Russ Dill · 17 years ago
  34. 2b2b2e3 [NET]: kaweth was forgotten in msec switchover of usb_start_wait_urb by Russ Dill · 17 years ago
  35. 51bf297 asix fixes by Al Viro · 17 years ago
  36. 77b6901 dm9601: Fix printk by Peter Korsgaard · 17 years ago
  37. 4aa92cd [NET]: Let USB_USBNET always select MII. by Adrian Bunk · 17 years ago
  38. a06da75 DM9601: Support for ADMtek ADM8515 NIC by Peter Korsgaard · 17 years ago
  39. 500d2c2 rndis_host: reduce MTU instead of refusing to talk to devices with low max packet size by Thomas Sailer · 17 years ago
  40. 582fe6f file link fix for Pegasus USB net driver help by Cal Peake · 17 years ago
  41. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  42. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  43. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  44. a11a654 support for USB autosuspend in the asix driver by Oliver Neukum · 17 years ago
  45. acb2cc8 [PATCH] drivers/net: remove superfluous memset by Mariusz Kozlowski · 17 years ago
  46. f662fe5 dm9601: Fix receive MTU by Peter Korsgaard · 17 years ago
  47. 9351982 Fix a potential NULL pointer dereference in write_bulk_callback() in drivers/net/usb/pegasus.c by Micah Gruber · 17 years ago
  48. 1f1c288 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  49. d4f01a7 cdc-subset to support new vendor/product ID by jing xiang · 17 years ago
  50. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  51. 9514bfe Cleanup usbnet_probe() return value handling by Peter Korsgaard · 17 years ago
  52. 18ab458 usbnet whitespace fixes by David Brownell · 17 years ago
  53. afaee82 net/usb/cdc_ether minor sparse cleanup by David Brownell · 17 years ago
  54. b8f59586 dm9601: Return 0 from bind() on success by Peter Korsgaard · 17 years ago
  55. 3e323f3 usbnet: Zero padding byte if there is tail room in skb by Peter Korsgaard · 17 years ago
  56. 23de559 dm9601: HW header size shouldn't be included in packet length by Peter Korsgaard · 17 years ago
  57. c081198 net: fix typo in drivers/net/usb/Kconfig by Sam Ravnborg · 17 years ago
  58. 9539ce2 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  59. 2ed22bc asix.c - Add Belkin F5D5055 ids by David Hollis · 17 years ago
  60. 3643312 USB: address FIXME in usbnet w.r.t drivers claiming multiple interfaces by Oliver Neukum · 17 years ago
  61. 4149b72 USB: handle more rndis_host oddities by David Brownell · 17 years ago
  62. 5b2fc49 Move USB network drivers to drivers/net/usb. by Jeff Garzik · 17 years ago