Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-19 | interface: rework code to get rid of arbitrary IFNAMSIZ limitation for ↵ | Felix Fietkau | |
interface names Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | interface: remove "dynamic" argument for interface_init, add the ↵ | Felix Fietkau | |
interface_set_dynamic function instead Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-18 | Add source-restricted routes | Steven Barth | |
2013-10-17 | Add protocol update notifications and hotplug legacy calls | Steven Barth | |
2013-10-17 | Add ubus function to create nested interfaces | Steven Barth | |
2013-10-17 | Add ubus methods for global interface status | Steven Barth | |
2013-05-30 | IPv6: reorganize prefix assignment | Steven Barth | |
* put parameters in a more suitable place * add support for prefix classes | |||
2013-05-13 | Add support for IPv6 and interface target-routes & dependencies | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-04-04 | Expose route table if route is not in the main table | Jo-Philipp Wich | |
2013-04-03 | Rewrite IPv6 prefix assignment | Steven Barth | |
2013-02-01 | Improved IPv6 featureset | Steven Barth | |
* Fix reloading of ula-prefixes * Added support for temporary addresses and routes * Added support for offlink addresses * Improved status-output for assigned prefixes | |||
2013-01-29 | ubus: add a network.interface object to access network.interface.* methods ↵ | Felix Fietkau | |
without racing wrt. object add/remove Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-15 | Initial IPv6 prefix support | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-01-06 | fix removal of unknown device | Nathan Hintz | |
Netifd will crash if an attempt is made to remove a device that is not known to netifd. For instance: ubus call network.interface.lan remove_device "{ \"name\": \"xxx\" }" Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> | |||
2012-12-03 | fix error checking of asprintf | Frank Meerkötter | |
see man asprintf [...] RETURN VALUE When successful, these functions return the number of bytes printed, just like sprintf(3). If memory allocation wasn't possible, or some other error occurs, these functions will return -1, and the contents of strp is undefined. Signed-off-by: Frank Meerkötter <frank@meerkoetter.org> | |||
2012-10-29 | use FD_CLOEXEC instead of tracking lists of fds | Felix Fietkau | |
2012-10-19 | fix device_lock/device_unlock imbalances | Felix Fietkau | |
2012-09-13 | ubus.c: now that disabled routes are in the inactive subtable it makes no ↵ | Jo-Philipp Wich | |
sense to expose the enabled attribute anymore | |||
2012-09-13 | ubus.c: move disabled routes, ips, dns server into an "inactive" subtable | Jo-Philipp Wich | |
2012-07-12 | apply basic device settings for hotplug devices, e.g. mtu and txqueuelen | Felix Fietkau | |
2012-07-12 | ensure hotplug devices are marked as present in the add path - they are not ↵ | Felix Fietkau | |
cleaned up if they have config settings attached to them | |||
2012-07-12 | fix device_lock/device_unlock imbalance in the hotplug device handling | Felix Fietkau | |
2012-07-05 | fix ifname for alias+vlan chains | Felix Fietkau | |
2012-06-29 | ubus.c: expose metric and mtu values if applicable | Jo-Philipp Wich | |
2012-06-29 | ubus.c: expose route enabled state | Jo-Philipp Wich | |
2012-06-07 | device: add support for deferring bringup of devices | Felix Fietkau | |
2012-05-31 | add an ubus method for dumping available protocol handlers | Felix Fietkau | |
2012-05-31 | ubus: show proto handler in interface status | Felix Fietkau | |
2012-05-29 | netifd: reconnect to ubus if the connection is lost | Felix Fietkau | |
2012-05-20 | export dns server and search list in the ubus interface status | Felix Fietkau | |
2012-05-19 | ubus: split ipv4 and ipv6 address in interface status | Felix Fietkau | |
2012-05-04 | add copyright headers | Felix Fietkau | |
2012-05-04 | add a ubus interface to dynamically create host routes to a particular ip ↵ | Felix Fietkau | |
address, returns the interface that the route goes through | |||
2012-04-12 | ubus: split address from mask in interface status | Felix Fietkau | |
2012-03-23 | add support for attaching arbitrary state data to interfaces | Felix Fietkau | |
2012-03-23 | move l3 device tracking to interface core to enforce proper order of ↵ | Felix Fietkau | |
address/route removal on device or interface state changes | |||
2012-03-23 | dump interface routes via ubus | Felix Fietkau | |
2012-03-23 | add network addresses to interface status | Felix Fietkau | |
2012-03-03 | ubus: use interface_{add,remove}_link for hotplug ops | Felix Fietkau | |
2011-11-04 | add a hotplug op for preparing an interface bridge so that it's ready when ↵ | Felix Fietkau | |
an external process adds interfaces | |||
2011-11-01 | mark hotplug-added devices as external | Felix Fietkau | |
2011-10-19 | rework device hotplug handling some more, add device_lock/device_unlock to ↵ | Felix Fietkau | |
prevent use-after-free bugs | |||
2011-10-19 | rework and fix hotplug interface handling | Felix Fietkau | |
2011-10-18 | add support for alias devices, which are activated based on hotplug events ↵ | Felix Fietkau | |
containing the real device name | |||
2011-10-18 | display device and l3_device separately in ubus status | Felix Fietkau | |
2011-10-15 | add support for tracking open file descriptors of modules and closing them ↵ | Felix Fietkau | |
for created child processes | |||
2011-10-12 | define _GNU_SOURCE and include stdio.h in ubus.c to fix a compile error | Felix Fietkau | |
2011-10-12 | fix network interface object name | Felix Fietkau | |
2011-10-11 | implement a new ubus object "network.device", add a method for dumping ↵ | Felix Fietkau | |
detailed device information | |||
2011-10-11 | rename the network.interface ubus object to just network | Felix Fietkau | |