summaryrefslogtreecommitdiffstats
path: root/package/netifd
Commit message (Expand)AuthorAgeFilesLines
* netifd: improve error handling in legacy script compatibility library, do not...nbd2012-04-211-3/+3
* netifd: make type a local variable in /lib/network/config.sh to avoid clashes...nbd2012-04-211-1/+1
* ppp: move ppp-{up,down} from the netifd package to pppdnbd2012-04-172-22/+0
* netifd: update to latest, fixes ppp reconnect issuesnbd2012-04-171-2/+2
* netifd: update to 2012-04-12, fixes interface reconnect issues and improves i...nbd2012-04-121-2/+2
* netifd: update to latest version, fixes a segfault with non-bridge interface ...nbd2012-03-281-2/+2
* netifd: update to 2012-03-23, fixes route/address tracking issues and adds mo...nbd2012-03-261-2/+2
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh fi...nbd2012-03-201-183/+0
* netifd: update to latest version, fixes log buffer handling issues, dns issue...nbd2012-03-191-2/+2
* netifd: scan l3 devices on find_config()nbd2012-03-191-1/+2
* netifd: shut down all interfaces before restarting netifdnbd2012-03-191-0/+7
* netifd: fix ipv6 issues, add sit tunnel supportnbd2012-03-151-2/+2
* netifd: implement find_config()nbd2012-03-151-1/+14
* netifd: update to latest versionnbd2012-03-051-2/+2
* netifd: update, fix some mac address handling issuesnbd2012-02-271-2/+2
* netifd: add missing do_sysctl functionnbd2012-02-271-0/+5
* netifd: update to 2012-02-26, fixes ipv4 broadcast handlingnbd2012-02-271-2/+2
* netifd: add a hotplug handler for setting sysctls (based on the old 10-routes...nbd2012-02-271-0/+36
* netifd: add a new udhcpc default script for command line use (no uci support)nbd2012-02-271-0/+57
* netifd: set the network device in uci state as well to avoid further remappin...nbd2012-02-031-1/+4
* netifd: update to latest, fixes removing deleted interfaces on config reloadnbd2012-02-021-2/+2
* netifd: fix legacy scripts that expect the ifname option to be mapped to the ...nbd2012-02-021-0/+2
* netifd: update to latest, fixes a crash when the interface protocol was not s...nbd2012-01-241-2/+2
* netifd: update to latest version, add some more status info and rework shell ...nbd2012-01-221-2/+2
* netifd: always issue a reload on ifup, not just for -anbd2012-01-221-1/+1
* netifd: update to latest version, fixes some use-after-free issuesnbd2011-12-051-2/+2
* netifd: update to latest version, fixes tcp connection loss issues on dhcp rekeynbd2011-11-141-2/+2
* netifd: fix compile error when both libnl and libnl-tiny are builtnbd2011-11-081-2/+2
* package/netifd: use new service wrappernico2011-11-071-8/+9
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd mu...nbd2011-11-042-2/+9
* netifd: start wifi at bootnbd2011-11-031-0/+4
* netifd: update to latest version, fix redundant ifdown hotplug eventsnbd2011-11-031-2/+2
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)nbd2011-11-011-3/+3
* netifd: update to latest version, fixes handling of hotplug devices (for wifi)nbd2011-11-011-2/+2
* netifd: update, prefix proto handler callbacks with 'proto_'nbd2011-10-272-10/+10
* netifd: remove obsolete _init callbacks, set available=1 for pppnbd2011-10-272-16/+1
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptnbd2011-10-271-2/+2
* netifd: update to latest, adds support for protocol notifiers to signal inter...nbd2011-10-271-2/+2
* netifd: if core dump support is enabled, use it. also add some delay after st...nbd2011-10-261-0/+5
* netifd: update to the latest version, contains small fixes for interface relo...nbd2011-10-261-2/+2
* netifd: update to latest version, fixes a crash on dhcp renewnbd2011-10-241-2/+2
* netifd: update to latest version, fixes interface hotplugging issuesnbd2011-10-231-3/+3
* netifd: add two simple scripts for querying interface/device statusnbd2011-10-232-0/+25
* netifd: reload the network config on ifup -anbd2011-10-231-0/+1
* netifd: add a dependency on jshnnbd2011-10-221-1/+1
* netifd: add missing dependencies on libuci and libnl-tinynbd2011-10-211-1/+1
* add an initial (experimental) version of netifd, disabled by defaultnbd2011-10-2112-0/+492