net/mlx5: check Tx queue size overflow
[dpdk.git] / drivers / net / mlx5 / mlx5_txq.c
2019-05-03 Yongseok Kohnet/mlx5: check Tx queue size overflow
2019-05-03 Viacheslav Ovsiienkonet/mlx5: share Memory Regions for multiport device
2019-05-03 Dekel Pelednet/mlx5: fix comments mixing Rx and Tx
2019-04-12 Yongseok Kohnet/mlx5: remove device register remap
2019-04-12 Yongseok Kohnet/mlx5: remove redundant queue index
2019-04-05 Yongseok Kohnet/mlx5: rework PMD global data init
2019-03-29 Viacheslav Ovsiienkonet/mlx5: provide IB port for the object being created
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared IB device context
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared context IB attributes
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared protection domain
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2018-10-26 Dekel Pelednet/mlx5: support metadata as flow rule criteria
2018-07-12 Moti Haimovskynet/mlx5: support 32-bit systems
2018-07-11 Adrien Mazarguilnet/mlx5: drop useless support for several Verbs ports
2018-07-02 Shahaf Shulernet/mlx5: separate generic tunnel TSO from the standard one
2018-07-02 Nelio Laranjeironet/mlx5: clean-up developer logs
2018-05-14 Yongseok Kohnet/mlx5: add new memory region support
2018-05-14 Yongseok Kohnet/mlx5: remove memory region support
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Yongseok Kohnet/mlx5: change device reference for secondary process
2018-05-14 Yongseok Kohnet/mlx5: fix calculation of Tx TSO inline room size
2018-05-14 Xueming Linet/mlx5: fix SW parser enabling
2018-04-27 Xueming Linet/mlx5: support generic tunnel offloading
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-03-30 Shahaf Shulernet/mlx5: fix TSO enablement
2018-03-30 Nélio Laranjeironet/mlx5: use dynamic logging
2018-03-30 Nélio Laranjeironet/mlx5: use port id in PMD log
2018-03-30 Nélio Laranjeironet/mlx5: standardize on negative errno values
2018-03-30 Nélio Laranjeironet/mlx5: change non failing function return values
2018-03-30 Nélio Laranjeironet/mlx5: prefix all functions with mlx5
2018-03-30 Nélio Laranjeironet/mlx5: remove control path locks
2018-03-30 Nélio Laranjeironet/mlx5: add missing function documentation
2018-03-30 Nélio Laranjeironet/mlx5: normalize function prototypes
2018-03-30 Nélio Laranjeironet/mlx5: mark parameters with unused attribute
2018-02-06 Nélio Laranjeironet/mlx5: fix UAR remapping on non configured queues
2018-02-01 Olivier Matznet/mlx5: use SPDX tags in 6WIND copyrighted files
2018-01-31 Nelio Laranjeironet/mlx5: move rdma-core calls to separate file
2018-01-29 Xueming Linet/mlx5: map UAR address around huge pages
2018-01-29 Olivier Matznet/mlx5: fix allocation when no memory on device NUMA...
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Shahaf Shulernet/mlx5: convert to new Tx offloads API
2018-01-16 Shahaf Shulernet/mlx5: add device configuration structure
2018-01-16 Yongseok Kohnet/mlx5: add missing sanity checks for Tx completion...
2018-01-16 Nélio Laranjeironet/mlx5: remove redundant inline variable
2018-01-16 Nélio Laranjeironet/mlx5: fix secondary process verification
2017-11-07 Olivier Gournetnet/mlx5: fix socket field initialization
2017-10-26 Xueming Linet/mlx5: fix icc compiler warning
2017-10-26 Xueming Linet/mlx5: fix secondary process Tx error
2017-10-12 Nélio Laranjeironet/mlx5: add reference counter on DPDK Tx queues
2017-10-12 Nélio Laranjeironet/mlx5: separate DPDK from verbs Tx queue objects
2017-10-12 Nélio Laranjeironet/mlx5: add reference counter on memory region
2017-10-12 Nélio Laranjeironet/mlx5: remove redundant started flag
2017-10-12 Nélio Laranjeironet/mlx5: prefix Tx structures and functions
2017-10-12 Xueming Linet/mlx5: install a socket to exchange a file descriptor
2017-10-06 Shachar Beisernet/mlx5: support upstream rdma-core
2017-10-06 Shahaf Shulernet/mlx5: enforce Tx num of segments limitation
2017-10-06 Nélio Laranjeironet/mlx5: fix non working secondary process by removing it
2017-10-06 Nélio Laranjeironet/mlx5: remove pedantic pragma
2017-07-16 Stephen Hemmingerdrivers/net: remove duplicate includes
2017-07-07 Yongseok Kohnet/mlx5: add vectorized Rx/Tx burst for x86
2017-07-07 Yongseok Kohnet/mlx5: select Rx/Tx callbacks when starting device
2017-07-07 Yongseok Kohnet/mlx5: use buffer address for LKEY search
2017-07-07 Yongseok Kohnet/mlx5: change indexing for Tx SW ring
2017-06-12 Yongseok Kohnet/mlx5: fix redundant free of Tx buffer
2017-06-12 Shahaf Shulernet/mlx5: fix completion buffer size
2017-05-05 Shahaf Shulernet/mlx5: fix Tx max inline with TSO
2017-04-04 Shahaf Shulernet/mlx5: remove unnecessary Verbs library calls
2017-04-04 Yongseok Kohnet/mlx5: fix reusing Rx/Tx queues
2017-04-04 Yongseok Kohnet/mlx5: add enhanced multi-packet send for ConnectX-5
2017-04-04 Shahaf Shulernet/mlx5: add hardware checksum offload for tunnel...
2017-04-04 Shahaf Shulernet/mlx5: support hardware TSO
2017-01-17 Yongseok Kohnet/mlx5: support ConnectX-5 devices
2017-01-17 Nélio Laranjeironet/mlx5: fix Tx doorbell
2017-01-17 Nélio Laranjeironet/mlx5: use work queue buffer as a raw buffer
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for WQE handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for BF handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for CQE handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead of Rx/Tx descriptors
2016-09-30 Nélio Laranjeironet/mlx5: rework hardware structures
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-09-30 Nélio Laranjeironet/mlx5: fix inline logic
2016-06-27 Adrien Mazarguilnet/mlx5: re-add Tx gather support
2016-06-27 Adrien Mazarguilnet/mlx5: add debug information about Tx queues capabil...
2016-06-27 Nélio Laranjeironet/mlx5: support multi-packet send
2016-06-27 Yaacov Hazannet/mlx5: support inline send
2016-06-27 Adrien Mazarguilnet/mlx5: replace countdown with threshold for Tx compl...
2016-06-27 Nélio Laranjeironet/mlx5: handle Rx CQE compression
2016-06-27 Nélio Laranjeironet/mlx5: refactor Tx data path
2016-06-27 Nélio Laranjeironet/mlx5: add Tx/Rx burst function selection wrapper
2016-06-27 Nélio Laranjeironet/mlx5: update prerequisites for upcoming enhancements
2016-06-27 Nélio Laranjeironet/mlx5: split Tx queue structure
2016-06-27 Nélio Laranjeironet/mlx5: remove inline Tx support
2016-06-27 Nélio Laranjeironet/mlx5: remove configuration variable
2016-06-27 Nélio Laranjeironet/mlx5: remove Tx gather support
2016-06-20 Nélio Laranjeironet/mlx: remove unused memory region property
2016-03-31 Adrien Mazarguilmlx: fix double mbuf free in Tx queue clean up
2016-03-25 Yaacov Hazanmlx5: add VLAN insertion offload
2016-03-25 Or Amimlx5: allow operation in secondary processes
2016-03-16 Nelio Laranjeiromlx5: remove one indirection level from Rx/Tx
2015-11-24 Olga Shernmlx5: fix Tx loss after initialization
next