From: Thomas Lamprecht Date: Mon, 4 Jun 2018 13:02:56 +0000 (+0200) Subject: update out-of-tree intel ethernet drivers X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=f61496936e3af0d0641002e451b6f1e39f5d13b1 update out-of-tree intel ethernet drivers update OOT Intel ethernet driver for e1000e, igb and ixgbe backed NICs from: https://sourceforge.net/projects/e1000/ Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index b913e89..c002609 100644 --- a/Makefile +++ b/Makefile @@ -42,13 +42,13 @@ KERNEL_SRC=ubuntu-bionic KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KERNEL_VER}.org -E1000EDIR=e1000e-3.3.6 +E1000EDIR=e1000e-3.4.1.1 E1000ESRC=${E1000EDIR}.tar.gz -IGBDIR=igb-5.3.5.10 +IGBDIR=igb-5.3.5.18 IGBSRC=${IGBDIR}.tar.gz -IXGBEDIR=ixgbe-5.3.3 +IXGBEDIR=ixgbe-5.3.7 IXGBESRC=${IXGBEDIR}.tar.gz ZFSONLINUX_SUBMODULE=submodules/zfsonlinux diff --git a/e1000e-3.3.6.tar.gz b/e1000e-3.3.6.tar.gz deleted file mode 100644 index 3f95c43..0000000 Binary files a/e1000e-3.3.6.tar.gz and /dev/null differ diff --git a/e1000e-3.4.1.1.tar.gz b/e1000e-3.4.1.1.tar.gz new file mode 100644 index 0000000..e72af72 Binary files /dev/null and b/e1000e-3.4.1.1.tar.gz differ diff --git a/igb-5.3.5.10.tar.gz b/igb-5.3.5.10.tar.gz deleted file mode 100644 index e3ae7f6..0000000 Binary files a/igb-5.3.5.10.tar.gz and /dev/null differ diff --git a/igb-5.3.5.18.tar.gz b/igb-5.3.5.18.tar.gz new file mode 100644 index 0000000..9e6f3ce Binary files /dev/null and b/igb-5.3.5.18.tar.gz differ diff --git a/ixgbe-5.3.3.tar.gz b/ixgbe-5.3.3.tar.gz deleted file mode 100644 index 2e9d030..0000000 Binary files a/ixgbe-5.3.3.tar.gz and /dev/null differ diff --git a/ixgbe-5.3.7.tar.gz b/ixgbe-5.3.7.tar.gz new file mode 100644 index 0000000..3077fb7 Binary files /dev/null and b/ixgbe-5.3.7.tar.gz differ