aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
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
2012-05-30virtio-net: remove useless disable on freezeMichael S. Tsirkin
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-17virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin
2012-04-15virtio-net: send gratuitous packets when neededJason Wang
2012-04-13net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser
2012-03-28virtio_net: do not rate limit counter incrementsRick Jones
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-13virtio: net: remove sparse errorsEric Dumazet
2012-01-12virtio: net: Add freeze, restore handlers to support S4Amit Shah
2012-01-12virtio: net: Move vq and vq buf removal into separate functionAmit Shah
2012-01-12virtio: net: Move vq initialization into separate functionAmit Shah
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell
2012-01-05virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison
2011-12-29virtio_net: use non-reentrant workqueue.Rusty Russell
2011-12-29virtio_net: set/cancel work on ndo_open/ndo_stopRusty Russell
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-26virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()Rick Jones
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones
2011-11-02virtio-net: Use virtio_config_val() for retrieving configSasha Levin
2011-10-24Add ethtool -g support to virtio_netRick Jones
2011-10-21virtio_net: fix truesize underestimationEric Dumazet
2011-10-20virtio_net: Clean up set_skb_frag()Krishna Kumar
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-06virtio-net: Verify page list size before fitting into skbSasha Levin
2011-09-22virtionet: convert to SKB paged frag API.Ian Campbell
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko
2011-07-21virtio_net: Fix panic in virtnet_removeKrishna Kumar
2011-06-30virtio-net: per cpu 64 bit stats (v2)stephen hemminger
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang
2011-05-30virtio_net: delay TX callbacksMichael S. Tsirkin
2011-04-01virtio_net: convert to hw_featuresMichał Mirosław