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] [day] [month] [year] [list]
Date:	Tue, 23 Jul 2013 18:15:45 +0100
From:	Thomas Graf <tgraf@...g.ch>
To:	Eric Dumazet <eric.dumazet@...il.com>
Cc:	davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] pktgen: Add UDPCSUM flag to support UDP
 checksums

On 07/23/13 at 09:34am, Eric Dumazet wrote:
> > @@ -2747,11 +2755,31 @@ static struct sk_buff *fill_packet_ipv4(struct net_device *odev,
> >  	iph->frag_off = 0;
> >  	iplen = 20 + 8 + datalen;
> >  	iph->tot_len = htons(iplen);
> > -	iph->check = 0;
> > -	iph->check = ip_fast_csum((void *)iph, iph->ihl);
> 
> This seems not relevant to your patch.

I'll split this into a separate patch.

> What about IPv6 side ?

IPv6 is dead ;-) Just kidding, I'll add the bits in case someone
thinks otherwise.
--
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