1. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  2. 4180442 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  4. 7c4b517 dm9601: add USB IDs for new dm96xx variants by Peter Korsgaard · 10 years ago
  5. 4263c86 dm9601: work around tx fifo sync issue on dm962x by Peter Korsgaard · 11 years ago
  6. cabd0e3 dm9601: make it clear that dm9620/dm9621a are also supported by Peter Korsgaard · 11 years ago
  7. 407900c dm9601: fix reception of full size ethernet frames on dm9620/dm9621a by Peter Korsgaard · 11 years ago
  8. 3b387892 dm9601: add support for dm9621a based dongle by Peter Korsgaard · 11 years ago
  9. bf0ea63 dm9601: fix IFF_ALLMULTI handling by Peter Korsgaard · 11 years ago
  10. c10b171 usbnet: dm9601: apply usbnet_link_change by Ming Lei · 11 years ago
  11. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. 6642f91 dm9601: support dm9620 variant by Peter Korsgaard · 11 years ago
  13. 15c8bb1 net: usb: initialize tmp in dm9601.c to avoid warning by Simon Que · 11 years ago
  14. 1b9c3a1 usbnet: dm9601: Fix incorrect command by Tushar Behera · 11 years ago
  15. 24b1042 usbnet: dm9601: apply introduced usb command APIs by Ming Lei · 12 years ago
  16. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  17. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  18. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  19. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 13 years ago
  20. 67158ce Added support for usb ethernet (0x0fe6, 0x9700) by Shahar Havivi · 13 years ago
  21. 5476b8b drivers/net/usb: Use kmemdup by Julia Lawall · 14 years ago
  22. 0f7ca59 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  23. e9162ab dm9601: fix phy/eeprom write routine by Peter Korsgaard · 14 years ago
  24. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  25. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  26. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  27. 60b8675 usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> by Joe Perches · 14 years ago
  28. 2cc04d2 net: dm9601: convert to use mc helpers by Jiri Pirko · 14 years ago
  29. 37e8273 usbnet: Set link down initially for drivers that update link state by Ben Hutchings · 15 years ago
  30. 06b71b6 netdev: usb: dm9601.c can drive a device not supported yet, add support for it by Janusz Krzysztofik · 15 years ago
  31. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  32. 9612101 dm9601: Use netdev stats structure by Herbert Xu · 15 years ago
  33. 61189c7 dm9601: trivial comment fixes by Peter Korsgaard · 15 years ago
  34. fe85ff8 usbnet: convert dms9601 driver to net_device_ops by Stephen Hemminger · 15 years ago
  35. a1a69c8 dm9601: new vendor/product IDs by Peter Korsgaard · 15 years ago
  36. f52deb0 dm9601: warn on invalid mac address by Wu Fengguang · 15 years ago
  37. 4b9f8ec dm9601: tell HW about random generated mac address by Wu Fengguang · 15 years ago
  38. 98658bc dm9601: bring datasheet URL up to date by Wu Fengguang · 15 years ago
  39. 20f10aa dm9601: handle corrupt mac address by Wu Fengguang · 15 years ago
  40. c94cb31 net: prepare usb net drivers for addition of status as a parameter by Oliver Neukum · 15 years ago
  41. 753dcfe dm9601: runtime mac address change support by Peter Korsgaard · 16 years ago
  42. 16d78bc25 dm9601: don't do usb transfers of data on stack by Peter Korsgaard · 16 years ago
  43. 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
  44. 47df976 dm9601: Fix multicast hash table handling by Peter Korsgaard · 16 years ago
  45. 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
  46. eca1ad8 misc drivers/net annotations by Al Viro · 16 years ago
  47. 33edded dm9601: configure MAC to drop invalid (crc/length) packets by Peter Korsgaard · 16 years ago
  48. b47b4b2 dm9601: add Hirose USB-100 device ID by Peter Korsgaard · 16 years ago
  49. 3692e94 Move usbnet.h and rndis_host.h to include/linux/usb by Jussi Kivilinna · 16 years ago
  50. ba734f3 dm9601: Consolidate common parts of dm_write_*_async by Peter Korsgaard · 17 years ago
  51. 77b6901 dm9601: Fix printk by Peter Korsgaard · 17 years ago
  52. a06da75 DM9601: Support for ADMtek ADM8515 NIC by Peter Korsgaard · 17 years ago
  53. f662fe5 dm9601: Fix receive MTU by Peter Korsgaard · 17 years ago
  54. b8f59586 dm9601: Return 0 from bind() on success by Peter Korsgaard · 17 years ago
  55. 23de559 dm9601: HW header size shouldn't be included in packet length by Peter Korsgaard · 17 years ago
  56. 5b2fc49 Move USB network drivers to drivers/net/usb. by Jeff Garzik · 17 years ago[Renamed from drivers/usb/net/dm9601.c]
  57. 686149f USB: dm9601: fix sparse NULL warnings by Randy Dunlap · 17 years ago
  58. 6dc477f USB: two more device ids for dm9601 usbnet driver by Jon Dowland · 17 years ago
  59. 6438ac2 USBNET: DM9501: Add Corega FEther USB-TXC support. by YOSHIFUJI Hideaki · 17 years ago
  60. d0374f4 USB: Davicom DM9601 usbnet driver by Peter Korsgaard · 17 years ago