Age | Commit message (Expand) | Author |
2014-07-23 | virtio-net: rx busy polling support | Jason Wang |
2014-07-23 | virtio-net: introduce virtnet_receive() | Jason Wang |
2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe |
2014-04-30 | virtio-net: Set needed_headroom for virtio-net when VIRTIO_F_ANY_LAYOUT is true | Zhangjie \(HZ\) |
2014-04-22 | virtio_net: zero is an invald queue_pairs number | Amos Kong |
2014-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-04-02 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-03-27 | virtio-net: correct error handling of virtqueue_kick() | Jason Wang |
2014-03-24 | virtio_net: Call dev_kfree_skb_any instead of dev_kfree_skb. | Eric W. Biederman |
2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman |
2014-03-13 | virtio_net: don't crash if virtqueue is broken. | Rusty Russell |
2014-02-24 | virtio-net: alloc big buffers also when guest can receive UFO | Jason Wang |
2014-01-16 | virtio-net: initial rx sysfs support, export mergeable rx buffer size | Michael Dalton |
2014-01-16 | virtio-net: auto-tune mergeable rx buffer size for improved performance | Michael Dalton |
2014-01-16 | virtio-net: use per-receive queue page frag alloc for mergeable bufs | Michael Dalton |
2014-01-16 | virtio-net: drop rq->max and rq->num | Jason Wang |
2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-02 | virtio-net: fix refill races during restore | Jason Wang |
2013-12-10 | virtio_net: spelling fixes | stephen hemminger |
2013-12-10 | virtio_net: remove unused parameter to send_command | stephen hemminger |
2013-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-12-06 | virtio-net: free bufs correctly on invalid packet length | Michael Dalton |
2013-12-06 | virtio: delete napi structures from netdev before releasing memory | Andrey Vagin |
2013-12-06 | virtio-net: determine type of bufs correctly | Andrey Vagin |
2013-12-06 | drivers/net/*: Fix FSF address in file headers | Jeff Kirsher |
2013-12-01 | virtio_net: make all RX paths handle erors consistently | Michael S. Tsirkin |
2013-12-01 | virtio_net: fix error handling for mergeable buffers | Michael S. Tsirkin |
2013-11-30 | virtio_net: Fixed a trivial typo (fitler --> filter) | Thomas Huth |
2013-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-11-18 | net, virtio_net: replace the magic value | Zhi Yong Wu |
2013-11-15 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-11-14 | virtio-net: mergeable buffer size should include virtio-net header | Michael Dalton |
2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz |
2013-11-05 | virtio-net: switch to use XPS to choose txq | Jason Wang |
2013-11-04 | virtio-net: coalesce rx frags when possible during rx | Jason Wang |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-10-29 | virtio-net: correctly handle cpu hotplug notifier during resuming | Jason Wang |
2013-10-28 | virtio_net: migrate mergeable rx buffers to page frag allocators | Michael Dalton |
2013-10-29 | virtio_net: verify if queue is broken after virtqueue_get_buf() | Heinz Graalfs |
2013-10-29 | virtio_net: verify if virtqueue_kick() succeeded | Heinz Graalfs |
2013-10-17 | virtio-net: refill only when device is up during setting queues | Jason Wang |
2013-10-17 | virtio-net: don't respond to cpu hotplug notifier if we're not ready | Jason Wang |
2013-10-17 | virtio: use size-based config accessors. | Rusty Russell |
2013-09-23 | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM | Aaron Lu |
2013-09-03 | virtio-net: Set RXCSUM feature if GUEST_CSUM is available | Thomas Huth |
2013-07-27 | virtio-net: put virtio net header inline with data | Michael S. Tsirkin |
2013-07-10 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-07-09 | virtio_net: fix race in RX VQ processing | Michael S. Tsirkin |