summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rework debugging code, add debugging levelsFelix Fietkau2011-10-046-32/+47
* do not memcmp padding bytes in config_diffFelix Fietkau2011-10-031-1/+1
* add a ubus call for triggering config reloadsFelix Fietkau2011-10-033-4/+25
* add some more interface reload fixesFelix Fietkau2011-10-031-10/+35
* fix device reload with no previous configFelix Fietkau2011-10-031-2/+5
* bridge: add missing device cleanupFelix Fietkau2011-10-031-0/+1
* proto-shell: remove the device user before issuing the protocol down eventFelix Fietkau2011-10-031-1/+3
* on interface free, remove the main_dev user if still presentFelix Fietkau2011-10-031-0/+2
* proto-shell: fix a typo in string length calculationFelix Fietkau2011-10-031-1/+1
* fix a heap overrunFelix Fietkau2011-10-031-2/+2
* more changes for config reload handlingFelix Fietkau2011-10-035-16/+127
* utils: fix existing node check when keep_old/no_delete is enabledFelix Fietkau2011-10-031-1/+1
* add functions for checking for config differencesFelix Fietkau2011-10-032-0/+86
* force the uci savedir for the dummy variantFelix Fietkau2011-10-031-0/+1
* use a common function for creating devices that avoids creating duplicatesFelix Fietkau2011-10-033-4/+23
* add an ubus callback for removing an interfaceFelix Fietkau2011-10-021-0/+26
* add some code for properly tearing down, reloading and removing interfacesFelix Fietkau2011-10-022-19/+87
* add a new vlist flag for avoiding automatic delete of entriesFelix Fietkau2011-10-022-2/+4
* manage interfaces via vlistFelix Fietkau2011-10-024-65/+60
* add vlist_for_each_element iteratorFelix Fietkau2011-10-021-0/+3
* vlist: store a pointer to the real key to make lookups easierFelix Fietkau2011-10-023-15/+11
* extend vlist code to allow keeping the old data structure instead of the new ...Felix Fietkau2011-10-022-0/+6
* make versioned lists more flexible by using an external comparatorFelix Fietkau2011-10-024-27/+38
* add a variable to allow forcing dummy mode on linux systemsFelix Fietkau2011-10-021-1/+1
* only override the uci conf dir in dummy modeFelix Fietkau2011-10-022-0/+3
* system-linux: use correct netlink attribute for address managementSteven Barth2011-09-281-1/+1
* interface: don't segfault with an unknown protocolSteven Barth2011-09-281-1/+2
* system-linux: Fix a segfault in netlink codeSteven Barth2011-09-281-5/+6
* system-linux: detect adding and removal of devicesSteven Barth2011-09-261-2/+66
* system-linux: free netlink messages after sendingSteven Barth2011-09-261-1/+3
* fix a compile error on non-linux systemsFelix Fietkau2011-09-241-0/+3
* add a system_init function for system controlSteven Barth2011-09-234-3/+18
* add OS switch to select system librarySteven Barth2011-09-221-6/+17
* add linux system librarySteven Barth2011-09-221-0/+202
* fix compilation with GCC 4.6 on LinuxSteven Barth2011-09-222-1/+3
* proto-shell: parse routesFelix Fietkau2011-09-141-0/+92
* add a device pointer to struct device_routeFelix Fietkau2011-09-141-0/+1
* remove proto-shell handlers listFelix Fietkau2011-09-121-1/+0
* proto-shell: parse ipv4/ipv6 address listsFelix Fietkau2011-09-121-1/+45
* system-dummy: print ipv6 addresses on address add/removeFelix Fietkau2011-09-121-0/+10
* fix parsing of ipaddr + netmaskFelix Fietkau2011-09-121-1/+1
* add support for externally managed ip addresses and routesFelix Fietkau2011-09-122-8/+15
* move ip address parsing code to proto.cFelix Fietkau2011-09-123-42/+60
* make proto_apply_static_settings static, make helper functions take a struct ...Felix Fietkau2011-09-122-18/+16
* proto-shell: only set the l3 dev if it is not already setFelix Fietkau2011-09-111-4/+6
* use DPRINTF instead of fprintf(stderr)Felix Fietkau2011-09-111-2/+2
* only use -g3 with -DDEBUGFelix Fietkau2011-09-111-2/+2
* use false instead of 0 for a bool variableFelix Fietkau2011-09-111-1/+1
* fix a null pointer deref bugFelix Fietkau2011-09-111-1/+2
* add a protocol event for link lossFelix Fietkau2011-09-113-11/+10