CMake: bump the minimum required CMake version to 3.5
[project/netifd.git] / system-linux.c
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-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 Fietkaudebug: remove newline from debug messages
2023-12-05 Felix Fietkaunetifd: add netlink udebug ring
2023-11-20 Felix Fietkausystem-linux: fix bogus debug error messages on adding...
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 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 Wichinterface-ip: allow configuring routes without explicit...
2023-11-07 Felix Fietkausystem-linux: fix race condition on bringing up wireles...
2023-08-31 Ruiwei Chensystem-linux: switch to new ETHTOOL_xLINKSETTINGS API
2023-06-23 Felix Fietkaubridge: add support for configuring extra tagged vlans...
2023-06-04 Felix Fietkausystem-linux: fix memory leak in system_bridge_vlan_check
2023-05-31 Petr Štetiartreewide: fix multiple compiler warnings
2023-02-19 Hauke Mehrtensnetifd: Explicitly zero initialize variables
2023-02-19 Hauke Mehrtensnetifd: Fix multiple -Wsign-compare warnings
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-11-17 Jo-Philipp Wichtreewide: correctly apply IFNAMSIZ limit
2022-02-04 Jo-Philipp Wichsystem-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-12 Florian Eckertnetifd: add devtype to ubus call
2021-10-30 Hans Dedeckersystem-linux: fix deletion of ip tunnels (FS#4058)
2021-09-03 Felix Fietkaudevice: add support for configuring bonding devices
2021-09-01 Felix Fietkauwireless: improve reliability of proxyarp support
2021-09-01 Felix Fietkausystem-linux: remove copy&paste from /proc and /sys...
2021-08-27 Felix Fietkauwireless: always enable bpdu filter for AP interfaces...
2021-08-24 Felix Fietkaubridge: tune default stp parameters
2021-08-24 Felix Fietkaubridge: add support for an external STP daemon
2021-08-02 Felix Fietkaudevice: add support for configuring device link speed...
2021-07-29 Felix Fietkaudevice: extend device settings flags to 64 bit
2021-07-23 Felix Fietkaubridge: check bridge port vlan membership on link-up...
2021-06-19 Felix Fietkaudevice: move hotplug handling logic from system-linux...
2021-03-31 Daniel Gollesystem-linux: add device options used by wpad
2021-03-31 Daniel Gollesystem-linux: reorder sysctl functions
2020-12-13 Nick Hainkenetifd: add segment routing support
2020-11-30 Felix Fietkauconfig: parse default mac address from board.json
2020-11-30 Felix Fietkausystem-linux: move device settings handling to device.c
2020-11-30 Felix Fietkausystem-linux: simplify mask check in system_if_apply_se...
2020-11-23 Felix Fietkausystem-linux: add retry for adding member devices to...
2020-11-23 Felix Fietkausystem-linux: implement full device present state manag...
2020-11-13 Felix Fietkausystem-linux: only overwrite dev->present state on...
2020-10-10 Alin Nastacsystem-linux: initialize ifreq struct before using it
2020-09-12 Johannes Kimmelnetifd: vxlan: add aging and maxaddress options
2020-09-12 Johannes Kimmelnetifd: vxlan: add most missing boolean options
2020-09-12 Johannes Kimmelnetifd: vxlan: refactor mapping of boolean attrs
2020-09-12 Johannes Kimmelnetifd: vxlan: handle srcport range
2020-07-18 John Crispinbridge: add support for adding vlans to a bridge
2020-07-18 John Crispinbridge: add support for turning on vlan_filtering
2020-06-06 Kristian Evensensystem-linux: improve handling of device rename
2020-05-21 Pau Espin Pedrolvlandev: support setting ingress/egress QoS mappings
2020-04-14 Daniel Golleinterface, system: clean up netns functionality
2020-04-13 Daniel Golleinterface: allow renaming interface when moving to...
2020-03-27 Alin Nastacsystem-linux: fix PATH_MAX undeclared compilation error
2020-03-26 Rosen Penevsystem-linux: fix compilation with musl 1.2.0
2020-01-18 Daniel Golleadd basic support for jail network namespaces
2019-08-05 Hans Dedeckersystem-linux: fix resource leak
2019-07-22 Hans Dedeckersystem-linux: Coverity fixes
2019-06-14 André Valentinnetifd: fix xfrm interface deletion and standardize...
2019-06-13 Hans Dedeckersystem-linux: remove superfluous dev check
2019-06-08 André Valentinnetifd: add xfrm tunnel interface support
2019-04-15 Hans Dedeckersystem-linux: remove debug tracing
2019-04-15 meurisainterface: add neighbor config support
2019-01-31 Alin Nastacsystem-linux: handle hotplug event socket ENOBUFS errors
2018-12-13 Hans Dedeckersystem-linux: get rid of SIOCSDEVPRIVATE
2018-11-19 Hans Dedeckertreewide: switch to C-code style comments
2018-10-17 Hans Dedeckersystem-linux: enable by default ignore encaplimit for...
2018-10-16 Hans Dedeckersystem-linux: fix a typo in gre tunnel data parsing...
2018-09-18 Hans Dedeckersystem-linux: enable by default ignore encaplimit for...
2018-07-04 Felix Fietkausystem-linux: fix build error on older kernels
2018-07-04 Felix Fietkausystem-linux: adjust bridge isolate mode for upstream...
2018-07-04 Hans Dedeckersystem-linux: extend link mode speed definitions
2018-06-28 Joe Holdensystem-linux: add autoneg and link-partner output
2018-05-30 Hans Dedeckersystem-linux: make encaplimit configurable for ip6...
2018-04-24 Hans Dedeckersystem-linux: fix strncpy bounds
2018-04-16 Hans Dedeckersystem-linux: check ioctl return value in system_vlan()
2018-04-14 Hans Dedeckersystem-linux: check ioctl return value in system_if_flags()
2018-04-14 Hans Dedeckersystem-linux: fix segfault on alloc failure in system_i...
2018-04-14 Hans Dedeckersystem-linux: fix segfault on error in system_add_ip6_t...
2018-04-12 Hans Dedeckersystem-linux: remove unnecessary open call in system_if...
2018-04-12 Hans Dedeckersystem-linux: fix memory leak on error in system_add_vx...
2018-03-13 Felix Fietkaudevice: add support for setting the isolate options...
2018-02-26 Felix Fietkauremove rps/xps configuration support
2018-01-24 Matthias Schiffersystem-linux: VXLAN: add options to enable and disable...
2017-10-06 Martin Schillersystem-linux: add support for hotplug event 'move'
2017-08-29 Hans Dedeckersystem-linux: parse map-e fmrs parameters as nested...
2017-08-22 John Crispinallow setting rps/xps defualt values via uci
2017-08-17 Alin Năstacnetifd: allow negative neighlocktime values
2017-08-15 Hans Dedeckersystem-linux: parse ipv6 specific tunnel settings as...
2017-07-21 Stijn Tintelsystem-linux: fix GRE ikey/okey endianness
next