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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 20 Jun 2012 02:30:02 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	ja@....bg
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH v3] ipv4: Early TCP socket demux.

From: David Miller <davem@...emloft.net>
Date: Wed, 20 Jun 2012 00:57:53 -0700 (PDT)

> From: Julian Anastasov <ja@....bg>
> Date: Wed, 20 Jun 2012 10:00:37 +0300 (EEST)
> 
>> 			if (skb->dev != dst->dev)
>> 				dst = NULL;
> 
> That makes the most sense.

Doesn't work, dst->dev is &net->loopback_dev for these locally
destined input routes.

We have to instead check rt->rt_iif or similar.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ