aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mk/os.mk: don't use OS env var for overridingHEADmasterMatoro Mahri2024-01-141-1/+1
* Remove support for treecleaned net-misc/pump0.7.8Matoro Mahri2024-01-075-71/+5
* net.lo.in: replace "type" bashism with "command"Matoro Mahri2024-01-071-1/+1
* net/dummy.sh: preload module, create interface conditionallyMatoro Mahri2023-11-251-5/+11
* net: add qmi interface supportAlon Bar-Lev2023-11-243-1/+147
* iwd: depend on "program /usr/libexec/iwd" instead of "program iwd"Violet Purcell2023-11-241-1/+1
* Makefile.inc: prepare for 0.7.70.7.7Sam James2023-10-201-1/+1
* dhcpcd: Fixing the handling of dhcpcd arguments with spaceskmartin362023-10-191-2/+2
* Makefile.inc: prepare for 0.7.60.7.6Sam James2023-09-101-1/+1
* net/bonding.sh: fix spelling of "lose"Mike Gilbert2023-09-101-1/+1
* Remove absolute paths from commandsMike Gilbert2023-09-1024-70/+61
* Makefile.inc: version 0.7.50.7.5Mike Gilbert2023-05-281-1/+1
* Update pidfile path for ppp-2.5.0Mike Gilbert2023-05-281-8/+30
* net/Makefile: include iwdRobin H. Johnson2023-04-191-1/+1
* doc/net.example.Linux.in: add hsr examplesRobin H. Johnson2023-04-191-0/+2
* Makefile.inc: crank to 0.7.40.7.4Sam James2023-04-171-1/+1
* mk/dist.mk: use xzSam James2023-04-171-4/+4
* mk/dist.mk: use gtar for --ownersSam James2023-04-171-3/+3
* 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
* Merge remote-tracking branch 'github/pr/32'Robin H. Johnson2021-04-050-0/+0
|\
| * Added macvtap supportArseni Nimera2020-05-312-2/+9
* | net/ethtool: support more ethtool config knobsRobin H. Johnson2021-04-052-5/+16
* | Merge remote-tracking branch 'github/pr/36'Robin H. Johnson2021-04-052-6/+12
|\ \
| * | net/ethtool.sh: add "eee" and "tunable" setting operationsMaciej S. Szmigiero2021-03-272-5/+11
| * | doc/net.example.Linux: fix typo in "ethtool_coalesce_eth0" descriptionMaciej S. Szmigiero2021-03-271-1/+1
* | | net/iproute2.sh: in _get_mac_address, don't return multiple addressesPatrick McLean2021-03-301-3/+2
* | | net.lo.in: quote variables in _configure_variablesPatrick McLean2021-03-301-2/+2
|/ /
* | functions.sh: Fix non-netns case for ip commandPatrick McLean2021-03-241-1/+1
* | 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.example: Add example for network namespace supportPatrick McLean2021-03-111-0/+9
* | net/iproute2.sh: Add initial support for network namespacesPatrick McLean2021-03-113-47/+148
* | Makefile.inc: tag a new release0.7.3Lars Wendler2021-02-101-1/+1
* | 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