aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new iw module for wireless to supersede iwconfigiwBrian Evans2016-12-213-4/+738
* Bump to 0.5.1.0.5.1Robin H. Johnson2016-10-261-1/+1
* net/iproute2: fix netmask specifier.Robin H. Johnson2016-10-261-1/+1
* net/macchanger: support newer macchanger tool.0.5.0Robin H. Johnson2016-10-241-13/+13
* Makefile.inc: prepare for next release.Robin H. Johnson2016-10-241-1/+1
* Update TODO.Robin H. Johnson2016-10-241-0/+3
* udev_rules: %k obsolete.Robin H. Johnson2016-10-241-3/+2
* Switch /var/run to /run.Robin H. Johnson2016-10-2413-46/+46
* sh/udhcpc-hook.sh: classless static routesRobin H. Johnson2016-10-241-1/+25
* doc: resolvconf-gentoo is now openresolv.Robin H. Johnson2016-10-242-4/+4
* net/iproute2: no automatic scope=host on loopback.Robin H. Johnson2016-10-241-5/+0
* net.lo: Add metric to supported config variablesSven Wegener2016-10-241-1/+1
* Merge remote-tracking branch 'github/pull/23/head'Robin H. Johnson2016-10-241-2/+3
|\
| * doc: bridge: add explicit iproute2 hintAlon Bar-Lev2016-10-171-2/+3
* | bashisms: Fix bashisms for dash support.Robin H. Johnson2016-10-242-2/+2
* | net/iproute2: IPv6 DAD delay must be non-fatal.Robin H. Johnson2016-10-241-1/+2
* | iproute2/_get_route: better output on route checkRobin H. Johnson2016-10-231-2/+2
* | iproute2/_get_route: do not include metric in test for existing route.Robin H. Johnson2016-10-231-5/+5
* | iproute2/_add_route: ensure metric is set properly.Robin H. Johnson2016-10-231-1/+1
* | net.lo: do not hide any _add_route output.Robin H. Johnson2016-10-231-1/+1
* | net.lo: display ALL routesRobin H. Johnson2016-10-231-8/+2
* | iproute2: error-check the error-behavior input.Robin H. Johnson2016-10-231-0/+2
* | iproute2: clean up error output and make sure it works.Robin H. Johnson2016-10-232-16/+16
* | iproute2: handle other error case better.Robin H. Johnson2016-10-231-2/+2
* | iproute2: treat EEXIST error on routes as non-fatal.Robin H. Johnson2016-10-231-1/+24
* | iproute2: treat EEXIST error on addresses as non-fatal.Robin H. Johnson2016-10-231-1/+24
* | net.lo: framework for error handling customization.Robin H. Johnson2016-10-231-0/+28
* | iproute2: capture the family and always set netmask explicitly.Robin H. Johnson2016-10-231-12/+27
* | iproute2: prepare for error-checking on ip addr/route/tunnel.Robin H. Johnson2016-10-231-1/+9
* | iproute2: errorcheck on netmasks.Robin H. Johnson2016-10-231-1/+6
|/
* iproute2: add keywords: noprefixroute mngtmpaddr.Robin H. Johnson2016-10-051-2/+7
* Fix missing interface typesAndrey Volkov2016-07-191-1/+1
* Makefile.inc: Bump version for new release.0.4.0Robin H. Johnson2016-07-141-1/+1
* gitignore: systemd-wrapper.sh is built.Robin H. Johnson2016-07-141-0/+1
* Add license info per GitHub issue #11.Robin H. Johnson2016-07-052-1/+28
* GitHub PR#20: Add L2TPv3 tunnel/session support to iproute2 moduleRobin H. Johnson2016-07-052-0/+193
|\
| * Start/stop message updateEmeric Verschuur2016-05-011-2/+2
| * Adding L2TP (v3) module (net/l2tp.sh) to support L2TPv3 linkEmeric Verschuur2016-05-012-0/+193
| * Revert "Add L2TPv3 tunnel/session support to iproute2 module"Mr-TI2016-05-011-45/+0
| * Add L2TPv3 tunnel/session support to iproute2 moduleEmeric Verschuur2016-04-231-0/+45
* | Merge PR#21 for OpenRC binary changes.Robin H. Johnson2016-07-051-2/+2
|\ \
| * | net.lo: use #!/sbin/openrc-run instead of #!/sbin/runscriptThomas Deutschmann2016-06-121-2/+2
| |/
| * udev: Bail out early if not running openrc (#19)Mike Gilbert2016-04-221-0/+5
* | arping: one more path per bug #566142.Robin H. Johnson2016-07-051-1/+1
* | udev: Bail out early if not running openrcMike Gilbert2016-04-221-0/+5
|/
* hsr: Missed $iface in variable names.Robin H. Johnson2015-11-081-3/+3
* Merge remote-tracking branch 'github/master'Robin H. Johnson2015-11-081-0/+2
|\
| * Merge pull request #17 from alonbl/bridgeRobin H. Johnson2015-11-081-0/+2
| |\
| | * net: bridge: add warning when using sysfs variables without prefixAlon Bar-Lev2015-11-081-0/+2
| |/
* | New interace type: HSR.Robin H. Johnson2015-11-083-1/+62