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, 05 Feb 2013 14:56:22 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	jeffrey.t.kirsher@...el.com
Cc:	netdev@...r.kernel.org, gospo@...hat.com, sassmann@...hat.com
Subject: Re: [net-next 00/15][pull request] Intel Wired LAN Driver Updates
 2013.02.05

From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Date: Tue,  5 Feb 2013 02:02:13 -0800

> This series contains updates to e1000e and ixgbe.  Majority of the patches
> are against e1000e, where Bruce makes several cosmetic #define moves into
> header files.  In addition, Bruce does a cleanup of braces to resolve
> checkpatch warnings (when using the strict option).
> 
> Ixgbe patches contain several fixes as well as updating the copyright.  The
> fixes from Josh Hay, resolved a possible NULL pointer dereference and
> resolved Smatch warnings by fixing return values and memcpy parameters.
> Alex provides 2 fixes, the first is to replace rmb() with
> read_barrier_depends() in the Tx cleanup.  The second fixes an MTU
> warning when using SR-IOV which corrects the fact that we were using 1522
> to test for the max frame size in ixgbe_change_mtu and 1518 in
> ixgbe_set_vf_lpe.  The difference was the addition of VLAN_HLEN, which we
> only need to add in the case of computing a buffer size, but not a filter
> size.  Lastly, a patch from Emil which is based on a community patch from
> Aurélien Guillaume which adds functions needed for reading SFF-8472
> diagnostic data from SFP modules.
> 
> The following are changes since commit 27000929ef0f137b34ba219eb04b05e772eff2b1:
>   ipcomp: Mark as netns_ok.
> and are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master

Pulled, thanks Jeff.
--
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