summaryrefslogtreecommitdiff
path: root/system-linux.c
Commit message (Expand)AuthorAgeFilesLines
* netifd: Explicitly zero initialize variablesHauke Mehrtens2023-02-191-1/+1
* netifd: Fix multiple -Wsign-compare warningsHauke Mehrtens2023-02-191-9/+12
* system: move netdev types to system-linux.c where they are usedFelix Fietkau2022-12-291-0/+69
* wireless: add support for disabling multicast-to-unicast per virtual interfaceFelix Fietkau2022-12-191-2/+4
* treewide: correctly apply IFNAMSIZ limitJo-Philipp Wich2022-11-171-1/+1
* 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-221-0/+9
* netifd: add devtype to ubus callFlorian Eckert2022-01-121-0/+54
* system-linux: fix deletion of ip tunnels (FS#4058)Hans Dedecker2021-10-301-42/+17
* device: add support for configuring bonding devicesFelix Fietkau2021-09-031-0/+97
* wireless: improve reliability of proxyarp supportFelix Fietkau2021-09-011-2/+9
* system-linux: remove copy&paste from /proc and /sys path namesFelix Fietkau2021-09-011-140/+149
* wireless: always enable bpdu filter for AP interfaces and VLANsFelix Fietkau2021-08-271-0/+8
* bridge: tune default stp parametersFelix Fietkau2021-08-241-10/+6
* bridge: add support for an external STP daemonFelix Fietkau2021-08-241-3/+5
* device: add support for configuring device link speed/duplexFelix Fietkau2021-08-021-0/+52
* device: extend device settings flags to 64 bitFelix Fietkau2021-07-291-1/+1
* bridge: check bridge port vlan membership on link-up eventsFelix Fietkau2021-07-231-0/+191
* device: move hotplug handling logic from system-linux.c to device.cFelix Fietkau2021-06-191-34/+6
* system-linux: add device options used by wpadDaniel Golle2021-03-311-0/+91
* system-linux: reorder sysctl functionsDaniel Golle2021-03-311-5/+5
* netifd: add segment routing supportNick Hainke2020-12-131-0/+25
* config: parse default mac address from board.jsonFelix Fietkau2020-11-301-2/+2
* system-linux: move device settings handling to device.cFelix Fietkau2020-11-301-8/+1
* system-linux: simplify mask check in system_if_apply_settingsFelix Fietkau2020-11-301-16/+18
* system-linux: add retry for adding member devices to a bridgeFelix Fietkau2020-11-231-2/+11
* system-linux: implement full device present state management for force-extern...Felix Fietkau2020-11-231-4/+1
* system-linux: only overwrite dev->present state on check_state for simple dev...Felix Fietkau2020-11-131-2/+4
* system-linux: initialize ifreq struct before using itAlin Nastac2020-10-101-0/+2
* netifd: vxlan: add aging and maxaddress optionsJohannes Kimmel2020-09-121-0/+10
* netifd: vxlan: add most missing boolean optionsJohannes Kimmel2020-09-121-3/+13
* netifd: vxlan: refactor mapping of boolean attrsJohannes Kimmel2020-09-121-10/+14
* netifd: vxlan: handle srcport rangeJohannes Kimmel2020-09-121-0/+26
* bridge: add support for adding vlans to a bridgeJohn Crispin2020-07-181-0/+47
* bridge: add support for turning on vlan_filteringJohn Crispin2020-07-181-0/+6
* system-linux: improve handling of device renameKristian Evensen2020-06-061-1/+6
* vlandev: support setting ingress/egress QoS mappingsPau Espin Pedrol2020-05-211-1/+24
* interface, system: clean up netns functionalityDaniel Golle2020-04-141-9/+7
* interface: allow renaming interface when moving to jail netnsDaniel Golle2020-04-141-5/+12
* system-linux: fix PATH_MAX undeclared compilation errorAlin Nastac2020-03-271-0/+1
* system-linux: fix compilation with musl 1.2.0Rosen Penev2020-03-261-1/+1
* add basic support for jail network namespacesDaniel Golle2020-01-181-0/+35
* system-linux: fix resource leakHans Dedecker2019-08-051-4/+5
* system-linux: Coverity fixesHans Dedecker2019-07-221-8/+26
* netifd: fix xfrm interface deletion and standardize netlink callAndré Valentin2019-06-141-2/+3
* system-linux: remove superfluous dev checkHans Dedecker2019-06-131-3/+0
* netifd: add xfrm tunnel interface supportAndré Valentin2019-06-081-0/+61