fold the _init callback into _init_config
[project/netifd.git] / system-linux.c
2011-10-26 Felix Fietkaurecognize stacked interfaces (e.g. dsa) and handle...
2011-10-23 Felix Fietkaufix system_if_check
2011-10-23 Felix Fietkauparse kobject uevent messages for figuring out when...
2011-10-23 Felix Fietkauadd a function for creating a raw event socket that...
2011-10-23 Felix Fietkauremove some more code duplication
2011-10-23 Felix Fietkaumove code for creating an event socket to a function
2011-10-23 Felix Fietkaumove all variables belonging to the netlink event socke...
2011-10-23 Felix Fietkaudrop the cleanup path in system_init, since system_init...
2011-10-20 Felix Fietkaureduce stack usage
2011-10-20 Felix Fietkaudo not clear device state for devices created by proto...
2011-10-19 Felix Fietkaurework route handling, move parser code to interface...
2011-10-18 Felix Fietkauapply low level device settings
2011-10-18 Felix Fietkauset the igmp snooping option for bridges
2011-10-18 Felix Fietkaudisable ipv6 for bridge member interfaces
2011-10-14 Felix Fietkauclear existing addresses/routes on interfaces when...
2011-10-14 Felix Fietkauflush routes after bringing up/down an interface
2011-10-14 Felix Fietkaufix adding routes
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 Fietkaufix clearing device state, trigger it on device_init()
2011-10-09 Felix Fietkauadd more options for bridges, enable stp by default...
2011-10-09 Felix Fietkausystem-linux: fix creating vlan 0, set the device name...
2011-10-09 Felix Fietkausystem-linux: add a function to clear bridge membership...
2011-10-09 Felix Fietkausystem-linux: return 0 in system_init
2011-10-09 Felix Fietkausystem-linux: clean up code, fix up error path, get...
2011-10-09 Felix Fietkausystem-linux: remove an unnecessary libnl-tiny hack
2011-10-09 Felix Fietkausystem-linux: set the device present state in system_if...
2011-10-09 Felix Fietkauinclude netlink/attr.h to fix a compile error with...
2011-10-07 Steven Barthsystem-linux: resolve interface index at device_up
2011-09-28 Steven Barthsystem-linux: use correct netlink attribute for address...
2011-09-28 Steven Barthsystem-linux: Fix a segfault in netlink code
2011-09-26 Steven Barthsystem-linux: detect adding and removal of devices
2011-09-26 Steven Barthsystem-linux: free netlink messages after sending
2011-09-23 Steven Barthadd a system_init function for system control
2011-09-22 Steven Barthadd linux system library