Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | netifd: update to latest git head, reorganizes ubus output of inactive values | Jo-Philipp Wich | 2012-09-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 33390 | ||||
* | netifd: update to latest version, fixes premature device release on link ↵ | Felix Fietkau | 2012-09-06 | 1 | -2/+2 |
| | | | | | | loss (fixes #12114, #12112, #11959) SVN-Revision: 33325 | ||||
* | netifd: bump to git head, userspace routes are installed with RTPROT_STATIC ↵ | Jo-Philipp Wich | 2012-08-11 | 1 | -2/+2 |
| | | | | | | from now on SVN-Revision: 33132 | ||||
* | netifd: call "wifi down" before "wifi up" | Jo-Philipp Wich | 2012-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | When the underlying /etc/config/wireless got changed since the last "wifi up" has been performed, the uci vap ifname state vars become inconsistent on a subsequent "wifi up" and multiple vaps get mapped to the same ifnames which confuses the gui and other processes relying on them. For now call an explicit "wifi down" prior to each "wifi up" which will clear up the state accordingly. SVN-Revision: 33076 | ||||
* | netifd: update to latest version, fixes wlan network state getting stuck on ↵ | Felix Fietkau | 2012-07-12 | 1 | -2/+2 |
| | | | | | | wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen SVN-Revision: 32689 | ||||
* | netifd: update to latest version, fixes various issues related to interface ↵ | Felix Fietkau | 2012-07-05 | 1 | -2/+2 |
| | | | | | | alias handling, improves handling of wifi interfaces in /etc/config/network SVN-Revision: 32625 | ||||
* | netifd: repair dhcp client id option Busybox udhcpc dropped support for the ↵ | Jo-Philipp Wich | 2012-07-01 | 1 | -1/+1 |
| | | | | | | -c option, instead it can be emulated by using -x 0x3d:id, change the dhcp protocol script accordingly and filter all colons from the id while we're at it. This change supersedes http://patchwork.openwrt.org/patch/1810/ SVN-Revision: 32573 | ||||
* | netifd: update to current git head, exposes enabled state, mtu and metric ↵ | Jo-Philipp Wich | 2012-06-29 | 1 | -2/+2 |
| | | | | | | overrides for routes SVN-Revision: 32524 | ||||
* | netifd: update to latest version, fixes bridge member interface settings | Felix Fietkau | 2012-06-26 | 1 | -2/+2 |
| | | | | SVN-Revision: 32506 | ||||
* | netifd: bump again to git head, fix device present state after reconnecting ↵ | Jo-Philipp Wich | 2012-06-18 | 1 | -2/+2 |
| | | | | | | shell protos SVN-Revision: 32430 | ||||
* | netifd: update to latest version again, fixes route6 issues (#11528) | Felix Fietkau | 2012-06-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 32429 | ||||
* | netifd: update to latest version, adds 6rd related changes and adds support ↵ | Felix Fietkau | 2012-06-18 | 1 | -2/+2 |
| | | | | | | for default route dependencies (through host route dependencies) SVN-Revision: 32426 | ||||
* | netifd: update to latest version, adds back the workaround for ignoring ↵ | Felix Fietkau | 2012-06-14 | 1 | -2/+2 |
| | | | | | | wlan* in /etc/config/network SVN-Revision: 32356 | ||||
* | netifd: localize internally used shell variables (#11567) | Jo-Philipp Wich | 2012-06-11 | 2 | -1/+3 |
| | | | | SVN-Revision: 32192 | ||||
* | netifd: fix typo in dhcp protocol handler, fixes reqopt handling (#11609) | Jo-Philipp Wich | 2012-06-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 32098 | ||||
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 3 | -3/+3 |
| | | | | SVN-Revision: 32062 | ||||
* | netifd: update to latest version, fixes wifi restart issues | Felix Fietkau | 2012-06-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 32049 | ||||
* | netifd: remove obsolete config variable dependency | Felix Fietkau | 2012-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 31988 | ||||
* | netifd: call /sbin/wifi up on /etc/init.d/network reload | Felix Fietkau | 2012-05-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 31941 | ||||
* | netifd: fix "Command failed: Not found" error with dhcp | Felix Fietkau | 2012-05-26 | 1 | -1/+2 |
| | | | | SVN-Revision: 31863 | ||||
* | netifd: update to latest version, fixes an endian issue in broadcast address ↵ | Felix Fietkau | 2012-05-25 | 1 | -2/+2 |
| | | | | | | handling SVN-Revision: 31858 | ||||
* | netifd: update to latest version, fixes overriding the mac address for ↵ | Felix Fietkau | 2012-05-24 | 1 | -2/+2 |
| | | | | | | bridge interfaces (#11526) SVN-Revision: 31857 | ||||
* | netifd: bring up wifi at boot | Felix Fietkau | 2012-05-24 | 1 | -1/+2 |
| | | | | SVN-Revision: 31855 | ||||
* | netifd: improve /sbin/ifup wifi hack, make it work properly with -a. fold ↵ | Felix Fietkau | 2012-05-23 | 3 | -66/+84 |
| | | | | | | /etc/init.d/netifd into /etc/init.d/network SVN-Revision: 31850 | ||||
* | netifd: port r27720 (#9763) to the netifd ifup variant | Jo-Philipp Wich | 2012-05-23 | 1 | -0/+18 |
| | | | | SVN-Revision: 31849 | ||||
* | netifd: update to latest version, adds interface alias support (#11518), and ↵ | Felix Fietkau | 2012-05-23 | 1 | -2/+2 |
| | | | | | | fixes network route drops on dhcp renew SVN-Revision: 31840 | ||||
* | netifd: update to latest version, fixes dns server issues (#11501) | Felix Fietkau | 2012-05-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 31830 | ||||
* | netifd: update to latest version, fixes peerdns handling, custom dns ↵ | Felix Fietkau | 2012-05-19 | 1 | -2/+2 |
| | | | | | | override and interface metric settings SVN-Revision: 31822 | ||||
* | netifd: update to latest version, fixes a crash on restart | Felix Fietkau | 2012-05-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 31812 | ||||
* | netifd: bring up all interfaces on /etc/init.d/network restart | Felix Fietkau | 2012-05-14 | 1 | -2/+1 |
| | | | | SVN-Revision: 31732 | ||||
* | enable netifd by default and add its config variable to PKG_CONFIG_DEPENDS ↵ | Felix Fietkau | 2012-05-14 | 1 | -1/+1 |
| | | | | | | in a few relevant places SVN-Revision: 31730 | ||||
* | netifd: use the new json_get_vars function in the dhcp helper script | Felix Fietkau | 2012-05-14 | 1 | -6/+1 |
| | | | | SVN-Revision: 31727 | ||||
* | netifd: update to 2012-05-14, fixes a file descriptor leak, fixes a ↵ | Felix Fietkau | 2012-05-14 | 1 | -2/+2 |
| | | | | | | use-after-free on host dependencies, adds a command for scheduling proto-shell restarts and adds support for more address options (point to point, broadcast) SVN-Revision: 31723 | ||||
* | netifd: update to latest version, adds support for host route dependencies | Felix Fietkau | 2012-05-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 31603 | ||||
* | netifd: update to latest version, fixes address/route list handling issues ↵ | Felix Fietkau | 2012-04-29 | 1 | -2/+2 |
| | | | | | | and fixes dual-stack ppp route handling SVN-Revision: 31516 | ||||
* | netifd: improve error handling in legacy script compatibility library, do ↵ | Felix Fietkau | 2012-04-21 | 1 | -3/+3 |
| | | | | | | not fill the log with error messages for interfaces that could not be found SVN-Revision: 31432 | ||||
* | netifd: make type a local variable in /lib/network/config.sh to avoid ↵ | Felix Fietkau | 2012-04-21 | 1 | -1/+1 |
| | | | | | | clashes with an internal config_foreach variable SVN-Revision: 31430 | ||||
* | ppp: move ppp-{up,down} from the netifd package to pppd | Felix Fietkau | 2012-04-17 | 2 | -22/+0 |
| | | | | SVN-Revision: 31340 | ||||
* | netifd: update to latest, fixes ppp reconnect issues | Felix Fietkau | 2012-04-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 31339 | ||||
* | netifd: update to 2012-04-12, fixes interface reconnect issues and improves ↵ | Felix Fietkau | 2012-04-12 | 1 | -2/+2 |
| | | | | | | interface status info SVN-Revision: 31261 | ||||
* | netifd: update to latest version, fixes a segfault with non-bridge interface ↵ | Felix Fietkau | 2012-03-28 | 1 | -2/+2 |
| | | | | | | hotplug SVN-Revision: 31125 | ||||
* | netifd: update to 2012-03-23, fixes route/address tracking issues and adds ↵ | Felix Fietkau | 2012-03-26 | 1 | -2/+2 |
| | | | | | | more status info SVN-Revision: 31077 | ||||
* | pppd: split files into netifd and non-netifd files, move the netifd ppp.sh ↵ | Felix Fietkau | 2012-03-20 | 1 | -183/+0 |
| | | | | | | file to the pppd package SVN-Revision: 31041 | ||||
* | netifd: update to latest version, fixes log buffer handling issues, dns ↵ | Felix Fietkau | 2012-03-19 | 1 | -2/+2 |
| | | | | | | issues and various sit tunnel related issues SVN-Revision: 31035 | ||||
* | netifd: scan l3 devices on find_config() | Felix Fietkau | 2012-03-19 | 1 | -1/+2 |
| | | | | SVN-Revision: 31033 | ||||
* | netifd: shut down all interfaces before restarting netifd | Felix Fietkau | 2012-03-19 | 1 | -0/+7 |
| | | | | SVN-Revision: 31032 | ||||
* | netifd: fix ipv6 issues, add sit tunnel support | Felix Fietkau | 2012-03-15 | 1 | -2/+2 |
| | | | | SVN-Revision: 30948 | ||||
* | netifd: implement find_config() | Felix Fietkau | 2012-03-15 | 1 | -1/+14 |
| | | | | SVN-Revision: 30947 | ||||
* | netifd: update to latest version | Felix Fietkau | 2012-03-05 | 1 | -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 SVN-Revision: 30829 | ||||
* | netifd: update, fix some mac address handling issues | Felix Fietkau | 2012-02-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 30750 |