index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
microchip
Age
Commit message (
Expand
)
Author
2021-08-29
wilc1000: Convert module-global "isinit" to device-specific variable
David Mosberger-Tang
2021-08-21
wilc1000: remove redundant code
wengjianfeng
2021-08-21
wilc1000: use devm_clk_get_optional()
Claudiu Beznea
2021-08-21
wilc1000: dispose irq on failure path
Claudiu Beznea
2021-08-21
wilc1000: use goto labels on error path
Claudiu Beznea
2021-06-15
wilc1000: Fix clock name binding
Tudor Ambarus
2021-04-18
wilc1000: Remove duplicate struct declaration
Wan Jiabing
2021-04-17
wilc1000: fix a loop timeout condition
Dan Carpenter
2021-04-17
wilc1000: Bring MAC address setting in line with typical Linux behavior
David Mosberger-Tang
2021-04-17
wilc1000: Add support for enabling CRC
David Mosberger-Tang
2021-04-17
wilc1000: Check for errors at end of DMA write
David Mosberger-Tang
2021-04-17
wilc1000: Introduce symbolic names for SPI protocol register
David Mosberger-Tang
2021-04-17
wilc1000: Make SPI transfers work at 48MHz
David Mosberger-Tang
2021-03-15
wilc1000: use wilc handler as cookie in request_threaded_irq()
Ajay Singh
2021-03-15
wilc1000: write value to WILC_INTR2_ENABLE register
Marcus Folkesson
2021-03-15
wilc1000: Support chip sleep over SPI
David Mosberger-Tang
2021-02-11
wilc1000: Fix use of void pointer as a wrong struct type
Vsevolod Kozlov
2021-02-06
Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
2021-01-14
wilc1000: use flexible-array member instead of zero-length array
Tian Tao
2021-01-14
wilc1000: fix spelling mistake in Kconfig "devision" -> "division"
Colin Ian King
2020-12-10
wilc1000: changes for SPI communication stall issue found with Iperf
Ajay Singh
2020-12-07
wilc1000: remove redundant assignment to pointer vif
Colin Ian King
2020-12-02
wilc1000: added queue support for WMM
Ajay Singh
2020-12-02
wilc1000: call complete() for failure in wilc_wlan_txq_add_cfg_pkt()
Ajay Singh
2020-12-02
wilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt() for failure path
Ajay Singh
2020-12-02
wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure path
Ajay Singh
2020-12-02
wilc1000: added 'ndo_set_mac_address' callback support
Ajay Singh
2020-09-21
net: wilc1000: clean up resource in error path of init mon interface
Huang Guobin
2020-08-27
wilc1000: Fix memleak in wilc_bus_probe
Dinghao Liu
2020-08-27
wilc1000: Fix memleak in wilc_sdio_probe
Dinghao Liu
2020-08-02
wilc1000: Move wilc1000 SDIO ID's from driver source to common header file
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-07-14
wilc1000: fix compiler warning for 'wowlan_support' unused variable
Ajay Singh
2020-07-14
wilc1000: use strlcpy to avoid 'stringop-truncation' warning
Ajay Singh
2020-06-26
wilc1000: move wilc driver out of staging
Ajay Singh