ethdev: add namespace
[dpdk.git] / drivers / net / mlx4 / mlx4_txq.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-06 Xueming Liethdev: change queue release callback
2021-04-28 Viacheslav Ovsiienkonet/mlx4: fix buffer leakage on device close
2021-01-29 Suanming Mounet/mlx4: fix port attach in secondary process
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2020-02-05 Alexander Kozyrevnet/mlx4: improve assert control
2019-04-12 Yongseok Kohnet/mlx4: remove device register remap
2019-04-05 Yongseok Kohnet/mlx4: support secondary process
2019-04-05 Yongseok Kohnet/mlx4: add external allocator for Verbs object
2019-04-05 Yongseok Kohnet/mlx4: change device reference for secondary process
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2018-07-10 Moti Haimovskynet/mlx4: support hardware TSO
2018-05-17 Adrien Mazarguilnet/mlx4: fix shifts of signed values in Tx
2018-05-14 Yongseok Kohnet/mlx4: add new memory region support
2018-05-14 Yongseok Kohnet/mlx4: remove memory region support
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-02-01 Olivier Matznet/mlx4: use SPDX tags in 6WIND copyrighted files
2018-01-31 Adrien Mazarguilnet/mlx4: move rdma-core calls to separate file
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Shahaf Shulernet/mlx4: convert to new Tx offloads API
2018-01-16 Matan Azradnet/mlx4: remove Tx completion elements counter
2018-01-16 Matan Azradnet/mlx4: align Tx descriptors number
2018-01-16 Matan Azradnet/mlx4: merge Tx queue rings management
2018-01-16 Adrien Mazarguilnet/mlx4: fix unnecessary include
2017-11-03 Adrien Mazarguilnet/mlx4: share memory region resources
2017-10-13 Adrien Mazarguilnet/mlx4: fix missing initializers for old GCC
2017-10-13 Moti Haimovskynet/mlx4: add loopback Tx from VF
2017-10-13 Moti Haimovskynet/mlx4: restore Tx checksum offloads
2017-10-13 Moti Haimovskynet/mlx4: add Tx bypassing Verbs
2017-10-13 Adrien Mazarguilnet/mlx4: allocate queues and mbuf rings together
2017-10-13 Adrien Mazarguilnet/mlx4: drop live queue reconfiguration support
2017-10-13 Adrien Mazarguilnet/mlx4: fix invalid errno value sign
2017-10-13 Adrien Mazarguilnet/mlx4: update Rx/Tx callbacks consistently
2017-10-06 Adrien Mazarguilnet/mlx4: rely on ethdev for Tx/Rx queue arrays
2017-10-06 Adrien Mazarguilnet/mlx4: separate Tx configuration functions