summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-273-1/+20
|\
| * Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2012-02-222-0/+14
| * hso: memsetting wrong data in hso_get_count()Dan Carpenter2012-02-221-1/+1
| * zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM modeDave Jones2012-02-211-0/+5
* | usb/kaweth: print MAC via printk format specifierDanny Kukawka2012-02-241-7/+1Star
* | usb/cdc_ncm: print MAC via printk format specifierDanny Kukawka2012-02-241-5/+1Star
* | mcs7830: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-191-0/+5
|\|
| * ipheth: Add iPhone 4STim Gardner2012-02-151-0/+5
* | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-152-2/+2
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-313-9/+3Star
* | net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devicesBjørn Mork2012-01-253-0/+251
|/
* 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