aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
2014-03-23virtio-net: alloc big buffers also when guest can receive UFOJason Wang
2014-01-15virtio-net: fix refill races during restoreJason Wang
2014-01-15virtio_net: don't leak memory or block when too many fragsMichael S. Tsirkin
2014-01-15virtio-net: make all RX paths handle errors consistentlyMichael S. Tsirkin
2014-01-15virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin
2014-01-15virtio: delete napi structures from netdev before releasing memoryAndrey Vagin
2013-11-20virtio-net: correctly handle cpu hotplug notifier during resumingJason Wang
2013-11-04virtio-net: refill only when device is up during setting queuesJason Wang
2013-11-04virtio-net: fix the race between channels setting and refillJason Wang
2013-11-04virtio-net: don't respond to cpu hotplug notifier if we're not readyJason Wang
2013-07-28virtio_net: fix race in RX VQ processingMichael S. Tsirkin
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
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell
2013-03-20virtio_net: use simplified virtqueue accessors.Rusty Russell
2013-03-20virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-13virtio: use module_virtio_driver.Rusty Russell
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-27virtio-net: reset virtqueue affinity when doing cpu hotplugWanlong Gao
2013-01-27virtio-net: split out clean affinity functionWanlong Gao
2013-01-27virtio-net: fix the set affinity bug when CPU IDs are not consecutiveWanlong Gao
2013-01-21virtio-net: introduce a new control to set macaddrAmos Kong
2013-01-21move virtnet_send_command() above virtnet_set_mac_address()Amos Kong
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-18virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell
2012-12-18virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell
2012-12-18virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin
2012-12-18virtio-net: correct capacity math on ring fullMichael S. Tsirkin
2012-12-10virtio_net: fix a typo in virtnet_alloc_queues()Amerigo Wang
2012-12-09virtio-net: support changing the number of queue pairs through ethtoolJason Wang
2012-12-09virtio_net: multiqueue supportJason Wang
2012-12-09virtio-net: separate fields of sending/receiving queue from virtnet_infoJason Wang
2012-12-03virtio_net: remove __dev* attributesBill Pemberton
2012-11-09virtio_net: use net_*_ratelimited() helpersAmerigo Wang
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld
2012-06-30virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko
2012-06-27virtio_net: allow to change mac when iface is runningJiri Pirko
2012-06-10virtio-net: fix a race on 32bit archesEric Dumazet