summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rndis_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: move raycs, wl3501 and rndis_wlan to legacy directoryKalle Valo2023-03-131-3760/+0
* wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oidSzymon Heidrich2023-01-161-13/+6
* wifi: rndis_wlan: fix array of flexible structures warningJohannes Berg2022-09-221-2/+3
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-8/+12
* cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-2/+3
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-2/+0
* rndis_wlan: simplify is_associated()zuoqilin2021-06-151-4/+1
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-1/+1
* rndis_wlan: tighten check of rndis_query_oid returnTom Rix2020-08-181-2/+2
* rndis_wlan: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-121-4/+4
* rndis_wlan: Remove logically dead codeGustavo A. R. Silva2020-05-121-16/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* rndis_wlan: use struct_size() helperGustavo A. R. Silva2019-04-251-7/+5
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-2/+2
* rndis_wlan: potential buffer overflow in rndis_wlan_auth_indication()Dan Carpenter2018-06-271-0/+2
* Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-281-6/+13
|\
| * cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-6/+13
* | rndis_wlan: add return value validationPan Bian2017-04-261-0/+4
|/
* Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-2/+2
|\
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-2/+2
* | net: usbnet: support 64bit statsGreg Ungerer2017-04-031-0/+1
|/
* cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-081-1/+1
* nl80211: support beacon report scanningAvraham Stern2016-07-061-2/+8
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* rndis_wlan: fix checking for default valueAndrzej Hajda2015-09-221-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.or...David S. Miller2015-06-031-3/+3
|\
| * rndis_wlan: harmless issue calling set_bit()Dan Carpenter2015-05-261-3/+3
* | cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-1/+1
|/
* wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-14/+14
* cfg80211: remove enum station_info_flagsJohannes Berg2015-01-081-2/+2
* cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-6/+8
* cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg2014-05-191-2/+2
* rndis_wlan: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang2014-02-281-1/+2
* cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-1/+3
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0
* drivers/net/wireless: Fix FSF address in file headersJeff Kirsher2013-12-111-2/+1
* rndis_wlan: update email addressJussi Kivilinna2013-03-081-1/+1
* rndis_wlan: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-061-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-2/+2
|\
| * cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+2
* | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-4/+1
|/
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-1/+1
* cfg80211: allow per interface TX power settingJohannes Berg2012-10-301-2/+8
* rndis_wlan: remove pointless check from rndis_scan()Wei Yongjun2012-09-111-3/+0
* rndis_wlan: Fix potential memory leak in update_pmkid()Alexey Khoroshilov2012-08-101-2/+4
* nl80211: move scan API to wdevJohannes Berg2012-07-121-2/+3
* rndis_wlan: fix matching bssid check in rndis_check_bssid_list()Jussi Kivilinna2012-06-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-14/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-14/+0
| |\
| | * rndis_wlan: remove set_channel cfg80211 hookJohannes Berg2012-05-161-14/+0