1
0
Files
linux/include/net
Vlad Yasevich fee9dee730 [UDP]: Make use of inet_iif() when doing socket lookups.
UDP currently uses skb->dev->ifindex which may provide the wrong
information when the socket bound to a specific interface.
This patch makes inet_iif() accessible to UDP and makes UDP use it.

The scenario we are trying to fix is when a client is running on
the same system and the server and both client and server bind to
a non-loopback device.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Acked-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-25 18:54:46 -07:00
..
2007-10-19 23:22:55 +02:00
2007-10-10 17:30:18 -07:00
2007-10-10 16:53:11 -07:00
2007-07-31 02:28:27 -07:00
2007-10-10 16:53:56 -07:00
2007-07-10 22:15:41 -07:00
2007-10-10 16:51:28 -07:00
2007-10-15 12:26:42 -07:00
2007-10-07 23:44:17 -07:00
2007-07-10 22:19:04 -07:00
2007-10-10 16:51:28 -07:00
2007-06-07 13:40:50 -07:00
2007-10-10 16:47:46 -07:00