net/virtio: fix incorrect cast of void *
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
2017-12-14 Didier Pallardnet/virtio: fix incorrect cast of void * master
2017-12-14 Samuel Gauthiernet/virtio: fix Rx and Tx handler selection for arm32
2017-11-12 Pengzhen Liunet/virtio: fix memory leak on failure
2017-11-11 Zhiyong Yangnet/virtio: fix Rx interrupt with VFIO
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-24 Tiwei Bienet/virtio: flush Rx queues on start
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-10 Zhiyong Yangnet/virtio: use pointer to replace memcpy
2017-10-10 Olivier Matznet/virtio: fix Rx handler when checksum is requested
2017-10-10 Olivier Matznet/virtio: keep Rx handler whatever the Tx queue config
2017-10-10 Olivier Matznet/virtio: remove SSE check
2017-10-10 Olivier Matznet/virtio: rationalize setting of Rx/Tx handlers
2017-10-10 Olivier Matznet/virtio: fix queue setup consistency
2017-10-10 Olivier Matznet/virtio: fix log levels in configure
2017-10-10 Olivier Matznet/virtio: revert not claiming IP checksum offload
2017-10-10 Olivier Matznet/virtio: revert not claiming LRO support
2017-10-10 Steven Luongnet/virtio-user: send kick notify backend on init
2017-07-31 Jiayu Hunet/virtio: fix Rx interrupt setup
2017-07-09 Stephen Hemmingernet/virtio: do not claim to support LRO
2017-07-09 Stephen Hemmingernet/virtio: do not falsely claim to do IP checksum
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-16 Tiwei Bienet/virtio: zero the whole memory zone
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-06-05 David Marchanddrivers/net: fix vfio kmod dependency
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-04-28 Huanle Hannet/virtio: fix crash when closing twice
2017-04-28 Jianfeng Tannet/virtio-user: fix device type check
2017-04-28 Jianfeng Tannet/virtio: fix link status always down
2017-04-28 Jianfeng Tannet/virtio: fix LSC setting
2017-04-19 Yuanhan Liunet/virtio: fix link status always being up
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-01 Jianfeng Tannet/virtio-user: support LSC
2017-04-01 Maxime Coquelinnet/virtio: support MTU feature
2017-04-01 Matt Petersnet/virtio: disable LSC interrupt if MSIX not enabled
2017-02-10 Ido Barneanet/virtio: add speed capability
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-28 Yuanhan Liunet/virtio: fix crash when number of virtio devices > 1
2017-01-17 Thomas Monjalonnet/virtio: fix build without virtio-user
2017-01-17 Olivier Matznet/virtio: fix advertised Rx offload capabilities
2017-01-17 Jianfeng Tannet/virtio: unmap queue/irq when closing
2017-01-17 Jianfeng Tannet/virtio: unbind interrupt/eventfd when stopping
2017-01-17 Jianfeng Tannet/virtio: setup Rx queue interrupts
2017-01-17 Jianfeng Tannet/virtio: add Rx interrupt enable/disable functions
2017-01-17 Jianfeng Tannet/virtio: add Rx descriptor check
2017-01-17 Jianfeng Tannet/virtio: invoke method directly for setting IRQ...
2017-01-17 Jianfeng Tannet/virtio: fix rewriting LSC flag
2017-01-17 Yuanhan Liunet/virtio: do not store PCI device pointer at shared...
2017-01-17 Yuanhan Liunet/virtio: access interrupt handler directly
2017-01-17 Yuanhan Liunet/virtio: fix multiple process support
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2017-01-17 Yuanhan Liunet/virtio: fix wrong Rx/Tx method for secondary process
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
2017-01-04 Olivier Matzethdev: fix extended statistics name index
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-25 Jan Bluncknet/virtio: do not depend on PCI device of ethdev
2016-12-25 Jan Bluncknet/virtio: add helper to get interrrupt handle
2016-12-25 Jan Bluncknet/virtio: remove useless driver name copy
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
next