index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
wilc1000: use eth_hw_addr_set()
Jakub Kicinski
2
-5
/
+11
2021-10-13
wireless: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
1
-1
/
+0
2021-09-21
wilc1000: increase config packets response wait timeout limit
Ajay Singh
1
-1
/
+1
2021-09-21
wilc1000: use correct write command sequence in wilc_spi_sync_ext()
Ajay Singh
1
-1
/
+1
2021-09-21
wilc1000: add 'initialized' flag check before adding an element to TX queue
Ajay Singh
2
-0
/
+13
2021-09-21
wilc1000: invoke chip reset register before firmware download
Ajay Singh
1
-3
/
+19
2021-09-21
wilc1000: ignore clockless registers status response for SPI
Ajay Singh
1
-4
/
+8
2021-09-21
wilc1000: handle read failure issue for clockless registers
Ajay Singh
4
-0
/
+23
2021-09-21
wilc1000: add reset/terminate/repeat command support for SPI bus
Ajay Singh
1
-0
/
+61
2021-09-21
wilc1000: configure registers to handle chip wakeup sequence
Ajay Singh
5
-55
/
+53
2021-09-21
wilc1000: add new WID to pass wake_enable information to firmware
Ajay Singh
5
-0
/
+28
2021-09-21
wilc1000: fix possible memory leak in cfg_scan_result()
Ajay Singh
1
-2
/
+1
2021-09-21
wilc1000: move 'deinit_lock' lock init/destroy inside module probe
Ajay Singh
3
-8
/
+2
2021-08-29
wilc1000: Convert module-global "isinit" to device-specific variable
David Mosberger-Tang
1
-7
/
+8
2021-08-21
wilc1000: remove redundant code
wengjianfeng
1
-22
/
+16
2021-08-21
wilc1000: use devm_clk_get_optional()
Claudiu Beznea
2
-16
/
+13
2021-08-21
wilc1000: dispose irq on failure path
Claudiu Beznea
1
-2
/
+3
2021-08-21
wilc1000: use goto labels on error path
Claudiu Beznea
2
-12
/
+20
2021-06-15
wilc1000: Fix clock name binding
Tudor Ambarus
1
-1
/
+1
2021-04-18
wilc1000: Remove duplicate struct declaration
Wan Jiabing
1
-1
/
+0
2021-04-17
wilc1000: fix a loop timeout condition
Dan Carpenter
1
-1
/
+1
2021-04-17
wilc1000: Bring MAC address setting in line with typical Linux behavior
David Mosberger-Tang
1
-9
/
+16
2021-04-17
wilc1000: Add support for enabling CRC
David Mosberger-Tang
2
-64
/
+115
2021-04-17
wilc1000: Check for errors at end of DMA write
David Mosberger-Tang
1
-1
/
+61
2021-04-17
wilc1000: Introduce symbolic names for SPI protocol register
David Mosberger-Tang
1
-9
/
+29
2021-04-17
wilc1000: Make SPI transfers work at 48MHz
David Mosberger-Tang
1
-13
/
+29
2021-03-15
wilc1000: use wilc handler as cookie in request_threaded_irq()
Ajay Singh
1
-9
/
+5
2021-03-15
wilc1000: write value to WILC_INTR2_ENABLE register
Marcus Folkesson
1
-1
/
+1
2021-03-15
wilc1000: Support chip sleep over SPI
David Mosberger-Tang
2
-4
/
+58
2021-02-11
wilc1000: Fix use of void pointer as a wrong struct type
Vsevolod Kozlov
3
-9
/
+11
2021-02-06
Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
2
-5
/
+5
2021-01-22
cfg80211: change netdev registration/unregistration semantics
Johannes Berg
3
-4
/
+4
2021-01-14
wilc1000: use flexible-array member instead of zero-length array
Tian Tao
1
-4
/
+4
2021-01-14
wilc1000: fix spelling mistake in Kconfig "devision" -> "division"
Colin Ian King
1
-1
/
+1
2020-12-10
wilc1000: changes for SPI communication stall issue found with Iperf
Ajay Singh
1
-2
/
+21
2020-12-07
wilc1000: remove redundant assignment to pointer vif
Colin Ian King
1
-1
/
+0
2020-12-02
wilc1000: added queue support for WMM
Ajay Singh
4
-61
/
+302
2020-12-02
wilc1000: call complete() for failure in wilc_wlan_txq_add_cfg_pkt()
Ajay Singh
1
-1
/
+3
2020-12-02
wilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt() for failure path
Ajay Singh
1
-2
/
+6
2020-12-02
wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure path
Ajay Singh
1
-2
/
+6
2020-12-02
wilc1000: added 'ndo_set_mac_address' callback support
Ajay Singh
3
-0
/
+56
2020-09-21
net: wilc1000: clean up resource in error path of init mon interface
Huang Guobin
1
-2
/
+1
2020-08-27
wilc1000: Fix memleak in wilc_bus_probe
Dinghao Liu
1
-2
/
+3
2020-08-27
wilc1000: Fix memleak in wilc_sdio_probe
Dinghao Liu
1
-2
/
+3
2020-08-02
wilc1000: Move wilc1000 SDIO ID's from driver source to common header file
Ajay Singh
1
-4
/
+2
2020-07-14
wilc1000: let wilc_mac_xmit() return NETDEV_TX_OK
Luc Van Oostenryck
1
-3
/
+3
2020-07-14
wilc1000: use API version number info along with firmware filename
Ajay Singh
2
-5
/
+14
2020-07-14
wilc1000: use unified single wilc1000 FW binary
Ajay Singh
2
-13
/
+8
2020-07-14
wilc1000: fix compiler warning for 'wowlan_support' unused variable
Ajay Singh
1
-0
/
+2
2020-07-14
wilc1000: use strlcpy to avoid 'stringop-truncation' warning
Ajay Singh
1
-2
/
+1
[next]