summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
...
| * virtio: delete napi structures from netdev before releasing memoryAndrey Vagin2013-12-061-0/+5
| * virtio-net: determine type of bufs correctlyAndrey Vagin2013-12-061-3/+3
* | drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
|/
* virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin2013-12-021-17/+37
* virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin2013-12-021-31/+51
* virtio_net: Fixed a trivial typo (fitler --> filter)Thomas Huth2013-11-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-16/+18
|\
| * net, virtio_net: replace the magic valueZhi Yong Wu2013-11-181-2/+2
| * virtio-net: mergeable buffer size should include virtio-net headerMichael Dalton2013-11-141-14/+16
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-18/+26
|\ \
| * | virtio_net: verify if queue is broken after virtqueue_get_buf()Heinz Graalfs2013-10-291-1/+2
| * | virtio_net: verify if virtqueue_kick() succeededHeinz Graalfs2013-10-291-4/+5
| * | virtio: use size-based config accessors.Rusty Russell2013-10-171-11/+17
| * | virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PMAaron Lu2013-09-231-2/+2
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+7
|\ \ \ | |_|/ |/| |
| * | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+8
* | | virtio-net: switch to use XPS to choose txqJason Wang2013-11-061-46/+2Star
* | | virtio-net: coalesce rx frags when possible during rxJason Wang2013-11-051-4/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-7/+6Star
|\ \ \
| * | | virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang2013-10-301-7/+6Star
| |/ /
* / / virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton2013-10-291-58/+106
|/ /
* | virtio-net: refill only when device is up during setting queuesJason Wang2013-10-171-1/+5
* | virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang2013-10-171-0/+8
|/
* virtio-net: Set RXCSUM feature if GUEST_CSUM is availableThomas Huth2013-09-041-0/+2
* virtio-net: put virtio net header inline with dataMichael S. Tsirkin2013-07-281-8/+34
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-101-4/+1Star
|\
| * virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1Star
* | virtio_net: fix race in RX VQ processingMichael S. Tsirkin2013-07-091-2/+3
* | virtio_net: enable napi for all possible queues during openJason Wang2013-05-231-4/+5
|/
* virtio_net: use default napi weight by defaultAmerigo Wang2013-05-121-1/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-36/+41
|\
| * virtio-net: fill only rx queues which are being usedSasha Levin2013-04-291-5/+10
| * virtio_net: use simplified virtqueue accessors.Rusty Russell2013-03-201-6/+5Star
| * virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell2013-03-201-25/+26
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+4
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* | virtio-net: initialize vlan_featuresJason Wang2013-04-111-0/+2
* | virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell2013-03-221-2/+2
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-261-11/+1Star
|\
| * virtio: use module_virtio_driver.Rusty Russell2013-02-131-11/+1Star
* | net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-8/+5Star
* | drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-3/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-20/+98
|\ \
| * | virtio-net: reset virtqueue affinity when doing cpu hotplugWanlong Gao2013-01-271-0/+33
| * | virtio-net: split out clean affinity functionWanlong Gao2013-01-271-36/+40
| * | virtio-net: fix the set affinity bug when CPU IDs are not consecutiveWanlong Gao2013-01-271-13/+54
| |/
* | net: fix possible wrong checksum generationEric Dumazet2013-01-281-4/+8
* | virtio-net: introduce a new control to set macaddrAmos Kong2013-01-211-3/+18
* | move virtnet_send_command() above virtnet_set_mac_address()Amos Kong2013-01-211-45/+44Star
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-201-29/+19Star
|\