summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-01-15add mac os x compat #define for in6_addr s6_addr32Felix Fietkau
2013-01-13system-linux.c: use uin64_t datatype to read and store interface statistics, ...Jo-Philipp Wich
2013-01-06fix removal of unknown deviceNathan Hintz
2013-01-05proto-shell: use calloc_aFelix Fietkau
2013-01-05utils.h: get rid of the duplicate BUILD_BUG_ON definition, use the one from l...Felix Fietkau
2012-12-31use calloc_a for interface error allocationsFelix Fietkau
2012-12-31interface: do not clear errors after an interface is marked as down, the user...Felix Fietkau
2012-12-29log: fix processing of incomplete linesFelix Fietkau
2012-12-17duplicate error subsystem and code for interface errors to prevent accessing ...Felix Fietkau
2012-12-17netifd: stop using jshn_appendFelix Fietkau
2012-12-13rewrite resolv.conf after any interface state change (not just up)Felix Fietkau
2012-12-05rewrite resolv.conf after interface up setting updatesFelix Fietkau
2012-12-03fix error checking of asprintfFrank Meerkötter
2012-10-30alias: add (and call) a check_state function to fix dynamically creating alia...Felix Fietkau
2012-10-30fix container_of for the log ustreamFelix Fietkau
2012-10-30move uloop_process_delete call to get rid of an unnecessary checkFelix Fietkau
2012-10-30proto-shell: ensure that the teardown timeout gets killedFelix Fietkau
2012-10-30log: the ustream notify_state callback is now optional, remove the stubFelix Fietkau
2012-10-29use ustream for process message loggingFelix Fietkau
2012-10-29use FD_CLOEXEC instead of tracking lists of fdsFelix Fietkau
2012-10-19bridge: toggle device present state after freeing a bridge member to ensure t...Felix Fietkau
2012-10-19free unused devices after cleaning up interfaces to get rid of recently-freed...Felix Fietkau
2012-10-19fix device_lock/device_unlock imbalancesFelix Fietkau
2012-09-29system-linux: do not delete kernel-generated ipv6 routes to fix using adverti...Felix Fietkau
2012-09-28device.c: use format_macaddr() helper to convert mac addresses to strings, et...Jo-Philipp Wich
2012-09-28utils.c: add helper function to format mac addresses as stringsJo-Philipp Wich
2012-09-13ubus.c: now that disabled routes are in the inactive subtable it makes no sen...Jo-Philipp Wich
2012-09-13ubus.c: move disabled routes, ips, dns server into an "inactive" subtableJo-Philipp Wich
2012-09-13interface-ip.c: fix possible null pointer access if calloc() failsJo-Philipp Wich
2012-09-06add optional flag for disabling compiler optimization (debug only)Felix Fietkau
2012-09-06do not prematurely release the main dev on link loss, should fix DHCP NAK han...Felix Fietkau
2012-09-06clean up and fix system-dummy addr/route messagesFelix Fietkau
2012-08-11system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT...Jo-Philipp Wich
2012-07-12do not recreate or restart external devices on settings changes, apply them a...Felix Fietkau
2012-07-12apply basic device settings for hotplug devices, e.g. mtu and txqueuelenFelix Fietkau
2012-07-12add simple device config params to interface blob attributes, and add a flag ...Felix Fietkau
2012-07-12expose system_if_apply_settings, make it ignore the mac address for external ...Felix Fietkau
2012-07-12ensure hotplug devices are marked as present in the add path - they are not c...Felix Fietkau
2012-07-12fix device_lock/device_unlock imbalance in the hotplug device handlingFelix Fietkau
2012-07-12add some debug messages for device user countFelix Fietkau
2012-07-11system-linux.c: fix sysctl settingJo-Philipp Wich
2012-07-05when specifying hotplug devices that already have existing configured devices...Felix Fietkau
2012-07-05avoid setting device presence for wifi interfaces via hotplug messagesFelix Fietkau
2012-07-05alias: use a callback for managing device presence state, track alias deps in...Felix Fietkau
2012-07-05split alias support into a separate source file for better readabilityFelix Fietkau
2012-07-05zero-initialize the ifreq when adding/removing bridge member interfacesFelix Fietkau
2012-07-05zero-initialize the ifreq when setting interfaces up or downFelix Fietkau
2012-07-05memset the on-stack device route when clearing local subnet routesFelix Fietkau
2012-07-05make alias devices attach to interface l2 devsFelix Fietkau
2012-07-05fix ifname for alias+vlan chainsFelix Fietkau