summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-12-01wireless: fix issues with cancelling device setupFelix Fietkau
2013-12-01wireless: add another debug messageFelix Fietkau
2013-12-01wireless: fix process handling if the pid exe is a symlinkFelix Fietkau
2013-12-01wireless: fix parsing of the immediate flag for kill-allFelix Fietkau
2013-12-01wireless: add input validation for processesFelix Fietkau
2013-12-01netifd: fix process stdin/stdout/stderr when the pipe fds overlap with standa...Felix Fietkau
2013-12-01wireless: fix config state handlingFelix Fietkau
2013-12-01wireless: add debug messagesFelix Fietkau
2013-11-30wireless: add some device/vif error debug messagesFelix Fietkau
2013-11-30wireless: fix channel checkFelix Fietkau
2013-11-30wireless: fix use-after-free bugFelix Fietkau
2013-11-30wireless: show the virtual interface section name in wireless statusFelix Fietkau
2013-11-30wireless: show the ifname in wireless statusFelix Fietkau
2013-11-29wireless: add support for global up/down commandFelix Fietkau
2013-11-29netifd: Fix possible segfault in bridge codeHelmut Schaa
2013-11-29add initial support for handling wireless devices via scriptsFelix Fietkau
2013-11-29utils.sh: add N (newline)Felix Fietkau
2013-11-27IPv6: add class support to regular IPv6 addressesSteven Barth
2013-10-31proto-shell: fix legacy proto_config_add_* functions, make them wrap around c...Felix Fietkau
2013-10-30IPv6: Export delegation setting via ubusSteven Barth
2013-10-29proto-shell: replace variable length name char arrays with pointers, using ca...Felix Fietkau
2013-10-29bridge: fix stray semicolon, fixes a bug in bridge primary port resetFelix Fietkau
2013-10-29scripts/utils.sh: add a function for setting a variable defaultFelix Fietkau
2013-10-22utils: add a function for checking if a process given by pid is still aliveFelix Fietkau
2013-10-22add helper function for adding/removing devices to interfacesFelix Fietkau
2013-10-22handler: include config.hFelix Fietkau
2013-10-22proto-shell: move more core to handler.cFelix Fietkau
2013-10-22proto-shell: move script handler config parse code to handler.cFelix Fietkau
2013-10-22proto-shell: move script handler dump code to handler.cFelix Fietkau
2013-10-22proto-shell: make handler dump code more genericFelix Fietkau
2013-10-22scripts: make config_add_* parameters take multiple argumentsFelix Fietkau
2013-10-19scripts: add config_add_array() to utilsFelix Fietkau
2013-10-19scripts: remove the executable flag from netifd-proto.shFelix Fietkau
2013-10-19scripts: move some utility functions out of netifd-proto.sh into utils.shFelix Fietkau
2013-10-19scripts: reorganize directory layoutFelix Fietkau
2013-10-19scripts: delete ifup/ifdown, they are unusedFelix Fietkau
2013-10-19interface: rework code to get rid of arbitrary IFNAMSIZ limitation for interf...Felix Fietkau
2013-10-19interface: remove "dynamic" argument for interface_init, add the interface_se...Felix Fietkau
2013-10-19Fix ifupdate eventsSteven Barth
2013-10-18Reevaluate target routes also on interface updateSteven Barth
2013-10-18Add option "delegate" to toggle prefix delegationSteven Barth
2013-10-18Add source-restricted routesSteven Barth
2013-10-17key to data elements point at wrong memory areaSteven Barth
2013-10-17Add protocol update notifications and hotplug legacy callsSteven Barth
2013-10-17Add ubus function to create nested interfacesSteven Barth
2013-10-17Add ubus methods for global interface statusSteven Barth
2013-10-07macvlan: turns out netinet/ether.h is needed on some linux systemsFelix Fietkau
2013-10-04macvlan: include net/ethernet.h instead of netinet/ether.h (more portable)Felix Fietkau
2013-10-03device: add macvlan supportFelix Fietkau
2013-10-03device.c: report device type when claim failsFelix Fietkau