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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 28 Jun 2013 07:59:49 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Paul Stewart <pstew@...gle.com>
Cc:	"John W. Linville" <linville@...driver.com>,
	"Steinar H. Gunderson" <sesse@...gle.com>,
	linux-wireless <linux-wireless@...r.kernel.org>,
	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] iwl3945: better skb management in rx path

On Fri, 2013-06-28 at 07:50 -0700, Eric Dumazet wrote:
> From: Eric Dumazet <edumazet@...gle.com>
> 

> +	if (len <= SMALL_PACKET_SIZE) {
> +		skb_copy_to_linear_data(skb, rx_hdr->payload, len);
> +		skb->tail += len;
> +	} else {

Hmm I'll send a v3, we need a regular __skb_put() here


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