net: add rte prefix to ether structures
[dpdk.git] / drivers / net / mlx4 / mlx4.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Adrien Mazarguilnet/mlx4: support multicast address list interface
2019-04-12 Yongseok Kohnet/mlx4: remove device register remap
2019-04-12 Yongseok Kohnet/mlx4: fix Tx doorbell register unmap
2019-04-05 Yongseok Kohnet/mlx4: add control of excessive memory pinning by...
2019-04-05 Yongseok Kohnet/mlx4: support secondary process
2019-04-05 Yongseok Kohnet/mlx4: add external allocator for Verbs object
2019-04-05 Yongseok Kohnet/mlx4: change device reference for secondary process
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2019-02-13 Thomas Monjalonnet/mlx: support firmware version query
2019-01-14 Thomas Monjalonconfig: gather options for dlopen mlx dependency
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-08-02 Moti Haimovskynet/mlx4: check RSS queues number limitation
2018-07-10 Moti Haimovskynet/mlx4: support hardware TSO
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-06-17 Adrien Mazarguilnet/mlx4: fix minor resource leak during init
2018-05-28 Yongseok Kohnet/mlx4: fix crash when configure is not called
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Yongseok Kohnet/mlx4: add new memory region support
2018-05-02 Adrien Mazarguilnet/mlx4: fix inner RSS support for broken kernels
2018-05-02 Adrien Mazarguilnet/mlx4: fix default RSS hash fields
2018-05-02 Adrien Mazarguilnet/mlx4: fix Rx resource leak in case of error
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-13 Ophir Munknet/mlx4: support CRC strip toggling
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-03-30 Adrien Mazarguilnet/mlx: fix rdma-core glue path with EAL plugins
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: add debug checks to glue structure
2018-02-01 Olivier Matznet/mlx4: use SPDX tags in 6WIND copyrighted files
2018-01-31 Adrien Mazarguilnet/mlx4: spawn rdma-core dependency plug-in
2018-01-31 Adrien Mazarguilnet/mlx4: move rdma-core calls to separate file
2018-01-30 Moti Haimovskynet/mlx4: fix removal detection of stopped port
2018-01-29 Ophir Munknet/mlx4: fix single port configuration
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Matan Azradnet/mlx4: support a device removal check operation
2018-01-16 Moti Haimovskynet/mlx4: verify Tx max sges
2018-01-16 Matan Azradnet/mlx4: revert workaround for broken Verbs
2018-01-16 Adrien Mazarguilnet/mlx4: restore inner VXLAN RSS support
2018-01-16 Adrien Mazarguilnet/mlx4: restore UDP RSS by probing capabilities
2017-11-07 Moti Haimovskynet/mlx4: enhance Rx packet type offloads
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-26 Adrien Mazarguilnet/mlx4: relax Rx queue configuration order
2017-10-13 Moti Haimovskynet/mlx4: restore Tx checksum offloads
2017-10-13 Adrien Mazarguilnet/mlx4: add RSS flow rule action support
2017-10-13 Adrien Mazarguilnet/mlx4: update Rx/Tx callbacks consistently
2017-10-13 Adrien Mazarguilnet/mlx4: restore promisc and allmulti support
2017-10-13 Adrien Mazarguilnet/mlx4: add VLAN filter configuration support
2017-10-13 Adrien Mazarguilnet/mlx4: add MAC addresses configuration support
2017-10-13 Adrien Mazarguilnet/mlx4: simplify trigger code for flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: refactor internal flow rules
2017-10-06 Adrien Mazarguilnet/mlx4: rely on ethdev for Tx/Rx queue arrays
2017-10-06 Adrien Mazarguilnet/mlx4: clean up includes and comments
2017-10-06 Adrien Mazarguilnet/mlx4: separate memory management functions
2017-10-06 Adrien Mazarguilnet/mlx4: rename private functions in flow API
2017-10-06 Adrien Mazarguilnet/mlx4: group flow API handlers in common file
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx configuration functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate Tx configuration functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate device control functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx/Tx functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx/Tx definitions
2017-10-06 Adrien Mazarguilnet/mlx4: separate interrupt handling
2017-10-06 Adrien Mazarguilnet/mlx4: compact interrupt functions
2017-10-06 Adrien Mazarguilnet/mlx4: clean up interrupt functions prototypes
2017-10-06 Adrien Mazarguilnet/mlx4: refactor interrupt FD settings
2017-10-06 Adrien Mazarguilnet/mlx4: rename alarm field
2017-10-06 Adrien Mazarguilnet/mlx4: use a single interrupt handle
2017-10-06 Adrien Mazarguilnet/mlx4: separate debugging macros
2017-10-06 Adrien Mazarguilnet/mlx4: use standard macro to get array size
2017-10-06 Adrien Mazarguilnet/mlx4: remove mbuf macro definitions
2017-10-06 Adrien Mazarguilnet/mlx4: remove unnecessary wrapper functions
2017-10-06 Adrien Mazarguilnet/mlx4: remove control path locks
2017-10-06 Adrien Mazarguilnet/mlx4: clean up coding style inconsistencies
2017-10-06 Adrien Mazarguilnet/mlx4: standardize on negative errno values
2017-10-06 Adrien Mazarguilnet/mlx4: simplify link update function
2017-10-06 Adrien Mazarguilnet/mlx4: simplify Rx buffer handling
2017-10-06 Adrien Mazarguilnet/mlx4: revert fast verbs interface for Rx
2017-10-06 Adrien Mazarguilnet/mlx4: revert fast verbs interface for Tx
2017-10-06 Adrien Mazarguilnet/mlx4: revert multicast echo prevention
2017-10-06 Adrien Mazarguilnet/mlx4: revert resource domain support
2017-10-06 Adrien Mazarguilnet/mlx4: use standard QP attributes
2017-10-06 Adrien Mazarguilnet/mlx4: drop inline receive support
2017-10-06 Adrien Mazarguilnet/mlx4: drop scatter/gather support
2017-10-06 Adrien Mazarguilnet/mlx4: drop packet type recognition support
2017-10-06 Adrien Mazarguilnet/mlx4: drop checksum offloads support
2017-10-06 Adrien Mazarguilnet/mlx4: drop RSS support
2017-10-06 Adrien Mazarguilnet/mlx4: revert RSS parent queue refactoring
2017-10-06 Adrien Mazarguilnet/mlx4: revert flow API RSS support
2017-10-06 Adrien Mazarguilnet/mlx4: drop MAC flows affecting all Rx queues
2017-10-06 Adrien Mazarguilnet/mlx4: remove MAC address configuration support
2017-10-06 Adrien Mazarguilnet/mlx4: remove VLAN filter support
2017-10-06 Adrien Mazarguilnet/mlx4: remove allmulti and promisc support
2017-10-06 Adrien Mazarguilnet/mlx4: remove Tx inline compilation option
2017-10-06 Adrien Mazarguilnet/mlx4: remove scatter mode compilation option
2017-10-06 Adrien Mazarguilnet/mlx4: remove soft counters compilation option
2017-10-06 Adrien Mazarguilnet/mlx4: remove useless code
2017-10-06 Adrien Mazarguilnet/mlx4: remove secondary process support
2017-10-06 Adrien Mazarguilnet/mlx4: remove useless compilation checks
2017-10-06 Adrien Mazarguilnet/mlx4: check max number of ports dynamically
next