net: add rte prefix to ether structures
[dpdk.git] / drivers / net / mlx5 / mlx5_trigger.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
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: sync stop/start with secondary process
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared IB device context
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2018-12-13 Tom Barbettenet/mlx5: report imissed statistics
2018-07-26 Yongseok Kohnet/mlx5: fix queue rollback when starting device
2018-07-26 Nelio Laranjeironet/mlx5: fix TCI mask filter
2018-07-02 Nelio Laranjeironet/mlx5: clean-up developer logs
2018-05-14 Yongseok Kohnet/mlx5: add Multi-Packet Rx support
2018-05-14 Yongseok Kohnet/mlx5: add new memory region support
2018-05-14 Yongseok Kohnet/mlx5: remove memory region support
2018-04-27 Xueming Linet/mlx5: support 16 hardware priorities
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-03-30 Nélio Laranjeironet/mlx5: fix link status behavior
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: mark parameters with unused attribute
2018-02-01 Olivier Matznet/mlx5: use SPDX tags in 6WIND copyrighted files
2018-01-29 Xueming Linet/mlx5: map UAR address around huge pages
2018-01-29 Shahaf Shulernet/mlx5: fix link state on device start
2018-01-29 Olivier Matznet/mlx5: fix return value of start operation
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Yongseok Kohnet/mlx5: fix handling link status event
2018-01-16 Shahaf Shulernet/mlx5: change pkt burst select function prototype
2018-01-16 Yongseok Kohnet/mlx5: fix overflow of Memory Region cache
2018-01-16 Nélio Laranjeironet/mlx5: fix secondary process verification
2017-10-26 Nélio Laranjeironet/mlx5: fix device stop with multiple regions
2017-10-26 Nélio Laranjeironet/mlx5: fix reception when VLAN is added
2017-10-12 Nélio Laranjeironet/mlx5: remove hash Rx queues support
2017-10-12 Nélio Laranjeironet/mlx5: use flow to enable unicast traffic
2017-10-12 Nélio Laranjeironet/mlx5: use flow to enable all multi mode
2017-10-12 Nélio Laranjeironet/mlx5: use flow to enable promiscuous mode
2017-10-12 Nélio Laranjeironet/mlx5: add reference counter on DPDK Rx queues
2017-10-12 Nélio Laranjeironet/mlx5: add reference counter on DPDK Tx queues
2017-10-12 Nélio Laranjeironet/mlx5: fix crash during RETA update
2017-10-12 Nélio Laranjeironet/mlx5: remove redundant started flag
2017-10-12 Nélio Laranjeironet/mlx5: remove flow director support
2017-10-12 Xueming Linet/mlx5: change eth device reference for secondary...
2017-10-06 Nélio Laranjeironet/mlx5: remove pedantic pragma
2017-07-07 Yongseok Kohnet/mlx5: select Rx/Tx callbacks when starting device
2017-07-06 Adrien Mazarguilnet/mlx5: fix Rx interrupts management
2017-05-10 Yongseok Kohnet/mlx5: fix rollback when starting device
2017-04-04 Shahaf Shulernet/mlx5: support user space Rx interrupt event
2017-04-04 Nélio Laranjeironet/mlx5: fix startup when flow cannot be applied
2017-01-17 Shahaf Shulernet/mlx5: support extended statistics
2017-01-17 Nélio Laranjeironet/mlx5: support basic flow items and actions
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-03-25 Or Amimlx5: allow operation in secondary processes
2016-03-16 Adrien Mazarguilmlx5: manage all special flow types at once
2016-03-16 Yaacov Hazanmlx5: support flow director
2016-03-16 Yaacov Hazanmlx5: add special flows for broadcast and IPv6 multicast
2016-03-16 Yaacov Hazanmlx5: refactor special flows handling
2015-11-01 Nelio Laranjeiromlx5: handle link status interrupts
2015-11-01 Nelio Laranjeiromlx5: disable useless flows in promiscuous mode
2015-10-30 Adrien Mazarguilmlx5: refactor Rx code for the new verbs RSS API
2015-10-30 Adrien Mazarguilmlx5: support promiscuous and allmulticast Rx modes
2015-10-30 Adrien Mazarguilmlx5: add device configure/start/stop