Age | Commit message (Expand) | Author |
2024-06-26 | wifi: mac80211: inform the low level if drv_stop() is a suspend | Emmanuel Grumbach |
2024-06-12 | wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_ti... | Wolfram Sang |
2024-02-08 | wifi: mac80211: simplify non-chanctx drivers | Johannes Berg |
2024-01-31 | wifi: fill in MODULE_DESCRIPTION()s for p54spi | Breno Leitao |
2024-01-23 | Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski |
2024-01-11 | wifi: p54: fix GCC format truncation warning with wiphy->fw_version | Kalle Valo |
2023-10-30 | wifi: remove orphaned orinoco driver | Arnd Bergmann |
2023-10-30 | wifi: remove obsolete hostap driver | Arnd Bergmann |
2023-10-14 | wifi: hostap: remove unused ioctl function | Arnd Bergmann |
2023-10-12 | wifi: p54: Annotate struct p54_cal_database with __counted_by | Kees Cook |
2023-10-11 | wifi: hostap: Add __counted_by for struct prism2_download_data and use struct... | Gustavo A. R. Silva |
2023-08-25 | Fix nomenclature for USB and PCI wireless devices | Alan Stern |
2023-08-01 | wifi: drivers: Explicitly include correct DT includes | Rob Herring |
2023-06-21 | wifi: p54: Add missing MODULE_FIRMWARE macro | Juerg Haefliger |
2023-06-16 | wifi: hostap: fix stringop-truncations GCC warning | Kalle Valo |
2023-05-25 | wifi: orinoco: Fix an error handling path in orinoco_cs_probe() | Christophe JAILLET |
2023-05-25 | wifi: orinoco: Fix an error handling path in spectrum_cs_probe() | Christophe JAILLET |
2023-05-25 | wifi: add HAS_IOPORT dependencies | Niklas Schnelle |
2023-01-27 | net: add missing includes of linux/net.h | Jakub Kicinski |
2023-01-17 | Merge wireless into wireless-next | Kalle Valo |
2023-01-16 | wifi: orinoco: check return value of hermes_write_wordrec() | Alexey Kodanev |
2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) |
2022-11-22 | wifi: p54: Replace zero-length array of trailing structs with flex-array | Kees Cook |
2022-11-16 | wifi: hostap: Avoid clashing function prototypes | Gustavo A. R. Silva |
2022-11-16 | wifi: cfg80211: Avoid clashing function prototypes | Gustavo A. R. Silva |
2022-11-16 | wifi: orinoco: Avoid clashing function prototypes | Gustavo A. R. Silva |
2022-10-10 | wifi: mac80211: add wake_tx_queue callback to drivers | Alexander Wetzel |
2022-09-07 | wifi: p54: Fix comment typo | Jason Wang |
2022-09-02 | wifi: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-07-18 | wifi: p54: add missing parentheses in p54_flush() | Rustam Subkhankulov |
2022-07-18 | wifi: p54: Use the bitmap API to allocate bitmaps | Christophe JAILLET |
2022-07-18 | wifi: p54: Fix an error handling path in p54spi_probe() | Christophe JAILLET |
2022-07-15 | wifi: mac80211: change QoS settings API to take link into account | Johannes Berg |
2022-06-20 | wifi: mac80211: return a beacon for a specific link | Shaul Triebitz |
2022-06-20 | wifi: mac80211: split bss_info_changed method | Johannes Berg |
2022-06-20 | wifi: mac80211: move interface config to new struct | Johannes Berg |
2022-04-06 | orinoco: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song |
2021-12-21 | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub... | Jakub Kicinski |
2021-11-29 | intersil: Use struct_group() for memcpy() region | Kees Cook |
2021-11-26 | mac80211: Use memset_after() to clear tx status | Kees Cook |
2021-10-20 | hostap: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-20 | wireless: use eth_hw_addr_set() | Jakub Kicinski |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-08-23 | Merge tag 'wireless-drivers-next-2021-08-22' of git://git.kernel.org/pub/scm/... | David S. Miller |
2021-08-19 | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan |
2021-08-06 | intersil: remove obsolete prism54 wireless driver | Lukas Bulwahn |
2021-07-27 | hostap: use ndo_siocdevprivate | Arnd Bergmann |
2021-06-22 | orinoco: Avoid field-overflowing memcpy() | Kees Cook |