summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rndis_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\ \ \ | |/ / |/| |
| * | USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
| |/
* | rndis_wlan: cleanup: change oid from __le32 to u32 in various placesJussi Kivilinna2012-05-121-49/+49
* | rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna2012-05-121-13/+13
* | usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij2012-05-121-94/+130
* | usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij2012-05-121-17/+17
* | usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij2012-05-121-49/+0