aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rndis_host.c
AgeCommit message (Expand)Author
2023-01-03usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol
2022-04-14rndis_host: limit scope of bogus MAC address detection to ZTE devicesLech Perczak
2022-04-14rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_etherLech Perczak
2022-01-02rndis_host: support Hytera digital radiosThomas Toye
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun
2021-01-11rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM requestAndrey Zhizhikin
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit
2020-09-14rndis_host: increase sleep time in the query-response loopOlympia Giannou
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
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