summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-16/+18
2013-11-19net, virtio_net: replace the magic valueZhi Yong Wu1-2/+2
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+26
2013-11-15virtio-net: mergeable buffer size should include virtio-net headerMichael Dalton1-14/+16
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+8
2013-11-06virtio-net: switch to use XPS to choose txqJason Wang1-46/+2
2013-11-05virtio-net: coalesce rx frags when possible during rxJason Wang1-4/+11
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2013-10-30virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang1-7/+6
2013-10-29virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton1-58/+106
2013-10-29virtio_net: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs1-1/+2
2013-10-29virtio_net: verify if virtqueue_kick() succeededHeinz Graalfs1-4/+5
2013-10-17virtio-net: refill only when device is up during setting queuesJason Wang1-1/+5
2013-10-17virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang1-0/+8
2013-10-17virtio: use size-based config accessors.Rusty Russell1-11/+17
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu1-2/+2
2013-09-04virtio-net: Set RXCSUM feature if GUEST_CSUM is availableThomas Huth1-0/+2
2013-07-28virtio-net: put virtio net header inline with dataMichael S. Tsirkin1-8/+34
2013-07-11Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-04virtio-net: fix the race between channels setting and refillJason Wang1-4/+1
2013-05-23virtio_net: enable napi for all possible queues during openJason Wang1-4/+5
2013-05-12virtio_net: use default napi weight by defaultAmerigo Wang1-1/+1
2013-05-03Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-36/+41
2013-04-29virtio-net: fill only rx queues which are being usedSasha Levin1-5/+10
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-12virtio-net: initialize vlan_featuresJason Wang1-0/+2
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell1-2/+2
2013-03-20virtio_net: use simplified virtqueue accessors.Rusty Russell1-6/+5
2013-03-20virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell1-25/+26
2013-02-27Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-8/+5
2013-02-13virtio: use module_virtio_driver.Rusty Russell1-11/+1
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches1-3/+1
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+98
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-4/+8
2013-01-27virtio-net: reset virtqueue affinity when doing cpu hotplugWanlong Gao1-0/+33
2013-01-27virtio-net: split out clean affinity functionWanlong Gao1-36/+40
2013-01-27virtio-net: fix the set affinity bug when CPU IDs are not consecutiveWanlong Gao1-13/+54
2013-01-21virtio-net: introduce a new control to set macaddrAmos Kong1-3/+18
2013-01-21move virtnet_send_command() above virtnet_set_mac_address()Amos Kong1-45/+44
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-29/+19
2012-12-18virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-1/+1
2012-12-18virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell1-20/+13
2012-12-18virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin1-3/+3
2012-12-18virtio-net: correct capacity math on ring fullMichael S. Tsirkin1-5/+4
2012-12-10virtio_net: fix a typo in virtnet_alloc_queues()Amerigo Wang1-1/+1
2012-12-09virtio-net: support changing the number of queue pairs through ethtoolJason Wang1-0/+43