aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-12virtio: net: Add freeze, restore handlers to support S4Amit Shah1-0/+46
2012-01-12virtio: net: Move vq and vq buf removal into separate functionAmit Shah1-8/+12
2012-01-12virtio: net: Move vq initialization into separate functionAmit Shah1-19/+28
2012-01-12virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell1-6/+6
2012-01-05virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison1-1/+2
2011-12-29virtio_net: use non-reentrant workqueue.Rusty Russell1-3/+3
2011-12-29virtio_net: set/cancel work on ndo_open/ndo_stopRusty Russell1-4/+13
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+4
2011-11-26virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()Rick Jones1-0/+1
2011-11-16enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones1-0/+15
2011-11-02virtio-net: Use virtio_config_val() for retrieving configSasha Levin1-9/+5
2011-10-24Add ethtool -g support to virtio_netRick Jones1-0/+13
2011-10-21virtio_net: fix truesize underestimationEric Dumazet1-1/+1
2011-10-20virtio_net: Clean up set_skb_frag()Krishna Kumar1-8/+5
2011-10-19net: add skb frag size accessorsEric Dumazet1-4/+4
2011-10-06virtio-net: Verify page list size before fitting into skbSasha Levin1-0/+13
2011-09-22virtionet: convert to SKB paged frag API.Ian Campbell1-1/+1
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+1
2011-07-21virtio_net: Fix panic in virtnet_removeKrishna Kumar1-9/+1
2011-06-30virtio-net: per cpu 64 bit stats (v2)stephen hemminger1-6/+79
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang1-0/+2
2011-05-30virtio_net: delay TX callbacksMichael S. Tsirkin1-1/+1
2011-04-01virtio_net: convert to hw_featuresMichał Mirosław1-27/+19
2011-02-10virtio_net: Add schedule check to napi_enable callBruce Rogers1-11/+16
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-11-12virtio-net: init link state correctlyJason Wang1-3/+9
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-14/+0
2010-08-04virtio_net: implements ethtool_ops.get_drvinfoRusty Russell1-0/+14
2010-07-02virtio_net: fix oom handling on txRusty Russell1-8/+13
2010-07-02virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin1-4/+3
2010-06-01virtio-net: pass gfp to add_bufMichael S. Tsirkin1-4/+4
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-23/+23
2010-05-19virtio_net: use virtqueue_xxx wrappersMichael S. Tsirkin1-23/+23
2010-04-14virtio_net: Fix mis-merge.David S. Miller1-1/+0
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-12virtio_net: missing sg_init_tableShirley Ma1-0/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-07virtio-net: move sg off stackMichael S. Tsirkin1-27/+25
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+2
2010-03-30virtio_net: missing sg_init_tableShirley Ma1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02virtio_net: remove forgotten assignmentJiri Pirko1-1/+0
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-2/+3
2010-02-12virtio_net: remove send queueShirley Ma1-18/+8
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-5/+8
2010-02-02virtio_net: Defer skb allocation in receive path Date: Wed, 13 Jan 2010 12:53:38 -0800Shirley Ma1-179/+248
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2010-01-25virtio_net: Make delayed refill more reliableHerbert Xu1-2/+1
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-5/+7