drivers: advertise kmod dependencies in pmdinfo
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-07 Yuanhan Liunet/virtio: fix multiple queue enabling
2016-11-07 Yuanhan Liunet/virtio: fix less queues being enabled
2016-11-07 Yuanhan Liunet/virtio: remove started field
2016-11-07 Yuanhan Liunet/virtio: complete init stage at the right place
2016-11-07 Yuanhan Liunet/virtio: move queue configure code to proper place
2016-11-07 Yuanhan Liunet/virtio: initiate vring at init stage
2016-11-07 Yuanhan Liunet/virtio: allocate queue at init stage
2016-11-07 Yuanhan Liunet/virtio: simplify queue allocation
2016-11-07 Yuanhan Liunet/virtio: simplify queue memzone name
2016-11-07 Yuanhan Liunet/virtio: revert fix restart
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Olivier Matznet/virtio: support TSO
2016-10-13 Olivier Matznet/virtio: support LRO
2016-10-13 Olivier Matznet/virtio: support Tx checksum offload
2016-10-13 Olivier Matznet/virtio: support Rx checksum offload
2016-10-13 Olivier Matznet/virtio: reinitialize device when configuring
2016-10-13 Olivier Matznet/virtio: move control queue configuration
2016-10-13 Olivier Matznet/virtio: move device initialization in a function
2016-10-11 Jason Wangnet/virtio: support modern device id
2016-10-11 David Marchandnet/virtio: add missing driver name
2016-10-11 Souvik Deynet/virtio: set MTU
2016-09-13 Zhiyong Yangnet/virtio: fix xstats name
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-22 Jianfeng Tannet/virtio-user: fix inconsistent name
2016-07-21 Olivier Matznet/virtio: fix packet corruption
2016-07-11 David Marchandnet/virtio: move PCI device ids to the driver
2016-07-05 Jianfeng Tannet/virtio: fix null pointer dereference
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-07-01 Remy Hortonethdev: remove redundant id field in xstats name lookup
2016-06-22 Huawei Xienet/virtio: fix used index retrieved only once
2016-06-22 Yuanhan Liunet/virtio: fix crash on querying xstats
2016-06-22 Jianfeng Tannet/virtio-user: add virtual device
2016-06-22 Jianfeng Tannet/virtio: allow virtual address to fill vring descriptors
2016-06-22 Jianfeng Tannet/virtio: hide vring address check inside PCI ops
2016-06-22 Huawei Xienet/virtio: split Rx/Tx queue
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonnet/virtio: fetch extended statistics with integer ids
2016-05-10 Jianfeng Tanvirtio: fix memory leak of virtqueue memzones
2016-05-10 Jianfeng Tanvirtio: simplify queue allocation
2016-05-10 Jianfeng Tanvirtio: fix overwritten driver flags
2016-05-10 Huawei Xievirtio: fix mbuf headroom size check
2016-05-10 Jianfeng Tanvirtio: fix newline under debug mode
2016-04-01 Marc Suneethdev: use constants for link duplex
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-16 Huawei Xievirtio: remove redundant function names in log
2016-03-16 Stephen Hemmingervirtio: use indirect ring elements
2016-03-16 Bernard Iremongervirtio: fix crash in statistics functions
2016-03-16 Jianfeng Tanvirtio: fix restart
2016-03-09 Huawei Xievirtio: skip error when probing kernel managed device
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/