aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/intel-ethernet
AgeCommit message (Collapse)Author
2019-07-05ixgbevf: upgrade 4.5.3 -> 4.6.1Anuj Mittal
Latest OOT driver release that supports kernel versions up to v5.1. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-07-05ixgbe: upgrade 5.5.5 -> 5.6.1Anuj Mittal
Latest OOT driver release that supports kernel versions up to 5.1. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-04-25ixgbevf: 4.5.2 -> 4.5.3Naveen Saini
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.5.3/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-04-08ixgbe: 5.5.3 -> 5.5.5Naveen Saini
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.5.5/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-02-20ixgbevf: upgrade 4.3.6 -> 4.5.2Naveen Saini
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.5.2/ License checksum changed because of formatting related changes. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-02-20ixgbe: 5.5.2 -> 5.5.3Naveen Saini
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.5.3/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-02-15ixgbevf: fix upstream release checkingNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2019-02-15ixgbe: fix upstream release checkingNaveen Saini
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-12-04ixgbe: upgrade 5.3.8 -> 5.5.2Anuj Mittal
Added XDP support and fixes compilation issues with 4.19 kernel. License checksum changed because of formatting related changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-09-27ixgbevf: 4.3.5 -> 4.3.6Anuj Mittal
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/4.3.6/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-09-27ixgbe: 5.3.7 -> 5.3.8Anuj Mittal
For changes, please see: https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.3.8/ Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-05-24ixgbe: upgrade 5.3.6 -> 5.3.7Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-05-24ixgbevf: upgrade 4.3.4 -> 4.3.5Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-04-23ixgbevf: cleanup recipeyocto-2.5sumo-19.0.0Anuj Mittal
* Remove unnecessary code and include version info in recipe. * Better description of the package and project page * Change do_install to use S instead of WORKDIR. Using S would fail when used with devtool that relies on externalsrc class. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-04-12ixgbe: cleanup recipeAnuj Mittal
* Remove unnecessary code and include version info in recipe name. * Change do_install to use S instead of WORKDIR. Using S would fail when used with devtool that relies on externalsrc class. * Better description and proper project page. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-04-09ixgbevf: update to v4.3.4California Sullivan
Also remove the python snippet limiting it to pre-4.14 kernels, as the new version is compatible. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-04-09ixgbe: update to v5.3.6California Sullivan
Also remove the python snippet limiting it to pre-4.14 kernels, as the new version is compatible. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-20ixgbe*: skip package if using 4.14 kernelCalifornia Sullivan
No stable release supports 4.14 or newer yet. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-11-20meta-intel: Reorganize the layout to remove commonSaul Wold
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>