summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil
AgeCommit message (Expand)AuthorLines
2022-09-07wifi: p54: Fix comment typoJason Wang-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-18wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov-1/+1
2022-07-18wifi: p54: Use the bitmap API to allocate bitmapsChristophe JAILLET-5/+3
2022-07-18wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET-1/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-2/+2
2022-04-06orinoco: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy-0/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König-3/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-21/+21
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski-5/+1
2021-11-29intersil: Use struct_group() for memcpy() regionKees Cook-8/+11
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook-5/+1
2021-10-20hostap: use eth_hw_addr_set()Jakub Kicinski-1/+4
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski-3/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2021-08-23Merge tag 'wireless-drivers-next-2021-08-22' of git://git.kernel.org/pub/scm/...David S. Miller-7470/+0
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-08-06intersil: remove obsolete prism54 wireless driverLukas Bulwahn-7470/+0
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann-7/+29
2021-06-22orinoco: Avoid field-overflowing memcpy()Kees Cook-10/+15
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada-32/+0
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan-0/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-3/+0
2020-11-24orinoco: Annotate ezusb_read_ltv()Sebastian Andrzej Siewior-45/+52
2020-11-24orinoco: Annotate ezusb_docmd_wait()Sebastian Andrzej Siewior-1/+1
2020-11-24orinoco: Remove ezusb_doicmd_wait()Sebastian Andrzej Siewior-19/+2
2020-11-24orinoco: Annotate ezusb_write_ltv()Sebastian Andrzej Siewior-1/+1
2020-11-24orinoco: Annotate ezusb_read_pda()Sebastian Andrzej Siewior-1/+1
2020-11-24orinoco: Annotate firmware loadingSebastian Andrzej Siewior-4/+4
2020-11-24orinoco: Annotate ezusb_init()Sebastian Andrzej Siewior-9/+26
2020-11-24orinoco: Annotate ezusb_xmit()Sebastian Andrzej Siewior-1/+1
2020-11-24orinoco: Prepare stubs for in_interrupt() removalSebastian Andrzej Siewior-12/+69
2020-11-24orinoco: Move context allocation after processing the skbSebastian Andrzej Siewior-7/+7
2020-11-07prism54: isl_ioctl: Fix one function header and demote anotherLee Jones-3/+2
2020-11-07hostap: Remove in_atomic() check.Sebastian Andrzej Siewior-13/+2
2020-11-07orinoco: Remove BUG_ON(in_interrupt/irq())Sebastian Andrzej Siewior-4/+0
2020-11-07net: hostap: fix function cast warningArnd Bergmann-12/+5
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-51/+39
2020-09-29net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior-12/+0
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel-4/+0
2020-09-01prism54: isl_ioctl: Remove unused variable 'j'Lee Jones-2/+1
2020-09-01hostap: Remove unused variable 'fc'Lee Jones-2/+1
2020-09-01orinoco_usb: Downgrade non-conforming kernel-doc headersLee Jones-3/+3
2020-09-01p54: avoid accessing the data mapped to streaming DMAJia-Ju Bai-1/+3
2020-09-01hostap: Remove set but unused variable 'hostscan'Lee Jones-2/+1
2020-09-01hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones-1/+1
2020-09-01hostap: Mark 'freq_list' as __maybe_unusedLee Jones-2/+4