net/mlx5: fix existing file removal
[dpdk.git] / drivers / net / mlx5 /
2018-03-30 Xueming Linet/mlx5: fix existing file removal
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: remove useless empty lines
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-03-30 Nélio Laranjeironet/mlx5: name parameters in function prototypes
2018-03-30 Nélio Laranjeironet/mlx5: fix sriov flag
2018-03-30 Adrien Mazarguilnet/mlx: fix rdma-core glue path with EAL plugins
2018-03-30 Yongseok Kohnet/mlx5: fix disabling Tx packet inlining
2018-03-30 Shahaf Shulernet/mlx5: fix tunnel offloads cap query
2018-03-30 Nélio Laranjeironet/mlx5: fix flow creation with a single target queue
2018-03-30 Adrien Mazarguilnet/mlx: control netdevices through ioctl only
2018-02-13 Xueming Linet/mlx5: add log on flow creation error
2018-02-13 Shahaf Shulernet/mlx5: revert multicast rule verbs flow type
2018-02-13 Xueming Linet/mlx5: fix close after start failure
2018-02-08 Shahaf Shulernet/mlx5: revert support of IPv4 time-to-live filter
2018-02-06 Nélio Laranjeironet/mlx5: fix UAR remapping on non configured queues
2018-02-06 Nélio Laranjeironet/mlx5: fix flow RSS configuration
2018-02-06 Adrien Mazarguilnet/mlx: make rdma-core glue path configurable
2018-02-06 Adrien Mazarguilnet/mlx: version rdma-core glue libraries
2018-02-06 Adrien Mazarguilnet/mlx: fix missing includes for rdma-core glue
2018-02-06 Adrien Mazarguilnet/mlx: add debug checks to glue structure
2018-02-05 Shahaf Shulernet/mlx5: fix CRC strip capability query
2018-02-05 Nélio Laranjeironet/mlx5: fix flow priority on queue action
2018-02-05 Nélio Laranjeironet/mlx5: fix port stop by verify flows are still present
2018-02-01 Olivier Matznet/mlx5: use SPDX tags in 6WIND copyrighted files
2018-01-31 Adrien Mazarguilnet/mlx5: spawn rdma-core dependency plug-in
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 Shahaf Shulernet/mlx5: fix memory region boundary checks
2018-01-29 Shahaf Shulernet/mlx5: fix memory region cache last index
2018-01-29 Shahaf Shulernet/mlx5: warn for unsuccessful memory registration
2018-01-29 Shahaf Shulernet/mlx5: remove assert un-accessible from secondary...
2018-01-29 Shahaf Shulernet/mlx5: fix secondary process mempool registration
2018-01-29 Shahaf Shulernet/mlx5: fix memory region cache lookup
2018-01-29 Shahaf Shulernet/mlx5: fix link state on device start
2018-01-29 Nélio Laranjeironet/mlx5: fix reception of multiple MAC addresses
2018-01-29 Nélio Laranjeironet/mlx5: use RSS table max size from config
2018-01-29 Nélio Laranjeironet/mlx5: support IPv4 time-to-live filter
2018-01-29 Nélio Laranjeironet/mlx5: fix flow item validation
2018-01-29 Nélio Laranjeironet/mlx5: fix flow director conversion
2018-01-29 Shahaf Shulernet/mlx5: fix missing RSS capability
2018-01-29 Yuanhan Liunet/mlx5: use PCI address as port name
2018-01-29 Olivier Matznet/mlx5: fix allocation when no memory on device NUMA...
2018-01-29 Olivier Matznet/mlx5: fix return value of start operation
2018-01-29 Nélio Laranjeironet/mlx5: fix all multi verification code position
2018-01-28 Yongseok Kohnet/mlx5: fix synchronization on polling Rx completions
2018-01-28 Yongseok Kohnet/mlx5: replace I/O memory barrier with coherent...
2018-01-28 Yongseok Kohnet/mlx5: remove unnecessary memory barrier
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Matan Azradnet/mlx5: support a device removal check operation
2018-01-21 Yongseok Kohnet/mlx5: fix memory region lookup
2018-01-21 Yongseok Kohnet/mlx5: fix handling link status event
2018-01-21 Shachar Beisernet/mlx5: fix IPv6 header fields
2018-01-16 Yongseok Kohnet/mlx5: fix calculation of flow ID flag
2018-01-16 Yongseok Kohnet/mlx5: fix missing attribute size for drop action
2018-01-16 Yongseok Kohnet/mlx5: fix deadlock of link status alarm
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Shahaf Shulernet/mlx5: convert to new Rx offloads API
2018-01-16 Shahaf Shulernet/mlx5: convert to new Tx offloads API
2018-01-16 Nelio Laranjeironet/mlx5: rename counter set in configuration
2018-01-16 Shahaf Shulernet/mlx5: add device configuration structure
2018-01-16 Shahaf Shulernet/mlx5: change pkt burst select function prototype
2018-01-16 Yongseok Kohnet/mlx5: fix overwriting bit-fields in SW Rx queue
2018-01-16 Nélio Laranjeironet/mlx5: fix un-supported RSS hash fields use
2018-01-16 Yongseok Kohnet/mlx5: fix HW checksum offload for outer IP
2018-01-16 Shahaf Shulernet/mlx5: fix RSS key configuration
2018-01-16 Yongseok Kohnet/mlx5: clean up multi-segment packet processing
2018-01-16 Yongseok Kohnet/mlx5: add fallback in Tx for multi-segment packet
2018-01-16 Yongseok Kohnet/mlx5: add missing sanity checks for Tx completion...
2018-01-16 Yongseok Kohnet/mlx5: consolidate condition checks for TSO
2018-01-16 Yongseok Kohnet/mlx5: enable inlining data from multiple segments
2018-01-16 Yongseok Kohnet/mlx5: fix overflow of Memory Region cache
2018-01-16 Yongseok Kohnet/mlx5: fix Memory Region registration
2018-01-16 Shahaf Shulernet/mlx5: fix VLAN configuration after port stop
2018-01-16 Raslan Darawshehnet/mlx5: fix flow type for allmulti rules
2018-01-16 Nélio Laranjeironet/mlx5: fix Tx checksum offloads
2018-01-16 Shahaf Shulernet/mlx5: add physical port counters
2018-01-16 Nélio Laranjeironet/mlx5: remove redundant inline variable
2018-01-16 Nélio Laranjeironet/mlx5: move variable declaration
2018-01-16 Nélio Laranjeironet/mlx5: remove 32-bit support
2018-01-16 Nélio Laranjeironet/mlx5: fix secondary process verification
2018-01-16 Nélio Laranjeironet/mlx5: remove get priv internal function
2018-01-16 Nélio Laranjeironet/mlx5: remove parser/flow drop queue
2018-01-16 Thierry Herbelotnet/mlx5: cleanup allocation of ethtool stats
2017-11-15 Shahaf Shulernet/mlx5: fix flow mark action on port start
2017-11-14 Thierry Herbelotnet/mlx5: fix build without soft counters
2017-11-14 Nelio Laranjeironet/mlx5: fix flow director deletion
2017-11-11 Edward Makarovnet/mlx5: fix link speed bitmasks
2017-11-10 Shahaf Shulernet/mlx5: fix rxq interrupt memory corruption
2017-11-10 Nélio Laranjeironet/mlx5: fix flow director rules comparison
2017-11-07 Yongseok Kohnet/mlx5: fix tunneled TCP/UDP packet type
2017-11-07 Nélio Laranjeironet/mlx5: fix flow director delete with drop action
2017-11-07 Olivier Gournetnet/mlx5: fix socket field initialization
next