netifd: Fix bridge MTU setting when a bridge member is added
[project/netifd.git] / system-dummy.c
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2013-10-03 Felix Fietkaudevice: add macvlan support
2013-04-05 Jo-Philipp WichFix system_resolve_rt_table() stub in system-dummy.c
2013-04-04 Jo-Philipp WichAdd support for ip rules
2013-04-04 Jo-Philipp WichImplement support for route / route6 table attribute
2013-01-15 Steven BarthInitial IPv6 prefix support
2012-09-06 Felix Fietkauclean up and fix system-dummy addr/route messages
2012-07-12 Felix Fietkauexpose system_if_apply_settings, make it ignore the...
2012-06-14 Felix Fietkauignore mac80211 devices specified in /etc/config/network
2012-05-04 Felix Fietkauadd copyright headers
2012-03-15 Felix Fietkaualways create device routes
2012-03-14 Felix Fietkausystem-linux: add functions for adding/removing ip...
2012-03-09 Felix Fietkausystem-dummy: add route metric information
2012-01-19 Felix Fietkauexport carrier status in device stats
2011-12-04 Felix Fietkauadd dummy code for testing system_if_get_parent()
2011-10-26 Felix Fietkaurecognize stacked interfaces (e.g. dsa) and handle...
2011-10-14 Felix Fietkauflush routes after bringing up/down an interface
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-10 Felix Fietkauadd interface uptime to the status info
2011-10-09 Felix Fietkauremove a bogus return statement
2011-10-09 Felix Fietkaufix clearing device state, trigger it on device_init()
2011-10-09 Felix Fietkauadd more options for bridges, enable stp by default...
2011-10-04 Felix Fietkaurework debugging code, add debugging levels
2011-09-23 Steven Barthadd a system_init function for system control
2011-09-12 Felix Fietkausystem-dummy: print ipv6 addresses on address add/remove
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-09-04 Felix Fietkaufix compiler warnings
2011-07-29 Felix Fietkaus/set_device_present/device_set_present/
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-04-13 Felix Fietkauadd functions for setting v4 addresses
2011-03-29 Felix Fietkaurework includes
2011-03-27 Felix FietkauInitial import