opnsense-src/sys/ofed/drivers/infiniband
Navdeep Parhar 097f289f25 Fix for iWARP servers that listen on INADDR_ANY.
The iWARP Connection Manager (CM) on FreeBSD creates a TCP socket to
represent an iWARP endpoint when the connection is over TCP. For
servers the current approach is to invoke create_listen callback for
each iWARP RNIC registered with the CM. This doesn't work too well for
INADDR_ANY because a listen on any TCP socket already notifies all
hardware TOEs/RNICs of the new listener. This patch fixes the server
side of things for FreeBSD. We've tried to keep all these modifications
in the iWARP/TCP specific parts of the OFED infrastructure as much as
possible.

Submitted by:	Krishnamraju Eraparaju @ Chelsio (with design inputs from Steve Wise)
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D4801
2016-01-22 23:33:34 +00:00
..
core Fix for iWARP servers that listen on INADDR_ANY. 2016-01-22 23:33:34 +00:00
debug Update the infiniband stack to Mellanox's OFED version 2.1. 2015-02-17 08:40:27 +00:00
hw Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..) 2015-12-04 09:01:58 +00:00
ulp Finish r275196: do not dereference rtentry in if_output() routines. 2016-01-09 16:34:37 +00:00
util
Kconfig
Makefile