index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wilc1000
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-11
staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()
Ajay Singh
1
-10
/
+15
2019-11-05
staging: wilc1000: use defines for msg types received from firmware
Ajay Singh
1
-11
/
+9
2019-11-05
staging: wilc1000: added proper spacing for comments
Ajay Singh
5
-12
/
+21
2019-11-05
staging: wilc1000: avoid use of C++ style comments
Ajay Singh
1
-1
/
+1
2019-11-05
staging: wilc1000: added 'WILC_' prefix in header guard macro
Ajay Singh
3
-6
/
+6
2019-11-05
staging: wilc1000: remove 'wilc_' prefix from filenames
Ajay Singh
15
-24
/
+24
2019-11-05
staging: wilc1000: avoid 'bool' datatype in struct sent to firmware
Ajay Singh
1
-2
/
+4
2019-10-29
staging: wilc1000: check if device is initialzied before changing vif
Adham Abozaeid
1
-6
/
+12
2019-10-24
staging: wilc1000: handle mgmt frames for both interfaces during concurrent mode
Ajay Singh
2
-8
/
+5
2019-10-24
staging: wilc1000: potential corruption in wilc_parse_join_bss_param()
Dan Carpenter
1
-0
/
+2
2019-10-24
staging: wilc1000: store bss object and use cfg80211_connect_bss()
Adham Abozaeid
2
-6
/
+15
2019-10-07
staging: wilc1000: don't use wdev while setting tx power
Adham Abozaeid
1
-1
/
+15
2019-09-30
staging: wilc1000: look for rtc_clk clock in spi mode
Adham Abozaeid
1
-0
/
+11
2019-09-30
staging: wilc1000: use RCU list to maintain vif interfaces list
Ajay Singh
5
-123
/
+148
2019-09-30
staging: wilc1000: move wlan_deinit_locks() in wilc_netdev_cleanup()
Ajay Singh
3
-15
/
+14
2019-09-30
staging: wilc1000: remove unnecessary netdev validation check in del_key()
Ajay Singh
1
-18
/
+15
2019-09-12
staging: wilc1000: avoid twice IRQ handler execution for each single interrupt
Ajay Singh
1
-1
/
+1
2019-09-12
staging: wilc1000: remove unused interrupt status handling code
Ajay Singh
2
-34
/
+2
2019-09-12
staging: wilc1000: look for rtc_clk clock
Eugen Hristev
2
-0
/
+15
2019-09-12
staging: dt-bindings: wilc1000: add optional rtc_clk property
Eugen Hristev
2
-1
/
+15
2019-08-12
staging: wilc1000: return kernel error codes from wilc_wlan_stop
Adham Abozaeid
1
-5
/
+5
2019-08-12
staging: wilc1000: Don't reset WILC CPU disgracefully
Adham Abozaeid
3
-60
/
+24
2019-08-12
Merge 5.3-rc4 into staging-next
Greg Kroah-Hartman
1
-0
/
+1
2019-08-08
staging: wilc1000: use helper API to pack data for firmware
Ajay Singh
1
-56
/
+18
2019-08-02
staging: wilc1000: remove unused function
Adham Abozaeid
2
-10
/
+0
2019-08-02
staging: wilc1000: merge drv_handle and operation_mode wids
Adham Abozaeid
5
-51
/
+21
2019-07-30
staging: wilc1000: remove manual sleep mode
Adham Abozaeid
4
-23
/
+1
2019-07-30
staging: wilc1000: apply power management regardless of open interfaces
Adham Abozaeid
1
-3
/
+0
2019-07-30
staging: wilc1000: avoid overriding powersave state
Adham Abozaeid
3
-24
/
+3
2019-07-30
staging: wilc1000: remove unused members
Adham Abozaeid
3
-11
/
+2
2019-07-30
staging: wilc1000: remove ip timeout timer
Adham Abozaeid
2
-18
/
+0
2019-07-30
staging: wilc1000: remove inetaddr notifier
Adham Abozaeid
1
-65
/
+0
2019-07-25
staging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32
Chuhong Yuan
3
-10
/
+5
2019-07-25
staging: wilc1000: flush the workqueue before deinit the host
Adham Abozaeid
1
-0
/
+1
2019-07-22
staging: wilc1000: Replace function wilc_wlan_cfg_get_val()
Nishka Dasgupta
5
-11
/
+5
2019-07-01
staging: wilc1000: rename 'host_interface' source and header
Ajay Singh
4
-2
/
+2
2019-07-01
staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()
Ajay Singh
3
-81
/
+40
2019-07-01
staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' struct
Ajay Singh
3
-4
/
+2
2019-07-01
staging: wilc1000: remove unnecessary loop to traverse vif interfaces
Ajay Singh
2
-17
/
+6
2019-07-01
staging: wilc1000: remove use of driver_handler_id & ifc_id
Ajay Singh
5
-9
/
+4
2019-07-01
staging: wilc1000: added support to dynamically add/remove interfaces
Ajay Singh
9
-390
/
+492
2019-07-01
staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
Ajay Singh
1
-6
/
+6
2019-07-01
staging: wilc1000: handle p2p operations in caller context
Ajay Singh
1
-29
/
+17
2019-06-21
staging: wilc1000: add passive scan support
Adham Abozaeid
4
-8
/
+25
2019-06-20
staging: wilc1000: Remove redundant memset
Hariprasad Kelam
1
-1
/
+0
2019-06-03
Merge 5.2-rc3 into staging-next
Greg Kroah-Hartman
1
-2
/
+6
2019-05-22
staging: wilc1000: remove redundant masking of pkt_offset
Colin Ian King
1
-3
/
+0
2019-05-20
staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()
Dan Carpenter
1
-2
/
+6
2019-04-17
staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context
Adham Abozaeid
1
-1
/
+1
2019-04-16
staging: remove redundant 'default n' from Kconfig
Bartlomiej Zolnierkiewicz
1
-1
/
+0
[next]