freebsd-skq/sys/dev/mlx5/mlx5_en
hselasky d6358bfd37 Fix for use after free.
Clear the device description to avoid use after free because the
bsddev is not destroyed when the mlx5en module is unloaded. Only when
the parent mlx5 module is unloaded the bsddev is destroyed. This fixes
a panic on listing sysctls which refer strings in the bsddev after the
mlx5en module has been unloaded.

Sponsored by:	Mellanox Technologies
MFC after:	1 week
2016-08-09 07:43:15 +00:00
..
en.h Switch to the new block based LRO input function for the mlx5en 2016-08-08 16:22:16 +00:00
mlx5_en_ethtool.c Verify one sysctl parameter at a time. When a mlx5en sysctl parameter 2016-05-20 07:07:27 +00:00
mlx5_en_flow_table.c Add SR-IOV guest support to the mlx5en driver. 2016-06-07 13:58:52 +00:00
mlx5_en_main.c Fix for use after free. 2016-08-09 07:43:15 +00:00
mlx5_en_rx.c Switch to the new block based LRO input function for the mlx5en 2016-08-08 16:22:16 +00:00
mlx5_en_tx.c Optimise use of doorbell and remove redundant NOPs 2016-05-20 06:59:38 +00:00
mlx5_en_txrx.c Add support for CQE zipping. CQE zipping reduces PCI overhead by 2015-12-28 18:50:18 +00:00