freebsd-src/sys/ofed/drivers
John Baldwin 575a6840de Various fixes to the mlxen(4) driver:
- Remove an incorrect assertion that can trigger when downing an interface.
- Stop the interface during detach to avoid panics when unloading the
  driver.
- A few locking fixes to be more consistent with other FreeBSD drivers:
  - Protect if_drv_flags with the driver lock, not atomic ops
  - Hold the driver lock when adjusting multicast state.
  - Hold the driver lock while adjusting if_capenable.

PR:		kern/180791 [1,2]
Submitted by:	Shakar Klein @ Mellanox [1,2]
MFC after:	3 days
2013-07-29 18:44:52 +00:00
..
infiniband Add const qualifier to the dst parameter of the ifnet if_output method. 2013-04-27 08:11:48 +00:00
net/mlx4 Various fixes to the mlxen(4) driver: 2013-07-29 18:44:52 +00:00