pci: introduce library and driver
[dpdk.git] / drivers / net / mlx5 / Makefile
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 Xueming Linet/mlx5: fix icc compiler warning
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Ori Kamnet/mlx5: flow counter support
2017-10-12 Yongseok Kohnet/mlx5: add vectorized Rx/Tx burst for ARM
2017-10-12 Yongseok Kohnet/mlx5: fix configuration of Rx CQE compression
2017-10-12 Yongseok Kohnet/mlx5: rename a file of SSE Rx/Tx
2017-10-12 Nélio Laranjeironet/mlx5: remove flow director support
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 Nélio Laranjeironet/mlx5: remove multiple drop RSS queues
2017-07-07 Yongseok Kohnet/mlx5: add vectorized Rx/Tx burst for x86
2017-07-06 Adrien Mazarguilnet/mlx: update C compliance standard
2017-07-06 Shachar Beisernet/mlx5: implement drop action in hardware classifier
2017-04-04 Shahaf Shulernet/mlx5: support user space Rx interrupt event
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-01-17 Nélio Laranjeironet/mlx5: add preliminary flow API support
2017-01-04 Thomas Monjalonscripts: move to buildtools
2016-10-26 Nélio Laranjeironet/mlx5: fix support for newer link speeds
2016-09-30 Nélio Laranjeironet/mlx5: support Mellanox OFED 3.4
2016-06-27 Nélio Laranjeironet/mlx5: refactor Tx data path
2016-06-27 Nélio Laranjeironet/mlx5: add support for configuration through kvargs
2016-06-27 Nélio Laranjeironet/mlx5: update prerequisites for upcoming enhancements
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: split memory registration function
2016-06-20 Adrien Mazarguilnet/mlx: regenerate autoconf file automatically
2016-06-20 Adrien Mazarguilnet/mlx: fix compilation with glibc 2.20
2016-03-25 Yaacov Hazanmlx5: add VLAN insertion offload
2016-03-25 Olga Shernmlx5: support HW packet padding
2016-03-25 Olga Shernmlx5: add Rx CRC stripping configuration
2016-03-16 Yaacov Hazanmlx5: fix Rx checksum offload in non L3/L4 packets
2016-03-16 Nelio Laranjeiromlx5: remove one indirection level from Rx/Tx
2016-03-16 Yaacov Hazanmlx5: support flow director
2016-03-16 Adrien Mazarguilmlx5: fix header generation in parallel builds
2016-03-01 Panu Matilainenmk: replace the combined library with a linker script
2015-11-01 Adrien Mazarguilmlx5: enable multi packet send WR in Tx CQ
2015-11-01 Adrien Mazarguilmlx5: support IPv6 RSS using experimental flows
2015-10-30 Nelio Laranjeiromlx5: support RSS hash update and get
2015-10-30 Adrien Mazarguilmlx5: refactor Rx code for the new verbs RSS API
2015-10-30 Adrien Mazarguilmlx5: use fast verbs interface for scattered Rx
2015-10-30 Adrien Mazarguilmlx5: support VLAN filtering
2015-10-30 Adrien Mazarguilmlx5: support promiscuous and allmulticast Rx modes
2015-10-30 Adrien Mazarguilmlx5: add software counters
2015-10-30 Adrien Mazarguilmlx5: add device configure/start/stop
2015-10-30 Adrien Mazarguilmlx5: support non-scattered Tx and Rx
2015-10-30 Adrien Mazarguilmlx5: introduce new driver for Mellanox ConnectX-4...