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>] [day] [month] [year] [list]
Date:	Mon, 7 Jul 2008 22:56:15 +0200
From:	Lennert Buytenhek <buytenh@...tstofly.org>
To:	Patrick McHardy <kaber@...sh.net>
Cc:	Nicolas Pitre <nico@....org>,
	Dale Farnsworth <dale@...nsworth.org>,
	Ashish Karkare <akarkare@...vell.com>,
	Jesper Dangaard Brouer <jdb@...x.dk>, netdev@...r.kernel.org
Subject: [PATCH 0/2][RFC] mv643xx_eth: hw tx checksumming support for vlan-tagged packets

These two patches let mv643xx_eth use hardware TX checksumming in the
presence of extra data between the ethernet header and the IP header
(e.g. vlan tags, or DSA switch tags (for which I'll hopefully submit
some code soon)).

The main thing I'd like feedback on is that I had to switch
vlan_check_reorder_header() from using skb_copy() to using pskb_copy()
to have fragmented skbs survive the trip through the stack to the
driver's ->hard_start_xmit() function at all.  The patch to the driver
itself (2/2) should be pretty straightforward.

(These patches depend on Patrick McHardy's patch "vlan: fix
network_header/mac_header adjustments".)
--
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