index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
wifi: wilc1000: use vmm_table as array in wilc struct
Ajay Singh
1
-1
/
+1
2023-09-25
wifi: cfg80211: split struct cfg80211_ap_settings
Johannes Berg
1
-1
/
+1
2023-09-21
wifi: wilc1000: add back-off algorithm to balance tx queue packets
Prasurjya Rohan Saikia
2
-4
/
+18
2023-09-13
wifi: cfg80211: modify prototype for change_beacon
Aloka Dixit
1
-2
/
+2
2023-08-23
wifi: wilc1000: Remove unused declarations
Yue Haibing
1
-4
/
+0
2023-08-01
wifi: wilc1000: add SPI commands retry mechanism
Amisha Patel
1
-45
/
+103
2023-08-01
wifi: wilc1000: remove use of has_thrpt_enh3 flag
Prasurjya Rohan Saikia
1
-93
/
+10
2023-05-11
wifi: wilc1000: Increase ASSOC response buffer
Amisha Patel
3
-3
/
+3
2023-05-11
wifi: wilc1000: fix for absent RSN capabilities WFA testcase
Amisha Patel
1
-4
/
+4
2023-01-17
Merge wireless into wireless-next
Kalle Valo
1
-3
/
+3
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
1
-3
/
+3
2022-12-22
wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()
Wang Yufen
1
-1
/
+6
2022-12-22
wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()
Zhang Changzhong
1
-0
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-14
/
+46
2022-11-24
wifi: wilc1000: validate number of channels
Phil Turnbull
1
-6
/
+16
2022-11-24
wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute
Phil Turnbull
1
-1
/
+2
2022-11-24
wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute
Phil Turnbull
1
-2
/
+12
2022-11-24
wifi: wilc1000: validate pairwise and authentication suite offsets
Phil Turnbull
1
-5
/
+16
2022-11-01
wifi: wilc1000: sdio: fix module autoloading
Michael Walle
1
-0
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-8
/
+47
2022-09-02
wifi: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-09-02
wifi: wilc1000: remove redundant ret variable
Jinpeng Cui
1
-3
/
+2
2022-08-30
wifi: wilc1000: fix DMA on stack objects
Ajay.Kathat@microchip.com
3
-8
/
+47
2022-08-26
Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-7
/
+10
2022-08-25
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
1
-7
/
+10
2022-08-08
wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()
Kalle Valo
2
-2
/
+3
2022-07-27
wifi: wilc1000: use existing iftype variable to store the interface type
Ajay Singh
2
-4
/
+3
2022-07-27
wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPI
Ajay Singh
4
-3
/
+28
2022-07-27
wifi: wilc1000: cancel the connect operation during interface down
Ajay Singh
3
-4
/
+4
2022-07-27
wifi: wilc1000: get correct length of string WID from received config packet
Ajay Singh
1
-2
/
+3
2022-07-27
wifi: wilc1000: set station_info flag only when signal value is valid
Ajay Singh
1
-2
/
+1
2022-07-27
wifi: wilc1000: set correct value of 'close' variable in failure case
Ajay Singh
1
-1
/
+1
2022-07-27
wifi: wilc1000: add WID_TX_POWER WID in g_cfg_byte array
Ajay Singh
1
-0
/
+1
2022-07-15
wifi: cfg80211/mac80211: separate link params from station params
Shaul Triebitz
1
-9
/
+11
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
1
-1
/
+2
2022-05-30
wifi: wilc1000: add IGTK support
Ajay Singh
6
-23
/
+171
2022-05-30
wifi: wilc1000: add WPA3 SAE support
Ajay Singh
9
-14
/
+133
2022-05-30
wifi: wilc1000: remove WEP security support
Ajay Singh
5
-198
/
+2
2022-05-30
wifi: wilc1000: use correct sequence of RESET for chip Power-UP/Down
Ajay Singh
1
-3
/
+3
2022-05-11
wilc1000: add valid vmm_entry check before fetching from TX queue
Ajay Singh
1
-3
/
+4
2022-05-11
wilc1000: use 'u64' datatype for cookie variable
Ajay Singh
1
-1
/
+1
2022-05-11
wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()
Ajay Singh
1
-2
/
+2
2022-05-11
wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSA
Ajay Singh
1
-1
/
+1
2022-05-11
wilc1000: increase firmware version array size
Ajay Singh
1
-1
/
+2
2022-02-28
Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Jakub Kicinski
1
-3
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2022-01-31
wilc1000: use min_t() to make code cleaner
Changcheng Deng
1
-4
/
+1
2021-12-22
wilc1000: Add reset/enable GPIO support to SPI driver
David Mosberger-Tang
2
-4
/
+60
2021-12-22
wilc1000: Convert static "chipid" variable to device-local variable
David Mosberger-Tang
2
-14
/
+14
[next]