summaryrefslogtreecommitdiffstats
path: root/package/netifd
Commit message (Collapse)AuthorAgeFilesLines
* netifd: improve error handling in legacy script compatibility library, do ↵nbd2012-04-211-3/+3
| | | | | | not fill the log with error messages for interfaces that could not be found git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: make type a local variable in /lib/network/config.sh to avoid ↵nbd2012-04-211-1/+1
| | | | | | clashes with an internal config_foreach variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: move ppp-{up,down} from the netifd package to pppdnbd2012-04-172-22/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, fixes ppp reconnect issuesnbd2012-04-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to 2012-04-12, fixes interface reconnect issues and improves ↵nbd2012-04-121-2/+2
| | | | | | interface status info git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes a segfault with non-bridge interface ↵nbd2012-03-281-2/+2
| | | | | | hotplug git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to 2012-03-23, fixes route/address tracking issues and adds ↵nbd2012-03-261-2/+2
| | | | | | more status info git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31077 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵nbd2012-03-201-183/+0
| | | | | | file to the pppd package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes log buffer handling issues, dns ↵nbd2012-03-191-2/+2
| | | | | | issues and various sit tunnel related issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: scan l3 devices on find_config()nbd2012-03-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: shut down all interfaces before restarting netifdnbd2012-03-191-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix ipv6 issues, add sit tunnel supportnbd2012-03-151-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: implement find_config()nbd2012-03-151-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest versionnbd2012-03-051-2/+2
| | | | | | | | | - preserve hotplug-added interfaces on reload, even if settings change - implement fast config reload for bridge devices - improve bridge device handling reliability - fix bridge stp settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update, fix some mac address handling issuesnbd2012-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing do_sysctl functionnbd2012-02-271-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to 2012-02-26, fixes ipv4 broadcast handlingnbd2012-02-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a hotplug handler for setting sysctls (based on the old ↵nbd2012-02-271-0/+36
| | | | | | 10-routes file) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30743 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a new udhcpc default script for command line use (no uci support)nbd2012-02-271-0/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: set the network device in uci state as well to avoid further ↵nbd2012-02-031-1/+4
| | | | | | remapping issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, fixes removing deleted interfaces on config reloadnbd2012-02-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix legacy scripts that expect the ifname option to be mapped to the ↵nbd2012-02-021-0/+2
| | | | | | device option after fixup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, fixes a crash when the interface protocol was not ↵nbd2012-01-241-2/+2
| | | | | | specified git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, add some more status info and rework shell ↵nbd2012-01-221-2/+2
| | | | | | proto handler support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: always issue a reload on ifup, not just for -anbd2012-01-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes some use-after-free issuesnbd2011-12-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes tcp connection loss issues on dhcp rekeynbd2011-11-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: fix compile error when both libnl and libnl-tiny are builtnbd2011-11-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/netifd: use new service wrappernico2011-11-071-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵nbd2011-11-042-2/+9
| | | | | | must not attempt to create the bridge by itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: start wifi at bootnbd2011-11-031-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fix redundant ifdown hotplug eventsnbd2011-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)nbd2011-11-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes handling of hotplug devices (for wifi)nbd2011-11-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update, prefix proto handler callbacks with 'proto_'nbd2011-10-272-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: remove obsolete _init callbacks, set available=1 for pppnbd2011-10-272-16/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptnbd2011-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest, adds support for protocol notifiers to signal ↵nbd2011-10-271-2/+2
| | | | | | interface availability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: if core dump support is enabled, use it. also add some delay after ↵nbd2011-10-261-0/+5
| | | | | | start to avoid race conditions with other init scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to the latest version, contains small fixes for interface ↵nbd2011-10-261-2/+2
| | | | | | reloading and adds support for dependency handling of stacked devices like dsa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28610 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes a crash on dhcp renewnbd2011-10-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28557 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes interface hotplugging issuesnbd2011-10-231-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add two simple scripts for querying interface/device statusnbd2011-10-232-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28545 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: reload the network config on ifup -anbd2011-10-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add a dependency on jshnnbd2011-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing dependencies on libuci and libnl-tinynbd2011-10-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an initial (experimental) version of netifd, disabled by defaultnbd2011-10-2112-0/+492
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28499 3c298f89-4303-0410-b956-a3cf2f4a3e73