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
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2014-01-02
virtio-net: fix refill races during restore
Jason Wang
1
-5
/
+6
2013-12-10
virtio_net: spelling fixes
stephen hemminger
1
-2
/
+2
2013-12-10
virtio_net: remove unused parameter to send_command
stephen hemminger
1
-21
/
+13
2013-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+11
2013-12-06
virtio-net: free bufs correctly on invalid packet length
Michael Dalton
1
-3
/
+3
2013-12-06
virtio: delete napi structures from netdev before releasing memory
Andrey Vagin
1
-0
/
+5
2013-12-06
virtio-net: determine type of bufs correctly
Andrey Vagin
1
-3
/
+3
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-12-01
virtio_net: make all RX paths handle erors consistently
Michael S. Tsirkin
1
-17
/
+37
2013-12-01
virtio_net: fix error handling for mergeable buffers
Michael S. Tsirkin
1
-31
/
+51
2013-11-30
virtio_net: Fixed a trivial typo (fitler --> filter)
Thomas Huth
1
-1
/
+1
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-16
/
+18
2013-11-18
net, virtio_net: replace the magic value
Zhi Yong Wu
1
-2
/
+2
2013-11-15
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-18
/
+26
2013-11-14
virtio-net: mergeable buffer size should include virtio-net header
Michael Dalton
1
-14
/
+16
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+7
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
1
-0
/
+8
2013-11-05
virtio-net: switch to use XPS to choose txq
Jason Wang
1
-46
/
+2
2013-11-04
virtio-net: coalesce rx frags when possible during rx
Jason Wang
1
-4
/
+11
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+6
2013-10-29
virtio-net: correctly handle cpu hotplug notifier during resuming
Jason Wang
1
-7
/
+6
2013-10-28
virtio_net: migrate mergeable rx buffers to page frag allocators
Michael Dalton
1
-58
/
+106
2013-10-29
virtio_net: verify if queue is broken after virtqueue_get_buf()
Heinz Graalfs
1
-1
/
+2
2013-10-29
virtio_net: verify if virtqueue_kick() succeeded
Heinz Graalfs
1
-4
/
+5
2013-10-17
virtio-net: refill only when device is up during setting queues
Jason Wang
1
-1
/
+5
2013-10-17
virtio-net: don't respond to cpu hotplug notifier if we're not ready
Jason Wang
1
-0
/
+8
2013-10-17
virtio: use size-based config accessors.
Rusty Russell
1
-11
/
+17
2013-09-23
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
1
-2
/
+2
2013-09-03
virtio-net: Set RXCSUM feature if GUEST_CSUM is available
Thomas Huth
1
-0
/
+2
2013-07-27
virtio-net: put virtio net header inline with data
Michael S. Tsirkin
1
-8
/
+34
2013-07-10
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+1
2013-07-09
virtio_net: fix race in RX VQ processing
Michael S. Tsirkin
1
-2
/
+3
2013-07-04
virtio-net: fix the race between channels setting and refill
Jason Wang
1
-4
/
+1
2013-05-23
virtio_net: enable napi for all possible queues during open
Jason Wang
1
-4
/
+5
2013-05-11
virtio_net: use default napi weight by default
Amerigo Wang
1
-1
/
+1
2013-05-02
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-36
/
+41
2013-04-29
virtio-net: fill only rx queues which are being used
Sasha Levin
1
-5
/
+10
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+4
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-11
virtio-net: initialize vlan_features
Jason Wang
1
-0
/
+2
2013-03-22
virtio: remove obsolete virtqueue_get_queue_index()
Rusty Russell
1
-2
/
+2
2013-03-20
virtio_net: use simplified virtqueue accessors.
Rusty Russell
1
-6
/
+5
2013-03-20
virtio_net: use virtqueue_add_sgs[] for command buffers.
Rusty Russell
1
-25
/
+26
2013-02-26
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-11
/
+1
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
1
-8
/
+5
2013-02-13
virtio: use module_virtio_driver.
Rusty Russell
1
-11
/
+1
2013-02-04
drivers:net:misc: Remove unnecessary alloc/OOM messages
Joe Perches
1
-3
/
+1
2013-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+98
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
1
-4
/
+8
[next]