net/mlx5: fix support for newer link speeds
[dpdk.git] / drivers / net / mlx5 / mlx5_ethdev.c
2016-10-26 Nélio Laranjeironet/mlx5: fix support for newer link speeds
2016-10-26 Nélio Laranjeironet/mlx5: fix link speed capability information
2016-10-26 Olivier Gournetnet/mlx5: fix initialization in secondary process
2016-10-26 Olga Shernnet/mlx5: fix link status report
2016-10-26 Nélio Laranjeironet/mlx5: fix hash key size retrieval
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead of Rx/Tx descriptors
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-09-30 Nélio Laranjeironet/mlx5: fix inline logic
2016-09-30 Adrien Mazarguilnet/mlx5: fix Rx VLAN offload capability report
2016-07-05 Olivier Matznet/mlx5: fix API comment of link set function
2016-07-05 Olivier Matznet/mlx: fix setting interface flags
2016-06-28 Ferruh Yigitnet/mlx: fix build with icc
2016-06-27 Nélio Laranjeironet/mlx5: re-add Rx scatter support
2016-06-27 Nélio Laranjeironet/mlx5: support multi-packet send
2016-06-27 Yaacov Hazannet/mlx5: support inline send
2016-06-27 Nélio Laranjeironet/mlx5: refactor Tx data path
2016-06-27 Nélio Laranjeironet/mlx5: refactor Rx data path
2016-06-27 Nélio Laranjeironet/mlx5: add Tx/Rx burst function selection wrapper
2016-06-27 Nélio Laranjeironet/mlx5: split Tx queue structure
2016-06-27 Nélio Laranjeironet/mlx5: remove Rx scatter support
2016-06-27 Nélio Laranjeironet/mlx5: remove Tx gather support
2016-06-20 Nélio Laranjeironet/mlx5: enhance SR-IOV detection
2016-06-20 Adrien Mazarguilnet/mlx: retrieve mbuf size through proper function
2016-06-20 Adrien Mazarguilnet/mlx: ensure MTU update is effective
2016-06-20 Adrien Mazarguilnet/mlx: fix compilation with glibc 2.20
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-03-25 Nélio Laranjeiromlx5: fix overwritten RSS configuration
2016-03-25 Yaacov Hazanmlx5: add VLAN insertion offload
2016-03-25 Or Amimlx5: allow operation in secondary processes
2016-03-25 Or Amimlx5: support setting link up or down
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Yaacov Hazanmlx5: add special flows for broadcast and IPv6 multicast
2015-11-03 Nelio Laranjeiromlx5: support RETA query and update
2015-11-01 Nelio Laranjeiromlx5: handle link status interrupts
2015-10-30 Adrien Mazarguilmlx5: refactor Rx code for the new verbs RSS API
2015-10-30 Adrien Mazarguilmlx5: support flow control
2015-10-30 Adrien Mazarguilmlx5: support link status update
2015-10-30 Adrien Mazarguilmlx5: support promiscuous and allmulticast Rx modes
2015-10-30 Adrien Mazarguilmlx5: support MTU configuration
2015-10-30 Adrien Mazarguilmlx5: add device configure/start/stop
2015-10-30 Adrien Mazarguilmlx5: introduce new driver for Mellanox ConnectX-4...