summaryrefslogtreecommitdiff
path: root/net/wireless/wext-core.c
AgeCommit message (Expand)Author
2023-06-19wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva
2023-02-26wifi: wext: warn about usage only onceJohannes Berg
2023-01-19wifi: wireless: deny wireless extensions on MLO-capable devicesJohannes Berg
2023-01-19wifi: wireless: warn on most wireless extension usageJohannes Berg
2022-10-07wifi: wext: use flex array destination for memcpy()Hawkins Jiawei
2021-01-26wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg
2020-01-15wireless: wext: avoid gcc -O3 warningArnd Bergmann
2018-03-29net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-13net: Convert wext_pernet_opsKirill Tkhai
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro
2017-06-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg
2017-06-14wireless: wext: use struct iwreq earlier in the call chainJohannes Berg
2017-06-14wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg
2017-01-13wext: uninline stream addition functionsJohannes Berg
2016-08-08Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg
2016-06-09wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti
2016-04-05wext: unregister_pernet_subsys() on notifier registration failureJohannes Berg
2016-01-29cfg80211/wext: fix message orderingJohannes Berg
2016-01-29wext: fix message delay/orderingJohannes Berg
2012-09-05wext: include wireless event id when it has a size problemArend van Spriel
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall
2012-04-01wireless: Stop using NLA_PUT*().David S. Miller
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2010-11-24net/wireless: Use pr_<level> and netdev_<level>Joe Perches
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-31net/wireless: Remove double testJulia Lawall
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23net/wireless/wext-core.c: Use IW_EVENT_IDX macroJoe Perches
2010-03-23net/wireless/wext_core.c: Use IW_IOCTL_IDX macroJoe Perches
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-04WE: Fix set events not propagatedJean Tourrilhes
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-10-07wext: refactorJohannes Berg