aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/wext-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-15wireless: wext: avoid gcc -O3 warningArnd Bergmann1-1/+2
2018-03-29net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai1-4/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-13net: Convert wext_pernet_opsKirill Tkhai1-0/+1
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro1-4/+9
2017-06-14dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg1-3/+3
2017-06-14wireless: wext: use struct iwreq earlier in the call chainJohannes Berg1-8/+7
2017-06-14wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg1-3/+0
2017-01-13wext: uninline stream addition functionsJohannes Berg1-0/+67
2016-08-08Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg1-23/+2
2016-06-09wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti1-2/+23
2016-04-05wext: unregister_pernet_subsys() on notifier registration failureJohannes Berg1-1/+4
2016-01-29cfg80211/wext: fix message orderingJohannes Berg1-1/+2
2016-01-29wext: fix message delay/orderingJohannes Berg1-11/+40
2012-09-05wext: include wireless event id when it has a size problemArend van Spriel1-4/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+3
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-04-09net/wireless/wext-core.c: add missing kfreeJulia Lawall1-2/+4
2012-04-01wireless: Stop using NLA_PUT*().David S. Miller1-1/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-11-24net/wireless: Use pr_<level> and netdev_<level>Joe Perches1-4/+6
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+16
2010-08-31net/wireless: Remove double testJulia Lawall1-1/+1
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg1-0/+16
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23net/wireless/wext-core.c: Use IW_EVENT_IDX macroJoe Perches1-11/+11
2010-03-23net/wireless/wext_core.c: Use IW_IOCTL_IDX macroJoe Perches1-56/+56
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+2
2009-12-04WE: Fix set events not propagatedJean Tourrilhes1-1/+2
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+3
2009-10-07wext: refactorJohannes Berg1-0/+1063