aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-10virtio-net: fix a race on 32bit archesEric Dumazet1-7/+12
2012-05-30virtio-net: remove useless disable on freezeMichael S. Tsirkin1-5/+0
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-05-17virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin1-0/+2
2012-04-15virtio-net: send gratuitous packets when neededJason Wang1-5/+59
2012-04-13net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser1-3/+2
2012-03-28virtio_net: do not rate limit counter incrementsRick Jones1-3/+4
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-13virtio: net: remove sparse errorsEric Dumazet1-4/+3
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