aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-27virtio-net: correct error handling of virtqueue_kick()Jason Wang
2014-03-24virtio_net: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-24virtio-net: alloc big buffers also when guest can receive UFOJason Wang
2014-01-16virtio-net: initial rx sysfs support, export mergeable rx buffer sizeMichael Dalton
2014-01-16virtio-net: auto-tune mergeable rx buffer size for improved performanceMichael Dalton
2014-01-16virtio-net: use per-receive queue page frag alloc for mergeable bufsMichael Dalton
2014-01-16virtio-net: drop rq->max and rq->numJason Wang
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-02virtio-net: fix refill races during restoreJason Wang
2013-12-10virtio_net: spelling fixesstephen hemminger
2013-12-10virtio_net: remove unused parameter to send_commandstephen hemminger
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06virtio-net: free bufs correctly on invalid packet lengthMichael Dalton
2013-12-06virtio: delete napi structures from netdev before releasing memoryAndrey Vagin
2013-12-06virtio-net: determine type of bufs correctlyAndrey Vagin
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2013-12-01virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin
2013-12-01virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin
2013-11-30virtio_net: Fixed a trivial typo (fitler --> filter)Thomas Huth
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-18net, virtio_net: replace the magic valueZhi Yong Wu
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-14virtio-net: mergeable buffer size should include virtio-net headerMichael Dalton
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-11-05virtio-net: switch to use XPS to choose txqJason Wang
2013-11-04virtio-net: coalesce rx frags when possible during rxJason Wang
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-29virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang
2013-10-28virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton
2013-10-29virtio_net: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs
2013-10-29virtio_net: verify if virtqueue_kick() succeededHeinz Graalfs
2013-10-17virtio-net: refill only when device is up during setting queuesJason Wang
2013-10-17virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang
2013-10-17virtio: use size-based config accessors.Rusty Russell
2013-09-23virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu
2013-09-03virtio-net: Set RXCSUM feature if GUEST_CSUM is availableThomas Huth
2013-07-27virtio-net: put virtio net header inline with dataMichael S. Tsirkin
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin
2013-07-04virtio-net: fix the race between channels setting and refillJason Wang
2013-05-23virtio_net: enable napi for all possible queues during openJason Wang
2013-05-11virtio_net: use default napi weight by defaultAmerigo Wang
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-29virtio-net: fill only rx queues which are being usedSasha Levin
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-11virtio-net: initialize vlan_featuresJason Wang