aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/wireless/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-26wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg1-1/+2
2023-11-24wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg1-2/+2
2023-11-24wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg1-0/+2
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-10-11wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg1-1/+1
2023-10-06Merge wireless into wireless-nextJohannes Berg1-7/+7
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg1-7/+7
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-5/+3
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-18/+6
2023-09-11wifi: cfg80211: add flush functions for wiphy workJohannes Berg1-2/+32
2023-09-11wifi: cfg80211: check RTNL when iterating devicesJohannes Berg1-3/+3
2023-06-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg1-16/+0
2023-06-07wifi: cfg80211: move scan done work to wiphy workJohannes Berg1-2/+1
2023-06-07wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg1-5/+3
2023-06-07wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg1-0/+122
2023-06-07wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg1-0/+8
2023-06-07wifi: cfg80211: move wowlan disable under locksJohannes Berg1-4/+4
2023-06-07wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg1-2/+1
2023-06-07wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg1-4/+2
2023-06-06wifi: cfg80211: fix locking in sched scan stop workJohannes Berg1-2/+2
2022-08-25wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg1-0/+16
2022-07-15wifi: cfg80211: clean up links appropriatelyJohannes Berg1-1/+2
2022-07-01wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam1-0/+6
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-8/+20
2022-02-04cfg80211: fix race in netlink owner interface destructionJohannes Berg1-13/+4
2021-12-20cfg80211: Enable regulatory enforcement checks for drivers supporting mesh ifaceSriram R1-0/+1
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi1-6/+7
2021-11-19cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi1-1/+5
2021-11-19cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi1-0/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-25cfg80211: fix management registrations lockingJohannes Berg1-1/+1
2021-09-27cfg80211: always free wiphy specific regdomainJohannes Berg1-0/+10
2021-06-23cfg80211: set custom regdomain after wiphy registrationMiri Korenblit1-4/+4
2021-06-23cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach1-21/+13
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg1-8/+0
2021-06-09cfg80211: fix phy80211 symlink creationJohannes Berg1-8/+5
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+4
2021-04-27cfg80211: fix locking in netlink owner interface destructionJohannes Berg1-4/+17
2021-04-08cfg80211: allow specifying a reason for hw_rfkillEmmanuel Grumbach1-3/+4
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-2/+2
2021-04-05net: Allow to specify ifindex when device is moved to another namespaceAndrei Vagin1-2/+2
2021-02-01cfg80211: fix netdev registration deadlockJohannes Berg1-1/+3
2021-01-28cfg80211: call cfg80211_destroy_ifaces() with wiphy lock heldJohannes Berg1-0/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-10/+36
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg1-48/+71
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-7/+1
2020-11-11cfg80211: remove WDS codeJohannes Berg1-7/+1
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg1-26/+31
2020-09-28nl80211/cfg80211: support 6 GHz scanningTova Mussai1-2/+6
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1