Age | Commit message (Expand) | Author |
2016-09-02 | net/virtio-net: Convert to hotplug state machine | Sebastian Andrzej Siewior |
2016-07-19 | virtio-net: Remove more stack DMA | Andy Lutomirski |
2016-06-14 | virtio_net: fix csum generation for virtio-net devices | Mike Rapoport |
2016-06-10 | virtio_net: use common code for virtio_net_hdr and skb GSO conversion | Mike Rapoport |
2016-06-06 | virtio-net: Add initial MTU advice feature | Aaron Conole |
2016-05-31 | virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv | wangyunjian |
2016-03-20 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2016-03-17 | virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb() | Paolo Abeni |
2016-02-11 | virtio_net: validate ethtool port setting and explain the user validation | Nikolay Aleksandrov |
2016-02-07 | virtio_net: add ethtool support for set and get of settings | Nikolay Aleksandrov |
2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-12-07 | virtio-net: Stop doing DMA from the stack | Michael S. Tsirkin |
2015-11-18 | net: provide generic busy polling to all NAPI drivers | Eric Dumazet |
2015-11-18 | net: move skb_mark_napi_id() into core networking stack | Eric Dumazet |
2015-08-27 | virtio-net: avoid unnecessary sg initialzation | Jason Wang |
2015-08-20 | virtio_net: use DECLARE_EWMA | Johannes Berg |
2015-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-08-07 | virtio-net: drop NETIF_F_FRAGLIST | Jason Wang |
2015-08-03 | virtio_net: add gro capability | Eric Dumazet |
2015-07-20 | virtio_net: don't require ANY_LAYOUT with VERSION_1 | Michael S. Tsirkin |
2015-04-06 | virtio: document queue state logic | Michael S. Tsirkin |
2015-03-29 | virtio: simplify the using of received in virtnet_poll | Li RongQing |
2015-03-24 | virtio: change comment in transmit | stephen hemminger |
2015-03-12 | virtio-net: correctly delete napi hash | Jason Wang |
2015-02-18 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-02-03 | Revert "drivers/net: Disable UFO through virtio" | Vlad Yasevich |
2015-01-22 | virtio_net: add software timestamp support | Jacob Keller |
2015-01-21 | virtio/net: verify device has config space | Michael S. Tsirkin |
2014-12-30 | virtio-net: don't do header check for dodgy gso packets | Jason Wang |
2014-12-22 | virtio_net: Fix napi poll list corruption | Herbert Xu |
2014-12-09 | virtio: drop VIRTIO_F_VERSION_1 from drivers | Michael S. Tsirkin |
2014-12-09 | virtio_net: enable v1.0 support | Michael S. Tsirkin |
2014-12-09 | virtio_net: disable mac write for virtio 1.0 | Michael S. Tsirkin |
2014-12-09 | virtio_net: bigger header when VERSION_1 is set | Michael S. Tsirkin |
2014-12-09 | virtio_net: stricter short buffer length checks | Michael S. Tsirkin |
2014-12-09 | virtio_net: get rid of virtio_net_hdr/skb_vnet_hdr | Michael S. Tsirkin |
2014-12-09 | virtio_net: pass vi around | Michael S. Tsirkin |
2014-12-09 | virtio_net: v1.0 endianness | Michael S. Tsirkin |
2014-11-21 | virtio-net: validate features during probe | Jason Wang |
2014-10-30 | drivers/net: Disable UFO through virtio | Ben Hutchings |
2014-10-18 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-10-15 | virtio_net: fix use after free | Michael S. Tsirkin |
2014-10-15 | virtio_net: enable VQs early on restore | Michael S. Tsirkin |
2014-10-15 | virtio_net: fix use after free on allocation failure | Michael S. Tsirkin |
2014-10-15 | virtio_net: enable VQs early | Michael S. Tsirkin |
2014-10-15 | virtio_net: minor cleanup | Michael S. Tsirkin |
2014-10-15 | virtio-net: drop config_mutex | Michael S. Tsirkin |
2014-10-15 | virtio_net: drop config_enable | Michael S. Tsirkin |
2014-09-13 | virtio_net: pass well-formed sgs to virtqueue_add_*() | Rusty Russell |