aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rndis_host.c
AgeCommit message (Expand)Author
2022-01-11rndis_host: support Hytera digital radiosThomas Toye
2021-01-23rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin
2020-10-14rndis_host: increase sleep time in the query-response loopOlympia Giannou
2017-10-03rndis_host: support Novatel Verizon USB730LAleksander Morgado
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-04-03net: usbnet: support 64bit statsGreg Ungerer
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-07-16rndis_host: Set valid random MAC on buggy devicesKristian Evensen
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06usb: Fix FSF address in file headersJeff Kirsher
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-05-12rndis_host: cleanup: change oid from __le32 to u32 in rndis_query()Jussi Kivilinna
2012-05-12rndis_host: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-04-14rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings
2011-04-13rndis_host: Poll status before control channel where necessaryBen Hutchings
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann
2010-07-02net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings
2010-05-15rndis_host: Poll status channel before control channelBen Hutchings
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-10-30USB: rndis_host: debug info clobbered before it is loggedGeorge Nassar
2009-10-07rndis_host: support ETHTOOL_GPERMADDRJohn W. Linville
2009-08-04rndis_host: allow rndis_wlan to see all indicationsJussi Kivilinna
2009-06-30rndis_host: Use netdev stats structureHerbert Xu
2009-03-21usbnet: convert rndis driver to net_device_opsStephen Hemminger
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison
2008-07-22rndis_host: support WM6 devices as modemsThomas Backlund
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna
2008-05-29Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel...David S. Miller
2008-05-22misc drivers/net endianness noiseAl Viro
2008-05-22rndis_host: increase delay in command response loopPierre Ynard
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-26endianness annotations: rndisAl Viro
2008-03-26misc drivers/net annotationsAl Viro
2008-03-25rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna
2008-03-17rndis_host: fix transfer size negotiationJean-Christophe Dubois
2008-01-31Move usbnet.h and rndis_host.h to include/linux/usbJussi Kivilinna
2008-01-31rndis_host: Add RNDIS physical medium checking into generic_rndis_bind()Jussi Kivilinna
2008-01-31rndis_host: Add link_change function pointer to 'struct rndis_data'.Jussi Kivilinna
2008-01-31rndis_host: Add early_init function pointer to 'struct rndis_data'.Jussi Kivilinna
2008-01-31rndis_host: export functionsJussi Kivilinna
2008-01-31rndis_host: Split up rndis_host.cJussi Kivilinna