freebsd-dev/sys/ofed
Hans Petter Selasky 150c88d471 Fix for using IPv6 addresses with RDMA:
IPv6 addresses has a scope ID which sometimes is stored in the
"sin6_scope_id" field of "struct sockaddr_in6" and sometimes as part
of the IPv6 address itself depending on the context. If the scope ID
is not in the expected location, the IPv6 address lookups in the
so-called GID table will fail. Some code factoring has been made to
achieve a clean exit of the "addr_resolve" function via a common
"done" label.

Sponsored by:	Mellanox Technologies
Submitted by:	Shani Michaeli <shanim@mellanox.com>
MFC after:	1 week
2016-04-21 16:33:42 +00:00
..
drivers Fix for using IPv6 addresses with RDMA: 2016-04-21 16:33:42 +00:00
include Fix for iWARP servers that listen on INADDR_ANY. 2016-01-22 23:33:34 +00:00