summaryrefslogtreecommitdiffhomepage
path: root/system-dummy.c
AgeCommit message (Expand)Author
2020-11-05system-dummy: set present state only for simple devicesFelix Fietkau
2020-07-18bridge: add support for adding vlans to a bridgeJohn Crispin
2020-07-18bridge: add support for turning on vlan_filteringJohn Crispin
2020-07-18system-dummy: fix resolving ifindexFelix Fietkau
2020-06-04system-dummy: fix missing returnFelix Fietkau
2020-04-14interface, system: clean up netns functionalityDaniel Golle
2020-04-14interface: allow renaming interface when moving to jail netnsDaniel Golle
2020-01-18add basic support for jail network namespacesDaniel Golle
2019-04-15interface: add neighbor config supportmeurisa
2017-06-26netifd: Fix printf calls + function declarations.Rosen Penev
2017-02-11device: add veth supportMatthias Schiffer
2017-01-25interface-ip: route proto config support (FS#170)Hans Dedecker
2015-11-17device: fetch settings from external devices to make them usable for status o...Felix Fietkau
2014-12-23netifd: Add mldversion config supportSteven Barth
2014-12-08netifd: Add igmpversion config supportHans Dedecker
2014-11-19netifd: Add rpfilter config supportHans Dedecker
2014-11-19netifd: Fix device ifindex overwrite when processing netlink event messagesHans Dedecker
2014-07-30netifd: GRE tunnel supportHans Dedecker
2014-06-26system-dummy: set present flags on all devicesFelix Fietkau
2014-06-20system: fix treatment of RT_TABLE_MAINSteven Barth
2014-06-18netifd: Route type supportHans Dedecker
2014-06-11Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco
2014-04-05system-dummy: indicate link on present devicesFelix Fietkau
2014-03-11netifd: Fix bridge MTU setting when a bridge member is addedHans Dedecker
2013-10-03device: add macvlan supportFelix Fietkau
2013-04-05Fix system_resolve_rt_table() stub in system-dummy.cJo-Philipp Wich
2013-04-04Add support for ip rulesJo-Philipp Wich
2013-04-04Implement support for route / route6 table attributeJo-Philipp Wich
2013-01-15Initial IPv6 prefix supportSteven Barth
2012-09-06clean up and fix system-dummy addr/route messagesFelix Fietkau
2012-07-12expose system_if_apply_settings, make it ignore the mac address for external ...Felix Fietkau
2012-06-14ignore mac80211 devices specified in /etc/config/networkFelix Fietkau
2012-05-04add copyright headersFelix Fietkau
2012-03-15always create device routesFelix Fietkau
2012-03-15system-linux: add functions for adding/removing ip tunnels (currently only si...Felix Fietkau
2012-03-09system-dummy: add route metric informationFelix Fietkau
2012-01-19export carrier status in device statsFelix Fietkau
2011-12-04add dummy code for testing system_if_get_parent()Felix Fietkau
2011-10-26recognize stacked interfaces (e.g. dsa) and handle their dependenciesFelix Fietkau
2011-10-14flush routes after bringing up/down an interfaceFelix Fietkau
2011-10-11implement a new ubus object "network.device", add a method for dumping detail...Felix Fietkau
2011-10-10add interface uptime to the status infoFelix Fietkau
2011-10-09remove a bogus return statementFelix Fietkau
2011-10-09fix clearing device state, trigger it on device_init()Felix Fietkau
2011-10-09add more options for bridges, enable stp by default and set forwarding delay ...Felix Fietkau
2011-10-04rework debugging code, add debugging levelsFelix Fietkau
2011-09-23add a system_init function for system controlSteven Barth
2011-09-12system-dummy: print ipv6 addresses on address add/removeFelix Fietkau
2011-09-05move ip related functions and data structures to a separate header fileFelix Fietkau
2011-09-04fix compiler warningsFelix Fietkau