lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 15 Apr 2014 16:25:33 -0700 From: Cong Wang <xiyou.wangcong@...il.com> To: netdev@...r.kernel.org Cc: Cong Wang <xiyou.wangcong@...il.com>, Eric Biederman <ebiederm@...ssion.com>, Julian Anastasov <ja@....bg>, "David S. Miller" <davem@...emloft.net>, Cong Wang <cwang@...pensource.com> Subject: [Patch net v2 0/2] ipv4: fix flowi4_iif for input routing This patchset fixes ->flowi4_iif for input routing and rp filter, based on suggestion from Julian. See per patch for details. v1 -> v2: * merge the first two patches into one * fix fib_check_nh() too * add this cover letter Cc: Eric Biederman <ebiederm@...ssion.com> Cc: Julian Anastasov <ja@....bg> Cc: David S. Miller <davem@...emloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@...il.com> Signed-off-by: Cong Wang <cwang@...pensource.com> Cong Wang (2): ipv4,fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif ipv4,route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source() include/net/flow.h | 10 +++++++++- include/net/net_namespace.h | 9 +-------- net/ipv4/fib_frontend.c | 2 +- net/ipv4/fib_semantics.c | 1 + net/ipv4/ipmr.c | 2 +- net/ipv4/netfilter/ipt_rpfilter.c | 5 +---- net/ipv4/route.c | 3 +-- net/ipv6/ip6mr.c | 2 +- 8 files changed, 16 insertions(+), 18 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists