index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
staging
/
hv
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-11
Staging: hv: Add support for >2 TB LUN in storage driver.
Mike Sterling
2
-0
/
+3
2011-08-04
Staging: hv: netvsc: Increase the timeout value in the netvsc driver
K. Y. Srinivasan
2
-5
/
+5
2011-08-04
Staging: hv: vmbus: Increase the timeout value in the vmbus driver
K. Y. Srinivasan
3
-3
/
+3
2011-08-04
Staging: hv: storvsc: Increase the timeout value in the storvsc driver
K. Y. Srinivasan
2
-5
/
+5
2011-05-17
Staging: hv: vmbus_drv: Get rid of util synchronixation based on channel coun...
K. Y. Srinivasan
3
-20
/
+0
2011-05-17
Staging: hv: Re-implement the synchronization for util channels
K. Y. Srinivasan
2
-26
/
+37
2011-05-17
Staging: hv: vmbus_drv: Introduce state in struct vmbus_channel to track util...
K. Y. Srinivasan
2
-0
/
+7
2011-05-17
Staging: hv: netvsc_drv: Make netvsc_drv_exit() the module exit function
K. Y. Srinivasan
1
-7
/
+2
2011-05-17
Staging: hv: netvsc_drv: Make netvsc_drv_init the module init function
K. Y. Srinivasan
1
-7
/
+2
2011-05-17
Staging: hv: netvsc_drv: Move the dmi_check code to netvsc_drv_init()
K. Y. Srinivasan
1
-5
/
+6
2011-05-17
Staging: hv: netvsc_drv: Change the signature of netvsc_drv_init()
K. Y. Srinivasan
1
-3
/
+3
2011-05-17
Staging: hv: netvsc_drv: Move the dmi table declaration to earlier in the file
K. Y. Srinivasan
1
-14
/
+15
2011-05-17
Staging: hv: netvsc_drv: Get rid of the used type struct netvsc_driver
K. Y. Srinivasan
1
-7
/
+0
2011-05-17
Staging: hv: netvsc_drv: Get rid of the unused function drv_to_netvscdrv()
K. Y. Srinivasan
1
-7
/
+0
2011-05-17
Staging: hv: netvsc_drv: Get rid of the empty function rndis_filter_init()
K. Y. Srinivasan
3
-11
/
+0
2011-05-17
Staging: hv: netvsc_drv: Get rid of some unnecessary/dead code from rndis_fil...
K. Y. Srinivasan
1
-16
/
+0
2011-05-17
Staging: hv: netvsc_drv: Make netvsc_drv an instance of struct hv_driver
K. Y. Srinivasan
1
-8
/
+7
2011-05-17
Staging: hv: netvsc_drv: Get rid of the unnecessary state from struct netvsc_...
K. Y. Srinivasan
1
-2
/
+0
2011-05-17
Staging: hv: netvsc_drv: Get rid of the unnecessary assignment of ring_buf_size
K. Y. Srinivasan
1
-2
/
+0
2011-05-17
Staging: hv: netvsc_drv: Get the ring size information from struct netvsc_dev...
K. Y. Srinivasan
2
-4
/
+5
2011-05-17
Staging: hv: netvsc_drv: Add ring_size element to struct netvsc_device_info
K. Y. Srinivasan
1
-0
/
+1
2011-05-17
Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driver
K. Y. Srinivasan
1
-2
/
+0
2011-05-17
Staging: hv: netvsc_drv: Get rid of an unnecessary assignment in rndis_filter.c
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: netvsc_drv: Directly get the size of rndis_filter_packet
K. Y. Srinivasan
1
-3
/
+1
2011-05-17
Staging: hv: netvsc_drv: Move the definition of struct rndis_filter_packet to...
K. Y. Srinivasan
2
-8
/
+7
2011-05-17
Staging: hv: netvsc_drv: Get rid of unnecessary state in struct netvsc_driver
K. Y. Srinivasan
4
-26
/
+0
2011-05-17
Staging: hv: netvsc_drv: Directly invoke the function rndis_filter_receive()
K. Y. Srinivasan
1
-3
/
+1
2011-05-17
Staging: hv: netvsc_drv: Directly invoke the function netvsc_recv_callback()
K. Y. Srinivasan
1
-2
/
+1
2011-05-17
Staging: hv: netvsc_drv: Invoke netvsc_linkstatus_callback directly
K. Y. Srinivasan
1
-2
/
+2
2011-05-17
Staging: hv: netvsc_drv: Invoke netvsc_send() directly
K. Y. Srinivasan
1
-2
/
+2
2011-05-17
Staging: hv: netvsc_drv: Invoke rndis_filter_send() directly
K. Y. Srinivasan
1
-1
/
+1
2011-05-17
Staging: hv: netvsc_drv: Make the function rndis_filter_send() non-static
K. Y. Srinivasan
2
-4
/
+4
2011-05-17
Staging: hv: netvsc_drv: Make the function rndis_filter_receive() non-static
K. Y. Srinivasan
2
-2
/
+3
2011-05-17
Staging: hv: netvsc_drv: Make the function netvsc_recv_callback() non-static
K. Y. Srinivasan
2
-1
/
+3
2011-05-17
Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-s...
K. Y. Srinivasan
2
-1
/
+3
2011-05-17
Staging: hv: netvsc_drv: Make the function netvsc_send non-static
K. Y. Srinivasan
2
-1
/
+3
2011-05-17
Staging: hv: netvsc_drv: Get rid of unused state in struct netvsc_driver
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: netvsc_drv: Clean up the netvsc_drv_exit() function
K. Y. Srinivasan
1
-33
/
+1
2011-05-17
Staging: hv: mousevsc_drv: Cleanup mousevsc_drv_exit() function
K. Y. Srinivasan
1
-32
/
+1
2011-05-17
Staging: hv: storvsc_drv: Cleanup storvsc_drv_exit() function
K. Y. Srinivasan
1
-29
/
+1
2011-05-17
Staging: hv: blkvsc_drv: Cleanup the blkvsc_drv_exit() function
K. Y. Srinivasan
1
-32
/
+1
2011-05-17
Staging: hv: mouse_drv: Fix a sparse warning
K. Y. Srinivasan
1
-1
/
+1
2011-05-17
Staging: hv: netvsc: Cleanup hyperv_net.h
K. Y. Srinivasan
1
-3
/
+1
2011-05-17
Staging: hv: netvsc: Move the contents of rndis_filter.h to hyperv_net.h
K. Y. Srinivasan
4
-55
/
+26
2011-05-17
Staging: hv: netvsc: Move the contents of rndis.h to hyperv_net.h
K. Y. Srinivasan
3
-654
/
+627
2011-05-17
Staging: hv: netvsc: Move the contents of netvsc.h to hyperv_net.h
K. Y. Srinivasan
4
-331
/
+302
2011-05-17
Staging: hv: netvsc: Include the contents of netvsc_api.h into hyperv_net.h
K. Y. Srinivasan
5
-132
/
+101
2011-05-17
Staging: hv: netvsc: Create a common header file for network driver
K. Y. Srinivasan
4
-0
/
+31
2011-05-17
Staging: hv: Move the contents of storvsc_api.h to hyperv_storage.h
K. Y. Srinivasan
5
-164
/
+134
2011-05-17
Staging: hv: stor: Move the contents of vstorage.h to hyperv_storage.h
K. Y. Srinivasan
5
-200
/
+172
[next]