summaryrefslogtreecommitdiff
path: root/system-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* system-dummy: indicate link on present devicesFelix Fietkau2014-04-051-1/+3
* netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker2014-03-111-1/+1
* device: add macvlan supportFelix Fietkau2013-10-031-0/+10
* Fix system_resolve_rt_table() stub in system-dummy.cJo-Philipp Wich2013-04-051-2/+3
* Add support for ip rulesJo-Philipp Wich2013-04-041-0/+21
* Implement support for route / route6 table attributeJo-Philipp Wich2013-04-041-0/+5
* Initial IPv6 prefix supportSteven Barth2013-01-151-1/+7
* clean up and fix system-dummy addr/route messagesFelix Fietkau2012-09-061-56/+28
* expose system_if_apply_settings, make it ignore the mac address for external ...Felix Fietkau2012-07-121-0/+5
* ignore mac80211 devices specified in /etc/config/networkFelix Fietkau2012-06-141-0/+5
* add copyright headersFelix Fietkau2012-05-041-0/+13
* always create device routesFelix Fietkau2012-03-151-4/+2
* system-linux: add functions for adding/removing ip tunnels (currently only si...Felix Fietkau2012-03-151-0/+10
* system-dummy: add route metric informationFelix Fietkau2012-03-091-0/+3
* export carrier status in device statsFelix Fietkau2012-01-191-1/+9
* add dummy code for testing system_if_get_parent()Felix Fietkau2011-12-041-0/+3
* recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau2011-10-261-0/+6
* flush routes after bringing up/down an interfaceFelix Fietkau2011-10-141-0/+5
* implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau2011-10-111-0/+5
* add interface uptime to the status infoFelix Fietkau2011-10-101-0/+11
* remove a bogus return statementFelix Fietkau2011-10-091-1/+0
* fix clearing device state, trigger it on device_init()Felix Fietkau2011-10-091-0/+5
* add more options for bridges, enable stp by default and set forwarding delay ...Felix Fietkau2011-10-091-1/+1
* rework debugging code, add debugging levelsFelix Fietkau2011-10-041-14/+14
* add a system_init function for system controlSteven Barth2011-09-231-0/+5
* system-dummy: print ipv6 addresses on address add/removeFelix Fietkau2011-09-121-0/+10
* move ip related functions and data structures to a separate header fileFelix Fietkau2011-09-051-0/+1
* fix compiler warningsFelix Fietkau2011-09-041-0/+4
* s/set_device_present/device_set_present/Felix Fietkau2011-07-291-1/+1
* add routes/gateway supportFelix Fietkau2011-05-031-0/+52
* move interface address handling to the device module, clean up arguments to s...Felix Fietkau2011-05-021-7/+7
* add functions for setting v4 addressesFelix Fietkau2011-04-131-0/+28
* rework includesFelix Fietkau2011-03-291-0/+1
* Initial importFelix Fietkau2011-03-271-0/+62