aboutsummaryrefslogtreecommitdiffstats
path: root/package/netifd
Commit message (Collapse)AuthorAgeFilesLines
...
* netifd: add a new udhcpc default script for command line use (no uci support)Felix Fietkau2012-02-271-0/+57
| | | | SVN-Revision: 30741
* netifd: set the network device in uci state as well to avoid further ↵Felix Fietkau2012-02-031-1/+4
| | | | | | remapping issues SVN-Revision: 30008
* netifd: update to latest, fixes removing deleted interfaces on config reloadFelix Fietkau2012-02-021-2/+2
| | | | SVN-Revision: 30004
* netifd: fix legacy scripts that expect the ifname option to be mapped to the ↵Felix Fietkau2012-02-021-0/+2
| | | | | | device option after fixup SVN-Revision: 30003
* netifd: update to latest, fixes a crash when the interface protocol was not ↵Felix Fietkau2012-01-241-2/+2
| | | | | | specified SVN-Revision: 29903
* netifd: update to latest version, add some more status info and rework shell ↵Felix Fietkau2012-01-221-2/+2
| | | | | | proto handler support SVN-Revision: 29864
* netifd: always issue a reload on ifup, not just for -aFelix Fietkau2012-01-221-1/+1
| | | | SVN-Revision: 29863
* netifd: update to latest version, fixes some use-after-free issuesFelix Fietkau2011-12-051-2/+2
| | | | SVN-Revision: 29439
* netifd: update to latest version, fixes tcp connection loss issues on dhcp rekeyFelix Fietkau2011-11-141-2/+2
| | | | SVN-Revision: 29115
* netifd: fix compile error when both libnl and libnl-tiny are builtFelix Fietkau2011-11-081-2/+2
| | | | SVN-Revision: 28854
* package/netifd: use new service wrapperNicolas Thill2011-11-071-8/+9
| | | | SVN-Revision: 28839
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵Felix Fietkau2011-11-042-2/+9
| | | | | | must not attempt to create the bridge by itself SVN-Revision: 28745
* netifd: start wifi at bootFelix Fietkau2011-11-031-0/+4
| | | | SVN-Revision: 28738
* netifd: update to latest version, fix redundant ifdown hotplug eventsFelix Fietkau2011-11-031-2/+2
| | | | SVN-Revision: 28737
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)Felix Fietkau2011-11-011-3/+3
| | | | SVN-Revision: 28713
* netifd: update to latest version, fixes handling of hotplug devices (for wifi)Felix Fietkau2011-11-011-2/+2
| | | | SVN-Revision: 28712
* netifd: update, prefix proto handler callbacks with 'proto_'Felix Fietkau2011-10-272-10/+10
| | | | SVN-Revision: 28632
* netifd: remove obsolete _init callbacks, set available=1 for pppFelix Fietkau2011-10-272-16/+1
| | | | SVN-Revision: 28631
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptFelix Fietkau2011-10-271-2/+2
| | | | SVN-Revision: 28630
* netifd: update to latest, adds support for protocol notifiers to signal ↵Felix Fietkau2011-10-271-2/+2
| | | | | | interface availability SVN-Revision: 28629
* netifd: if core dump support is enabled, use it. also add some delay after ↵Felix Fietkau2011-10-261-0/+5
| | | | | | start to avoid race conditions with other init scripts SVN-Revision: 28611
* netifd: update to the latest version, contains small fixes for interface ↵Felix Fietkau2011-10-261-2/+2
| | | | | | reloading and adds support for dependency handling of stacked devices like dsa SVN-Revision: 28610
* netifd: update to latest version, fixes a crash on dhcp renewFelix Fietkau2011-10-241-2/+2
| | | | SVN-Revision: 28557
* netifd: update to latest version, fixes interface hotplugging issuesFelix Fietkau2011-10-231-3/+3
| | | | SVN-Revision: 28546
* netifd: add two simple scripts for querying interface/device statusFelix Fietkau2011-10-232-0/+25
| | | | SVN-Revision: 28545
* netifd: reload the network config on ifup -aFelix Fietkau2011-10-231-0/+1
| | | | SVN-Revision: 28544
* netifd: add a dependency on jshnFelix Fietkau2011-10-221-1/+1
| | | | SVN-Revision: 28514
* netifd: add missing dependencies on libuci and libnl-tinyFelix Fietkau2011-10-211-1/+1
| | | | SVN-Revision: 28501
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-2112-0/+492
SVN-Revision: 28499