summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna2012-01-101-0/+7
* asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna2012-01-101-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-094-6/+6
|\
| * usbnet: make ethtool_ops conststephen hemminger2012-01-094-5/+5
| * asix: fix infinite loop in rx_fixup()Aurelien Jacobs2012-01-071-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-0724-312/+30Star
|\ \ | |/ |/|
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-0624-312/+30Star
| |\
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-1824-312/+30Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+4
|\| |
| * | asix: new device idAurelien Jacobs2011-12-191-0/+4
* | | usb: pegasus: cleanup a couple conditionsDan Carpenter2011-12-231-2/+2
* | | drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issueallan2011-12-231-1/+5
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-203-4/+4
* | | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-5/+5
* | | CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-221-3/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-213-31/+64
|\| |
| * | net-next:asix: V2 Update VERSIONGrant Grundler2011-11-151-1/+1
| * | net-next:asix: V2 more fixes for ax88178 phy init sequenceGrant Grundler2011-11-151-7/+15
| * | net-next:asix: reduce AX88772 init time by about 2 secondsGrant Grundler2011-11-151-5/+25
| * | net-next:asix:poll in asix_get_phyid in case phy not readyGrant Grundler2011-11-151-2/+10
| * | net-next:asix:PHY_MODE_RTL8211CL should be 0xCGrant Grundler2011-11-151-1/+1
| * | net/usb: Misc. fixes for the LG-VL600 LTE USB modemMark Kamichoff2011-11-142-15/+12Star
* | | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-162-2/+4
|/ /
* / Fix incorrect usage of NET_IP_ALIGNNico Erfurth2011-11-081-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-1/+2
|\
| * usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov2011-11-071-1/+2
* | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-011-0/+1
|/
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-1/+1
|\
| * Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-071-1/+1
| |\
| | * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-1/+1
* | | NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler2011-10-201-0/+3
* | | NET: white space/coding style cleanup of asix driverGrant Grundler2011-10-041-71/+82
* | | NET: fix phy init for Asix AX88178 USB (GigE)Grant Grundler2011-10-041-62/+101
* | | NET: fix phy init for AX88772 USB ethernetGrant Grundler2011-10-041-54/+61
* | | rtl8150: removal of forward declarations.françois romieu2011-10-031-61/+50Star
* | | usbnet: add timestamping supportMichael Riesch2011-09-291-0/+6
* | | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-0/+5
|\| |
| * | ipheth: iPhone 4 Verizon CDMA USB Product ID addKavan Smith2011-09-151-0/+5
* | | MII: fix Kconfig dependencies for MIIJeff Kirsher2011-09-151-0/+3
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-9/+38
|\| |
| * | usbnet/cdc_ncm: Don't use stack variables for DMAJosh Boyer2011-08-141-9/+38
| |/
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-1810-12/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-082-101/+56Star
|\|
| * rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li2011-08-081-1/+0Star
| * cdc_ncm: fix endianness problem.Giuseppe Scrivano2011-08-041-100/+56Star
* | net/usb: Add IPv6 support to the LG-VL600 LTE USB modem driverMark Kamichoff2011-08-081-0/+19
|/
* ASIX: Use only 11 bits of header for data sizeMarek Vasut2011-07-281-2/+2
* ASIX: Simplify condition in rx_fixup()Marek Vasut2011-07-281-3/+2Star
* ASIX: Add AX88772B USB IDMarek Vasut2011-07-221-0/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-3/+4
|\