summaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17virtio-net: initial rx sysfs support, export mergeable rx buffer sizeMichael Dalton1-4/+42
2014-01-17virtio-net: auto-tune mergeable rx buffer size for improved performanceMichael Dalton1-25/+75
2014-01-17virtio-net: use per-receive queue page frag alloc for mergeable bufsMichael Dalton1-34/+35
2014-01-17virtio-net: drop rq->max and rq->numJason Wang1-13/+3
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2014-01-03virtio-net: fix refill races during restoreJason Wang1-5/+6
2013-12-11virtio_net: spelling fixesstephen hemminger1-2/+2
2013-12-11virtio_net: remove unused parameter to send_commandstephen hemminger1-21/+13
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+11
2013-12-07virtio-net: free bufs correctly on invalid packet lengthMichael Dalton1-3/+3
2013-12-07virtio: delete napi structures from netdev before releasing memoryAndrey Vagin1-0/+5
2013-12-07virtio-net: determine type of bufs correctlyAndrey Vagin1-3/+3
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-12-02virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin1-17/+37
2013-12-02virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin1-31/+51
2013-12-01virtio_net: Fixed a trivial typo (fitler --> filter)Thomas Huth1-1/+1
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