aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-7/+17
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-1/+11
2015-03-03net: usb: Use eth_<foo>_addr instead of memsetJoe Perches4-5/+5
2015-02-28usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings4-3/+8
2015-02-27net: asix: add support for the Sitecom LN-028 USB adapterLuca Ceresoli2-0/+5
2015-02-22hso: replace current->state by __set_current_state()Fabian Frederick1-1/+1
2015-02-20hso: always read interface number from the current altsettingAleksander Morgado1-4/+9
2015-02-20usb: plusb: Add support for National Instruments host-to-host cableBen Shelton1-0/+5
2015-02-19r8152: support setting rx coalescehayeswang1-0/+57
2015-02-19r8152: change rx early size when the mtu is changedhayeswang1-1/+15
2015-02-19r8152: separate USB_RX_EARLY_AGGhayeswang1-26/+32
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-6/+6
2015-02-14r8152: restore hw settingshayeswang1-2/+57
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado1-1/+1
2015-02-07r8152: use BIT macrohayeswang1-17/+17
2015-02-07r8152: replace get_protocol with vlan_get_protocolhayeswang1-14/+2
2015-02-07r8152: adjust the line feed for hw_featureshayeswang1-2/+1
2015-02-07r8152: check RTL8152_UNPLUG for rtl8152_closehayeswang1-1/+1
2015-02-07r8152: check linking status with netif_carrier_okhayeswang1-14/+9
2015-02-07r8152: adjust lpm timerhayeswang1-3/+3
2015-02-07r8152: adjust rx_bottomhayeswang1-2/+13
2015-02-05hso: Use static attribute groups for sysfs entryTakashi Iwai1-7/+10
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-51/+51
2015-02-04net: usb: sr9700: Use 'SR_' prefix for the common register macrosChen Gang2-51/+51
2015-02-01hso: fix rfkill name conflictsOlivier Sobrie1-2/+3
2015-02-01hso: add missing cancel_work_sync in disconnect()Olivier Sobrie1-0/+2
2015-02-01hso: update serial_table in usb disconnect methodOlivier Sobrie1-1/+1
2015-02-01hso: move tty_unregister outside hso_serial_common_free()Olivier Sobrie1-3/+9
2015-02-01hso: replace reset_device work by usb_queue_reset_device()Olivier Sobrie1-24/+1
2015-02-01hso: rename hso_dev into serial in hso_free_interface()Olivier Sobrie1-6/+6
2015-02-01hso: fix small indentation errorOlivier Sobrie1-2/+2
2015-02-01hso: fix memory leak in hso_create_rfkill()Olivier Sobrie1-9/+3
2015-02-01hso: fix memory leak when device disconnectsOlivier Sobrie1-0/+1
2015-02-01hso: fix crash when device disappears while serial port is openOlivier Sobrie1-4/+13
2015-02-01hso: remove useless header file timer.hOlivier Sobrie1-1/+0
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+6
2015-01-25usbnet: re-use native hex2bin()Andy Shevchenko1-9/+8
2015-01-19r8152: remove sram_readhayeswang1-18/+6
2015-01-19r8152: remove generic_ocp_read before writinghayeswang1-6/+0
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-14r8152: replace tasklet with NAPIhayeswang1-35/+85
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-12usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb()Alexey Khoroshilov1-1/+1
2015-01-12r8152: check the status before submitting rxhayeswang1-0/+5
2015-01-12r8152: call rtl_start_rx after netif_carrier_onhayeswang1-1/+2
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-6/+6
2015-01-06r8152: support ndo_features_checkhayeswang1-0/+17
2015-01-02qmi_wwan: Set random MAC on devices with buggy fwKristian Evensen1-3/+7
2014-12-09r8152: redefine REALTEK_USB_DEVICEhayeswang1-6/+20
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1