aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rndis_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun1-1/+1
2021-01-11rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin1-1/+1
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2020-09-14rndis_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-03rndis_host: support Novatel Verizon USB730LAleksander Morgado1-0/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-07-16rndis_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-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: 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-14rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings1-1/+1
2011-04-13rndis_host: Poll status before control channel where necessaryBen Hutchings1-7/+32
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann1-1/+1
2010-07-02net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings1-12/+6
2010-05-15rndis_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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-8/+6
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-5/+5
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-5/+5
2009-10-30USB: 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-04rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna1-21/+29
2009-06-30rndis_host: Use netdev stats structureHerbert Xu1-1/+1
2009-03-21usbnet: convert rndis driver to net_device_opsStephen Hemminger1-1/+12
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison1-14/+11
2008-07-22rndis_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/git/jgarzik/netdev-2.6David 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-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2008-03-26endianness annotations: rndisAl Viro1-1/+2
2008-03-26misc drivers/net annotationsAl Viro1-1/+1
2008-03-25rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna1-3/+6
2008-03-17rndis_host: fix transfer size negotiationJean-Christophe Dubois1-4/+8
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna1-3/+2
2008-01-31rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna1-3/+33
2008-01-31rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna1-4/+20
2008-01-31rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna1-0/+6