summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iproute
Commit message (Collapse)AuthorAge
* iproute2: 5.12.0 -> 5.13.0R. RyanTM2021-06-30
|
* iproute2: 5.11.0 -> 5.12.0R. RyanTM2021-04-28
|
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* iproute2: 5.10.0 -> 5.11.0 (#114144)Michael Weiss2021-02-24
| | | | | | | "Most of the changes in this release are updates for new functionality for Data Center Bridging (dcb) utility. Also several updates for bridge, and devlink." [0] [0]: https://lore.kernel.org/netdev/20210223195857.3de03c2a@hermes.local/
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* 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
* iproute2: Update the source hashMichael Weiss2020-12-21
| | | | A new archive was uploaded to fix the version string.
* iproute2: 5.9.0 -> 5.10.0 (#107319)Michael Weiss2020-12-21
|
* Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-26
| | | | | | | | | This reverts commit c778945806b44d46ec16bc4302e7e7163e6bab97. I believe this is exactly what brings the staging branch into the right shape after the last merge from master (through staging-next); otherwise part of staging changes would be lost (due to being already reachable from master but reverted).
* Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-25
| | | | | | | I'm sorry; I didn't notice it contained staging commits. This reverts commit 17f5305b6c20df795c365368d2d868266519599e, reversing changes made to a8a018ddc0a8b5c3d4fa94c94b672c37356bc075.
* iproute: 5.8.0 -> 5.9.0 (#100761)Michael Weiss2020-10-18
| | | | File changes (additions/removals): None
* iproute_mptcp: fix preConfigure (#97747)freezeboy2020-09-12
|
* iproute: 5.7.0 -> 5.8.0 (#94965)Michael Weiss2020-08-10
| | | | | | | | | | "The former date based internal versioning (snapshot) is replaced by the regular version numbering which corresponds to the kernel version." [0] File changes (additions/removals): +share/man/man8/ip-mptcp.8.gz +share/man/man8/tc-gate.8.gz [0]: https://marc.info/?l=linux-netdev&m=159681449423365
* iproute: 5.6.0 -> 5.7.0Michael Weiss2020-06-04
| | | | | | | | | | | | "As usual lots of small fixes, across many utilities. Several qdisc now have more parameters available. Devlink get most of the fixes." [0] File changes (additions/removals): +share/bash-completion/completions/devlink +share/man/man8/devlink-dpipe.8.gz +share/man/man8/tc-ct.8.gz [0]: https://marc.info/?l=linux-netdev&m=159115579900638
* Merge branch 'staging-next' into stagingJan Tojnar2020-04-13
|\
| * treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |
* | Merge pull request #82298 from Ralith/netemMichael Weiss2020-04-08
|\ \ | | | | | | iproute: include netem tools
| * | iproute: Build the netem toolsMichael Weiss2020-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They will be installed now and we can provide $HOSTCC for cross-compilation. New files: +lib/tc/experimental.dist +lib/tc/normal.dist +lib/tc/pareto.dist +lib/tc/paretonormal.dist Note: The distributions are generated in a reproducible way. Co-Authored-By: Benjamin Saunders <ben.e.saunders@gmail.com>
| * | iproute: Simplify and improve the expressionMichael Weiss2020-04-06
| |/
* / iproute: 5.5.0 -> 5.6.0Michael Weiss2020-04-02
|/ | | | | | | | | | | | | | | "Not a lot of changes in this release, most are related to fixing output formatting and documentation." [0] File changes (additions/removals): +share/man/man8/tc-ets.8.gz +share/man/man8/tc-fq_pie.8.gz nix path-info -S: 5.5.0 51509616 5.6.0 51528680 [0]: https://marc.info/?l=linux-netdev&m=158585608413591
* iproute: add libmnl to build rdma utilityMarkus Kowalewski2020-02-25
|
* iproute: 5.4.0 -> 5.5.0Michael Weiss2020-01-29
| | | | | | | | | | | | | | | "Most of the fixes have been related to single (and json) formatting. Thank you to Aya, Jakub, Jiri, and Ron for the work to get devlink improved." [0] File changes (additions/removals): None nix path-info -S: 5.4.0 46705272 5.5.0 46726136 [0]: https://marc.info/?l=linux-netdev&m=158013364425477
* iproute: 5.3.0 -> 5.4.0Michael Weiss2019-11-26
| | | | | | | | | | | | | | "Not a lot of changes in this release, most are related to fixing output formatting and documentation." [0] File changes (additions/removals): +share/man/man8/devlink-trap.8.gz nix path-info -S: 5.3.0 46078816 5.4.0 46095296 [0]: https://www.spinics.net/lists/netdev/msg615781.html
* iproute: 5.2.0 -> 5.3.0Robin Gloster2019-10-03
|
* treewide: update globin's maintained drvsRobin Gloster2019-08-20
|
* iproute: 5.1.0 -> 5.2.0Michael Weiss2019-07-08
| | | | | | | | | | | | | | "Not a lot of big new features in this release. Just the usual array of small fixes across the board." [0] File changes: None nix path-info -S: 5.1.0 46637048 5.2.0 46627312 [0]: https://www.spinics.net/lists/netdev/msg584562.html
* iproute_mptcp: init at 0.95Matthieu Coudron2019-06-27
| | | | allows to disable MPTCP on specific interfaces.
* iproute: 5.0.0 -> 5.1.0Michael Weiss2019-05-13
| | | | | | | | | | | | | | | | "Most of the new features for this release are in the devlink and rdma utilities. And most of the bug fixes are in fixing the output format glitches that resulted from converting most of the tools to have JSON output." [0] File changes: +share/man/man8/devlink-health.8.gz nix path-info -S: 5.0.0 46661416 5.1.0 46677880 [0]: https://www.spinics.net/lists/netdev/msg569915.html
* iproute2: 4.20.0 -> 5.0.0Will Dietz2019-03-22
|
* Merge branch 'master' into staging-nextVladimír Čunát2019-02-01
|\ | | | | | | | | | | | | Comments on conflicts: - llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is to build all targets, so we should be fine - some pypi hashes: they were equivalent, just base16 vs. base32
| * treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | | | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* | iproute: 4.19.0 -> 4.20.0Michael Weiss2019-01-07
|/ | | | | | | | | | | | | | | "Update to iproute2 utility to support new features in Linux 4.20. This release is mostly small fixes but there are several changes related to ip neigh support for offloaded entries." [0] File changes: +share/man/man8/tc-taprio.8.gz nix path-info -S: 4.19.0 42681224 4.20.0 42714224 [0]: https://www.spinics.net/lists/netdev/msg543288.html
* iproute: 4.18 -> 4.19qolii2018-10-26
|
* iproute: add $dev output (#46558)Matthieu Coudron2018-09-12
| | | to provide the user API include/ that was previously dropped.
* alternative for iproute module (#41801)volth2018-09-01
|
* iproute: 4.17.0 -> 4.18.0 (#45218)R. RyanTM2018-08-21
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/iproute2/versions.
* iproute: allow to load ebpf programs (#44598)Matthieu Coudron2018-08-07
| | | ...via passing libelf as a buildinput.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* iproute: 4.16.0 -> 4.17.0R. RyanTM2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/iproute2/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/arpd had a zero exit code or showed the expected version - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/bridge passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/ctstat passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/genl passed the binary check. - Warning: no invocation of /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/ifcfg had a zero exit code or showed the expected version - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/ifstat passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/ip passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/lnstat passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/nstat passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/routef passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/routel passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/rtacct passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/rtmon passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/rtpr passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/rtstat passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/ss passed the binary check. - /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0/bin/tc passed the binary check. - 15 of 17 passed binary check by having a zero exit code. - 0 of 17 passed binary check by having the new version present in output. - found 4.17.0 with grep in /nix/store/fzsnlnw6b604as63f8pc7z5hbp9m6ypp-iproute2-4.17.0 - directory tree listing: https://gist.github.com/034a57ce83d6f871566054eab222cf18 - du listing: https://gist.github.com/19da8b14a2528b5fc8dca94a8f14216e
* iproute2: module to create rt_table file & coMatthieu Coudron2018-05-15
| | | | | | | | | | When doing source routing/multihoming, it's practical to give names to routing tables. The absence of the rt_table file in /etc make this impossible. This patch recreates these files on rebuild so that they can be modified by the user see NixOS#38638. iproute2 is modified to look into config.networking.iproute2.confDir instead of /etc/iproute2.
* iproute: 4.15.0 -> 4.16.0R. RyanTM2018-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/iproute2/versions. These checks were done: - built on NixOS - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/ctstat -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/ctstat --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/ifstat help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/lnstat -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/lnstat --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/nstat help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/routef -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/routef --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/routef help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/routel --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/routel help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/rtpr -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/rtpr --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/rtpr help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/rtstat -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/rtstat --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/ss -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/ss --help’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/tc -h’ got 0 exit code - ran ‘/nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0/bin/tc help’ got 0 exit code - found 4.16.0 with grep in /nix/store/m3b8yhqabqfzamhgnrxy1nffy7dmf4zy-iproute2-4.16.0 - directory tree listing: https://gist.github.com/3cbeb932502256cc3c7505200003d620
* iproute: patchshebangs to work on 'hostPlatform' (not build)Will Dietz2018-02-13
|
* iproute: don't use host BASH for scripts, fix for crossWill Dietz2018-02-13
| | | | | | | | | Doesn't eliminate glibc dep, somehow a dependency on host's "db" leaks, but it's a start. Also don't attempt to build unused 'netem' tools, avoiding need to use HOSTCC.
* iproute: 4.14.1 -> 4.15.0Tuomas Tynkkynen2018-02-04
|
* iproute: 4.13.0 -> 4.14.1Tuomas Tynkkynen2017-11-19
|
* iproute: 4.12.0 -> 4.13.0Franz Pletz2017-10-02
|
* fanctl, fan module: removeRobin Gloster2017-09-23
| | | | | | | | | This has been broken nearly all the time due to the patches needed to iproute2 not being compatible with the newer versions we have been shipping. As long as Ubuntu does not manage to upstream these changes so they are maintained with iproute2 and we don't have a maintainer updating these patches to new iproute2 versions it is not feasible to have this available.
* iproute: 4.11.0 -> 4.12.0Tuomas Tynkkynen2017-07-18
|
* iproute: 4.9.0 -> 4.11.0Franz Pletz2017-06-20
|
* iproute: update fan patchesRobin Gloster2017-01-19
|