net/mlx: fix compilation with glibc 2.20
[dpdk.git] / drivers / net / mlx5 /
2016-06-20 Adrien Mazarguilnet/mlx: fix compilation with glibc 2.20
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-19 Olivier Matzmempool: allocate in several memory chunks by default
2016-05-19 Olivier Matzmempool: store memory chunks in a list
2016-05-19 Olivier Matzmempool: use the list to iterate the elements
2016-05-19 Olivier Matzmempool: remove const qualifier when browsing pools
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-03-31 Yaacov Hazanmlx5: fix RETA table size
2016-03-31 Adrien Mazarguilmlx: fix double mbuf free in Tx queue clean up
2016-03-25 Nélio Laranjeiromlx5: fix null RSS key handling
2016-03-25 Nélio Laranjeiromlx5: fix overwritten RSS configuration
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 Yaacov Hazanmlx5: fix Rx checksum offload in non L3/L4 packets
2016-03-16 Adrien Mazarguilmlx5: add VLAN filtering for broadcast and IPv6 multicast
2016-03-16 Adrien Mazarguilmlx5: remove redundant debug message
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 Adrien Mazarguilmlx: use aligned memory to register regions
2016-03-16 Nelio Laranjeiromlx5: free buffers immediately after completion
2016-03-16 Nelio Laranjeiromlx5: avoid lkey retrieval for inlined packets
2016-03-16 Nelio Laranjeiromlx5: process offload flags only when requested
2016-03-16 Nelio Laranjeiromlx5: remove one indirection level from Rx/Tx
2016-03-16 Nelio Laranjeiromlx5: reorder Rx/Tx queue structure
2016-03-16 Nelio Laranjeiromlx5: prefetch next Tx mbuf header and data
2016-03-16 Yaacov Hazanmlx5: support Rx VLAN stripping
2016-03-16 Yaacov Hazanmlx5: support flow director
2016-03-16 Yaacov Hazanmlx5: make flow steering rule generator more generic
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 Adrien Mazarguilmlx5: fix header generation in parallel builds
2016-03-16 David Marchandmlx5: support setting primary MAC address
2016-03-03 Nelio Laranjeiromlx5: increase RETA table size
2016-03-01 Panu Matilainenmk: replace the combined library with a linker script
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-24 Nelio Laranjeiromlx5: fix available entries in Tx rings
2015-11-24 Olga Shernmlx5: fix local protection error when Tx MP to MR cache...
2015-11-24 Olga Shernmlx5: fix Tx loss after initialization
2015-11-24 Adrien Mazarguilmlx5: fix scattered Tx with too many segments
2015-11-24 Adrien Mazarguilmlx5: fix memory registration for indirect mbuf data
2015-11-24 Adrien Mazarguilmlx5: fix possible crash when clearing device statistics
2015-11-03 Adrien Mazarguilmlx5: fix hash Rx queue type in RSS mode
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-11-01 Yaacov Hazanmlx5: fix build with GCC < 4.6
2015-11-01 Adrien Mazarguilmlx5: enable multi packet send WR in Tx CQ
2015-11-01 Adrien Mazarguilmlx5: support IPv6 RSS using experimental flows
2015-11-01 Nelio Laranjeiromlx5: disable useless flows in promiscuous mode
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 Olga Shernmlx5: use alternate method to configure promisc and...
2015-10-30 Olga Shernmlx5: define specific flow steering rules for each...
2015-10-30 Nelio Laranjeiromlx5: adapt indirection table size depending on Rx...
2015-10-30 Olga Shernmlx5: use separate indirection table for default hash...
2015-10-30 Adrien Mazarguilmlx5: refactor Rx code for the new verbs RSS API
2015-10-30 Adrien Mazarguilmlx5: get rid of the WR structure in Rx queue elements
2015-10-30 Adrien Mazarguilmlx5: use fast verbs interface for scattered Rx
2015-10-30 Adrien Mazarguilmlx5: support checksum offload
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: support scattered Rx and Tx
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...