Age | Commit message (Expand) | Author |
2012-05-20 | replace the kernel's implicit network routes if the metric is set | Felix Fietkau |
2012-05-14 | system-linux: set the point to point address if present | Felix Fietkau |
2012-05-04 | add copyright headers | Felix Fietkau |
2012-04-15 | system-linux: fix system_rtnl_call() return code | Felix Fietkau |
2012-03-15 | always create device routes | Felix Fietkau |
2012-03-15 | system-linux: add functions for adding/removing ip tunnels (currently only si... | Felix Fietkau |
2012-03-09 | make route metrics default to 0 | Felix Fietkau |
2012-03-05 | system-linux: ignore errors in system_bridge_addif if the interface is alread... | Felix Fietkau |
2012-02-28 | fix mac address handling | Felix Fietkau |
2012-02-26 | move broadcast address handling to the core | Felix Fietkau |
2012-02-26 | system-linux: fix the default broadcast address for v4 | Felix Fietkau |
2012-02-26 | remove device_{route,addr}->device | Felix Fietkau |
2012-02-15 | set route metrics using netlink | Felix Fietkau |
2012-01-22 | remove flags for device settings that could not be applied successfully | Felix Fietkau |
2012-01-22 | show mtu, macaddr and txqueuelen from cached device settings | Felix Fietkau |
2012-01-22 | save and restore previous device settings when overriding them via config | Felix Fietkau |
2012-01-22 | move device settings to a separate struct | Felix Fietkau |
2012-01-22 | query available/used device speeds via ethtool | Felix Fietkau |
2012-01-20 | add mac address to device info | Felix Fietkau |
2012-01-19 | export carrier status in device stats | Felix Fietkau |
2011-10-31 | Add time.h include | Jens Muecke |
2011-10-26 | recognize stacked interfaces (e.g. dsa) and handle their dependencies | Felix Fietkau |
2011-10-23 | fix system_if_check | Felix Fietkau |
2011-10-23 | parse kobject uevent messages for figuring out when network devices appear, R... | Felix Fietkau |
2011-10-23 | add a function for creating a raw event socket that does not use genl or rtnl | Felix Fietkau |
2011-10-23 | remove some more code duplication | Felix Fietkau |
2011-10-23 | move code for creating an event socket to a function | Felix Fietkau |
2011-10-23 | move all variables belonging to the netlink event socket to a common data str... | Felix Fietkau |
2011-10-23 | drop the cleanup path in system_init, since system_init failures are fatal an... | Felix Fietkau |
2011-10-20 | reduce stack usage | Felix Fietkau |
2011-10-20 | do not clear device state for devices created by proto-up with address-extern... | Felix Fietkau |
2011-10-19 | rework route handling, move parser code to interface-ip.c, add extra options ... | Felix Fietkau |
2011-10-19 | apply low level device settings | Felix Fietkau |
2011-10-19 | set the igmp snooping option for bridges | Felix Fietkau |
2011-10-19 | disable ipv6 for bridge member interfaces | Felix Fietkau |
2011-10-14 | clear existing addresses/routes on interfaces when clearing other state | Felix Fietkau |
2011-10-14 | flush routes after bringing up/down an interface | Felix Fietkau |
2011-10-14 | fix adding routes | Felix Fietkau |
2011-10-11 | implement a new ubus object "network.device", add a method for dumping detail... | Felix Fietkau |
2011-10-10 | add interface uptime to the status info | Felix Fietkau |
2011-10-09 | fix clearing device state, trigger it on device_init() | Felix Fietkau |
2011-10-09 | add more options for bridges, enable stp by default and set forwarding delay ... | Felix Fietkau |
2011-10-09 | system-linux: fix creating vlan 0, set the device name type before creating v... | Felix Fietkau |
2011-10-09 | system-linux: add a function to clear bridge membership of a device and bring... | Felix Fietkau |
2011-10-09 | system-linux: return 0 in system_init | Felix Fietkau |
2011-10-09 | system-linux: clean up code, fix up error path, get rod if initial RTM_GETLIN... | Felix Fietkau |
2011-10-09 | system-linux: remove an unnecessary libnl-tiny hack | Felix Fietkau |
2011-10-09 | system-linux: set the device present state in system_if_check() | Felix Fietkau |
2011-10-09 | include netlink/attr.h to fix a compile error with libnl-tiny | Felix Fietkau |
2011-10-07 | system-linux: resolve interface index at device_up | Steven Barth |