aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-27virtio-net: put virtio net header inline with dataMichael S. Tsirkin1-8/+34
2013-07-10Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+1
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-04virtio-net: fix the race between channels setting and refillJason Wang1-4/+1
2013-05-23virtio_net: enable napi for all possible queues during openJason Wang1-4/+5
2013-05-11virtio_net: use default napi weight by defaultAmerigo Wang1-1/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-36/+41
2013-04-29virtio-net: fill only rx queues which are being usedSasha Levin1-5/+10
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-04-11virtio-net: initialize vlan_featuresJason Wang1-0/+2
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell1-2/+2
2013-03-20virtio_net: use simplified virtqueue accessors.Rusty Russell1-6/+5
2013-03-20virtio_net: use virtqueue_add_sgs[] for command buffers.Rusty Russell1-25/+26
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-11/+1
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar1-8/+5
2013-02-13virtio: use module_virtio_driver.Rusty Russell1-11/+1
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches1-3/+1
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+98
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-4/+8
2013-01-27virtio-net: reset virtqueue affinity when doing cpu hotplugWanlong Gao1-0/+33
2013-01-27virtio-net: split out clean affinity functionWanlong Gao1-36/+40
2013-01-27virtio-net: fix the set affinity bug when CPU IDs are not consecutiveWanlong Gao1-13/+54
2013-01-21virtio-net: introduce a new control to set macaddrAmos Kong1-3/+18
2013-01-21move virtnet_send_command() above virtnet_set_mac_address()Amos Kong1-45/+44
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-29/+19
2012-12-18virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell1-1/+1
2012-12-18virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell1-20/+13
2012-12-18virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin1-3/+3
2012-12-18virtio-net: correct capacity math on ring fullMichael S. Tsirkin1-5/+4
2012-12-10virtio_net: fix a typo in virtnet_alloc_queues()Amerigo Wang1-1/+1
2012-12-09virtio-net: support changing the number of queue pairs through ethtoolJason Wang1-0/+43
2012-12-09virtio_net: multiqueue supportJason Wang1-98/+375
2012-12-09virtio-net: separate fields of sending/receiving queue from virtnet_infoJason Wang1-124/+158
2012-12-03virtio_net: remove __dev* attributesBill Pemberton1-2/+2
2012-11-09virtio_net: use net_*_ratelimited() helpersAmerigo Wang1-8/+4
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-6/+6
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-1/+1
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld1-4/+4
2012-06-30virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko1-6/+5
2012-06-27virtio_net: allow to change mac when iface is runningJiri Pirko1-4/+5
2012-06-10virtio-net: fix a race on 32bit archesEric Dumazet1-7/+12
2012-05-30virtio-net: remove useless disable on freezeMichael S. Tsirkin1-5/+0
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-05-17virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin1-0/+2
2012-04-15virtio-net: send gratuitous packets when neededJason Wang1-5/+59
2012-04-13net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser1-3/+2
2012-03-28virtio_net: do not rate limit counter incrementsRick Jones1-3/+4
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1