aboutsummaryrefslogtreecommitdiff
path: root/package/netifd/files
Commit message (Expand)AuthorAge
* packages: sort network related packages into package/network/Felix Fietkau2012-10-10
* netifd: prevent error in ifup if no /etc/config/wireless exists, properly han...Jo-Philipp Wich2012-09-15
* netifd: call "wifi down" before "wifi up"Jo-Philipp Wich2012-08-09
* netifd: repair dhcp client id option Busybox udhcpc dropped support for the -...Jo-Philipp Wich2012-07-01
* netifd: localize internally used shell variables (#11567)Jo-Philipp Wich2012-06-11
* netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609)Jo-Philipp Wich2012-06-07
* /etc/functions.sh => /lib/functions.shJo-Philipp Wich2012-06-05
* netifd: call /sbin/wifi up on /etc/init.d/network reloadFelix Fietkau2012-05-28
* netifd: fix "Command failed: Not found" error with dhcpFelix Fietkau2012-05-26
* netifd: bring up wifi at bootFelix Fietkau2012-05-24
* netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold /et...Felix Fietkau2012-05-23
* netifd: port r27720 (#9763) to the netifd ifup variantJo-Philipp Wich2012-05-23
* netifd: bring up all interfaces on /etc/init.d/network restartFelix Fietkau2012-05-14
* netifd: use the new json_get_vars function in the dhcp helper scriptFelix Fietkau2012-05-14
* netifd: improve error handling in legacy script compatibility library, do not...Felix Fietkau2012-04-21
* netifd: make type a local variable in /lib/network/config.sh to avoid clashes...Felix Fietkau2012-04-21
* ppp: move ppp-{up,down} from the netifd package to pppdFelix Fietkau2012-04-17
* pppd: split files into netifd and non-netifd files, move the netifd ppp.sh fi...Felix Fietkau2012-03-20
* netifd: scan l3 devices on find_config()Felix Fietkau2012-03-19
* netifd: shut down all interfaces before restarting netifdFelix Fietkau2012-03-19
* netifd: implement find_config()Felix Fietkau2012-03-15
* netifd: add missing do_sysctl functionFelix Fietkau2012-02-27
* netifd: add a hotplug handler for setting sysctls (based on the old 10-routes...Felix Fietkau2012-02-27
* netifd: add a new udhcpc default script for command line use (no uci support)Felix Fietkau2012-02-27
* netifd: set the network device in uci state as well to avoid further remappin...Felix Fietkau2012-02-03
* netifd: fix legacy scripts that expect the ifname option to be mapped to the ...Felix Fietkau2012-02-02
* netifd: always issue a reload on ifup, not just for -aFelix Fietkau2012-01-22
* package/netifd: use new service wrapperNicolas Thill2011-11-07
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd mu...Felix Fietkau2011-11-04
* netifd: start wifi at bootFelix Fietkau2011-11-03
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)Felix Fietkau2011-11-01
* netifd: update, prefix proto handler callbacks with 'proto_'Felix Fietkau2011-10-27
* netifd: remove obsolete _init callbacks, set available=1 for pppFelix Fietkau2011-10-27
* netifd: allow ppp based proto handlers to override the connect/disconnect scriptFelix Fietkau2011-10-27
* netifd: if core dump support is enabled, use it. also add some delay after st...Felix Fietkau2011-10-26
* netifd: add two simple scripts for querying interface/device statusFelix Fietkau2011-10-23
* netifd: reload the network config on ifup -aFelix Fietkau2011-10-23
* add an initial (experimental) version of netifd, disabled by defaultFelix Fietkau2011-10-21