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:	Tue, 29 Aug 2006 11:18:00 +0100
From:	gerrit@....abdn.ac.uk
To:	Patrick McHardy <kaber@...sh.net>
Cc:	davem@...emloft.net, jmorris@...ei.org, alan@...rguk.ukuu.org.uk,
	kuznet@....inr.ac.ru, pekkas@...core.fi, kaber@...eworks.de,
	yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [RFC][PATCHv2 2.6.18-rc4-mm3 3/3] net/ipv4:  misc. support files

Quoting Patrick McHardy:
|  gerrit@....abdn.ac.uk wrote:
|  > [Net/IPv4]: REVISED Miscellaneous changes which complete the 
|  >             v4 support for UDP-Lite.
|  > 
|  
|  > --- a/include/net/xfrm.h
|  > +++ b/include/net/xfrm.h
|  > @@ -467,6 +467,7 @@ u16 xfrm_flowi_sport(struct flowi *fl)
|  >  	switch(fl->proto) {
|  >  	case IPPROTO_TCP:
|  >  	case IPPROTO_UDP:
|  > +	case IPPROTO_UDPLITE:
|  >  	case IPPROTO_SCTP:
|  >  		port = fl->fl_ip_sport;
|  >  		break;
|  > @@ -492,6 +493,7 @@ u16 xfrm_flowi_dport(struct flowi *fl)
|  >  	switch(fl->proto) {
|  >  	case IPPROTO_TCP:
|  >  	case IPPROTO_UDP:
|  > +	case IPPROTO_UDPLITE:
|  >  	case IPPROTO_SCTP:
|  >  		port = fl->fl_ip_dport;
|  >  		break;

Many thanks for the helpful pointers - I will make sure that the changes
are in the next version. I will be waiting a little while for further comments
before the update.

- Gerrit
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ