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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 02 Mar 2012 06:27:16 -0800
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Simeon Penev <spenev@...ac.de>
Cc:	netdev@...r.kernel.org
Subject: Re: Patch for MTU in the routing table cache

Le vendredi 02 mars 2012 à 14:49 +0100, Simeon Penev a écrit :
> Hi Eric,
> 
> no, i didn't. I'm new to the developer list and just wanted to post a 
> patch proposition. I hoped that the maintainer of the code (probably 
> Alan Cox) will decide whether to use it.
> 

David Miller is the current network maintainer, but thats not the
point :)

I didnt test your patch, all I wanted to say is that you cant assume all
routes share the same MTU (device MTU)

And this is the assumption you coded :

if (mtu && rt_is_output_route(rt) && mtu == dst->dev->mtu)
	return mtu;


--
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