Searched hist:"16 f86165bd0a94a96ab99629828cc9057db50221" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | diff 16f86165bd0a94a96ab99629828cc9057db50221 Fri Mar 13 17:51:10 CDT 2015 Eric Dumazet <edumazet@google.com> inet: fill request sock ir_iif for IPv4
Once request socks will be in ehash table, they will need to have a valid ir_iff field.
This is currently true only for IPv6. This patch extends support for IPv4 as well.
This means inet_diag_fill_req() can now properly use ir_iif, which is better for IPv6 link locals anyway, as request sockets and established sockets will propagate consistent netlink idiag_if.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | inet_diag.c | diff 16f86165bd0a94a96ab99629828cc9057db50221 Fri Mar 13 17:51:10 CDT 2015 Eric Dumazet <edumazet@google.com> inet: fill request sock ir_iif for IPv4
Once request socks will be in ehash table, they will need to have a valid ir_iff field.
This is currently true only for IPv6. This patch extends support for IPv4 as well.
This means inet_diag_fill_req() can now properly use ir_iif, which is better for IPv6 link locals anyway, as request sockets and established sockets will propagate consistent netlink idiag_if.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | tcp_input.c | diff 16f86165bd0a94a96ab99629828cc9057db50221 Fri Mar 13 17:51:10 CDT 2015 Eric Dumazet <edumazet@google.com> inet: fill request sock ir_iif for IPv4
Once request socks will be in ehash table, they will need to have a valid ir_iff field.
This is currently true only for IPv6. This patch extends support for IPv4 as well.
This means inet_diag_fill_req() can now properly use ir_iif, which is better for IPv6 link locals anyway, as request sockets and established sockets will propagate consistent netlink idiag_if.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | diff 16f86165bd0a94a96ab99629828cc9057db50221 Fri Mar 13 17:51:10 CDT 2015 Eric Dumazet <edumazet@google.com> inet: fill request sock ir_iif for IPv4
Once request socks will be in ehash table, they will need to have a valid ir_iff field.
This is currently true only for IPv6. This patch extends support for IPv4 as well.
This means inet_diag_fill_req() can now properly use ir_iif, which is better for IPv6 link locals anyway, as request sockets and established sockets will propagate consistent netlink idiag_if.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | tcp_ipv6.c | diff 16f86165bd0a94a96ab99629828cc9057db50221 Fri Mar 13 17:51:10 CDT 2015 Eric Dumazet <edumazet@google.com> inet: fill request sock ir_iif for IPv4
Once request socks will be in ehash table, they will need to have a valid ir_iff field.
This is currently true only for IPv6. This patch extends support for IPv4 as well.
This means inet_diag_fill_req() can now properly use ir_iif, which is better for IPv6 link locals anyway, as request sockets and established sockets will propagate consistent netlink idiag_if.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|