index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wilc1000
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: wilc1000: rename 'host_interface' source and header
Ajay Singh
2019-07-01
4
-2
/
+2
*
staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()
Ajay Singh
2019-07-01
3
-81
/
+40
*
staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' struct
Ajay Singh
2019-07-01
3
-4
/
+2
*
staging: wilc1000: remove unnecessary loop to traverse vif interfaces
Ajay Singh
2019-07-01
2
-17
/
+6
*
staging: wilc1000: remove use of driver_handler_id & ifc_id
Ajay Singh
2019-07-01
5
-9
/
+4
*
staging: wilc1000: added support to dynamically add/remove interfaces
Ajay Singh
2019-07-01
9
-390
/
+492
*
staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
Ajay Singh
2019-07-01
1
-6
/
+6
*
staging: wilc1000: handle p2p operations in caller context
Ajay Singh
2019-07-01
1
-29
/
+17
*
staging: wilc1000: add passive scan support
Adham Abozaeid
2019-06-21
4
-8
/
+25
*
staging: wilc1000: Remove redundant memset
Hariprasad Kelam
2019-06-20
1
-1
/
+0
*
Merge 5.2-rc3 into staging-next
Greg Kroah-Hartman
2019-06-03
1
-2
/
+6
|
\
|
*
staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()
Dan Carpenter
2019-05-20
1
-2
/
+6
*
|
staging: wilc1000: remove redundant masking of pkt_offset
Colin Ian King
2019-05-22
1
-3
/
+0
|
/
*
staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context
Adham Abozaeid
2019-04-17
1
-1
/
+1
*
staging: remove redundant 'default n' from Kconfig
Bartlomiej Zolnierkiewicz
2019-04-16
1
-1
/
+0
*
staging: wilc1000: fix spelling mistake "dissconect" -> "disconnect"
Colin Ian King
2019-04-16
1
-1
/
+1
*
staging: wilc1000: give usleep_range a range
Nicholas Mc Guire
2019-04-16
1
-2
/
+2
*
staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.
Tetsuo Handa
2019-04-16
1
-1
/
+1
*
staging: wilc1000: drop explicit conversion to bool
Nicholas Mc Guire
2019-04-16
1
-1
/
+1
*
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
2019-04-03
1
-0
/
+1
*
staging: wilc1000: assign scan result callback before starting the scan
Adham Abozaeid
2019-03-29
1
-2
/
+3
*
staging: wilc1000: use cfg80211 ssid list instead of repacking it
Adham Abozaeid
2019-03-27
3
-95
/
+20
*
staging: wilc1000: Remove return variables from wilc_spi.c
Nishka Dasgupta
2019-03-22
1
-8
/
+5
*
staging: wilc1000: Remove return variable from host_interface.c
Nishka Dasgupta
2019-03-22
1
-14
/
+6
*
staging: wilc1000: remove unnecessary local variables
Himadri Pandya
2019-03-18
1
-9
/
+3
*
staging: wilc1000: Fix line over 80 characters
Debleena Sen
2019-03-18
1
-1
/
+2
*
staging: wilc1000: fix incorrent type in initializer
Bo YU
2019-02-28
1
-1
/
+1
*
staging: wilc1000: fix incorrent type assignment
Bo YU
2019-02-26
1
-2
/
+2
*
staging: wilc1000: rename linux_wlan.c and linux_mon.c
Ajay Singh
2019-02-07
3
-1
/
+1
*
staging: wilc1000: remove 'linux_' prefix in function names
Ajay Singh
2019-02-07
2
-14
/
+13
*
staging: wilc1000: rename wilc_frmw_to_linux()
Ajay Singh
2019-02-07
3
-5
/
+5
*
staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c file
Ajay Singh
2019-02-07
1
-46
/
+46
*
staging: wilc1000: avoid function forward declaration in wilc_sdio.c file
Ajay Singh
2019-02-07
1
-48
/
+43
*
staging: wilc1000: move macro and function prototype from wilc_wlan_if.h file
Ajay Singh
2019-02-07
5
-36
/
+23
*
staging: wilc1000: add 'wilc_' prefix to have proper namespace
Ajay Singh
2019-02-07
8
-61
/
+61
*
staging: wilc1000: fix to set correct value for 'vif_num'
Ajay Singh
2019-02-07
1
-2
/
+2
*
staging: wilc1000: define p2p related static variable as constants
Ajay Singh
2019-02-07
1
-2
/
+2
*
staging: wilc1000: move 'curr_channel' static variable in 'wilc' struct
Ajay Singh
2019-02-07
2
-10
/
+13
*
staging: wilc1000: move static variable 'wlan_channel' to 'wilc' struct
Ajay Singh
2019-02-07
2
-17
/
+20
*
staging: wilc1000: avoid use of static variable in linux_mon.c
Ajay Singh
2019-02-07
1
-5
/
+4
*
staging: wilc1000: avoid use of 'hif_deinit_lock' static variable
Ajay Singh
2019-02-07
2
-11
/
+11
*
staging: wilc1000: remove unused struct 'add_sta_param'
Ajay Singh
2019-02-07
1
-11
/
+0
*
staging: wilc1000: add check before performing operation on net_device
Ajay Singh
2019-02-07
1
-4
/
+8
*
staging: wilc1000: avoid use of interface names for validation
Ajay Singh
2019-02-07
1
-74
/
+70
*
staging: wilc1000: use random number for cookie instead of pointer
Ajay Singh
2019-02-07
1
-1
/
+1
*
staging: wilc1000: refactor code to use cookie information
Ajay Singh
2019-02-07
4
-85
/
+53
*
staging: wilc1000: refactor linux_wlan_init_test_config()
Ajay Singh
2019-02-07
2
-118
/
+83
*
staging: wilc1000: remove use of 'terminated_handle' static variable
Ajay Singh
2019-02-07
1
-8
/
+7
*
staging: wilc1000: refactor scan() cfg80211 ops callback
Ajay Singh
2019-02-04
2
-29
/
+28
*
staging: wilc1000: make use of iface type to identify p2p interface
Ajay Singh
2019-02-04
2
-14
/
+6
[next]