aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-20
|\
| * virtio_net: invoke softirqs after __napi_scheduleMichael S. Tsirkin2012-05-17
* | virtio-net: send gratuitous packets when neededJason Wang2012-04-15
|/
* net: Fix misplaced parenthesis in virtio_net.cTorsten Kaiser2012-04-13
* virtio_net: do not rate limit counter incrementsRick Jones2012-03-28
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-15
* virtio: net: remove sparse errorsEric Dumazet2012-02-13
* virtio: net: Add freeze, restore handlers to support S4Amit Shah2012-01-12
* virtio: net: Move vq and vq buf removal into separate functionAmit Shah2012-01-12
* virtio: net: Move vq initialization into separate functionAmit Shah2012-01-12
* virtio: rename virtqueue_add_buf_gfp to virtqueue_add_bufRusty Russell2012-01-12
* virtio_net: Pass gfp flags when allocating rx buffers.Mike Waychison2012-01-05
* virtio_net: use non-reentrant workqueue.Rusty Russell2011-12-29
* virtio_net: set/cancel work on ndo_open/ndo_stopRusty Russell2011-12-29
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-08
* virtio_net: return already tracked tx_fifo_errors via virtnet_getstats()Rick Jones2011-11-26
* enable virtio_net to return bus_info in ethtool -i consistent with emulated NICsRick Jones2011-11-16
* virtio-net: Use virtio_config_val() for retrieving configSasha Levin2011-11-01
* Add ethtool -g support to virtio_netRick Jones2011-10-24
* virtio_net: fix truesize underestimationEric Dumazet2011-10-21
* virtio_net: Clean up set_skb_frag()Krishna Kumar2011-10-20
* net: add skb frag size accessorsEric Dumazet2011-10-19
* virtio-net: Verify page list size before fitting into skbSasha Levin2011-10-06
* virtionet: convert to SKB paged frag API.Ian Campbell2011-09-22
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-17
* virtio_net: Fix panic in virtnet_removeKrishna Kumar2011-07-22
* virtio-net: per cpu 64 bit stats (v2)stephen hemminger2011-06-30
* virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang2011-06-11
* virtio_net: delay TX callbacksMichael S. Tsirkin2011-05-29
* virtio_net: convert to hw_featuresMichał Mirosław2011-04-01
* virtio_net: Add schedule check to napi_enable callBruce Rogers2011-02-10
* net: Use skb_checksum_start_offset()Michał Mirosław2010-12-16
* virtio-net: init link state correctlyJason Wang2010-11-12
* ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-17
* virtio_net: implements ethtool_ops.get_drvinfoRusty Russell2010-08-05
* virtio_net: fix oom handling on txRusty Russell2010-07-03
* virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin2010-07-03
* virtio-net: pass gfp to add_bufMichael S. Tsirkin2010-06-01
* Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-05-21
|\
| * virtio_net: use virtqueue_xxx wrappersMichael S. Tsirkin2010-05-19
* | virtio_net: Fix mis-merge.David S. Miller2010-04-14
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-14
|\|
| * virtio_net: missing sg_init_tableShirley Ma2010-04-13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | virtio-net: move sg off stackMichael S. Tsirkin2010-04-08
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | virtio_net: missing sg_init_tableShirley Ma2010-03-30
|/
* virtio_net: remove forgotten assignmentJiri Pirko2010-03-02