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-02-28
staging: wilc1000: fix incorrent type in initializer
Bo YU
1
-1
/
+1
2019-02-26
staging: wilc1000: fix incorrent type assignment
Bo YU
1
-2
/
+2
2019-02-07
staging: wilc1000: rename linux_wlan.c and linux_mon.c
Ajay Singh
3
-1
/
+1
2019-02-07
staging: wilc1000: remove 'linux_' prefix in function names
Ajay Singh
2
-14
/
+13
2019-02-07
staging: wilc1000: rename wilc_frmw_to_linux()
Ajay Singh
3
-5
/
+5
2019-02-07
staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c file
Ajay Singh
1
-46
/
+46
2019-02-07
staging: wilc1000: avoid function forward declaration in wilc_sdio.c file
Ajay Singh
1
-48
/
+43
2019-02-07
staging: wilc1000: move macro and function prototype from wilc_wlan_if.h file
Ajay Singh
5
-36
/
+23
2019-02-07
staging: wilc1000: add 'wilc_' prefix to have proper namespace
Ajay Singh
8
-61
/
+61
2019-02-07
staging: wilc1000: fix to set correct value for 'vif_num'
Ajay Singh
1
-2
/
+2
2019-02-07
staging: wilc1000: define p2p related static variable as constants
Ajay Singh
1
-2
/
+2
2019-02-07
staging: wilc1000: move 'curr_channel' static variable in 'wilc' struct
Ajay Singh
2
-10
/
+13
2019-02-07
staging: wilc1000: move static variable 'wlan_channel' to 'wilc' struct
Ajay Singh
2
-17
/
+20
2019-02-07
staging: wilc1000: avoid use of static variable in linux_mon.c
Ajay Singh
1
-5
/
+4
2019-02-07
staging: wilc1000: avoid use of 'hif_deinit_lock' static variable
Ajay Singh
2
-11
/
+11
2019-02-07
staging: wilc1000: remove unused struct 'add_sta_param'
Ajay Singh
1
-11
/
+0
2019-02-07
staging: wilc1000: add check before performing operation on net_device
Ajay Singh
1
-4
/
+8
2019-02-07
staging: wilc1000: avoid use of interface names for validation
Ajay Singh
1
-74
/
+70
2019-02-07
staging: wilc1000: use random number for cookie instead of pointer
Ajay Singh
1
-1
/
+1
2019-02-07
staging: wilc1000: refactor code to use cookie information
Ajay Singh
4
-85
/
+53
2019-02-07
staging: wilc1000: refactor linux_wlan_init_test_config()
Ajay Singh
2
-118
/
+83
2019-02-07
staging: wilc1000: remove use of 'terminated_handle' static variable
Ajay Singh
1
-8
/
+7
2019-02-04
staging: wilc1000: refactor scan() cfg80211 ops callback
Ajay Singh
2
-29
/
+28
2019-02-04
staging: wilc1000: make use of iface type to identify p2p interface
Ajay Singh
2
-14
/
+6
2019-02-04
staging: wilc1000: rename timeout related macros
Ajay Singh
4
-9
/
+9
2019-02-04
staging: wilc1000: remove unnecessary debug log messages
Ajay Singh
1
-31
/
+0
2019-02-04
staging: wilc1000: remove redundant macros for radiotap
Ajay Singh
1
-3
/
+0
2019-02-04
staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()
Ajay Singh
2
-22
/
+8
2019-02-04
staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable
Ajay Singh
5
-33
/
+34
2019-01-30
staging: wilc1000: remove redundant reset of station statistics
Adham Abozaeid
1
-20
/
+2
2019-01-28
Merge 5.0-rc4 into staging-next
Greg Kroah-Hartman
2
-6
/
+6
2019-01-18
staging: wilc1000: avoid the use of typedef for function pointers
Ajay Singh
5
-28
/
+26
2019-01-18
staging: wilc1000: refactor handle_set_mcast_filter()
Ajay Singh
3
-25
/
+20
2019-01-18
staging: wilc1000: remove 'disconnect_info' structure
Ajay Singh
3
-33
/
+12
2019-01-18
staging: wilc1000: refactor information message parsing logic
Ajay Singh
1
-50
/
+16
2019-01-18
staging: wilc1000: use single struct for 'connect' related parameters
Ajay Singh
3
-204
/
+84
2019-01-18
staging: wilc1000: rename hidden_network related data structure
Ajay Singh
3
-38
/
+38
2019-01-18
staging: wilc1000: use struct to pack join parameters for FW
Ajay Singh
4
-283
/
+142
2019-01-18
staging: wilc1000: corrected order to pack join param buffer
Ajay Singh
1
-4
/
+1
2019-01-18
staging: wilc1000: make use of cfg80211_inform_bss_frame()
Ajay Singh
3
-150
/
+50
2019-01-18
staging: wilc1000: remove the use of scan shadow buffer
Ajay Singh
4
-394
/
+86
2019-01-18
staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_com...
Ajay Singh
3
-20
/
+21
2019-01-18
staging: wilc1000: refactor wilc_wlan_set_bssid()
Ajay Singh
2
-12
/
+10
2019-01-18
staging: wilc1000: make use of get_unaligned_le16/le32 to pack data
Ajay Singh
2
-26
/
+16
2019-01-15
Staging: wilc1000: unlock on error in init_chip()
Dan Carpenter
1
-3
/
+4
2019-01-15
staging: wilc1000: fix memory leak in wilc_add_rx_gtk
Gustavo A. R. Silva
1
-2
/
+1
2019-01-15
staging: wilc1000: fix registration frame size
JĂșlius Milan
1
-1
/
+1
2019-01-15
staging: wilc1000: remove set but not used variable 'msa'
YueHaibing
1
-2
/
+1
2019-01-07
staging: wilc1000: make function wilc_get_stats_async static
Marko Stankovic
1
-1
/
+1
2018-12-20
staging: wilc1000: fix missing read_write setting when reading data
Colin Ian King
1
-0
/
+1
[next]