summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ixgbevf
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* linuxPackages/ixgbevf: 4.3.4 -> 4.6.1, unbreak (#66664)Danylo Hlynskyi2019-08-15
|
* ixgbevf: 4.3.3 -> 4.3.4xeji2018-04-02
| | | | 4.3.3 didn't build with linux 4.15
* linuxPackages.ixgbevf: 4.2.1 -> 4.3.3Jörg Thalheim2018-01-05
|
* linuxPackages.ixgbevf: needs libelf from kernel.moduleBuildDependenciesJörg Thalheim2018-01-05
|
* ixgbevf: 4.1.2 -> 4.2.1Tim Steinbach2017-08-29
|
* ixgbevf: 4.0.3 -> 4.1.2Eelco Dolstra2017-05-24
| | | | | | | | | | | | This fixes error: assertion failed at /home/eelco/Dev/nixpkgs-stable/pkgs/os-specific/linux/ixgbevf/default.nix:3:1 (use ‘--show-trace’ to show detailed location information) deploying a >=4.10 kernel to EC2. (We could probably also drop the ixgbevf package with recent kernels, since the ixgbevf module included in the kernel source tree is recent enough according to Amazon's recommendation.)
* linuxPackages.ixgbevf: 3.2.2 -> 4.0.3Franz Pletz2017-02-28
| | | | cc #23253
* linuxPackages.ixgbevf: disable pic hardeningFranz Pletz2016-08-13
|
* ixgbevf: Init at 3.2.2Eelco Dolstra2016-07-07
This driver is necessary for Enhanced Networking on most EC2 instance types.