aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove support for treecleaned net-misc/pump0.7.8Matoro Mahri2024-01-074-66/+3
* net/dummy.sh: preload module, create interface conditionallyMatoro Mahri2023-11-251-5/+11
* net: add qmi interface supportAlon Bar-Lev2023-11-242-1/+134
* iwd: depend on "program /usr/libexec/iwd" instead of "program iwd"Violet Purcell2023-11-241-1/+1
* dhcpcd: Fixing the handling of dhcpcd arguments with spaceskmartin362023-10-191-2/+2
* net/bonding.sh: fix spelling of "lose"Mike Gilbert2023-09-101-1/+1
* Remove absolute paths from commandsMike Gilbert2023-09-1023-68/+59
* Update pidfile path for ppp-2.5.0Mike Gilbert2023-05-281-8/+30
* net/Makefile: include iwdRobin H. Johnson2023-04-191-1/+1
* net/dhcpcd.sh: adapt to dhcpcd-10 versioningGreg Kubaryk2023-04-171-1/+1
* net/arping.sh: adapt to new arping path in /usr/binSam James2023-02-121-1/+1
* net/iproute2.sh: Fix two regressions in _get_mac_addressKerin Millar2023-01-191-9/+7
* net/l2tp.sh: Don't try to evaluate l2tptunnel_${IFVAR} if unsetKerin Millar2023-01-191-2/+4
* net/wpa_supplicant.sh: Properly expand the number of positional parametersKerin Millar2023-01-171-1/+1
* net/veth.sh: Eliminate the bashism that is the == test operatorKerin Millar2023-01-171-1/+1
* net/bonding.sh: Eliminate the bashism that is pattern substitutionKerin Millar2023-01-171-1/+1
* net/l2tp.sh: Really favour IFACE over IFVAR in an informational messageKerin Millar2023-01-151-1/+1
* net/l2tp.sh: Favour IFACE over IFVAR in an informational messageKerin Millar2023-01-151-1/+1
* net/l2tp.sh: Slightly improve the structure of l2tp_pre_start()Kerin Millar2023-01-151-21/+19
* net/macchanger.sh: Update path to macchanger to /usr7e3f2023-01-151-2/+2
* net/l2tp.sh: Re-order function declarations and use a consistent brace styleKerin Millar2023-01-151-86/+82
* net/l2tp.sh: Rewrite to address issues of POSIX conformance (and more besides)Kerin Millar2023-01-151-143/+206
* net/hsr: add Parallel Redundancy Protocol (PRP) supportRobin H. Johnson2022-12-251-1/+6
* Adding the saved args to the stop commandkmartin362022-12-251-2/+2
* net/ethtool: support more ethtool config knobsRobin H. Johnson2021-04-051-2/+13
* Merge remote-tracking branch 'github/pr/36'Robin H. Johnson2021-04-051-2/+2
|\
| * net/ethtool.sh: add "eee" and "tunable" setting operationsMaciej S. Szmigiero2021-03-271-2/+2
* | net/iproute2.sh: in _get_mac_address, don't return multiple addressesPatrick McLean2021-03-301-3/+2
|/
* net/dummy.sh: Add support for network namespacesPatrick McLean2021-03-111-7/+9
* net/bridge.sh: Add support for network namespaces when using iproute2Patrick McLean2021-03-111-14/+14
* net/bonding.sh: Add support for network namespacesPatrick McLean2021-03-111-26/+31
* net/iproute2.sh: Add initial support for network namespacesPatrick McLean2021-03-111-47/+101
* net/apipa.sh: Simplify and address the remaining portability issuesKerin Millar2021-02-021-34/+29
* net/apipa.sh: Account for the first and last /24 being reservedKerin Millar2021-01-271-3/+3
* net/iwd.sh: Removed non-working "need dbus" callLars Wendler2021-01-271-1/+0
* net/apipa.sh: fix broken implementation by way of a rewriteKerin Millar2021-01-271-27/+67
* Use sysfs to obtain the MAC address in net/iproute2.shKerin Millar2021-01-241-9/+6
* net/wpa_supplicant.sh: Removed non-working "need dbus" callLars Wendler2021-01-181-8/+0
* net/pppd.sh: Completely overhauled pppd version checkLars Wendler2021-01-181-21/+3
* Convert many "grep" calls to "grep -F"Lars Wendler2021-01-185-11/+9
* net/pppd.sh: Improved pppd version checkLars Wendler2021-01-181-1/+1
* net/l2tp.sh: dash doesn't know "&>/dev/null" redirectLars Wendler2021-01-181-2/+1
* net/pppd.sh: prefer defaultroute-metricLars Wendler2021-01-051-2/+2
* net/pppd.sh: ppp-2.4.9 has renamed rp-pppoe.so to pppoe.soLars Wendler2021-01-051-4/+3
* Add code style fixes and missing copyright headersLars Wendler2021-01-051-2/+3
* net/dhcpcd.sh: Remove support for ancient dhcpcd versionsLars Wendler2021-01-051-18/+9
* net/dhcpcd.sh: Don't run dhcpcd on stop if it's not installedBrian Evans2020-12-151-1/+1
* net/iw: implement 802.11s meshRobin H. Johnson2020-06-021-0/+25
* net/iw: refactor iw mode setupRobin H. Johnson2020-06-021-17/+20
* dhclientv6: Add DHCPv6 support via dhclientDaniel Solano Gómez2020-06-024-6/+123