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 Torvalds2012-12-201-29/+19Star
|\
| * 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/+13Star
| * 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/+4Star
* | 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/+4Star
|/
* 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/+5Star
* virtio_net: allow to change mac when iface is runningJiri Pirko2012-06-281-4/+5
* virtio-net: fix a race on 32bit archesEric Dumazet2012-06-111-7/+12
* virtio-net: remove useless disable on freezeMichael S. Tsirkin2012-05-301-5/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-211-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/+2Star
* 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/+3Star
* virtio: net: Add freeze, restore handlers to support S4Amit Shah2012-01-121-0/+46
* virtio: net: Move vq and vq buf removal into separate functionAmit Shah2012-01-121-8/+12
* virtio: net: Move vq initialization into separate functionAmit Shah2012-01-121-19/+28
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-121-6/+6
* virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison2012-01-051-1/+2
* virtio_net: use non-reentrant workqueue.Rusty Russell2011-12-291-3/+3
* virtio_net: set/cancel work on ndo_open/ndo_stopRusty Russell2011-12-291-4/+13
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-2/+4
* virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()Rick Jones2011-11-261-0/+1
* enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-161-0/+15
* virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-021-9/+5Star
* Add ethtool -g support to virtio_netRick Jones2011-10-241-0/+13
* virtio_net: fix truesize underestimationEric Dumazet2011-10-211-1/+1
* virtio_net: Clean up set_skb_frag()Krishna Kumar2011-10-201-8/+5Star
* net: add skb frag size accessorsEric Dumazet2011-10-191-4/+4
* virtio-net: Verify page list size before fitting into skbSasha Levin2011-10-061-0/+13
* virtionet: convert to SKB paged frag API.Ian Campbell2011-09-221-1/+1
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-181-0/+1
* virtio_net: Fix panic in virtnet_removeKrishna Kumar2011-07-221-9/+1Star
* virtio-net: per cpu 64 bit stats (v2)stephen hemminger2011-07-011-6/+79
* virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang2011-06-121-0/+2
* virtio_net: delay TX callbacksMichael S. Tsirkin2011-05-301-1/+1
* virtio_net: convert to hw_featuresMichał Mirosław2011-04-021-27/+19Star