aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rndis_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-15rndis_wlan: simplify is_associated()zuoqilin1-4/+1
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2020-08-18rndis_wlan: tighten check of rndis_query_oid returnTom Rix1-2/+2
2020-05-12rndis_wlan: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-4/+4
2020-05-12rndis_wlan: Remove logically dead codeGustavo A. R. Silva1-16/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-25rndis_wlan: use struct_size() helperGustavo A. R. Silva1-7/+5
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-2/+2
2018-06-27rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter1-0/+2
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+13
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-6/+13
2017-04-26rndis_wlan: add return value validationPan Bian1-0/+4
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+2
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-2/+2
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-1/+1
2016-07-06nl80211: support beacon report scanningAvraham Stern1-2/+8
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2015-09-22rndis_wlan: fix checking for default valueAndrzej Hajda1-1/+1
2015-06-03Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+3
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-1/+1
2015-05-26rndis_wlan: harmless issue calling set_bit()Dan Carpenter1-3/+3
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-14/+14
2015-01-08cfg80211: remove enum station_info_flagsJohannes Berg1-2/+2
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-6/+8
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-2/+2
2014-02-28rndis_wlan: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang1-1/+2
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+3
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-11drivers/net/wireless: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-03-08rndis_wlan: update email addressJussi Kivilinna1-1/+1
2013-03-06rndis_wlan: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-2/+2
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+1
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-1/+1
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg1-2/+8
2012-09-11rndis_wlan: remove pointless check from rndis_scan()Wei Yongjun1-3/+0
2012-08-10rndis_wlan: Fix potential memory leak in update_pmkid()Alexey Khoroshilov1-2/+4
2012-07-12nl80211: move scan API to wdevJohannes Berg1-2/+3
2012-06-11rndis_wlan: fix matching bssid check in rndis_check_bssid_list()Jussi Kivilinna1-1/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-14/+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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville1-14/+0
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-16rndis_wlan: remove set_channel cfg80211 hookJohannes Berg1-14/+0
2012-05-12rndis_wlan: cleanup: change oid from __le32 to u32 in various placesJussi Kivilinna1-49/+49
2012-05-12rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-13/+13
2012-05-12usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij1-94/+130
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij1-17/+17