index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
hv
/
netvsc_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-26
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-84
/
+64
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-2
/
+2
2011-10-05
hv: netvsc: convert to SKB paged frag API.
Ian Campbell
1
-1
/
+1
2011-09-29
staging: hv: remove the carrier status check from netvsc_open()
Haiyang Zhang
1
-12
/
+7
2011-09-16
Staging: hv: netvsc: Get rid of the usage of the ext field in struct hv_device
K. Y. Srinivasan
1
-5
/
+19
2011-09-16
Staging: hv: vmbus: Change the signature of struct hv_driver probe function
K. Y. Srinivasan
1
-1
/
+2
2011-09-06
staging: hv: fix the return status of netvsc_start_xmit()
Haiyang Zhang
1
-3
/
+3
2011-09-06
staging: hv: fix counting of available buffer slots when send fails
Haiyang Zhang
1
-1
/
+2
2011-09-06
staging: hv: re-order the code in netvsc_probe()
Haiyang Zhang
1
-15
/
+17
2011-09-06
staging: hv: fix a kernel warning in netvsc_linkstatus_callback()
Haiyang Zhang
1
-1
/
+1
2011-09-06
staging: hv: remove unnecessary includes in netvsc
Haiyang Zhang
1
-1
/
+0
2011-08-25
Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
K. Y. Srinivasan
1
-1
/
+1
2011-08-25
Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
K. Y. Srinivasan
1
-2
/
+0
2011-08-25
Staging: hv: fix up driver registering mess
Greg Kroah-Hartman
1
-16
/
+3
2011-08-25
Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
K. Y. Srinivasan
1
-19
/
+0
2011-08-25
Staging: hv: netvsc: Get rid of the PCI signature
K. Y. Srinivasan
1
-8
/
+0
2011-08-25
Staging: hv: create VMBUS_DEVICE macro and use it.
Greg Kroah-Hartman
1
-10
/
+4
2011-08-25
Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
K. Y. Srinivasan
1
-0
/
+16
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-07-05
staging: hv: fix some white spaces in netvsc driver
Haiyang Zhang
1
-1
/
+1
2011-07-05
Staging: hv: netvsc: Fix a bug in accounting transmit slots
K. Y. Srinivasan
1
-7
/
+9
2011-06-07
staging: hv: use delayed_work for netvsc_send_garp()
Haiyang Zhang
1
-6
/
+9
2011-06-07
staging: hv: fix typo in name rndis_filte_device_add()
Haiyang Zhang
1
-1
/
+1
2011-06-07
staging: hv: remove commented out code in netvsc_remove()
Haiyang Zhang
1
-1
/
+0
2011-06-07
staging: hv: change rndis_filter_device_remove() to void return type
Haiyang Zhang
1
-7
/
+2
2011-06-07
staging: hv: remove commented out code from netvsc_drv.c
Haiyang Zhang
1
-3
/
+0
2011-06-07
staging: hv: remove unnecessary code in netvsc_probe().
Haiyang Zhang
1
-11
/
+1
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: 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 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
1
-0
/
+1
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: Get rid of unnecessary state in struct netvsc_driver
K. Y. Srinivasan
1
-2
/
+0
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 netvsc_recv_callback() non-static
K. Y. Srinivasan
1
-1
/
+1
2011-05-17
Staging: hv: netvsc_drv: Make the function netvsc_linkstatus_callback() non-s...
K. Y. Srinivasan
1
-1
/
+1
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: netvsc: Include the contents of netvsc_api.h into hyperv_net.h
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: netvsc: Create a common header file for network driver
K. Y. Srinivasan
1
-0
/
+1
2011-05-17
Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vmbus.h
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: Move the contents of vmbus.h to hyperv.h
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: Move the contents of logging.h to hyperv.h
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: Move the contents of the file version_info.h to hyperv.h
K. Y. Srinivasan
1
-1
/
+0
2011-05-17
Staging: hv: Include the newly created header file in all of the relevant hyp...
K. Y. Srinivasan
1
-0
/
+2
2011-05-11
Staging: hv: netvsc_drv: Statically initialize probe/remove
K. Y. Srinivasan
1
-4
/
+4
2011-05-11
Staging: hv: Move the declaration of the variable netvsc_drv
K. Y. Srinivasan
1
-3
/
+3
[next]