Without this patch igb was unable to find ipv6_find_hdr() in kernel < 3.14. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../network/0013-fix-makefile-includes/igb.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/collateral-evolutions/network/0013-fix-makefile-includes/igb.patch diff --git a/patches/collateral-evolutions/network/0013-fix-makefile-includes/igb.patch b/patches/collateral-evolutions/network/0013-fix-makefile-includes/igb.patch new file mode 100644 index 0000000..a0804dc --- /dev/null +++ b/patches/collateral-evolutions/network/0013-fix-makefile-includes/igb.patch @@ -0,0 +1,12 @@ +diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c +index 55a1405c..1409e20 100644 +--- a/drivers/net/ethernet/intel/igb/igb_main.c ++++ b/drivers/net/ethernet/intel/igb/igb_main.c +@@ -34,6 +34,7 @@ + #include <linux/slab.h> + #include <net/checksum.h> + #include <net/ip6_checksum.h> ++#include <net/ipv6.h> + #include <linux/net_tstamp.h> + #include <linux/mii.h> + #include <linux/ethtool.h> -- 2.8.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in