scripts: move to buildtools
[dpdk.git] / drivers / net / mlx5 / Makefile
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...