net: add macro for MAC address print
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-07-28 Chenbo Xianet/virtio: fix default duplex mode
2021-07-28 Ivan Ilchenkonet/virtio: report maximum MTU in device info
2021-07-21 Ivan Ilchenkonet/virtio: fix Rx scatter offload
2021-05-11 David Marchandlog: register with standardized names
2021-03-31 Maxime Coquelinnet/virtio: allocate fake mbuf in Rx queue
2021-03-31 Maxime Coquelinnet/virtio: improve queue init error path
2021-03-31 Maxime Coquelinnet/virtio: remove reference to virtqueue in vrings
2021-03-23 Thomas Monjalondrivers: replace page size definitions with function
2021-02-02 Maxime Coquelinnet/virtio: fix PCI ops assignment
2021-01-29 Maxime Coquelinnet/virtio: remove last PCI refs in non-PCI code
2021-01-29 Maxime Coquelinnet/virtio: move vring alignment to generic header
2021-01-29 Maxime Coquelinnet/virtio: make interrupt handling more generic
2021-01-29 Maxime Coquelinnet/virtio: move config definitions to generic header
2021-01-29 Maxime Coquelinnet/virtio: move features definition to generic header
2021-01-29 Maxime Coquelinnet/virtio: introduce generic virtio header
2021-01-29 Maxime Coquelinnet/virtio: pack virtio HW struct
2021-01-29 Maxime Coquelinnet/virtio: remove bus type enum
2021-01-29 Maxime Coquelinnet/virtio: validate features at bus level
2021-01-29 Maxime Coquelinnet/virtio: add callback for device closing
2021-01-29 Maxime Coquelinnet/virtio: force IOVA as VA mode for virtio-user
2021-01-29 Maxime Coquelinnet/virtio: move MSI-X detection to PCI ethdev
2021-01-29 Maxime Coquelinnet/virtio: move PCI specific dev init to PCI ethdev...
2021-01-29 Maxime Coquelinnet/virtio: move PCI device init in dedicated file
2021-01-29 Maxime Coquelinnet/virtio: introduce PCI device metadata
2021-01-29 Maxime Coquelinnet/virtio: refactor virtio-user device
2021-01-29 Maxime Coquelinnet/virtio: introduce virtio bus type
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-08 Joyce Kongnet/virtio: replace full barrier with relaxed ones...
2021-01-08 Joyce Kongnet/virtio: remove unnecessary read memory barrier
2021-01-08 Joyce Kongnet/virtio: add election for packed vector NEON path
2020-10-19 Ciara Powernet/virtio: check max SIMD bitwidth
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-10-13 Ruifeng Wangconfig: remap flags used for Arm platforms
2020-09-30 Marvin Liunet/virtio: fix packed ring indirect descricptors setup
2020-09-30 Ivan Dyukovnet/virtio: sync speed capability with ethdev
2020-09-30 Ivan Dyukovnet/virtio: set default speed unknown
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-18 Adrian Morenonet/virtio-user: enable feature checking
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Ferruh Yigitethdev: move inline device operations
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
next