summaryrefslogtreecommitdiff
path: root/system-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* interface: add neighbor config supportmeurisa2019-04-151-0/+20
* netifd: Fix printf calls + function declarations.Rosen Penev2017-06-261-1/+1
* device: add veth supportMatthias Schiffer2017-02-111-0/+10
* interface-ip: route proto config support (FS#170)Hans Dedecker2017-01-251-0/+6
* device: fetch settings from external devices to make them usable for status o...Felix Fietkau2015-11-171-0/+4
* netifd: Add mldversion config supportSteven Barth2014-12-231-6/+0
* netifd: Add igmpversion config supportHans Dedecker2014-12-081-0/+6
* netifd: Add rpfilter config supportHans Dedecker2014-11-191-0/+6
* netifd: Fix device ifindex overwrite when processing netlink event messagesHans Dedecker2014-11-191-0/+5
* netifd: GRE tunnel supportHans Dedecker2014-07-301-1/+1
* system-dummy: set present flags on all devicesFelix Fietkau2014-06-261-8/+2
* system: fix treatment of RT_TABLE_MAINSteven Barth2014-06-201-0/+5
* netifd: Route type supportHans Dedecker2014-06-181-0/+6
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-0/+10
* 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