Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-01 | wireless: add debug messages | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: add some device/vif error debug messages | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: fix channel check | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: fix use-after-free bug | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: show the virtual interface section name in wireless status | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-30 | wireless: show the ifname in wireless status | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | wireless: add support for global up/down command | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | netifd: Fix possible segfault in bridge code | Helmut Schaa | |
Need to check calloc result. In case of failure the bridge member will be missing. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> | |||
2013-11-29 | add initial support for handling wireless devices via scripts | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-29 | utils.sh: add N (newline) | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-11-27 | IPv6: add class support to regular IPv6 addresses | Steven Barth | |
2013-10-31 | proto-shell: fix legacy proto_config_add_* functions, make them wrap around ↵ | Felix Fietkau | |
config_add_* Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-30 | IPv6: Export delegation setting via ubus | Steven Barth | |
This allows foreign prefix delegators to quickly distinguish between managed and unmanaged prefixes. Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-10-29 | proto-shell: replace variable length name char arrays with pointers, using ↵ | Felix Fietkau | |
calloc_a Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-29 | bridge: fix stray semicolon, fixes a bug in bridge primary port reset | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-29 | scripts/utils.sh: add a function for setting a variable default | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | utils: add a function for checking if a process given by pid is still alive | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | add helper function for adding/removing devices to interfaces | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | handler: include config.h | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | proto-shell: move more core to handler.c | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | proto-shell: move script handler config parse code to handler.c | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | proto-shell: move script handler dump code to handler.c | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | proto-shell: make handler dump code more generic | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-22 | scripts: make config_add_* parameters take multiple arguments | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: add config_add_array() to utils | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: remove the executable flag from netifd-proto.sh | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: move some utility functions out of netifd-proto.sh into utils.sh | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: reorganize directory layout | Felix Fietkau | |
move example scripts from dummy/ to examples/ keep scripts that can be used as-is in scripts/ Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-19 | scripts: delete ifup/ifdown, they are unused | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
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-19 | Fix ifupdate events | Steven Barth | |
2013-10-18 | Reevaluate target routes also on interface update | Steven Barth | |
2013-10-18 | Add option "delegate" to toggle prefix delegation | Steven Barth | |
2013-10-18 | Add source-restricted routes | Steven Barth | |
2013-10-17 | key to data elements point at wrong memory area | 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-10-07 | macvlan: turns out netinet/ether.h is needed on some linux systems | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-04 | macvlan: include net/ethernet.h instead of netinet/ether.h (more portable) | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-03 | device: add macvlan support | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2013-10-03 | device.c: report device type when claim fails | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-03 | device_add_user: return immediately if the new device is the same as the old ↵ | Felix Fietkau | |
device Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-10-01 | Don't delete / readd IP addresses when only their lifetime has changed | Steven Barth | |
2013-09-25 | vlan: set the name of vlan devices earlier | Nathan Hintz | |
Set the device name earlier so that the logging done inside of 'device_init_virtual' can print the name of the device being initialized (instead of an empty string). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> | |||
2013-08-29 | bridge: fix corner case with network reload | Luka Perkov | |
After removing all ifname options from bridge interface and executing network reload the configuration was not applied properly on the system. With this change that is no longer a issue. Signed-off-by: Luka Perkov <luka@openwrt.org> | |||
2013-07-16 | IPv6: fix prefix assignment with continuous hints | Steven Barth | |
2013-07-13 | bridge: add bridge_empty option which allows creation of empty bridges | Luka Perkov | |
Signed-off-by: Luka Perkov <luka@openwrt.org> | |||
2013-06-18 | interface: fix NULL pointer defref in interface_set_main_dev | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> |