aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAge
* virtio-net: initial rx sysfs support, export mergeable rx buffer sizeMichael Dalton2014-01-17
* virtio-net: auto-tune mergeable rx buffer size for improved performanceMichael Dalton2014-01-17
* virtio-net: use per-receive queue page frag alloc for mergeable bufsMichael Dalton2014-01-17
* virtio-net: drop rq->max and rq->numJason Wang2014-01-16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\
| * virtio-net: fix refill races during restoreJason Wang2014-01-02
* | virtio_net: spelling fixesstephen hemminger2013-12-10
* | virtio_net: remove unused parameter to send_commandstephen hemminger2013-12-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-09
|\|
| * virtio-net: free bufs correctly on invalid packet lengthMichael Dalton2013-12-06
| * virtio: delete napi structures from netdev before releasing memoryAndrey Vagin2013-12-06
| * virtio-net: determine type of bufs correctlyAndrey Vagin2013-12-06
* | drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-06
|/
* virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin2013-12-01
* virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin2013-12-01
* virtio_net: Fixed a trivial typo (fitler --> filter)Thomas Huth2013-11-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-19
|\
| * net, virtio_net: replace the magic valueZhi Yong Wu2013-11-18
| * virtio-net: mergeable buffer size should include virtio-net headerMichael Dalton2013-11-14
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-14
|\ \
| * | virtio_net: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-10-28
| * | virtio_net: verify if virtqueue_kick() succeededHeinz Graalfs2013-10-28
| * | virtio: use size-based config accessors.Rusty Russell2013-10-16
| * | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-23
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-14
|\ \ \ | |_|/ |/| |
| * | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-06
* | | virtio-net: switch to use XPS to choose txqJason Wang2013-11-05
* | | virtio-net: coalesce rx frags when possible during rxJason Wang2013-11-04
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\ \ \
| * | | virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang2013-10-29
| |/ /
* / / virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton2013-10-28
|/ /
* | virtio-net: refill only when device is up during setting queuesJason Wang2013-10-17
* | virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang2013-10-17
|/
* virtio-net: Set RXCSUM feature if GUEST_CSUM is availableThomas Huth2013-09-03
* virtio-net: put virtio net header inline with dataMichael S. Tsirkin2013-07-27
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-10
|\
| * virtio-net: fix the race between channels setting and refillJason Wang2013-07-03
* | virtio_net: fix race in RX VQ processingMichael S. Tsirkin2013-07-09
* | virtio_net: enable napi for all possible queues during openJason Wang2013-05-23
|/
* virtio_net: use default napi weight by defaultAmerigo Wang2013-05-11
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-02
|\
| * virtio-net: fill only rx queues which are being usedSasha Levin2013-04-28
| * virtio_net: use simplified virtqueue accessors.Rusty Russell2013-03-20
| * virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell2013-03-20
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* | virtio-net: initialize vlan_featuresJason Wang2013-04-11
* | virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell2013-03-22
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-26
|\
| * virtio: use module_virtio_driver.Rusty Russell2013-02-13