log: introduce logtype register macro
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-18 Marvin Liunet/virtio: remove duplicated AVX512 check
2020-05-11 Maxime Coquelinnet/virtio: fix AVX512 datapath selection
2020-05-05 Joyce Kongvirtio: use one way barrier for split vring used index
2020-05-05 Marvin Liunet/virtio: add election for vectorized path
2020-05-05 Marvin Liunet/virtio: add parameter to enable vectorized path
2020-04-21 Ivan Dyukovnet/virtio: support Virtio link speed feature
2020-04-21 Ivan Dyukovnet/virtio: add link speed parameter
2020-04-21 Ivan Dyukovnet/virtio: refactor devargs parsing
2020-04-21 Xiaolong Yenet/virtio: fix outdated comment
2020-01-17 Xuan Dingnet/virtio-user: fix packed ring server mode
2019-11-08 Marvin Liunet/virtio: do not limit packed ring size
2019-10-25 Andrew Rybchenkonet/virtio: reject unsupported Tx multi-queue modes
2019-10-25 Dilshod Urazovnet/virtio: reject unsupported Rx multi-queue modes
2019-10-25 David Marchandnet/virtio: do not require IO permissions
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-08-05 Hemant Agrawalnet/virtio: fix build with 0 headroom
2019-07-26 David Marchandnet/virtio: remove unused Tx error counter
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-06-20 Dilshod Urazovnet/virtio: add Tx preparation
2019-06-20 Tiwei Bienet/virtio: release port upon close
2019-06-20 Tiwei Bienet/virtio: unmap device on initialization error
2019-06-20 Tiwei Bienet/virtio: unmap port IO for legacy device
2019-06-20 Tiwei Bienet/virtio: fix queue memory leak on error
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-19 Aaron Conolenet/virtio: fix dangling pointer on failure
2019-03-29 Tiwei Bienet/virtio: define avail and used flags as constants
2019-03-29 Tiwei Bienet/virtio-user: fix multi-process support
2019-03-20 Tiwei Bienet/virtio: add control queue helper for split ring
2019-03-20 Tiwei Bienet/virtio: drop unused field in Tx region structure
2019-03-20 Tiwei Bienet/virtio: drop redundant suffix in packed ring structure
2019-03-20 Tiwei Bienet/virtio: refactor virtqueue structure
2019-03-20 Tiwei Bienet/virtio: optimize flags update for packed ring
2019-03-20 Tiwei Bienet/virtio: add barrier in interrupt enable
2019-02-22 Tiwei Bienet/virtio: fix in-order Tx path for packed ring
2019-02-08 Rami Rosennet/virtio: remove forward declaration
2019-02-08 Jens Freimannnet/virtio: set offload flag for jumbo frames
2019-01-24 Tiwei Bienet/virtio-user: fix control VQ
2019-01-24 Tiwei Bienet/virtio: fix control VQ
2019-01-14 Jens Freimannnet/virtio: check head desc with correct wrap counter
2019-01-14 Ilya Maximetsnet/virtio: support platform memory ordering
2018-12-21 Maxime Coquelinnet/virtio: add non-mergeable support to in-order path
2018-12-21 Jens Freimannnet/virtio: support packed queue in send command
2018-12-21 Jens Freimannnet/virtio: implement Rx path for packed queues
2018-12-21 Jens Freimannnet/virtio: implement Tx path for packed queues
2018-12-21 Jens Freimannnet/virtio: vring init for packed queues
2018-12-13 Maxime Coquelinnet/virtio: allocate vrings on device NUMA node
2018-11-25 Ilya Maximetsnet/virtio: avoid annoying IOPL error log
2018-11-05 Chas Williamsnet/virtio: do not re-enter clean up routines
2018-11-05 Tiwei Bienet/virtio: fix guest announce support
2018-11-02 Luca Boccassinet/virtio: register/unregister intr handler on start...
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Qi Zhangdrivers/net: enable device detach on secondary process
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Ferruh Yigitethdev: remove old offload API
2018-07-04 Maxime Coquelinnet/virtio: improve offload check performance
2018-07-04 Maxime Coquelinnet/virtio: do not use simple Rx if TCP LRO or VLAN...
2018-07-04 Maxime Coquelinnet/virtio: improve Tx offload features negotiation
2018-07-04 Maxime Coquelinnet/virtio: remove simple Tx path
2018-07-02 Marvin Liunet/virtio: add in-order Rx/Tx into selection
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-25 Zhiyong Yangnet/virtio-user: fix crash in server mode
2018-04-27 Xiao Wangnet/virtio: skip device probe in vDPA mode
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Tiwei Bienet/virtio: move to new offloads API
2018-04-11 Anatoly Burakovnet/virtio: use contiguous allocation for DMA memory
2018-03-30 Zhiyong Yangnet/virtio: add check for cvq
2018-03-30 Zhiyong Yangnet/virtio: fix queues pointer check
2018-03-30 Stephen Hemmingernet/virtio: use link status helper functions
2018-02-05 David Hartonnet/virtio: fix crash while freeing mbufs
2018-01-31 Harry van Haarennet/virtio: align dynamic log names with standard
2018-01-29 Olivier Matznet/virtio: fix typo in function name
2018-01-29 Olivier Matznet/virtio: rationalize queue flushing
2018-01-29 Olivier Matznet/virtio: fix memory leak when reinitializing device
2018-01-29 Olivier Matznet/virtio: fix queue flushing with vector Rx enabled
2018-01-29 Samuel Gauthiernet/virtio: fix Rx and Tx handler selection for ARM32
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Xiao Wangnet/virtio: support guest announce
2018-01-16 Xiao Wangnet/virtio: add packet injection method
2018-01-16 Xiao Wangnet/virtio: make control queue thread-safe
2018-01-16 Zhike Wangnet/virtio: init MTU in case no control channel
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Stephen Hemmingernet/virtio: implement dynamic logging
2018-01-16 Tiwei Bienet/virtio: fix typo in LRO support
2018-01-16 Tiwei Bienet/virtio: fix vector Rx flushing
2018-01-16 Didier Pallardnet/virtio: fix incorrect cast
2018-01-16 Zhiyong Yangnet/virtio: remove unnecessary macro definitions
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
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
next