Age | Commit message (Expand) | Author |
2024-09-09 | wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_1... | Gustavo A. R. Silva |
2024-08-22 | wifi: mwifiex: remove unnecessary checks for valid priv | Sascha Hauer |
2024-08-04 | wifi: mwifiex: add host mlme for client mode | David Lin |
2024-02-12 | wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex... | Kees Cook |
2023-12-19 | wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() | Dmitry Antipov |
2023-08-21 | wifi: mwifiex: cleanup adapter data | Dmitry Antipov |
2023-08-21 | wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() | Ruan Jinjie |
2023-05-11 | wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan() | Christophe JAILLET |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULE | Thomas Gleixner |
2021-04-17 | mwifiex: Remove unneeded variable: "ret" | zuoqilin |
2020-08-27 | mwifiex: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-18 | mwifiex: Do not use GFP_KERNEL in atomic context | Christophe JAILLET |
2020-02-14 | mwifiex: change license text from MARVELL to NXP | Ganapathi Bhat |
2020-01-27 | mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv() | Qing Xu |
2019-10-01 | mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie() | Brian Norris |
2019-08-19 | Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.or... | David S. Miller |
2019-08-06 | mwifiex: make error values consistent in mwifiex_update_bss_desc_with_ie() | Pavel Machek |
2019-07-30 | mwifiex: fix 802.11n/WPA detection | Brian Norris |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-27 | mwifiex: don't disable hardirqs; just softirqs | Brian Norris |
2019-06-24 | mwifiex: Don't abort on small, spec-compliant vendor IEs | Brian Norris |
2019-05-30 | mwifiex: Abort at too short BSS descriptor element | Takashi Iwai |
2019-05-30 | mwifiex: Fix possible buffer overflows at parsing bss descriptor | Takashi Iwai |
2018-12-13 | mwifiex: fix potential NULL dereference and use after free | Pan Bian |
2018-07-31 | mwifiex: use atomic bitops to represent adapter status variables | Ganapathi Bhat |
2018-05-29 | mwifiex: reserve passive scan time for radar channel | Xinming Hu |
2018-05-29 | mwifiex: mark expected switch fall-throughs | Gustavo A. R. Silva |
2017-09-20 | mwifiex: avoid storing random_mac in private | Ganapathi Bhat |
2017-09-20 | mwifiex: remove unnecessary call to memset | Himanshu Jha |
2017-08-17 | mwifiex: check for NL80211_SCAN_FLAG_RANDOM_ADDR during hidden SSID scan | Ganapathi Bhat |
2017-08-17 | mwifiex: do not use random MAC for pre-association scanning | Ganapathi Bhat |
2017-07-28 | mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q() | Brian Norris |
2017-07-27 | mwifiex: correct channel stat buffer overflows | Brian Norris |
2017-06-13 | mwifiex: Replace semaphore async_sem with mutex | Binoy Jayan |
2017-03-20 | mwifiex: send fewer channels to scan while connected | Amitkumar Karwar |
2017-03-20 | mwifiex: Use accessors routines for unaligned values | Daniel Mentz |
2016-11-29 | mwifiex: Remove unused 'chan_num' variable | Kirtika Ruchandani |
2016-11-17 | mwifiex: fix memory leak in mwifiex_save_hidden_ssid_channels() | Ricky Liang |
2016-09-09 | mwifiex: scan: Simplify code | Christophe Jaillet |
2016-09-03 | mwifiex: support random MAC address for scanning | Ganapathi Bhat |
2016-07-14 | Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.or... | David S. Miller |
2016-07-08 | mwifiex: fix NULL pointer dereference during suspend | Amitkumar Karwar |
2016-07-08 | mwifiex: clear scan_aborting flag | Amitkumar Karwar |
2016-07-06 | nl80211: support beacon report scanning | Avraham Stern |
2016-06-29 | mwifiex: factor out mwifiex_cancel_scan | Xinming Hu |
2016-04-27 | mwifiex: disable channel filtering feature in firmware | Amitkumar Karwar |
2016-04-15 | mwifiex: factor out mwifiex_cancel_pending_scan_cmd | Andreas Fenkart |
2016-04-15 | mwifiex: scan: replace pointer arithmetic with array access | Andreas Fenkart |
2016-04-15 | mwifiex: scan: factor out dbg_security_flags | Andreas Fenkart |
2016-04-15 | mwifiex: scan: simplify ternary operators using gnu extension | Andreas Fenkart |