summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bridge: remove stray newline from device status vlan port listHEADmasterFelix Fietkau2023-05-041-1/+1
* device: fix segfault when recreating devicesFelix Fietkau2023-04-171-2/+6
* netifd: Activate -Wextra compile warningsHauke Mehrtens2023-02-191-1/+5
* netifd: Explicitly zero initialize variablesHauke Mehrtens2023-02-192-2/+2
* netifd: Do not return values in void functionHauke Mehrtens2023-02-192-3/+6
* netifd: Fix multiple -Wsign-compare warningsHauke Mehrtens2023-02-198-20/+24
* netifd: bridge: Fix format string positionHauke Mehrtens2023-02-191-1/+1
* device: fix vlan device issues with disappearing lower devicesFelix Fietkau2022-12-301-0/+13
* vlandev: propagate topology changesFelix Fietkau2022-12-301-0/+4
* utils: include utils.h lastFelix Fietkau2022-12-291-1/+2
* system: move netdev types to system-linux.c where they are usedFelix Fietkau2022-12-292-69/+69
* wireless: add support for disabling multicast-to-unicast per virtual interfaceFelix Fietkau2022-12-193-2/+29
* wireless: allow set_retry ubus notify command to trigger a wdev restartFelix Fietkau2022-12-191-4/+5
* treewide: correctly apply IFNAMSIZ limitJo-Philipp Wich2022-11-174-6/+6
* interface: fix use-after-free bug when rewriting resolv.confFelix Fietkau2022-08-251-1/+2
* netifd: fix WPA3 enterprise ciphersJoerg Werner2022-08-201-0/+9
* interface: support "zone" config optionRafał Miłecki2022-08-113-0/+10
* interface-ip: fix memory corruption bug when using jail network namespacesJunnan Xu2022-05-311-1/+3
* netifd: fix hwmode for 60g bandDaniel Golle2022-05-231-1/+2
* interface-ip: add support for excluding interfaces in host route lookupFelix Fietkau2022-05-194-5/+21
* interface-ip: unify host and proto route handlingFelix Fietkau2022-05-191-44/+47
* cmake: fix usage of implicit library and include pathsPetr Štetiar2022-02-201-2/+10
* netifd: interface-ip: don't set fib6 policies if ipv6 disabledJulian Squires2022-02-201-3/+5
* system-linux: expose hw-tc-offload ethtool feature in device status dumpJo-Philipp Wich2022-02-041-0/+116
* system-linux: add wrapper function for creating link config messagesFelix Fietkau2022-02-011-34/+32
* system-linux: delete bridge devices using netlinkFelix Fietkau2022-02-011-19/+19
* system-linux: create bridge devices using netlinkFelix Fietkau2022-02-011-157/+63
* iprule: add support for uidrangeMatthew Hagan2022-01-223-0/+28
* system: fix compilation with glibc 2.34Hans Dedecker2022-01-141-0/+4
* Revert "netifd: add devtype to ubus call"Hans Dedecker2022-01-121-107/+0
* netifd: add devtype to ubus callFlorian Eckert2022-01-122-0/+119
* netifd: add devtype to ubus callFlorian Eckert2021-12-251-0/+107
* netifd: allow disabling rule/rule6 config sectionsVladislav Grigoryev2021-12-121-0/+5
* interface-ip: add support for IPv6 prefix invalidationAlin Nastac2021-12-121-10/+28
* interface-ip: use metric when looking for a routeLuiz Angelo Daros de Luca2021-11-261-1/+3
* main: fix hotplug script usage messageStijn Tintel2021-11-231-1/+1
* system-linux: fix deletion of ip tunnels (FS#4058)Hans Dedecker2021-10-304-48/+23
* wireless: fix handling vif attributes on reload with mode changeFelix Fietkau2021-10-211-12/+3
* wireless: fix creating AP mode WDS station interfacesFelix Fietkau2021-10-201-3/+4
* interface, ubus: rework netns up/downDaniel Golle2021-10-133-72/+50
* interface: don't fork() to start jail interfaceDaniel Golle2021-10-131-34/+0
* wireless: fix index for stationsFelix Fietkau2021-09-291-1/+1
* wireless: reset retry counter when setup succeedsFelix Fietkau2021-09-291-0/+1
* wireless: reset number of retries on config changeFelix Fietkau2021-09-291-2/+4
* main: poll process log stream even if processes are killedFelix Fietkau2021-09-291-1/+1
* wireless: process and close script file descriptor when rerunning setupFelix Fietkau2021-09-291-0/+3
* wireless: display log messages for setup/teardown/retryFelix Fietkau2021-09-291-2/+6
* wireless: fix applying wireless devices attributes on hotplug eventsAndre Heider2021-09-281-1/+1
* netifd: rework/fix device free handlingFelix Fietkau2021-09-279-76/+30
* bonding: claim the port device before creating the bonding deviceFelix Fietkau2021-09-211-5/+6