remove extra parentheses in return statement
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
2016-02-10 Huawei Xieremove extra parentheses in return statement
2016-02-03 Yuanhan Liuvirtio: support specification 1.0
2016-02-03 Yuanhan Liuvirtio: switch to 64 bit features
2016-02-03 Yuanhan Liuvirtio: move left PCI stuff in the right file
2016-02-03 Yuanhan Liuvirtio: introduce PCI implementation structure
2015-12-09 Yuanhan Liuvirtio: fix wrong queue index
2015-12-07 Igor Ryzhovethdev: fix reset of Rx mbuf allocation failures
2015-12-07 Bernard Iremongervirtio: fix link state interrupt
2015-11-03 Bernard Iremongerdrivers: copy PCI device info to ethdev data
2015-11-03 Ivan Boulevirtio: fix size of MAC address array
2015-11-02 Harry van Haarenvirtio: add extended stats
2015-11-02 Huawei Xievirtio: fill Rx avail ring with blank mbufs
2015-10-26 Changchun Ouyangvirtio: fix deadloop after wrong config read
2015-10-21 Stephen Hemmingervirtio: fix Coverity unsigned warnings
2015-10-21 Stephen Hemmingervirtio: do not report link state feature unless available
2015-10-20 Bernard Iremongervirtio: fix crash when releasing null queue
2015-07-22 Stephen Hemmingervirtio: small cleanups
2015-07-22 Stephen Hemmingervirtio: fix queue size and number of descriptors
2015-07-19 Bernard Iremongervirtio: free queue memory when closing
2015-07-19 Bernard Iremongervirtio: add queue release
2015-07-19 Bernard Iremongervirtio: support port hotplug
2015-06-12 Damjan Marionvirtio: fix crash if CQ is not negotiated
2015-06-12 Stephen Hemmingervirtio: fix ring size negotiation
2015-06-12 Stephen Hemmingervirtio: clarify feature bit handling
2015-06-12 Stephen Hemmingervirtio: do not set mac table unless negotiated
2015-06-12 Stephen Hemmingervirtio: do not enable/disable Rx modes unless supported
2015-06-12 Stephen Hemmingervirtio: remove blank lines
2015-06-12 Stephen Hemmingerdrivers: explicit initialization of pci drivers
2015-05-22 Bruce Richardsonvirtio: move to drivers/net/