aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
* Add function to detect the presence of a port module and use thisHans Petter Selasky2016-04-293-1/+18
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-7/+1
* Fix an issue where the network adapter could be left in down stateHans Petter Selasky2016-01-191-14/+11
* Add clarifying comment about CQE zipping.Hans Petter Selasky2016-01-191-0/+5
* Declare local variables at top of function.Hans Petter Selasky2016-01-191-3/+6
* Allow RX and TX pause frames to be set through ifconfig.Hans Petter Selasky2016-01-193-36/+103
* Add support for modifying coalescing parameters runtime.Hans Petter Selasky2015-12-303-42/+107
* Allow I2C to read address 0x51 as well as address 0x50.Hans Petter Selasky2015-12-301-4/+15
* 10G ER/LR should present itself as LR.Hans Petter Selasky2015-12-302-3/+3
* Add support for CQE zipping. CQE zipping reduces PCI overhead byHans Petter Selasky2015-12-287-3/+131
* Add support for sysctl tunables to 10-stable and older. Pushed throughHans Petter Selasky2015-12-281-6/+30
* Make the eeprom dump function more readable and rename variables forHans Petter Selasky2015-12-281-17/+16
* Update the mlx5 shared driver code to the latest version, whichHans Petter Selasky2015-12-077-3/+1023
* Add full support for Receive Side Scaling, RSS, to the mlx5enHans Petter Selasky2015-12-075-11/+136
* Add support for setting the TX moderation mode via a sysctl entry. TXHans Petter Selasky2015-12-073-1/+21
* The firmware no longer supports setting a port MTU of zero bytes.Hans Petter Selasky2015-12-071-20/+3
* Style changes, mostly automated.Hans Petter Selasky2015-11-198-274/+276
* Accumulate out of RX buffers into a 64-bit value and subtract out ofHans Petter Selasky2015-11-192-13/+23
* Maintain the "hw_lro" configuration variable correctly.Hans Petter Selasky2015-11-191-0/+7
* Print cable name, if cable type is not recognized.Hans Petter Selasky2015-11-191-2/+3
* Compile fix for 32-bit platforms:Hans Petter Selasky2015-11-121-2/+2
* Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cardsHans Petter Selasky2015-11-1042-0/+27366