net/bntx: use new API to get iova address XXX
[dpdk.git] / drivers / net / virtio /
2017-11-12 Pengzhen Liunet/virtio: fix memory leak on failure
2017-11-11 Zhiyong Yangnet/virtio: fix Rx interrupt with VFIO
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-11-07 Jingjing Wueal/linux: add interrupt counter size for vdev
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Santosh Shuklambuf: rename physical address to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
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 Zhiyong Yangnet/virtio: fix Tx packet length stats
2017-10-24 Sebastian Basierskinet/virtio: check error on setting non block flag
2017-10-24 Tiwei Bienet/virtio: flush Rx queues on start
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-12 Olivier Matznet/virtio: fix compilation with -Og
2017-10-10 Sebastian Basierskinet/virtio-user: fix TAP name string termination
2017-10-10 Zhiyong Yangnet/virtio: use pointer to replace memcpy
2017-10-10 Jay Zhounet/virtio: fix a typo
2017-10-10 Daniel Mrzyglodnet/virtio: fix untrusted scalar value
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 mbuf port for simple Rx function
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-10-10 Zhiyong Yangnet/virtio: replace magic number with PCI constant
2017-10-10 Zhiyong Yangnet/virtio: fix indent
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-31 Jiayu Hunet/virtio: fix Rx interrupt setup
2017-07-31 Jianfeng Tannet/virtio: fix MAC address read
2017-07-19 Tiwei Bienet/virtio: refactor coding style in Rx
2017-07-16 Stephen Hemmingerdrivers/net: remove duplicate includes
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-08 Gaetan Rivetnet/virtio: remove device type reference
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-04 Yong Wangnet/virtio-user: fix comment
2017-07-04 Allain Legacynet/virtio-user: fix crash when detaching device
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: remove redundant MSI-X detection
2017-04-28 Jianfeng Tannet/virtio: fix LSC setting
2017-04-28 Jianfeng Tannet/virtio: fix MSI-X for modern devices
2017-04-19 Zhiyong Yangnet/virtio: support to turn on/off traffic flow
2017-04-19 Jianfeng Tannet/virtio-user: fix address on 32-bit system
2017-04-19 Jianfeng Tannet/virtio-user: fix link status
2017-04-19 Yuanhan Liunet/virtio: fix link status always being up
2017-04-19 Jianfeng Tannet/virtio-user: fix net status report
2017-04-19 Jianfeng Tannet/virtio-user: fix feature negotiation
2017-04-19 Xiao Wangnet/virtio: fix queue notify
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-18 Jan Blunckdrivers/net: use ethdev allocation helper for vdev
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-04-14 Ami Sabonet/virtio-user: fix multi-process attach
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-05 Olivier Matzdrivers/net: do not touch mbuf next or nb segs on Rx
2017-04-05 Olivier Matzmbuf: make segment prefree function public
2017-04-01 Jianfeng Tannet/virtio-user: support LSC
2017-04-01 Jianfeng Tannet/virtio-user: support to report net status
2017-04-01 Jianfeng Tannet/virtio-user: support Rx interrupt
2017-04-01 Jianfeng Tannet/virtio-user: move eventfd open/close into init...
2017-04-01 Wenfeng Liunet/virtio-user: support changing tap interface name
2017-04-01 Maxime Coquelinnet/virtio: support MTU feature
2017-04-01 Matt Petersnet/virtio: disable LSC interrupt if MSIX not enabled
2017-04-01 Wenfeng Liunet/virtio-user: fix overflow
2017-04-01 Wenfeng Liunet/virtio-user: fix tapfds close
2017-04-01 Zhiyong Yangnet/virtio: remove the redundant computing
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-02-10 Ido Barneanet/virtio: add speed capability
2017-01-30 Ferruh Yigitdrivers/net: remove redundant new line from logs
2017-01-30 Yuanhan Liunet/virtio: optimize header reset on any layout
2017-01-30 Yuanhan Liunet/virtio: fix performance regression due to TSO
2017-01-28 Jianfeng Tannet/virtio-user: check value returned from malloc
2017-01-28 Yuanhan Liunet/virtio: fix crash when number of virtio devices > 1
2017-01-18 Santosh Shuklanet/virtio: use I/O device memory read/write API
2017-01-17 David Marchandnet: align ethdev and eal driver names
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 PCI operation for queue/irq binding
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
next