aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4/mlx4_en
Commit message (Expand)AuthorAgeFilesLines
* Fix two typos in source code commentsGordon Bergling2021-10-191-1/+1
* mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init()Hans Petter Selasky2021-10-121-1/+1
* MFC r362953:Hans Petter Selasky2020-07-131-2/+2
* MFC r362271:Hans Petter Selasky2020-06-241-3/+5
* MFC r362201:Ryan Moeller2020-06-221-0/+2
* MFC r344920:Hans Petter Selasky2019-03-261-4/+4
* MFC r344919:Hans Petter Selasky2019-03-261-4/+1
* MFC r341552:Hans Petter Selasky2018-12-121-0/+18
* MFC r341550:Hans Petter Selasky2018-12-121-1/+0
* MFC r341549:Hans Petter Selasky2018-12-123-56/+150
* MFC r341548:Hans Petter Selasky2018-12-123-1/+58
* MFC r341547:Hans Petter Selasky2018-12-124-117/+35
* Add missing steering rules for virtual function, VF, in mlx4en(4) driver.Hans Petter Selasky2018-10-081-27/+37
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* sys/dev/mlx[45]: fix uses of 1 << 31Eitan Adler2018-01-121-6/+6
* mlx4: Remove redundant declarations to fix GCC buildConrad Meyer2017-12-071-1/+0
* Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky2017-11-159-801/+765
* mlx4: use enum constants instead of const vars for case exprsRyan Libby2017-10-141-12/+14
* Setup mbuf hash type properly when receiving IP packets in the mlx4en(4) driver.Hans Petter Selasky2017-10-021-1/+47
* Implement SIOCGIFRSS{KEY,HASH} for the mlx4en(4) driver.Hans Petter Selasky2017-10-023-10/+76
* Print maximum MTU when trying to set invalid MTU in the mlx4en(4) driver.Hans Petter Selasky2017-08-091-1/+2
* Increment queue drops in the network statistics when transmitted packetsHans Petter Selasky2017-08-091-0/+4
* Add support for RX and TX statistics when the mlx4en(4) PCI deviceHans Petter Selasky2017-08-091-36/+68
* Fix for mlx4en(4) to properly call m_defrag().Hans Petter Selasky2017-08-084-15/+26
* Remove some dead statistics related code and a structure field from theHans Petter Selasky2017-07-312-25/+0
* Make sure the mlx4en RX DMA ring gets stamped with software ownershipHans Petter Selasky2017-07-101-1/+7
* Use static device numbering instead of dynamic one when creatingHans Petter Selasky2017-06-151-2/+2
* Allow communication between functions on the same host when using theHans Petter Selasky2017-06-011-30/+12
* Free hardware queue resource after port is stopped in the mlx4en(4)Hans Petter Selasky2017-06-011-3/+2
* Don't free uninitialized sysctl contexts in the mlx4en driver. ThisHans Petter Selasky2017-04-272-8/+8
* Fix indentation and remove duplicate queue stopped stats increment.Hans Petter Selasky2016-10-281-8/+7
* Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky2016-09-309-0/+7610