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: Fri, 29 Aug 2008 12:23:03 -0300 From: Breno Leitao <leitao@...ux.vnet.ibm.com> To: Ben Hutchings <bhutchings@...arflare.com> CC: David Miller <davem@...emloft.net>, netdev <netdev@...r.kernel.org>, Lorandi <rafaello@...ibm.com> Subject: Re: [PATCH 1/1 net-2.6] Re-enable IP when MTU > 68 Ben, Ben Hutchings wrote: > Should be >= to match the other tests. And it would really be cleaner to > use something like > > static inline bool inetdev_valid_mtu(unsigned mtu) > { > return mtu >= 68; > } Where is the best place to insert this function ? -- 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