Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | netifd: Fix nested protocols going offline at reload + various route issues | Steven Barth | 2014-05-09 | |
| | | | | | | Much thanks to Hans Dedecker SVN-Revision: 40746 | |||
* | netifd: update to the latest version, fixes some corner cases related to ↵ | Felix Fietkau | 2014-05-02 | |
| | | | | | | | | hotplug device handling Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40660 | |||
* | netifd: update to the latest version, fixes a use-after-free bug on wireless ↵ | Felix Fietkau | 2014-04-29 | |
| | | | | | | | | config reload Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40589 | |||
* | netifd: update to the latest version, fixes some route table and dynamic ↵ | Felix Fietkau | 2014-04-26 | |
| | | | | | | | | interface issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40572 | |||
* | netifd: update to latest version, adds support for disabling interfaces | Felix Fietkau | 2014-04-22 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40555 | |||
* | netifd: update to the latest version, fixes some more issues related to ↵ | Felix Fietkau | 2014-04-19 | |
| | | | | | | | | l3_dev handling Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40529 | |||
* | netifd: switch to using git.openwrt.org | Felix Fietkau | 2014-04-11 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40459 | |||
* | netifd: update to latest version, adds a force_link parameter to bring up an ↵ | Felix Fietkau | 2014-04-11 | |
| | | | | | | | | interface without active device carrier Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40456 | |||
* | netifd: update to the latest version, fixes some reload issues with proto=static | Felix Fietkau | 2014-04-10 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40449 | |||
* | netifd: fix a regression related to ppp + multiple updates (ipv4 + ipv6) | Felix Fietkau | 2014-04-10 | |
| | | | | | | | | Fixes #15504 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40443 | |||
* | netifd: update to the latest version, fixes a l3_dev handling regression ↵ | Felix Fietkau | 2014-04-07 | |
| | | | | | | | | leading to a crash Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40414 | |||
* | netifd: Add renew handler for proto dhcp | Felix Fietkau | 2014-04-05 | |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 40385 | |||
* | netifd: update to latest version, fixes issues when l3 interface changes on ↵ | Felix Fietkau | 2014-04-05 | |
| | | | | | | | | reload (e.g. ppp -> dhcp/static) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40384 | |||
* | dhcp: Fix broadcast parameter validation support, remove unused netmask ↵ | John Crispin | 2014-03-30 | |
| | | | | | | | | parameter Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 40332 | |||
* | 6rd / ds-lite: make the firewall-zones of nested-protocols configurable | Steven Barth | 2014-03-26 | |
| | | | | SVN-Revision: 40020 | |||
* | dhcp: send 6rd-ORO when expecting 6rd-information | Steven Barth | 2014-03-26 | |
| | | | | SVN-Revision: 40019 | |||
* | netifd: update to the latest version, adds support for reloading proto ↵ | Felix Fietkau | 2014-03-21 | |
| | | | | | | | | handlers on toplogy changes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40001 | |||
* | netifd: update to the latest version, fixes ubus handling of proto data items | Felix Fietkau | 2014-03-20 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39970 | |||
* | netifd: update to latest version, fixes an autostart handling with link ↵ | Felix Fietkau | 2014-03-20 | |
| | | | | | | | | detection Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39967 | |||
* | netifd: update to latest version, adds support for specifying a config path | Felix Fietkau | 2014-03-19 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39956 | |||
* | netifd: pass on delegate flag from dhcp to 6rd | Steven Barth | 2014-03-13 | |
| | | | | SVN-Revision: 39909 | |||
* | netifd: update to latest version, includes interface handling fixes by Hans ↵ | Felix Fietkau | 2014-03-11 | |
| | | | | | | | | Dedecker Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39870 | |||
* | netifd: update to latest version, adds a bridge reload fix and fixes #15157 | Felix Fietkau | 2014-03-07 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39791 | |||
* | netifd: don't incorrectly announce up-status via ubus | Steven Barth | 2014-03-05 | |
| | | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 39777 | |||
* | netifd: Reintroduce link-layer sensing (thx Hans Decker, Karl Vogel) | Steven Barth | 2014-02-27 | |
| | | | | SVN-Revision: 39757 | |||
* | netifd: don't always assume addrs & routes are applied | Steven Barth | 2014-02-26 | |
| | | | | | | | netifd didn't check the netlink return values and kept assuming routes are in place even if they weren't SVN-Revision: 39755 | |||
* | netifd: depend on libubox directly to rebuild on ABI changes | Felix Fietkau | 2014-02-23 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39723 | |||
* | netifd: update to latest version, fixes wireless device reload handling | Felix Fietkau | 2014-02-23 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39706 | |||
* | netifd: fix validation constraints | Jo-Philipp Wich | 2014-02-21 | |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39648 | |||
* | netifd: add validation support | John Crispin | 2014-02-18 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39621 | |||
* | netifd: update to latest git head | John Crispin | 2014-02-18 | |
| | | | | | | | | this adds support for proto and wireless handler adding uci validation rules Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39614 | |||
* | netifd: work around dangling prefix kernel-routes (fixes #14963) | Steven Barth | 2014-02-16 | |
| | | | | SVN-Revision: 39597 | |||
* | netifd: fix source-routing breaking 6in4 + others | Steven Barth | 2014-02-14 | |
| | | | | | | | | | | 6in4 historically allowed an ip6addr without a mask however the newly introduced source-routing segfaulted in this scenario (#14958 + #14858). Fixes include: "Fix ubus route src mask printing" and "Disable netlink auto ack" (thanks to Hans Dedecker) SVN-Revision: 39586 | |||
* | netifd: don't add unnecessary NOP policy rules | Steven Barth | 2014-01-20 | |
| | | | | SVN-Revision: 39351 | |||
* | netifd: Add IFUPDATE-flags and use main IPv6 routing table again | Steven Barth | 2014-01-17 | |
| | | | | SVN-Revision: 39306 | |||
* | netifd: initialize the switch early at start time and on reload (fixes #13015) | Felix Fietkau | 2013-12-31 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39183 | |||
* | netifd: update to the latest version, fixes wireless related segfaults on arm | Felix Fietkau | 2013-12-29 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39180 | |||
* | netifd: update to the latest version, fixes wifi related segfaults | Felix Fietkau | 2013-12-28 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39176 | |||
* | netifd: add reload trigger for /etc/config/wireless as well | Jo-Philipp Wich | 2013-12-18 | |
| | | | | SVN-Revision: 39131 | |||
* | netifd: update to latest version, fixes a null pointer crash | Felix Fietkau | 2013-12-16 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39088 | |||
* | Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface | Steven Barth | 2013-12-15 | |
| | | | | SVN-Revision: 39061 | |||
* | netifd: update to the latest version, adds a revert of the link state ↵ | Felix Fietkau | 2013-12-14 | |
| | | | | | | | | handling patches which caused regressions in combination with wifi devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39050 | |||
* | netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at ↵ | Felix Fietkau | 2013-12-13 | |
| | | | | | | | | boot time Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39046 | |||
* | netifd: fix crashes triggered by adding/removing wireless devices on reload | Felix Fietkau | 2013-12-11 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39035 | |||
* | netifd: enable coredumps again | John Crispin | 2013-12-09 | |
| | | | | | | | | got broken due procd startup. Requires procd resource limit patch. Signed-off-by: Ulrich Weber <uw@xyne.com> SVN-Revision: 39020 | |||
* | netifd: update to the latest version, adds tunnel fixes by Hans Dedecker and ↵ | Felix Fietkau | 2013-12-08 | |
| | | | | | | | | adds back support for multiple networks per wifi-iface Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39004 | |||
* | netifd: update to the latest version, improves wireless status output and ↵ | Felix Fietkau | 2013-12-03 | |
| | | | | | | | | fixes some bridge handling issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38992 | |||
* | wifi: rename the "reload" (restarting non-netifd wifi) command to ↵ | Felix Fietkau | 2013-12-02 | |
| | | | | | | | | | | "reload_legacy" Add a new "reload" command that reloads the netifd config as well Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38989 | |||
* | netifd: add wireless configuration support and port mac80211 to the new ↵ | Felix Fietkau | 2013-12-02 | |
| | | | | | | | | framework Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988 | |||
* | netifd: remove redundant calls to /sbin/wifi down | Felix Fietkau | 2013-12-02 | |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38982 |