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.18.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
/
microchip
/
wilc1000
/
netdev.c
Age
Commit message (
Expand
)
Author
2023-09-21
wifi: wilc1000: add back-off algorithm to balance tx queue packets
Prasurjya Rohan Saikia
2022-12-22
wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()
Wang Yufen
2022-12-22
wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
Zhang Changzhong
2022-07-27
wifi: wilc1000: use existing iftype variable to store the interface type
Ajay Singh
2022-07-27
wifi: wilc1000: cancel the connect operation during interface down
Ajay Singh
2022-07-27
wifi: wilc1000: set correct value of 'close' variable in failure case
Ajay Singh
2022-05-30
wifi: wilc1000: add WPA3 SAE support
Ajay Singh
2022-05-11
wilc1000: increase firmware version array size
Ajay Singh
2021-12-20
wilc1000: fix double free error in probe()
Dan Carpenter
2021-12-14
wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"
David Mosberger-Tang
2021-12-14
wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-tx
David Mosberger-Tang
2021-12-14
wilc1000: Rename irq handler from "WILC_IRQ" to netdev name
David Mosberger-Tang
2021-12-14
wilc1000: Fix missing newline in error message
David Mosberger-Tang
2021-11-19
wilc1000: copy address before calling wilc_set_mac_address
Jakub Kicinski
2021-10-20
wilc1000: use eth_hw_addr_set()
Jakub Kicinski
2021-10-13
wireless: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-04-17
wilc1000: Bring MAC address setting in line with typical Linux behavior
David Mosberger-Tang
2021-03-15
wilc1000: use wilc handler as cookie in request_threaded_irq()
Ajay Singh
2021-02-11
wilc1000: Fix use of void pointer as a wrong struct type
Vsevolod Kozlov
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
2020-12-02
wilc1000: added 'ndo_set_mac_address' callback support
Ajay Singh
2020-07-14
wilc1000: let wilc_mac_xmit() return NETDEV_TX_OK
Luc Van Oostenryck
2020-07-14
wilc1000: use API version number info along with firmware filename
Ajay Singh
2020-07-14
wilc1000: use unified single wilc1000 FW binary
Ajay Singh
2020-06-26
wilc1000: move wilc driver out of staging
Ajay Singh