From: Dietmar Maurer Date: Fri, 26 Dec 2014 09:34:43 +0000 (+0100) Subject: update igb and ixgbe drivers X-Git-Url: https://git.proxmox.com/?p=pve-kernel-2.6.32.git;a=commitdiff_plain;h=02fb9cca25b78371aa39208976323a4968f1a4b5 update igb and ixgbe drivers --- diff --git a/Makefile b/Makefile index 915920f..413af81 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=3.3 KERNEL_VER=2.6.32 -PKGREL=141 +PKGREL=142 # also include firmware of previous versrion into # the fw package: fwlist-2.6.32-PREV-pve KREL=35 @@ -32,10 +32,10 @@ AOESRC=${AOEDIR}.tar.gz E1000EDIR=e1000e-3.1.0.2 E1000ESRC=${E1000EDIR}.tar.gz -IGBDIR=igb-5.2.9.4 +IGBDIR=igb-5.2.15 IGBSRC=${IGBDIR}.tar.gz -IXGBEDIR=ixgbe-3.21.2 +IXGBEDIR=ixgbe-3.23.2 IXGBESRC=${IXGBEDIR}.tar.gz BNX2DIR=netxtreme2-7.11.05 diff --git a/changelog.Debian b/changelog.Debian index e4b8e89..490fb73 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,11 @@ +pve-kernel-2.6.32 (2.6.32-142) unstable; urgency=low + + * update igb to 5.2.15 + + * update ixgbe to 3.23.2 + + -- Proxmox Support Team Fri, 26 Dec 2014 10:34:21 +0100 + pve-kernel-2.6.32 (2.6.32-141) unstable; urgency=low * update netxtreme2 drivers to version 7.11.05 diff --git a/igb-5.2.15.tar.gz b/igb-5.2.15.tar.gz new file mode 100644 index 0000000..c7df208 Binary files /dev/null and b/igb-5.2.15.tar.gz differ diff --git a/igb-5.2.9.4.tar.gz b/igb-5.2.9.4.tar.gz deleted file mode 100644 index dcfc7d3..0000000 Binary files a/igb-5.2.9.4.tar.gz and /dev/null differ diff --git a/ixgbe-3.21.2.tar.gz b/ixgbe-3.21.2.tar.gz deleted file mode 100644 index 8a6ef22..0000000 Binary files a/ixgbe-3.21.2.tar.gz and /dev/null differ diff --git a/ixgbe-3.23.2.tar.gz b/ixgbe-3.23.2.tar.gz new file mode 100644 index 0000000..6dd4d93 Binary files /dev/null and b/ixgbe-3.23.2.tar.gz differ