aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bashisms: Fix bashisms for dash support.Robin H. Johnson2016-10-241-1/+1
* 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
* 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-231-15/+13
* 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
* 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
* GitHub PR#20: Add L2TPv3 tunnel/session support to iproute2 moduleRobin H. Johnson2016-07-051-0/+169
|\
| * Start/stop message updateEmeric Verschuur2016-05-011-2/+2
| * Adding L2TP (v3) module (net/l2tp.sh) to support L2TPv3 linkEmeric Verschuur2016-05-011-0/+169
| * 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
* | arping: one more path per bug #566142.Robin H. Johnson2016-07-051-1/+1
|/
* Merge remote-tracking branch 'github/master'Robin 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-081-0/+56
* | New interface type: dummy.Robin H. Johnson2015-11-081-0/+41
|/
* net: bridge: add bridge_ and brport_ prefixes to sysfs interfaceAlon Bar-Lev2015-11-071-12/+17
* net: bridge: support iproute2Alon Bar-Lev2015-11-071-19/+56
* net: bridge: display a warning for brctl options depreciationAlon Bar-Lev2015-11-071-9/+13
* Revert "bridge: use/prefer iproute2/sysfs where possible"Alon Bar-Lev2015-11-071-83/+6
* Merge pull request #12 from Whissi/some-netifrc-fixesRobin H. Johnson2015-05-131-10/+20
|\
| * net/iproute2: No need to use 'grep' for checking tentative stateThomas D2015-03-101-2/+3
| * net/iproute2: Add timeout information and timeout progress indicatorThomas D2015-03-101-8/+17
* | bridge: use/prefer iproute2/sysfs where possibleDoug Freed2015-03-141-6/+83
|/
* do not use `echo -n`Mike Frysinger2015-02-242-2/+2
* Merge pull request #6 from floppym/fixes1Robin H. Johnson2015-01-191-4/+1
|\
| * dhcpcd: Avoid calling start-stop-daemonMike Gilbert2015-01-151-4/+1
* | firewalld: remove use of OpenRC need functionDoug Freed2015-01-161-1/+0
|/
* bonding: use iproute2 rather than ifconfig if it is installedPatrick McLean2014-12-101-3/+12
* Use dhcpcd -k to force the release, instead of SIGHUPNuno Silva (njsg)2014-09-231-2/+5
* iproute2: more ip6 tunnel modes.Robin H. Johnson2014-07-161-2/+5
* iproute2: verbose outputRobin H. Johnson2014-07-161-2/+23
* net/macchanger: fix for bug 503358Rick Farina (Zero_Chaos)2014-04-151-2/+2
* ifconfig: support ipv6 routes without default prefix.Alexander Tsoy2013-08-281-3/+5
* net/iproute2: increase default dad_timeout to 10sRobin H. Johnson2013-08-281-1/+1
* fixed paths for arping tool due to ~arch iputils path migration, bug 458090Ian Stakenvicius2013-08-272-2/+2
* Bug #460756: Make clip module quiet.Robin H. Johnson2013-08-251-1/+2
* Merge remote-tracking branch 'origin/bug481970'Robin H. Johnson2013-08-231-3/+3
|\
| * drop _has_carrier check from ipv6_tentative since it doesn't do what we expec...Ian Stakenvicius2013-08-221-3/+3
* | Merge branch 'master' into bug446606Robin H. Johnson2013-08-231-8/+8
|\ \
| * | swap $IFACE for $IFVAR on eval's in net/vlan.shAndreas Kinzler2013-08-231-8/+8
| |/