Age | Commit message (Expand) | Author |
2013-01-29 | Add deprecation for static IPv6 prefixes | Steven Barth |
2013-01-29 | IPv6 prefixes: conform to RFC 6204 requirement L13 | Steven Barth |
2013-01-28 | alias: set ifindex on alias device to fix setting addresses/routes | Felix Fietkau |
2013-01-22 | alias: if the underlying device changes (or goes away), set the device presen... | Felix Fietkau |
2013-01-22 | Don't segfault with an unset ula_prefix | Steven Barth |
2013-01-21 | Fix segfaults in prefix handling | Steven Barth |
2013-01-20 | alias: rework device updates | Felix Fietkau |
2013-01-16 | alias: use layer 3 device instead of main device | Steven Barth |
2013-01-15 | Fix a race-condition in prefix-assignment | Steven Barth |
2013-01-15 | interface-ip: use calloc_a to get rid of an extra allocation | Felix Fietkau |
2013-01-15 | interface-ip: replace prefix_assignment_cmp with avl_strcmp | Felix Fietkau |
2013-01-15 | remove commented out TODO items | Felix Fietkau |
2013-01-15 | Initial IPv6 prefix support | Steven Barth |
2013-01-15 | add mac os x compat #define for in6_addr s6_addr32 | Felix Fietkau |
2013-01-13 | system-linux.c: use uin64_t datatype to read and store interface statistics, ... | Jo-Philipp Wich |
2013-01-06 | fix removal of unknown device | Nathan Hintz |
2013-01-05 | proto-shell: use calloc_a | Felix Fietkau |
2013-01-05 | utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from l... | Felix Fietkau |
2012-12-31 | use calloc_a for interface error allocations | Felix Fietkau |
2012-12-31 | interface: do not clear errors after an interface is marked as down, the user... | Felix Fietkau |
2012-12-29 | log: fix processing of incomplete lines | Felix Fietkau |
2012-12-17 | duplicate error subsystem and code for interface errors to prevent accessing ... | Felix Fietkau |
2012-12-17 | netifd: stop using jshn_append | Felix Fietkau |
2012-12-13 | rewrite resolv.conf after any interface state change (not just up) | Felix Fietkau |
2012-12-05 | rewrite resolv.conf after interface up setting updates | Felix Fietkau |
2012-12-03 | fix error checking of asprintf | Frank Meerkötter |
2012-10-30 | alias: add (and call) a check_state function to fix dynamically creating alia... | Felix Fietkau |
2012-10-30 | fix container_of for the log ustream | Felix Fietkau |
2012-10-30 | move uloop_process_delete call to get rid of an unnecessary check | Felix Fietkau |
2012-10-30 | proto-shell: ensure that the teardown timeout gets killed | Felix Fietkau |
2012-10-30 | log: the ustream notify_state callback is now optional, remove the stub | Felix Fietkau |
2012-10-29 | use ustream for process message logging | Felix Fietkau |
2012-10-29 | use FD_CLOEXEC instead of tracking lists of fds | Felix Fietkau |
2012-10-19 | bridge: toggle device present state after freeing a bridge member to ensure t... | Felix Fietkau |
2012-10-19 | free unused devices after cleaning up interfaces to get rid of recently-freed... | Felix Fietkau |
2012-10-19 | fix device_lock/device_unlock imbalances | Felix Fietkau |
2012-09-29 | system-linux: do not delete kernel-generated ipv6 routes to fix using adverti... | Felix Fietkau |
2012-09-28 | device.c: use format_macaddr() helper to convert mac addresses to strings, et... | Jo-Philipp Wich |
2012-09-28 | utils.c: add helper function to format mac addresses as strings | Jo-Philipp Wich |
2012-09-13 | ubus.c: now that disabled routes are in the inactive subtable it makes no sen... | Jo-Philipp Wich |
2012-09-13 | ubus.c: move disabled routes, ips, dns server into an "inactive" subtable | Jo-Philipp Wich |
2012-09-13 | interface-ip.c: fix possible null pointer access if calloc() fails | Jo-Philipp Wich |
2012-09-06 | add optional flag for disabling compiler optimization (debug only) | Felix Fietkau |
2012-09-06 | do not prematurely release the main dev on link loss, should fix DHCP NAK han... | Felix Fietkau |
2012-09-06 | clean up and fix system-dummy addr/route messages | Felix Fietkau |
2012-08-11 | system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT... | Jo-Philipp Wich |
2012-07-12 | do not recreate or restart external devices on settings changes, apply them a... | Felix Fietkau |
2012-07-12 | apply basic device settings for hotplug devices, e.g. mtu and txqueuelen | Felix Fietkau |
2012-07-12 | add simple device config params to interface blob attributes, and add a flag ... | Felix Fietkau |
2012-07-12 | expose system_if_apply_settings, make it ignore the mac address for external ... | Felix Fietkau |