summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-101-4/+1
|\
| * virtio-net: fix the race between channels setting and refillJason Wang2013-07-041-4/+1
* | 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-111-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/+5
| * 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/+1
|\
| * virtio: use module_virtio_driver.Rusty Russell2013-02-131-11/+1
* | net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-8/+5
* | drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-3/+1
* | 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/+44
|/
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-201-29/+19
|\
| * virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-181-1/+1
| * virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell2012-12-181-20/+13
| * virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin2012-12-181-3/+3
| * virtio-net: correct capacity math on ring fullMichael S. Tsirkin2012-12-181-5/+4
* | virtio_net: fix a typo in virtnet_alloc_queues()Amerigo Wang2012-12-101-1/+1
* | virtio-net: support changing the number of queue pairs through ethtoolJason Wang2012-12-091-0/+43
* | virtio_net: multiqueue supportJason Wang2012-12-091-98/+375
* | virtio-net: separate fields of sending/receiving queue from virtnet_infoJason Wang2012-12-091-124/+158
* | virtio_net: remove __dev* attributesBill Pemberton2012-12-031-2/+2
* | virtio_net: use net_*_ratelimited() helpersAmerigo Wang2012-11-091-8/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+1
|\
| * net: move and rename netif_notify_peers()Amerigo Wang2012-08-141-1/+1
* | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-6/+6
|/
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-221-4/+4
* virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko2012-06-301-6/+5
* virtio_net: allow to change mac when iface is runningJiri Pirko2012-06-271-4/+5
* virtio-net: fix a race on 32bit archesEric Dumazet2012-06-101-7/+12
* virtio-net: remove useless disable on freezeMichael S. Tsirkin2012-05-301-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-201-0/+2
|\
| * virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin2012-05-171-0/+2
* | virtio-net: send gratuitous packets when neededJason Wang2012-04-151-5/+59
|/
* net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser2012-04-131-3/+2
* virtio_net: do not rate limit counter incrementsRick Jones2012-03-281-3/+4
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* virtio: net: remove sparse errorsEric Dumazet2012-02-131-4/+3