2012-04-30 |
Felix Fietkau | store a pointer to the active interface as part of... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Felix Fietkau | proto-shell: add support for appending configuration... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Felix Fietkau | include route/address flags in vlist comparison |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Felix Fietkau | fix config routes enable/disable handling on down/up |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Felix Fietkau | keep config routes disabled at interface statup |
commit | commitdiff | tree | snapshot |
2012-04-17 |
Felix Fietkau | fix flushing routes/addresses on connection loss |
commit | commitdiff | tree | snapshot |
2012-04-15 |
Felix Fietkau | system-linux: fix system_rtnl_call() return code |
commit | commitdiff | tree | snapshot |
2012-04-14 |
Felix Fietkau | release devices only after flushing ip state |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Felix Fietkau | ubus: split address from mask in interface status |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Felix Fietkau | flush interface ip state after the interface has been... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Felix Fietkau | add a default route in the dummy ppp.sh implementation... |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Felix Fietkau | proto-shell: set sm to S_IDLE once the interface is up |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Felix Fietkau | fix use-after-free when an interface event is pending... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Felix Fietkau | netifd: fix hotplug-adding of non-bridge interfaces... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Felix Fietkau | allow proto handlers to attach data items in notify |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Felix Fietkau | add support for attaching arbitrary state data to inter... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Felix Fietkau | move l3 device tracking to interface core to enforce... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Felix Fietkau | dump interface routes via ubus |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Felix Fietkau | add network addresses to interface status |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | add support for updating route metrics |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | add a flag to keep track of route metric overrides |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | fix vlist_simple_add version handling |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | properly flush routes and l3 devices when tearing down... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | move device cleanup to common code, fixes use-after... |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | fix a memory leak |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | simplify log buffer handling |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | fix log buffer splitting |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | proto-shell: fix potential use-after-free |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Felix Fietkau | fix log buffer overflow handling |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Felix Fietkau | remove some leftover debug code |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Felix Fietkau | fix ipv6 routes |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Felix Fietkau | always create device routes |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Felix Fietkau | shell: add tunnel support |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Felix Fietkau | shell: support routes without gateway |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Felix Fietkau | add shell functions for adding tunnel data in proto... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Felix Fietkau | parse tunnel devices from config |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Felix Fietkau | system-linux: add functions for adding/removing ip... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Felix Fietkau | make route metrics default to 0 |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Felix Fietkau | system-dummy: add route metric information |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Felix Fietkau | bridge: turn stp off by default |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Felix Fietkau | bridge: increase the default forward delay to 2 seconds... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Felix Fietkau | bridge: fix removal of present bridge members |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Felix Fietkau | bridge: implement config reload support, preserves... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Felix Fietkau | system-linux: ignore errors in system_bridge_addif... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Felix Fietkau | bridge: add a debug message when a device could not... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Felix Fietkau | bridge: fix hotplug device removal |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Felix Fietkau | bridge: fix member list handling |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Felix Fietkau | remove redundant variable assignment |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | device: differentiate between DEV_CONFIG_APPLIED (no... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | add BUILD_BUG_ON from the kernel |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | vlist: add a special node version -1 for nodes that... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | bridge: use vlist instead of list |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | simplify vlist, move avl key handling to vlist_add() |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | do not bring down hotplug devices |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | preserve interface main hotplug device on reload |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Felix Fietkau | ubus: use interface_{add,remove}_link for hotplug ops |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Felix Fietkau | fix mac address parsing |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Felix Fietkau | fix mac address handling |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | minor cleanup |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | parse and use the broadcast option |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | move broadcast address handling to the core |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | make proto_parse_ip_addr_string() static |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | proto: move the dns search option handling to the core |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | proto-shell: process some common notify options using... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | proto: add an option for specifying external addresses... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | move static address setup to proto.c in preparation... |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | system-linux: fix the default broadcast address for v4 |
commit | commitdiff | tree | snapshot |
2012-02-26 |
Felix Fietkau | remove device_{route,addr}->device |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Felix Fietkau | set route metrics using netlink |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Felix Fietkau | initialize route->metric to -1 |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Felix Fietkau | update the interface list version on config reload... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Felix Fietkau | vlist: fix node version update for tree->keep_old/no_delete |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Felix Fietkau | remove an unnecessary check |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Felix Fietkau | make sure iface->proto_handler is always initialized |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Felix Fietkau | add a generic option for disabling the automatic defaul... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Felix Fietkau | always call device_set_disabled, even if the "enabled... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | proto-shell: merge setup/teardown task into one |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | remove flags for device settings that could not be... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | show mtu, macaddr and txqueuelen from cached device... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | save and restore previous device settings when overridi... |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | move device settings to a separate struct |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Felix Fietkau | query available/used device speeds via ethtool |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Felix Fietkau | always use SIGKILL for netifd_kill_process, it is usual... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Felix Fietkau | proto-shell: rework task statemachine |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Felix Fietkau | add mac address to device info |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Felix Fietkau | export carrier status in device stats |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Felix Fietkau | allow devices to be disabled through a config option |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Felix Fietkau | use the simplified vlist type for dns servers/search |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Felix Fietkau | add a simplified vlist type |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Felix Fietkau | fix use-after-free on device free codepath due to recur... |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Felix Fietkau | add dummy code for testing system_if_get_parent() |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Felix Fietkau | fix use-after-free on config reload |
commit | commitdiff | tree | snapshot |
2011-11-13 |
Felix Fietkau | avoid deleting and re-adding duplicate ip addresses... |
commit | commitdiff | tree | snapshot |
2011-11-08 |
Felix Fietkau | do not hardcode config package in config_init_package() |
commit | commitdiff | tree | snapshot |
2011-11-04 |
Felix Fietkau | add a hotplug op for preparing an interface bridge... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Felix Fietkau | bridge: fix cleanup path, avoid double free on hotplug... |
commit | commitdiff | tree | snapshot |
2011-11-03 |
Felix Fietkau | fix interface event handling, suppress redundant down... |
commit | commitdiff | tree | snapshot |
2011-11-01 |
Felix Fietkau | mark hotplug-added devices as external |
commit | commitdiff | tree | snapshot |
2011-10-31 |
Jens Muecke | Add time.h include |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | proto-shell: handle the "available" config flag |
commit | commitdiff | tree | snapshot |
next |