summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/cfg80211.c
AgeCommit message (Expand)Author
2024-01-18wifi: mwifiex: Use helpers to check multicast addressesRuan Jinjie
2023-12-15wifi: mwifiex: configure BSSID consistently when starting APDavid Lin
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit
2023-07-25wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flagJohannes Wiesboeck
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya
2023-05-18wifi: mwifiex: Use default @max_active for workqueuesTejun Heo
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner
2021-10-20mwifiex: Log an error on command failure during key-material uploadJonas Dreßler
2021-10-20mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-09-21mwifiex: Fix copy-paste mistake when creating virtual interfaceJonas Dreßler
2021-09-21mwifiex: Properly initialize private structure on interface type changesJonas Dreßler
2021-09-21mwifiex: Handle interface type changes from AP to STATIONJonas Dreßler
2021-09-21mwifiex: Allow switching interface type from P2P_CLIENT to P2P_GOJonas Dreßler
2021-09-21mwifiex: Update virtual interface counters right after setting bss_typeJonas Dreßler
2021-09-21mwifiex: Use helper function for counting interface typesJonas Dreßler
2021-09-21mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-typeJonas Dreßler
2021-09-21mwifiex: Use function to check whether interface type change is allowedJonas Dreßler
2021-09-21mwifiex: Small cleanup for handling virtual interface type changesJonas Dreßler
2021-04-17mwifiex: don't print SSID to logsBrian Norris
2021-02-08mwifiex: Report connected BSS with cfg80211_connect_bss()Yen-lin Lai
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg
2020-08-27mwifiex: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-15mwifiex: Fix reporting 'operation not supported' error codePali Rohár
2020-07-15mwifiex: Use macro MWIFIEX_MAX_BSS_NUM for specifying limit of interfacesPali Rohár
2020-05-29mwifiex: Add support for NL80211_ATTR_MAX_AP_ASSOC_STAPali Rohár
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller
2020-05-18mwifiex: Fix memory corruption in dump_stationPali Rohár
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg
2020-03-12mwifiex: set needed_headroom, not hard_header_lenBrian Norris
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat
2019-06-27mwifiex: don't disable hardirqs; just softirqsBrian Norris
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-04mwifiex: Fix mem leak in mwifiex_tm_cmdYueHaibing
2019-02-19mwifiex: don't advertise IBSS features without FW supportBrian Norris
2019-02-19mwifiex: Fix NL80211_TX_POWER_LIMITEDAdrian Bunk
2018-12-13mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris
2018-12-13mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook