project/netifd.git
2024-02-26 Yegor YefremovCMake: bump the minimum required CMake version to 3.5 master
2024-01-04 Erik Karlssondevice: restore cleared flags on device down
2024-01-04 Matthias Schiffersystem-linux: fix race condition in netlink socket...
2023-12-19 Felix FietkauRevert "system-linux: set pending to 0 on ifindex found...
2023-12-18 Dustin Spicuzzadevice: Log error message if device initialization...
2023-12-18 Mikael Magnussonnetifd: fix undefined va_list value which can cause...
2023-12-17 Christian Marangisystem-linux: set pending to 0 on ifindex found or...
2023-12-12 Christian Marangisystem-linux: skip refreshing MAC on master change...
2023-12-12 Christian Marangisystem-linux: set master early on apply settings
2023-12-05 Felix Fietkaubridge: rework config change pvid handling
2023-12-05 Felix Fietkaubridge: fix reload on bridge vlan changes
2023-12-05 Felix Fietkaudebug: remove newline from debug messages
2023-12-05 Felix Fietkaunetifd: add netlink udebug ring
2023-11-27 Felix Fietkauudebug: use helper code for ubus config handling
2023-11-20 Felix Fietkauwireless: add bridge_isolate option
2023-11-20 Felix Fietkausystem-linux: fix bogus debug error messages on adding...
2023-11-20 Felix Fietkaureplace DPRINTF calls with D(...)
2023-11-20 Felix Fietkauadd udebug support
2023-11-14 Jo-Philipp... interface-ip: fix IPv4 route target masking
2023-11-11 Christian Marangisystem-linux: refresh MAC address on DSA port conduit...
2023-11-10 Felix Fietkauwireless: fix premature removal of hotplug devices...
2023-11-10 Felix Fietkauwireless: fix sign comparison warning
2023-11-10 Rahul Thakurdevice: add support to configure eee
2023-11-09 Christian Marangisystem-linux: fix compilation error if IFLA_DSA_MASTER...
2023-11-09 Christian Marangisystem-linux: make system_if_get_master_ifindex static
2023-11-09 Christian Marangisystem-linux: add option to configure DSA conduit device
2023-11-09 Christian Marangisystem-linux: add support for configurable GRO option
2023-11-08 Jo-Philipp... interface-ip: allow configuring routes without explicit...
2023-11-08 Jo-Philipp... interface-ip: mask out host bits in IPv4 route targets
2023-11-07 Felix Fietkausystem-linux: fix race condition on bringing up wireles...
2023-11-06 Felix Fietkaudevice: fix build error on 32 bit systems
2023-11-03 Felix Fietkaubridge: add support for configuring vlans for auth...
2023-11-02 Felix Fietkaubridge: add auth-required bridge members with auth_stat...
2023-11-01 Felix Fietkaudevice: send notifications for device events via ubus
2023-11-01 Felix Fietkaudevice/bridge: support passing extra vlans in the devic...
2023-10-20 Christian Marangiconfig: fix incompatible with jshn network-device entry
2023-09-25 Erik Karlssoninterface: do not release device on link down
2023-09-19 Felix Fietkauwireless: update prev_config on SET_DATA notify
2023-09-15 Felix Fietkauwireless: dynamically enable/disable virtual interfaces...
2023-09-15 Felix Fietkauwireless: clean up prev_config handling
2023-09-15 Felix Fietkauwireless: rework and fix vlan/station config reload...
2023-08-31 Daniel Gollemake_ethtool_modes_h.sh: apply anti-bashism
2023-08-31 Ruiwei Chensystem-linux: switch to new ETHTOOL_xLINKSETTINGS API
2023-08-31 Felix Fietkauscripts/netifd-wireless.sh: properly fix WPA3 Enterpris...
2023-08-17 Prasun Maitinetifd: fix disabling radio via config if reconf is...
2023-07-17 Felix Fietkauwireless: enable dynamic reconfiguration by default
2023-07-17 Felix Fietkauwireless: add support for replacing data blobs at runtime
2023-07-03 Felix Fietkaubridge: fix config reload on 32 bit systems
2023-06-29 Felix Fietkauwireless: fix another reconf issue
2023-06-28 Felix Fietkauwireless: fix handling config reload with reconf=1
2023-06-28 Felix Fietkauwireless: fix changing reconf/serialize options in...
2023-06-27 Felix Fietkaubridge: add support for configuring extra vlans for...
2023-06-24 Christian Marangibridge: fix coverity false positive report
2023-06-23 Felix Fietkaubridge: add support for adding vlan ranges via hotplug
2023-06-23 Felix Fietkaubridge: make hotplug-added vlans default to tagged
2023-06-23 Felix Fietkaubridge: add support for configuring extra tagged vlans...
2023-06-21 Felix Fietkauwireless: add network_vlan config attribute
2023-06-21 Felix Fietkauvlan/vlandev: pass through extra vlan information passe...
2023-06-04 Felix Fietkausystem-linux: fix memory leak in system_bridge_vlan_check
2023-05-31 Petr Štetiarbridge: bridge_dump_info: add dumping of bridge attributes staging/ynezz/fixes-bridge-inspect
2023-05-31 Petr Štetiarbridge: make it more clear why the config was applied
2023-05-31 Petr Štetiarcmake: fix build by reordering the cflags definitions
2023-05-31 Petr Štetiartreewide: fix multiple compiler warnings
2023-05-04 Felix Fietkaubridge: remove stray newline from device status vlan...
2023-04-17 Felix Fietkaudevice: fix segfault when recreating devices
2023-02-19 Hauke Mehrtensnetifd: Activate -Wextra compile warnings
2023-02-19 Hauke Mehrtensnetifd: Explicitly zero initialize variables
2023-02-19 Hauke Mehrtensnetifd: Do not return values in void function
2023-02-19 Hauke Mehrtensnetifd: Fix multiple -Wsign-compare warnings
2023-02-19 Hauke Mehrtensnetifd: bridge: Fix format string position
2022-12-30 Felix Fietkaudevice: fix vlan device issues with disappearing lower...
2022-12-30 Felix Fietkauvlandev: propagate topology changes
2022-12-29 Felix Fietkauutils: include utils.h last
2022-12-29 Felix Fietkausystem: move netdev types to system-linux.c where they...
2022-12-19 Felix Fietkauwireless: add support for disabling multicast-to-unicas...
2022-12-19 Felix Fietkauwireless: allow set_retry ubus notify command to trigge...
2022-11-17 Jo-Philipp... treewide: correctly apply IFNAMSIZ limit
2022-08-25 Felix Fietkauinterface: fix use-after-free bug when rewriting resolv...
2022-08-20 Joerg Wernernetifd: fix WPA3 enterprise ciphers
2022-08-11 Rafał Miłeckiinterface: support "zone" config option
2022-05-31 Junnan Xuinterface-ip: fix memory corruption bug when using...
2022-05-23 Daniel Gollenetifd: fix hwmode for 60g band
2022-05-19 Felix Fietkauinterface-ip: add support for excluding interfaces...
2022-05-19 Felix Fietkauinterface-ip: unify host and proto route handling
2022-02-20 Petr Štetiarcmake: fix usage of implicit library and include paths
2022-02-20 Julian Squiresnetifd: interface-ip: don't set fib6 policies if ipv6...
2022-02-04 Jo-Philipp... system-linux: expose hw-tc-offload ethtool feature...
2022-02-01 Felix Fietkausystem-linux: add wrapper function for creating link...
2022-02-01 Felix Fietkausystem-linux: delete bridge devices using netlink
2022-02-01 Felix Fietkausystem-linux: create bridge devices using netlink
2022-01-22 Matthew Haganiprule: add support for uidrange
2022-01-14 Hans Dedeckersystem: fix compilation with glibc 2.34
2022-01-12 Hans DedeckerRevert "netifd: add devtype to ubus call"
2022-01-12 Florian Eckertnetifd: add devtype to ubus call
2021-12-25 Florian Eckertnetifd: add devtype to ubus call
2021-12-12 Vladislav Grigoryevnetifd: allow disabling rule/rule6 config sections
2021-12-12 Alin Nastacinterface-ip: add support for IPv6 prefix invalidation
2021-11-26 Luiz Angelo... interface-ip: use metric when looking for a route
2021-11-23 Stijn Tintelmain: fix hotplug script usage message
2021-10-30 Hans Dedeckersystem-linux: fix deletion of ip tunnels (FS#4058)
next