mk: build with _GNU_SOURCE defined by default
[dpdk.git] / drivers / net / mlx5 / mlx5_ethdev.c
2018-10-22 Anatoly Burakovmk: build with _GNU_SOURCE defined by default
2018-10-17 Thomas Monjalonnet/mlx5: remove useless driver name comparison
2018-10-11 Shahaf Shulernet/mlx5: always use representor ifindex for ioctl
2018-10-11 Xueming Linet/mlx5: fix representor port link status
2018-07-26 Adrien Mazarguilnet/mlx5: fix invalid network interface index
2018-07-26 Nelio Laranjeironet/mlx5: fix representors detection
2018-07-26 Moti Haimovskynet/mlx5: fix build with old kernels
2018-07-12 Nelio Laranjeironet/mlx5: use a macro for the RSS key size
2018-07-11 Adrien Mazarguilnet/mlx5: probe all port representors
2018-07-11 Adrien Mazarguilnet/mlx5: drop useless support for several Verbs ports
2018-07-02 Adrien Mazarguilnet/mlx5: fix invalid error check
2018-05-28 Xueming Linet/mlx5: fix memory region cache init
2018-05-28 Adrien Mazarguilnet/mlx5: fix crash when configure is not called
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 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Xueming Linet/mlx5: fix SW parser enabling
2018-05-14 Shahaf Shulernet/mlx5: add Rx and Tx tuning parameters
2018-05-14 Shahaf Shulernet/mlx5: fix ethtool link setting call order
2018-04-27 Xueming Linet/mlx5: support generic tunnel offloading
2018-04-27 Nélio Laranjeironet/mlx5: split MAC address add/remove code
2018-04-27 Ferruh Yigitdrivers/net: update link status
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Nélio Laranjeironet/mlx5: use Netlink to add/remove MAC addresses
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-03-30 Shahaf Shulernet/mlx5: fix RSS key length query
2018-03-30 Shahaf Shulernet/mlx5: enforce RSS key length limitation
2018-03-30 Nélio Laranjeironet/mlx5: fix link status to use wait to complete
2018-03-30 Nélio Laranjeironet/mlx5: fix link status behavior
2018-03-30 Nélio Laranjeironet/mlx5: remove kernel version check
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: 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: mark parameters with unused attribute
2018-03-30 Nélio Laranjeironet/mlx5: fix sriov flag
2018-03-30 Adrien Mazarguilnet/mlx: control netdevices through ioctl only
2018-02-01 Olivier Matznet/mlx5: use SPDX tags in 6WIND copyrighted files
2018-01-31 Nelio Laranjeironet/mlx5: move rdma-core calls to separate file
2018-01-29 Shahaf Shulernet/mlx5: fix link state on device start
2018-01-29 Shahaf Shulernet/mlx5: fix missing RSS capability
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 handling link status event
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 Shahaf Shulernet/mlx5: add device configuration structure
2018-01-16 Shahaf Shulernet/mlx5: change pkt burst select function prototype
2018-01-16 Shahaf Shulernet/mlx5: fix RSS key configuration
2018-01-16 Nélio Laranjeironet/mlx5: fix secondary process verification
2018-01-16 Nélio Laranjeironet/mlx5: remove get priv internal function
2017-11-11 Edward Makarovnet/mlx5: fix link speed bitmasks
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-12 Raslan Darawshehnet/mlx5: add Rx HW timestamp
2017-10-12 Nélio Laranjeironet/mlx5: handle a single RSS hash key for all protocols
2017-10-12 Xueming Linet/mlx5: add operations for secondary process
2017-10-12 Xueming Linet/mlx5: install a socket to exchange a file descriptor
2017-10-12 Xueming Linet/mlx5: change eth device reference for secondary...
2017-10-06 Shachar Beisernet/mlx5: support upstream rdma-core
2017-10-06 Matan Azradnet/mlx5: support device removal event
2017-10-06 Matan Azradnet/mlx5: link status update separation
2017-10-06 Nélio Laranjeironet/mlx5: improve stack usage during link update
2017-10-06 Nélio Laranjeironet/mlx5: fix clang build
2017-10-06 Nélio Laranjeironet/mlx5: fix non working secondary process by removing it
2017-10-06 Nélio Laranjeironet/mlx5: remove pedantic pragma
2017-10-06 Nélio Laranjeironet/mlx5: prepare vector Rx ring at setup time
2017-08-03 Nelio Laranjeironet/mlx5: fix MTU update
2017-07-31 Yongseok Kohnet/mlx5: fix L4 packet type support
2017-07-31 Gowrishankar Muthu... net/mlx5: fix inconsistent link status query
2017-07-07 Yongseok Kohnet/mlx5: add vectorized Rx/Tx burst for x86
2017-07-07 Yongseok Kohnet/mlx5: select Rx/Tx callbacks when starting device
2017-07-05 Stephen Hemmingerpci: increase domain storage to 32 bits
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-04 Yongseok Kohnet/mlx5: use correct RETA table size
2017-04-04 Vasily Philipovnet/mlx: enhance Rx scatter mode detection
2017-04-04 Yongseok Kohnet/mlx5: add enhanced multi-packet send for ConnectX-5
2017-04-04 Shahaf Shulernet/mlx5: support hardware TSO for VXLAN and GRE
2017-04-04 Shahaf Shulernet/mlx5: add hardware checksum offload for tunnel...
2017-04-04 Shahaf Shulernet/mlx5: support hardware TSO
2017-04-04 Nélio Laranjeironet/mlx5: fix supported packets types
2017-04-04 Shahaf Shulernet/mlx5: add out of buffer counter to extended statistic
2017-02-10 Shahaf Shulernet/mlx5: fix link status query
2017-02-10 Shahaf Shulernet/mlx5: fix inconsistent link status
2017-01-17 Matthieu Ternisien... net/mlx: remove link update lock
2017-01-17 Yongseok Kohnet/mlx5: support ConnectX-5 devices
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
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
next