freebsd-dev/sys/ofed
Hans Petter Selasky 9319562b86 Fix witness panic in the ipoib_ioctl() function when unloading the
ipoib module.

The bpfdetach() function is trying to turn off promiscious mode on the
network interface it is attached to while holding a mutex. The fix
consists of ignoring any further calls to the ipoib_ioctl() function
when the network interface is going to be detached. The ipoib_ioctl()
function might sleep.

Sponsored by:	Mellanox Technologies
MFC after:	1 week
2016-03-15 15:47:26 +00:00
..
drivers Fix witness panic in the ipoib_ioctl() function when unloading the 2016-03-15 15:47:26 +00:00
include Fix for iWARP servers that listen on INADDR_ANY. 2016-01-22 23:33:34 +00:00