index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+5
2014-04-03
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2014-03-27
virtio-net: correct error handling of virtqueue_kick()
Jason Wang
1
-3
/
+3
2014-03-25
virtio_net: Call dev_kfree_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-15
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
1
-4
/
+4
2014-03-13
virtio_net: don't crash if virtqueue is broken.
Rusty Russell
1
-1
/
+1
2014-02-25
virtio-net: alloc big buffers also when guest can receive UFO
Jason Wang
1
-1
/
+2
2014-01-17
virtio-net: initial rx sysfs support, export mergeable rx buffer size
Michael Dalton
1
-4
/
+42
2014-01-17
virtio-net: auto-tune mergeable rx buffer size for improved performance
Michael Dalton
1
-25
/
+75
2014-01-17
virtio-net: use per-receive queue page frag alloc for mergeable bufs
Michael Dalton
1
-34
/
+35
2014-01-17
virtio-net: drop rq->max and rq->num
Jason Wang
1
-13
/
+3
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2014-01-03
virtio-net: fix refill races during restore
Jason Wang
1
-5
/
+6
2013-12-11
virtio_net: spelling fixes
stephen hemminger
1
-2
/
+2
2013-12-11
virtio_net: remove unused parameter to send_command
stephen hemminger
1
-21
/
+13
2013-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+11
2013-12-07
virtio-net: free bufs correctly on invalid packet length
Michael Dalton
1
-3
/
+3
2013-12-07
virtio: delete napi structures from netdev before releasing memory
Andrey Vagin
1
-0
/
+5
2013-12-07
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-02
virtio_net: make all RX paths handle erors consistently
Michael S. Tsirkin
1
-17
/
+37
2013-12-02
virtio_net: fix error handling for mergeable buffers
Michael S. Tsirkin
1
-31
/
+51
2013-12-01
virtio_net: Fixed a trivial typo (fitler --> filter)
Thomas Huth
1
-1
/
+1
2013-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-16
/
+18
2013-11-19
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-15
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-06
virtio-net: switch to use XPS to choose txq
Jason Wang
1
-46
/
+2
2013-11-05
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-30
virtio-net: correctly handle cpu hotplug notifier during resuming
Jason Wang
1
-7
/
+6
2013-10-29
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-04
virtio-net: Set RXCSUM feature if GUEST_CSUM is available
Thomas Huth
1
-0
/
+2
2013-07-28
virtio-net: put virtio net header inline with data
Michael S. Tsirkin
1
-8
/
+34
2013-07-11
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-12
virtio_net: use default napi weight by default
Amerigo Wang
1
-1
/
+1
2013-05-03
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
[next]