summaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio_net: Add schedule check to napi_enable callBruce Rogers2011-02-101-11/+16
* net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
* virtio-net: init link state correctlyJason Wang2010-11-121-3/+9
* ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-14/+0Star
* virtio_net: implements ethtool_ops.get_drvinfoRusty Russell2010-08-051-0/+14
* virtio_net: fix oom handling on txRusty Russell2010-07-031-8/+13
* virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin2010-07-031-4/+3Star
* virtio-net: pass gfp to add_bufMichael S. Tsirkin2010-06-011-4/+4
* Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-221-23/+23
|\
| * virtio_net: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-191-23/+23
* | virtio_net: Fix mis-merge.David S. Miller2010-04-141-1/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-141-0/+1
|\|
| * virtio_net: missing sg_init_tableShirley Ma2010-04-131-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | virtio-net: move sg off stackMichael S. Tsirkin2010-04-081-27/+25Star
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+2Star
* | virtio_net: missing sg_init_tableShirley Ma2010-03-311-0/+2
|/
* virtio_net: remove forgotten assignmentJiri Pirko2010-03-021-1/+0Star
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-2/+3
* virtio_net: remove send queueShirley Ma2010-02-121-18/+8Star
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-5/+8
* virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53...Shirley Ma2010-02-031-179/+248
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-281-2/+1Star
|\
| * virtio_net: Make delayed refill more reliableHerbert Xu2010-01-261-2/+1Star
* | net: use helpers to access uc list V2Jiri Pirko2010-01-251-5/+7
|/