aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/virtio_net.c
AgeCommit message (Expand)Author
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
2011-02-10virtio_net: Add schedule check to napi_enable callBruce Rogers
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-11-12virtio-net: init link state correctlyJason Wang
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-08-04virtio_net: implements ethtool_ops.get_drvinfoRusty Russell
2010-07-02virtio_net: fix oom handling on txRusty Russell
2010-07-02virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin
2010-06-01virtio-net: pass gfp to add_bufMichael S. Tsirkin
2010-05-21Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2010-05-19virtio_net: use virtqueue_xxx wrappersMichael S. Tsirkin
2010-04-14virtio_net: Fix mis-merge.David S. Miller
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-12virtio_net: missing sg_init_tableShirley Ma
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-07virtio-net: move sg off stackMichael S. Tsirkin