Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2013-06-17 | IPv6: Reverse assignment sorting order | Steven Barth | |
2013-06-17 | IPv6: Satisfy unhinted assignments ordered by prefix length | Steven Barth | |
2013-06-10 | config: use the new uci_blob library code | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-06-10 | config: replace config_memdup with blob_memdup from libubox | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-06-10 | Change IP reloading order | Steven Barth | |
2013-06-10 | Reuse automatic ip6table value | Steven Barth | |
2013-06-03 | IPv6: Improve source-routing policies | Steven Barth | |
* Set a default policy-failed rule per prefix (based on a patch by Jonas Gorski) * Use input interface in addition to source for filtering * Avoid duplicate routing policies | |||
2013-05-31 | IPv6: fix device_prefix vlist_key to not include prefix class | Steven Barth | |
2013-05-31 | move excluded prefix and length out of key for device_prefix | Steven Barth | |
2013-05-30 | Add missing update-triggers for source-based routing | Steven Barth | |
2013-05-30 | IPv6: reorganize prefix assignment | Steven Barth | |
* put parameters in a more suitable place * add support for prefix classes | |||
2013-05-30 | IPv6: Log a warning if users have prefixes but haven't assigned them | Steven Barth | |
2013-05-29 | IPv6: remove ULA prefix-trigger (unused) | Steven Barth | |
2013-05-28 | IPv6: fix address-lifetime overflows on 64-bit architectures | Steven Barth | |
2013-05-28 | IPv6: fix wrap-arounds in address lifetimes | Steven Barth | |
2013-05-28 | Make sure that iprule flushing happens after system_init(), otherwise the ↵ | Jo-Philipp Wich | |
rtnl_socket is not available | |||
2013-05-27 | Move iprule flushing to the init function to make the timing predictable | Jo-Philipp Wich | |
2013-05-27 | Move initial iprule flushing to system_add_iprule() to not collide with ↵ | Jo-Philipp Wich | |
generic multiwan support | |||
2013-05-17 | Add option to define target routing table for protocol routes. | Steven Barth | |
This unifies source-routing for both IPv6 and IPv4 (default off). Based on a patch by Kristian Evensen | |||
2013-05-13 | IPv6: Set loopback-policy for output traffic | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-05-13 | Use logical instead of physical name for tunnel underlying link. | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-05-13 | Add support for IPv6 and interface target-routes & dependencies | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-05-13 | Add support for IP in IPv6 tunnels (DS-Lite) | Steven Barth | |
Signed-off-by: Steven Barth <steven@midlink.org> | |||
2013-05-11 | IPv6: Use source-routing to allow multi-wan | Steven Barth | |
2013-05-08 | IPv6: Use key=val format for prefix options | Steven Barth | |
2013-05-02 | utils: use list_add_tail() in vlist_simple_add() to preserve user-defined ↵ | Jo-Philipp Wich | |
order of entries | |||
2013-04-27 | bridge: disable multicast snooping by default | Jo-Philipp Wich | |