summaryrefslogtreecommitdiff
path: root/drivers/net/usb/rndis_host.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol1-1/+1
2022-04-14rndis_host: limit scope of bogus MAC address detection to ZTE devicesLech Perczak1-5/+12
2022-04-14rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_etherLech Perczak1-0/+32
2022-01-02rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-06-02net: usb: Fix spelling mistakesZheng Yongjun1-1/+1
2021-01-12rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin1-1/+1
2020-11-13net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2020-09-15rndis_host: increase sleep time in the query-response loopOlympia Giannou1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2017-10-04rndis_host: support Novatel Verizon USB730LAleksander Morgado1-0/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-04-04net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-07-17rndis_host: Set valid random MAC on buggy devicesKristian Evensen1-1/+5
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode1-0/+4
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-05-23Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2012-05-19USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-12rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna1-6/+6
2012-05-12rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-25/+28
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij1-3/+3
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij1-26/+28
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-11/+1
2011-04-15rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings1-1/+1
2011-04-14rndis_host: Poll status before control channel where necessaryBen Hutchings1-7/+32
2011-04-02usbnet: use eth%d name for known ethernet devicesArnd Bergmann1-1/+1
2010-07-03net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings1-12/+6
2010-05-16rndis_host: Poll status channel before control channelBen Hutchings1-6/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-18drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-8/+6
2010-02-18usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-5/+5
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-5/+5
2009-10-31USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar1-3/+3
2009-10-07rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+1
2009-08-05rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna1-21/+29
2009-07-01rndis_host: Use netdev stats structureHerbert Xu1-1/+1
2009-03-22usbnet: convert rndis driver to net_device_opsStephen Hemminger1-1/+12
2009-02-15rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison1-14/+11
2008-07-23rndis_host: support WM6 devices as modemsThomas Backlund1-0/+4
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna1-7/+7
2008-05-29Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel...David S. Miller1-2/+2
2008-05-22misc drivers/net endianness noiseAl Viro1-2/+2
2008-05-22rndis_host: increase delay in command response loopPierre Ynard1-1/+1
2008-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-3/+6
2008-03-26endianness annotations: rndisAl Viro1-1/+2
2008-03-26misc drivers/net annotationsAl Viro1-1/+1