config: gather options for dlopen mlx dependency
[dpdk.git] / drivers / net / mlx5 / mlx5.c
2019-01-14 Thomas Monjalonconfig: gather options for dlopen mlx dependency
2019-01-14 Moti Haimovskynet/mlx5: support flow counters using devx
2019-01-03 Wisam Jaddonet/mlx5: add ConnectX-6 device IDs
2018-11-13 Thomas Monjalondrivers/net: set close behaviour flag at probing
2018-11-05 Tom Barbettenet/mlx5: support Rx queue count API
2018-11-05 Yongseok Kohnet/mlx5: make vectorized Tx threshold configurable
2018-11-05 Yongseok Kohnet/mlx5: move device spawn configuration to probing
2018-11-05 Yongseok Kohnet/mlx5: add 128B padding of Rx completion entry
2018-10-26 Ophir Munknet/mlx5: close all ports on remove
2018-10-26 Ophir Munknet/mlx5: release port on close
2018-10-26 Ophir Munknet/mlx5: allow multiple probing for representor
2018-10-26 Yongseok Kohnet/mlx5: add warning message for Direct Verbs flow
2018-10-26 Viacheslav Ovsiienkonet/mlx5: simplify flow counters support check
2018-10-26 Viacheslav Ovsiienkonet/mlx5: rename flow counter configuration macro
2018-10-26 Thomas Monjalonethdev: support representor id as iterator filter
2018-10-26 Moti Haimovskynet/mlx5: refactor TC-flow infrastructure
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-10-11 Yongseok Kohnet/mlx5: add Linux TC flower driver for E-Switch flow
2018-10-11 Yongseok Kohnet/mlx5: remove Netlink flow driver
2018-10-11 Yongseok Kohnet/mlx5: add abstraction for multiple flow drivers
2018-10-11 Ori Kamnet/mlx5: add runtime parameter to enable Direct Verbs
2018-10-11 Ori Kamnet/mlx5: add flow translate function
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-09-27 Ori Kamnet/mlx5: add bluefield VF support
2018-08-28 Shahaf Shulernet/mlx5: disable ConnectX-4 Lx Multi Packet Send by...
2018-08-05 Yongseok Kohnet/mlx5: preserve allmulticast flag for flow isolation...
2018-08-05 Yongseok Kohnet/mlx5: preserve promiscuous flag for flow isolation...
2018-07-26 Nelio Laranjeironet/mlx5: fix route Netlink message overflow
2018-07-26 Nelio Laranjeironet/mlx5: fix representors detection
2018-07-26 Adrien Mazarguilnet/mlx5: lay groundwork for switch offloads
2018-07-12 Moti Haimovskynet/mlx5: support 32-bit systems
2018-07-12 Nelio Laranjeironet/mlx5: support flow Ethernet item along with drop...
2018-07-12 Nelio Laranjeironet/mlx5: replace verbs priorities by flow
2018-07-12 Nelio Laranjeironet/mlx5: handle drop queues as regular queues
2018-07-11 Adrien Mazarguilnet/mlx5: add parameter for port representors
2018-07-11 Adrien Mazarguilnet/mlx5: probe port representors in natural order
2018-07-11 Adrien Mazarguilnet/mlx5: probe all port representors
2018-07-11 Adrien Mazarguilnet/mlx5: add port representor awareness
2018-07-11 Adrien Mazarguilnet/mlx5: re-indent generic probing function
2018-07-11 Adrien Mazarguilnet/mlx5: split PCI from generic probing
2018-07-11 Adrien Mazarguilnet/mlx5: drop useless support for several Verbs ports
2018-07-11 Adrien Mazarguilnet/mlx5: remove redundant objects in probe function
2018-07-11 Adrien Mazarguilnet/mlx5: rename confusing object in probe function
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-04 Matan Azradnet/mlx5: activate Verbs cleanup on removal
2018-07-02 Yongseok Kohnet/mlx5: add warning message for Multi-Packet RQ
2018-06-17 Stephen Hemmingernet/mlx5: fix log initialization
2018-06-17 Xueming Linet/mlx5: fix crash in device probe
2018-06-17 Adrien Mazarguilnet/mlx5: fix error message in probe function
2018-06-17 Adrien Mazarguilnet/mlx5: fix missing errno in probe function
2018-06-17 Adrien Mazarguilnet/mlx5: fix errno object in probe function
2018-06-17 Adrien Mazarguilnet/mlx5: remove limitation on number of instances
2018-05-30 David Marchandnet/mlx5: register memory callback only when probing
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-17 Matan Azradnet/mlx5: support MPLS-in-GRE and MPLS-in-UDP
2018-05-17 Shahaf Shulernet/mlx5: add Bluefield device id
2018-05-15 Andy Greennet/mlx5: fix uninitialized variable in probing
2018-05-14 Thomas Monjalonethdev: add probing finish function
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-05-14 Yongseok Kohnet/mlx5: change device reference for secondary process
2018-05-14 Raslan Darawshehnet/mlx5: fix resource leak in case of error
2018-05-14 Raslan Darawshehnet/mlx5: fix double free on error handling
2018-05-14 Xueming Linet/mlx5: fix SW parsing feature detection
2018-05-14 Shahaf Shulernet/mlx5: fix probe return value polarity
2018-05-14 Shahaf Shulernet/mlx5: fix socket connection return value
2018-04-27 Xueming Linet/mlx5: support L3 VXLAN flow
2018-04-27 Xueming Linet/mlx5: support 16 hardware priorities
2018-04-27 Xueming Linet/mlx5: support generic tunnel offloading
2018-04-27 Nélio Laranjeironet/mlx5: implement multicast add list devop
2018-04-13 Shahaf Shulernet/mlx5: fix link status initialization
2018-04-13 Nélio Laranjeironet/mlx5: add parameter for Netlink support in VF
2018-04-13 Nélio Laranjeironet/mlx5: use Netlink to add/remove MAC addresses
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovnet/mlx5: use memseg walk instead of iteration
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-03-30 Nélio Laranjeironet/mlx5: fix icc build
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: 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: mark parameters with unused attribute
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 Shahaf Shulernet/mlx5: fix tunnel offloads cap query
2018-02-13 Xueming Linet/mlx5: fix close after start failure
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-05 Shahaf Shulernet/mlx5: fix CRC strip capability query
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
next