Searched hist:b5c8b3fe8946c1927155599dfb79045477901009 (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
H A D | route.h | diff b5c8b3fe8946c1927155599dfb79045477901009 Fri May 20 12:48:45 CEST 2022 Eyal Birger <eyal.birger@gmail.com> xfrm: no need to set DST_NOPOLICY in IPv4
This is a cleanup patch following commit e6175a2ed1f1 ("xfrm: fix "disable_policy" flag use when arriving from different devices") which made DST_NOPOLICY no longer be used for inbound policy checks.
On outbound the flag was set, but never used.
As such, avoid setting it altogether and remove the nopolicy argument from rt_dst_alloc().
Signed-off-by: Eyal Birger <eyal.birger@gmail.com> Reviewed-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|
/linux/drivers/net/ |
H A D | vrf.c | diff b5c8b3fe8946c1927155599dfb79045477901009 Fri May 20 12:48:45 CEST 2022 Eyal Birger <eyal.birger@gmail.com> xfrm: no need to set DST_NOPOLICY in IPv4
This is a cleanup patch following commit e6175a2ed1f1 ("xfrm: fix "disable_policy" flag use when arriving from different devices") which made DST_NOPOLICY no longer be used for inbound policy checks.
On outbound the flag was set, but never used.
As such, avoid setting it altogether and remove the nopolicy argument from rt_dst_alloc().
Signed-off-by: Eyal Birger <eyal.birger@gmail.com> Reviewed-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|
/linux/net/ipv4/ |
H A D | route.c | diff b5c8b3fe8946c1927155599dfb79045477901009 Fri May 20 12:48:45 CEST 2022 Eyal Birger <eyal.birger@gmail.com> xfrm: no need to set DST_NOPOLICY in IPv4
This is a cleanup patch following commit e6175a2ed1f1 ("xfrm: fix "disable_policy" flag use when arriving from different devices") which made DST_NOPOLICY no longer be used for inbound policy checks.
On outbound the flag was set, but never used.
As such, avoid setting it altogether and remove the nopolicy argument from rt_dst_alloc().
Signed-off-by: Eyal Birger <eyal.birger@gmail.com> Reviewed-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
|