drivers: advertise kmod dependencies in pmdinfo
[dpdk.git] / drivers / net / mlx5 / mlx5.c
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-10-26 Olga Shernnet/mlx5: fix link status report
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchandethdev: get rid of device type
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-08 Thomas Monjalondrivers: fix build with new register macro
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-27 Nélio Laranjeironet/mlx5: support multi-packet send
2016-06-27 Yaacov Hazannet/mlx5: support inline send
2016-06-27 Nélio Laranjeironet/mlx5: handle Rx CQE compression
2016-06-27 Nélio Laranjeironet/mlx5: add support for configuration through kvargs
2016-06-27 Nélio Laranjeironet/mlx5: update prerequisites for upcoming enhancements
2016-06-27 Nélio Laranjeironet/mlx5: split Rx queue structure
2016-06-27 Nélio Laranjeironet/mlx5: split Tx queue structure
2016-06-27 Nélio Laranjeironet: fix PCI class id
2016-06-20 Nélio Laranjeironet/mlx5: enhance SR-IOV detection
2016-03-25 Yaacov Hazanmlx5: add VLAN insertion offload
2016-03-25 Olga Shernmlx5: support HW packet padding
2016-03-25 Olga Shernmlx5: add Rx CRC stripping configuration
2016-03-25 Or Amimlx5: allow operation in secondary processes
2016-03-25 Or Amimlx5: support setting link up or down
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Adrien Mazarguilmlx5: manage all special flow types at once
2016-03-16 Or Amimlx5: check port is configured as ethernet device
2016-03-16 Or Amimlx5: fix possible crash during initialization
2016-03-16 Yaacov Hazanmlx5: support Rx VLAN stripping
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
2016-03-16 David Marchandmlx5: support setting primary MAC address
2015-11-03 Adrien Mazarguilmlx5: fix build with debugging enabled
2015-11-03 Bernard Iremongerdrivers: copy PCI device info to ethdev data
2015-11-03 Nelio Laranjeiromlx5: support RETA query and update
2015-11-01 Nelio Laranjeiromlx5: handle link status interrupts
2015-10-30 Nelio Laranjeiromlx5: use one RSS hash key per flow type
2015-10-30 Nelio Laranjeiromlx5: support RSS hash update and get
2015-10-30 Nelio Laranjeiromlx5: adapt indirection table size depending on Rx...
2015-10-30 Adrien Mazarguilmlx5: refactor Rx code for the new verbs RSS API
2015-10-30 Adrien Mazarguilmlx5: support VLAN filtering
2015-10-30 Adrien Mazarguilmlx5: support flow control
2015-10-30 Adrien Mazarguilmlx5: support link status update
2015-10-30 Adrien Mazarguilmlx5: support promiscuous and allmulticast Rx modes
2015-10-30 Adrien Mazarguilmlx5: add software counters
2015-10-30 Adrien Mazarguilmlx5: support MTU configuration
2015-10-30 Adrien Mazarguilmlx5: add device configure/start/stop
2015-10-30 Adrien Mazarguilmlx5: add MAC handling
2015-10-30 Adrien Mazarguilmlx5: support non-scattered Tx and Rx
2015-10-30 Adrien Mazarguilmlx5: introduce new driver for Mellanox ConnectX-4...