aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAge
* virtio-net: reset virtqueue affinity when doing cpu hotplugWanlong Gao2013-01-27
* virtio-net: split out clean affinity functionWanlong Gao2013-01-27
* virtio-net: fix the set affinity bug when CPU IDs are not consecutiveWanlong Gao2013-01-27
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-20
|\
| * virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0Rusty Russell2012-12-17
| * virtio_net: don't rely on virtqueue_add_buf() returning capacity.Rusty Russell2012-12-17
| * virtio-net: remove unused skb_vnet_hdr->num_sg fieldMichael S. Tsirkin2012-12-17
| * virtio-net: correct capacity math on ring fullMichael S. Tsirkin2012-12-17
* | virtio_net: fix a typo in virtnet_alloc_queues()Amerigo Wang2012-12-10
* | virtio-net: support changing the number of queue pairs through ethtoolJason Wang2012-12-09
* | virtio_net: multiqueue supportJason Wang2012-12-09
* | virtio-net: separate fields of sending/receiving queue from virtnet_infoJason Wang2012-12-09
* | virtio_net: remove __dev* attributesBill Pemberton2012-12-03
* | virtio_net: use net_*_ratelimited() helpersAmerigo Wang2012-11-09
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * net: move and rename netif_notify_peers()Amerigo Wang2012-08-14
* | workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-20
|/
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-22
* virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flagJiri Pirko2012-06-30
* virtio_net: allow to change mac when iface is runningJiri Pirko2012-06-28
* virtio-net: fix a race on 32bit archesEric Dumazet2012-06-10
* virtio-net: remove useless disable on freezeMichael S. Tsirkin2012-05-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-20
|\
| * virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin2012-05-17
* | virtio-net: send gratuitous packets when neededJason Wang2012-04-15
|/
* net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser2012-04-13
* virtio_net: do not rate limit counter incrementsRick Jones2012-03-28
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-15
* virtio: net: remove sparse errorsEric Dumazet2012-02-13
* virtio: net: Add freeze, restore handlers to support S4Amit Shah2012-01-12
* virtio: net: Move vq and vq buf removal into separate functionAmit Shah2012-01-12
* virtio: net: Move vq initialization into separate functionAmit Shah2012-01-12
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-12
* virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison2012-01-05
* virtio_net: use non-reentrant workqueue.Rusty Russell2011-12-29
* virtio_net: set/cancel work on ndo_open/ndo_stopRusty Russell2011-12-29
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-08
* virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()Rick Jones2011-11-26
* enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-16
* virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-01
* Add ethtool -g support to virtio_netRick Jones2011-10-24
* virtio_net: fix truesize underestimationEric Dumazet2011-10-21
* virtio_net: Clean up set_skb_frag()Krishna Kumar2011-10-20
* net: add skb frag size accessorsEric Dumazet2011-10-19
* virtio-net: Verify page list size before fitting into skbSasha Levin2011-10-06
* virtionet: convert to SKB paged frag API.Ian Campbell2011-09-22
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-17
* virtio_net: Fix panic in virtnet_removeKrishna Kumar2011-07-22
* virtio-net: per cpu 64 bit stats (v2)stephen hemminger2011-06-30