aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-21
|\
| * net: qmi_wwan: fix build error due to cdc-wdm dependecyBjørn Mork2012-03-19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-18
| |\
| * | usbnet: use netif_tx_wake_queue instead of netif_start_queueAlexey Orishko2012-03-17
| * | cdc_ncm: avoid discarding datagrams in rx pathAlexey Orishko2012-03-16
| * | cdc_ncm: fix MTU and max_datagram_size handlingAlexey Orishko2012-03-16
| * | cdc_ncm: reduce driver latency in the data pathAlexey Orishko2012-03-16
| * | asix: asix_rx_fixup surgery to reduce skb truesizesEric Dumazet2012-03-16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-09
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-26
| |\ \ \
| * | | | usb/kaweth: print MAC via printk format specifierDanny Kukawka2012-02-24
| * | | | usb/cdc_ncm: print MAC via printk format specifierDanny Kukawka2012-02-24
| * | | | mcs7830: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-23
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-19
| |\ \ \ \
| * | | | | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-15
| * | | | | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
| * | | | | net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devicesBjørn Mork2012-01-25
* | | | | | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-20
|\ \ \ \ \ \
| * | | | | | net: qmi_wwan: add support for ZTE MF820DBjørn Mork2012-03-16
| * | | | | | Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman2012-03-12
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | net: qmi_wwan: add Gobi and Pantech UML290 device IDsBjørn Mork2012-03-09
| | * | | | | net: qmi_wwan: support devices having a shared QMI/wwan interfaceBjørn Mork2012-03-09
| | * | | | | net: usb: qmi_wwan: New driver for Huawei QMI based WWAN devicesBjørn Mork2012-03-09
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-20
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-08
| | |_|/ / | |/| | |
* | | | | net/usbnet: reserve headroom on rx skbsEric Dumazet2012-03-16
* | | | | usb: asix: Patch for Sitecom LN-031Joerg Neikes2012-03-11
| |/ / / |/| | |
* | | | net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior2012-03-08
| |_|/ |/| |
* | | Move Logitech Harmony 900 from cdc_ether to zaurusScott Talbert2012-02-22
* | | hso: memsetting wrong data in hso_get_count()Dan Carpenter2012-02-22
* | | zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM modeDave Jones2012-02-21
| |/ |/|
* | ipheth: Add iPhone 4STim Gardner2012-02-15
|/
* asix: fix setting custom MAC address on Asix 88178 devicesJussi Kivilinna2012-01-10
* asix: fix setting custom MAC address on Asix 88772 devicesJussi Kivilinna2012-01-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-09
|\
| * usbnet: make ethtool_ops conststephen hemminger2012-01-09
| * asix: fix infinite loop in rx_fixup()Aurelien Jacobs2012-01-07
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-07
|\ \ | |/ |/|
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-06
| |\
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-23
|\| |
| * | asix: new device idAurelien Jacobs2011-12-19
* | | usb: pegasus: cleanup a couple conditionsDan Carpenter2011-12-23
* | | drivers/net/usb/asix: fixed asix_get_wol reported wrong wol status issueallan2011-12-23
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
* | | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-22
* | | CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-21
|\| |
| * | net-next:asix: V2 Update VERSIONGrant Grundler2011-11-15
| * | net-next:asix: V2 more fixes for ax88178 phy init sequenceGrant Grundler2011-11-15