1. a092b72 net: usb: Fix uninit-was-stored issue in asix_read_phy_addr() by Himadri Pandya · 4 years, 4 months ago
  2. 7e24b4e net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32 by Chuhong Yuan · 5 years ago
  3. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  4. c4ce446 asix: Check for supported Wake-on-LAN modes by Florian Fainelli · 6 years ago
  5. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  6. 242c1a2 net: Remove useless function skb_header_release by Gao Feng · 7 years ago
  7. d0c8f33 asix: Fix small memory leak in ax88772_unbind() by Dean Jenkins · 7 years ago
  8. 960eb4e asix: Ensure asix_rx_fixup_info members are all reset by Dean Jenkins · 7 years ago
  9. 22889db asix: Add rx->ax_skb = NULL after usbnet_skb_return() by Dean Jenkins · 7 years ago
  10. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  11. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  12. 610df1d net: asix: Avoid looping when the device does not respond by Guenter Roeck · 8 years ago
  13. 8a46f66 net: asix: Avoid looping when the device is disconnected by Robert Foss · 8 years ago
  14. d9fe64e net: asix: Add in_pm parameter by Robert Foss · 8 years ago
  15. cd9e2e5 asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions by John Stultz · 9 years ago
  16. b70183d asix: silence log message from oversize packet by stephen hemminger · 9 years ago
  17. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  18. 6a57081 asix: Continue processing URB if no RX netdev buffer by Dean Jenkins · 9 years ago
  19. 3f30b15 asix: On RX avoid creating bad Ethernet frames by Dean Jenkins · 9 years ago
  20. 9a5ccd8 asix: Simplify asix_rx_fixup_internal() netdev alloc by Dean Jenkins · 9 years ago
  21. 3bfc69a asix: Tidy-up 32-bit header word synchronisation by Dean Jenkins · 9 years ago
  22. 7b0378f asix: Rename remaining and size for clarity by Dean Jenkins · 9 years ago
  23. 7a1e890 usbnet: Fix tx_bytes statistic running backward in cdc_ncm by Ben Hutchings · 10 years ago
  24. 1e9e39f usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers by Ben Hutchings · 10 years ago
  25. 9cb0007 usb: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  26. c5060ce asix: fix BUG in receive path when lowering MTU by holger@eitzenberger.org · 12 years ago
  27. 8b5b6f5 net: asix: handle packets crossing URB boundaries by Lucas Stach · 12 years ago
  28. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  29. 0bc69ef usbnet: asix: apply introduced usb command APIs by Ming Lei · 12 years ago
  30. cb7b24c asix: Add support for programming the EEPROM by Christian Riesch · 12 years ago
  31. ceb02c9 asix: Rework reading from EEPROM by Christian Riesch · 12 years ago
  32. 16626b0 asix: Add a new driver for the AX88172A by Christian Riesch · 12 years ago
  33. 607740b asix: Factor out common code by Christian Riesch · 12 years ago
  34. b4cdae20 asix: Rename asix.c to asix_devices.c by Christian Riesch · 12 years ago[Renamed from drivers/net/usb/asix.c]
  35. 95162d6 asix: avoid copies in tx path by Eric Dumazet · 13 years ago
  36. 9dae310 asix: allow full size 8021Q frames to be received by Eric Dumazet · 13 years ago
  37. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 13 years ago
  38. 2a58094 asix: Fix tx transfer padding for full-speed USB by Ingo van Lil · 13 years ago
  39. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  40. a9e0aca asix: asix_rx_fixup surgery to reduce skb truesizes by Eric Dumazet · 13 years ago
  41. 4e50391 usb: asix: Patch for Sitecom LN-031 by Joerg Neikes · 13 years ago
  42. 71bc5d9 asix: fix setting custom MAC address on Asix 88178 devices by Jussi Kivilinna · 13 years ago
  43. 8ef66bd asix: fix setting custom MAC address on Asix 88772 devices by Jussi Kivilinna · 13 years ago
  44. 38e5781 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  45. bc689c9 usbnet: make ethtool_ops const by stephen hemminger · 13 years ago
  46. 6c15d74 asix: fix infinite loop in rx_fixup() by Aurelien Jacobs · 13 years ago
  47. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  48. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  49. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  50. f87ce5b drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issue by allan · 13 years ago
  51. e8303a3 asix: new device id by Aurelien Jacobs · 13 years ago
  52. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  53. 46993f0 net-next:asix: V2 Update VERSION by Grant Grundler · 13 years ago
  54. b2d3ad29 net-next:asix: V2 more fixes for ax88178 phy init sequence by Grant Grundler · 13 years ago
  55. d366518 net-next:asix: reduce AX88772 init time by about 2 seconds by Grant Grundler · 13 years ago
  56. a77929a net-next:asix:poll in asix_get_phyid in case phy not ready by Grant Grundler · 13 years ago
  57. 3486140 net-next:asix:PHY_MODE_RTL8211CL should be 0xC by Grant Grundler · 13 years ago
  58. 79de9ef NET: asix: fix ethtool -e for AX88178 USB dongle by Grant Grundler · 13 years ago
  59. 83e1b91 NET: white space/coding style cleanup of asix driver by Grant Grundler · 13 years ago
  60. 610d885 NET: fix phy init for Asix AX88178 USB (GigE) by Grant Grundler · 13 years ago
  61. 4ad1438 NET: fix phy init for AX88772 USB ethernet by Grant Grundler · 13 years ago
  62. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  63. bca0beb ASIX: Use only 11 bits of header for data size by Marek Vasut · 13 years ago
  64. bc466e6 ASIX: Simplify condition in rx_fixup() by Marek Vasut · 13 years ago
  65. 3088590 ASIX: Add AX88772B USB ID by Marek Vasut · 13 years ago
  66. 8ae6daca ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 14 years ago
  67. f4680d3 asix: add USB ID for Logitec LAN-GTJ U2A by Arnaud Ebalard · 14 years ago
  68. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  69. 9227a46 asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN by Jussi Kivilinna · 15 years ago
  70. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 15 years ago
  71. f925b13 drivers/net/usb/asix.c: Fix pointer cast. by David S. Miller · 15 years ago
  72. 99bf236 drivers/net/usb: Use kmemdup by Julia Lawall · 15 years ago
  73. 3f78d1f drivers/net/usb/asix.c: Fix unaligned accesses by Neil Jones · 15 years ago
  74. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  75. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  76. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  77. 7f29a3b asix: fix setting mac address for AX88772 by Jussi Kivilinna · 15 years ago
  78. a92635d net/usb: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  79. 60b8675 usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> by Joe Perches · 15 years ago
  80. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  81. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  82. 37e8273 usbnet: Set link down initially for drivers that update link state by Ben Hutchings · 15 years ago
  83. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  84. 1703338 usbnet: convert asix driver to net_device_ops by Stephen Hemminger · 16 years ago
  85. fef7cc0 asix: new device ids by Greg Kroah-Hartman · 16 years ago
  86. c94cb31 net: prepare usb net drivers for addition of status as a parameter by Oliver Neukum · 16 years ago
  87. a7f75c0 asix: Fix asix-based cards connecting to 10/100Mbs LAN. by Pantelis Koukousoulas · 16 years ago
  88. ccf9540 USB: net: asix: add support for Cables-to-Go USB Ethernet adapter by Jason Cooper · 16 years ago
  89. 3d60efb5 net/usb: add support for Apple USB Ethernet Adapter by Aurelien Nephtali · 17 years ago
  90. ac7b77f usb/asix: add Buffalo LUA-U2-GT 10/100/1000 by Mattia Dongili · 17 years ago
  91. 3692e94 Move usbnet.h and rndis_host.h to include/linux/usb by Jussi Kivilinna · 17 years ago
  92. 94d4336 [usb netdev] asix: fix regression by Russ Dill · 17 years ago
  93. 51bf297 asix fixes by Al Viro · 17 years ago
  94. a11a654 support for USB autosuspend in the asix driver by Oliver Neukum · 17 years ago
  95. 2ed22bc asix.c - Add Belkin F5D5055 ids by David Hollis · 18 years ago
  96. 5b2fc49 Move USB network drivers to drivers/net/usb. by Jeff Garzik · 18 years ago[Renamed from drivers/usb/net/asix.c]
  97. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 18 years ago
  98. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
  99. 39c4b38 USB: asix.c - Add JVC-PRX1 ids by David Hollis · 18 years ago
  100. 57e4f04 USB: asix - Fix endian issues in asix_tx_fixup() by David Hollis · 18 years ago