summaryrefslogtreecommitdiff
path: root/package/network/config/netifd
Commit message (Collapse)AuthorAgeFilesLines
...
* netifd: update to latest version, fixes an autostart handling with link ↵Felix Fietkau2014-03-201-2/+2
| | | | | | | | detection Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39967
* netifd: update to latest version, adds support for specifying a config pathFelix Fietkau2014-03-191-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39956
* netifd: pass on delegate flag from dhcp to 6rdSteven Barth2014-03-133-3/+6
| | | | SVN-Revision: 39909
* netifd: update to latest version, includes interface handling fixes by Hans ↵Felix Fietkau2014-03-111-2/+2
| | | | | | | | Dedecker Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39870
* netifd: update to latest version, adds a bridge reload fix and fixes #15157Felix Fietkau2014-03-071-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39791
* netifd: don't incorrectly announce up-status via ubusSteven Barth2014-03-051-2/+2
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 39777
* netifd: Reintroduce link-layer sensing (thx Hans Decker, Karl Vogel)Steven Barth2014-02-271-2/+2
| | | | SVN-Revision: 39757
* netifd: don't always assume addrs & routes are appliedSteven Barth2014-02-261-2/+2
| | | | | | | 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 changesFelix Fietkau2014-02-231-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39723
* netifd: update to latest version, fixes wireless device reload handlingFelix Fietkau2014-02-231-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39706
* netifd: fix validation constraintsJo-Philipp Wich2014-02-211-15/+15
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 39648
* netifd: add validation supportJohn Crispin2014-02-182-9/+114
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39621
* netifd: update to latest git headJohn Crispin2014-02-181-2/+2
| | | | | | | | 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 Barth2014-02-161-2/+2
| | | | SVN-Revision: 39597
* netifd: fix source-routing breaking 6in4 + othersSteven Barth2014-02-141-2/+2
| | | | | | | | | | 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 rulesSteven Barth2014-01-201-2/+2
| | | | SVN-Revision: 39351
* netifd: Add IFUPDATE-flags and use main IPv6 routing table againSteven Barth2014-01-171-2/+2
| | | | SVN-Revision: 39306
* netifd: initialize the switch early at start time and on reload (fixes #13015)Felix Fietkau2013-12-311-6/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39183
* netifd: update to the latest version, fixes wireless related segfaults on armFelix Fietkau2013-12-291-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39180
* netifd: update to the latest version, fixes wifi related segfaultsFelix Fietkau2013-12-281-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39176
* netifd: add reload trigger for /etc/config/wireless as wellJo-Philipp Wich2013-12-181-1/+4
| | | | SVN-Revision: 39131
* netifd: update to latest version, fixes a null pointer crashFelix Fietkau2013-12-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39088
* Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interfaceSteven Barth2013-12-152-13/+12
| | | | SVN-Revision: 39061
* netifd: update to the latest version, adds a revert of the link state ↵Felix Fietkau2013-12-141-2/+2
| | | | | | | | 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 Fietkau2013-12-131-1/+1
| | | | | | | | boot time Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39046
* netifd: fix crashes triggered by adding/removing wireless devices on reloadFelix Fietkau2013-12-111-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39035
* netifd: enable coredumps againJohn Crispin2013-12-091-4/+4
| | | | | | | | 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 Fietkau2013-12-081-2/+2
| | | | | | | | 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 Fietkau2013-12-031-2/+2
| | | | | | | | 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 Fietkau2013-12-021-1/+1
| | | | | | | | | | "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 Fietkau2013-12-022-3/+3
| | | | | | | | framework Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988
* netifd: remove redundant calls to /sbin/wifi downFelix Fietkau2013-12-021-2/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38982
* netifd: remove connect_time from /var/state, it is unusedFelix Fietkau2013-11-101-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38704
* netifd: update to the latest version, fixes regression in proto-shell ↵Felix Fietkau2013-10-311-2/+2
| | | | | | | | scripts (#14400, #14402) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38627
* netifd: update to latest version, adds fixes and some preparation for ↵Felix Fietkau2013-10-301-3/+3
| | | | | | | | supporting wifi devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38606
* netifd: Fix ifupdate eventsSteven Barth2013-10-191-2/+2
| | | | SVN-Revision: 38458
* netifd: various improvementsSteven Barth2013-10-181-2/+2
| | | | | | | | | | | | * Add ubus methods for global interface status * Add ubus function to create nested interfaces * Add protocol update notifications and hotplug legacy calls * Fix: key to data elements point at wrong memory area * Add support for source-restricted routes * Add option "delegate" to toggle prefix delegation * Reevaluate target routes also on interface update SVN-Revision: 38453
* netifd: rename customopts to sendopts for consistencySteven Barth2013-10-171-4/+4
| | | | SVN-Revision: 38437
* Added 'customopts' dhcp protocol option, which is an array passed along to ↵Steven Barth2013-10-171-2/+7
| | | | | | | | udhcpc as series of -x options. Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi> SVN-Revision: 38436
* netifd: update to latest version, adds macvlan supportFelix Fietkau2013-10-031-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38299
* netifd: don't remove & readd addresses that only have a changed lifetimeSteven Barth2013-10-011-2/+2
| | | | SVN-Revision: 38269
* procd: convert various packages to procd style init.d scriptsJohn Crispin2013-09-171-17/+26
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38023
* netifd: update to the latest version, fixes a bridge handling corner case on ↵Felix Fietkau2013-08-291-2/+2
| | | | | | | | config reload Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37856
* netifd: Fix IPv6-prefix assignment with continuous hintsSteven Barth2013-07-161-2/+2
| | | | SVN-Revision: 37371
* netifd: update to latest version, add bridge_empty optionLuka Perkov2013-07-141-2/+2
| | | | | | | | with this option enabled it's possible to create empty bridges Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37318
* netifd: fix typo in dhcp scriptSteven Barth2013-06-282-2/+2
| | | | SVN-Revision: 37051
* netifd: update to latest version, fixes a NULL pointer deref bugFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36965
* netifd: IPv6: Fix sorting order in last commit.Steven Barth2013-06-171-2/+2
| | | | SVN-Revision: 36952
* netifd: Satisfy IPv6 assignments ordered by prefix lengthSteven Barth2013-06-171-2/+2
| | | | SVN-Revision: 36950
* netifd: update to latest version, uses the new uci/blob code from libuciFelix Fietkau2013-06-101-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36909