index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intersil
/
hostap
Age
Commit message (
Expand
)
Author
2023-10-30
wifi: remove obsolete hostap driver
Arnd Bergmann
2023-10-14
wifi: hostap: remove unused ioctl function
Arnd Bergmann
2023-10-11
wifi: hostap: Add __counted_by for struct prism2_download_data and use struct...
Gustavo A. R. Silva
2023-06-16
wifi: hostap: fix stringop-truncations GCC warning
Kalle Valo
2023-05-25
wifi: add HAS_IOPORT dependencies
Niklas Schnelle
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-11-16
wifi: hostap: Avoid clashing function prototypes
Gustavo A. R. Silva
2022-09-02
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2021-11-29
intersil: Use struct_group() for memcpy() region
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-07-27
hostap: use ndo_siocdevprivate
Arnd Bergmann
2021-05-06
proc: mandate ->proc_lseek in "struct proc_ops"
Alexey Dobriyan
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2020-11-07
hostap: Remove in_atomic() check.
Sebastian Andrzej Siewior
2020-11-07
net: hostap: fix function cast warning
Arnd Bergmann
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-09-29
net: hostap: Remove in_interrupt() usage
Sebastian Andrzej Siewior
2020-09-11
net: wireless: drop bogus CRYPTO_xxx Kconfig selects
Ard Biesheuvel
2020-09-01
hostap: Remove unused variable 'fc'
Lee Jones
2020-09-01
hostap: Remove set but unused variable 'hostscan'
Lee Jones
2020-09-01
hostap: hostap_ap: Mark 'txt' as __always_unused
Lee Jones
2020-09-01
hostap: Mark 'freq_list' as __maybe_unused
Lee Jones
2020-08-27
intersil: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-02
hostap: use generic power management
Vaibhav Gupta
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
2020-05-07
Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...
David S. Miller
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
2020-04-15
hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...
Jules Irenge
2020-03-26
hostap: convert to struct proc_ops
YueHaibing
2020-03-23
hostap: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-01-26
hostap: Adjust indentation in prism2_hostapd_add_sta
Nathan Chancellor
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
2019-09-06
hostap: use %*ph to print small buffer
Andy Shevchenko
2019-09-06
hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_read
zhong jiang
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-07-31
hostap: hide unused procfs helpers
YueHaibing
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-16
hostap: switch to proc_create_{seq,single}_data
Christoph Hellwig
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
[next]