summaryrefslogtreecommitdiff
path: root/system-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* system-linux: fix deletion of ip tunnels (FS#4058)Hans Dedecker2021-10-301-2/+2
* device: add support for configuring bonding devicesFelix Fietkau2021-09-031-0/+10
* bridge: add support for an external STP daemonFelix Fietkau2021-08-241-0/+4
* 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/+5
* config: parse default mac address from board.jsonFelix Fietkau2020-11-301-1/+3
* system-dummy: print configured mac addressFelix Fietkau2020-11-301-0/+4
* system-dummy: set present state only for simple devicesFelix Fietkau2020-11-051-1/+3
* bridge: add support for adding vlans to a bridgeJohn Crispin2020-07-181-0/+11
* bridge: add support for turning on vlan_filteringJohn Crispin2020-07-181-1/+2
* system-dummy: fix resolving ifindexFelix Fietkau2020-07-181-2/+2
* system-dummy: fix missing returnFelix Fietkau2020-06-041-0/+2
* interface, system: clean up netns functionalityDaniel Golle2020-04-141-2/+2
* interface: allow renaming interface when moving to jail netnsDaniel Golle2020-04-141-2/+2
* add basic support for jail network namespacesDaniel Golle2020-01-181-0/+18
* 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