Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brcm47xx: remove old kernel versions | Hauke Mehrtens | 2011-07-22 | 73 | -6897/+0 |
| | | | | SVN-Revision: 27724 | ||||
* | brcm47xx: update bcma and ssb to master-2011-07-21 | Hauke Mehrtens | 2011-07-22 | 42 | -765/+3312 |
| | | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723 | ||||
* | kernel: update to linux-3.0 and refresh patches. | Hauke Mehrtens | 2011-07-22 | 9 | -41/+18 |
| | | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722 | ||||
* | base-files: attempt bring up related wifi devices when calling ifup If a ↵ | Jo-Philipp Wich | 2011-07-22 | 3 | -17/+49 |
| | | | | | | | | | | | | | | | user invoked /sbin/ifup to bring up an interface, the setup used to fail in case of wireless networks tied to a non-bridged interface definition. Likewise, the bringup of "lan" in the default configuration will reinitialize the bridge but do not re-join the wireless network to it, requiring an extra call to /sbin/wifi (which might not be possible anymore due to a severed link if connected wirelessly). The changeset modifies the "ifup" command to search for related wireless devices and call "wifi up" on them if applicable. This way the commands for wireless and non-wireless interfaces are unified from a cli point of view. The "ifup -a" case has not been changed to keep the logic of the /etc/init.d/network boot sequence. This might be changed later. Solves #9763. SVN-Revision: 27720 | ||||
* | firewall: fix serious bug in state var handling (#9746) | Jo-Philipp Wich | 2011-07-20 | 2 | -3/+3 |
| | | | | SVN-Revision: 27711 | ||||
* | ar71xx: reinitialize global switch settings after reset on ar7240 | Felix Fietkau | 2011-07-20 | 1 | -23/+24 |
| | | | | SVN-Revision: 27705 | ||||
* | ar71xx: configure address aging on ar7240 | Felix Fietkau | 2011-07-20 | 1 | -2/+12 |
| | | | | SVN-Revision: 27704 | ||||
* | ar71xx: reset the phy in the ethernet init on ar724x | Felix Fietkau | 2011-07-20 | 2 | -2/+19 |
| | | | | SVN-Revision: 27703 | ||||
* | ar71xx: make sure that rx and interrupts are disabled before issuing the ↵ | Felix Fietkau | 2011-07-20 | 1 | -7/+9 |
| | | | | | | hardware reset SVN-Revision: 27702 | ||||
* | ar71xx: increase the delay after the ethernet MAC reset | Felix Fietkau | 2011-07-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 27701 | ||||
* | ar71xx: fix an unused variable warning | Felix Fietkau | 2011-07-20 | 1 | -1/+0 |
| | | | | SVN-Revision: 27700 | ||||
* | comgt: clean up patch, rename gcom binary to comgt, but add a compatibility ↵ | Felix Fietkau | 2011-07-20 | 3 | -91/+28 |
| | | | | | | symlink SVN-Revision: 27699 | ||||
* | uci: fix one more unused-but-set issue (#9731) | Felix Fietkau | 2011-07-19 | 1 | -4/+4 |
| | | | | SVN-Revision: 27698 | ||||
* | sync default kernel config for lantiq danube/ar9 | John Crispin | 2011-07-19 | 2 | -1/+2 |
| | | | | SVN-Revision: 27697 | ||||
* | fix etehrnet when using EPHY on lantiq ASE | John Crispin | 2011-07-19 | 1 | -0/+98 |
| | | | | SVN-Revision: 27696 | ||||
* | fixes pci on lantiq AR9 SoC | John Crispin | 2011-07-19 | 1 | -0/+18 |
| | | | | SVN-Revision: 27695 | ||||
* | add support for more lantiq AR9 boards | John Crispin | 2011-07-19 | 4 | -1/+180 |
| | | | | SVN-Revision: 27694 | ||||
* | kernel: backport and enable tmpfs xattr support for 2.6.39 | Felix Fietkau | 2011-07-19 | 3 | -2/+480 |
| | | | | SVN-Revision: 27691 | ||||
* | uhttpd: pass feature flags (#9742) | Jo-Philipp Wich | 2011-07-19 | 1 | -1/+7 |
| | | | | SVN-Revision: 27689 | ||||
* | ath9k: validate eeprom chainmask settings, some Ubiquiti devices (and maybe ↵ | Felix Fietkau | 2011-07-19 | 1 | -0/+51 |
| | | | | | | others) contain bogus data, which breaks wifi SVN-Revision: 27688 | ||||
* | * fix external interrupts | John Crispin | 2011-07-18 | 1 | -0/+20 |
| | | | | SVN-Revision: 27687 | ||||
* | uhttpd: support building against openssl instead of cyassl, minor cleanups ↵ | Jo-Philipp Wich | 2011-07-18 | 6 | -27/+98 |
| | | | | | | (#7827) SVN-Revision: 27686 | ||||
* | uci: update to fix more unused-but-set issues (#9731) | Felix Fietkau | 2011-07-18 | 1 | -3/+3 |
| | | | | SVN-Revision: 27681 | ||||
* | uci: update to 2011-07-18, fixes #9731 | Felix Fietkau | 2011-07-18 | 1 | -4/+4 |
| | | | | SVN-Revision: 27680 | ||||
* | resolveip: fix whitespace | Jo-Philipp Wich | 2011-07-17 | 1 | -11/+11 |
| | | | | SVN-Revision: 27671 | ||||
* | pptp: properly support symbolic VPN host names, tear down created host ↵ | Jo-Philipp Wich | 2011-07-17 | 2 | -5/+13 |
| | | | | | | routes (#4876) SVN-Revision: 27669 | ||||
* | add "resolveip", a small DNS lookup utility for use in scripts (#4876) | Jo-Philipp Wich | 2011-07-17 | 2 | -0/+142 |
| | | | | SVN-Revision: 27666 | ||||
* | * add gigasx76x update | John Crispin | 2011-07-17 | 17 | -175/+464 |
| | | | | | | | | | | | * rebase patches * add arv752DPW arv7525PD * fixes gpio_keys Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 27665 | ||||
* | uboot-lantiq | John Crispin | 2011-07-17 | 5 | -3/+132 |
| | | | | | | fix arv752DPW and add arv7525PW SVN-Revision: 27664 | ||||
* | revert parts of r27488 to uboot-lantiq | John Crispin | 2011-07-17 | 1 | -5/+4 |
| | | | | | | Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27663 | ||||
* | better lantiq support in madwifi | John Crispin | 2011-07-17 | 2 | -5/+8 |
| | | | | | | | | | | Allow for each lantiq target (without wifi eeprom) to define where wireless configuration data is on flash. Patch also adds support for sx763 lantiq target. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27662 | ||||
* | reorganize ltq-dsl-app | John Crispin | 2011-07-17 | 2 | -8/+35 |
| | | | | | | | | Add menu options to ltq-dsl-app. Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 27661 | ||||
* | base-files: implement a generic mechanism to map per-interface sysctls to ↵ | Jo-Philipp Wich | 2011-07-17 | 2 | -1/+21 |
| | | | | | | uci. - option ipv4_xyz is mapped to /proc/sys/net/ipv4/{conf,neigh}/xyz - option ipv6_xyz is mapped to /proc/sys/net/ipv6/{conf,neigh}/xyz This allows e.g. "option ipv6_proxy_ndp 1" to enable NDP proxying on wan. Fixes ticket #8699. SVN-Revision: 27653 | ||||
* | iptables: refresh patches | Jo-Philipp Wich | 2011-07-17 | 2 | -19/+13 |
| | | | | SVN-Revision: 27652 | ||||
* | 6to4: provide "adv_preferred_lifetime" and "adv_valid_lifetime" options to ↵ | Jo-Philipp Wich | 2011-07-17 | 2 | -5/+12 |
| | | | | | | control the generated radvd prefix values (#9147) SVN-Revision: 27650 | ||||
* | iptables: rewrite module help texts (#7446) | Jo-Philipp Wich | 2011-07-17 | 1 | -64/+134 |
| | | | | SVN-Revision: 27648 | ||||
* | iptables: fix redundant binaries in iptables-utils & ip6tables-utils (#9691) | Jo-Philipp Wich | 2011-07-17 | 1 | -3/+7 |
| | | | | SVN-Revision: 27646 | ||||
* | add additionnal debug symbols when kernel debugging is enabled | Florian Fainelli | 2011-07-17 | 1 | -0/+2 |
| | | | | SVN-Revision: 27637 | ||||
* | mountd: correctly handle poll() timeout case, solves possible 100% CPU load ↵ | Jo-Philipp Wich | 2011-07-17 | 2 | -2/+34 |
| | | | | | | when idle (#7293) SVN-Revision: 27635 | ||||
* | base-files: add -h and --help options to sysupgrade (#9728) | Jo-Philipp Wich | 2011-07-17 | 2 | -2/+5 |
| | | | | SVN-Revision: 27630 | ||||
* | uhttpd: unblock signals in CGI childs, solves hanging ssh logout after ↵ | Jo-Philipp Wich | 2011-07-17 | 3 | -3/+13 |
| | | | | | | server restart from within LuCI and similar problems SVN-Revision: 27628 | ||||
* | eglibc: remove obsolete dependencies to fix missing config options for ↵ | Felix Fietkau | 2011-07-16 | 1 | -15/+2 |
| | | | | | | eglibc 2.13 SVN-Revision: 27623 | ||||
* | add ehci support to DWV-S0 board (#9059) | Florian Fainelli | 2011-07-16 | 7 | -8/+28 |
| | | | | SVN-Revision: 27622 | ||||
* | firewall: rework state variable handling, use uci_toggle_state() where ↵ | Jo-Philipp Wich | 2011-07-15 | 2 | -18/+25 |
| | | | | | | applicable and properly handle duplicates in add and del state helpers (#9152, #9710) SVN-Revision: 27618 | ||||
* | base-files: use uci_toggle_state() to prevent unwanted aggregation of state ↵ | Jo-Philipp Wich | 2011-07-15 | 4 | -10/+10 |
| | | | | | | vars (#9711) SVN-Revision: 27616 | ||||
* | uci: implement a uci_toogle_state() wrapper in the shell api which calls ↵ | Jo-Philipp Wich | 2011-07-15 | 2 | -2/+7 |
| | | | | | | uci_revert_state() before uci_set_state() SVN-Revision: 27614 | ||||
* | ath9k: add some more fixes to the mic failure handling rework patch | Felix Fietkau | 2011-07-13 | 1 | -7/+28 |
| | | | | SVN-Revision: 27607 | ||||
* | mac80211: fix compile errors because of duplicate atomic64 implementations ↵ | Felix Fietkau | 2011-07-13 | 1 | -2/+6 |
| | | | | | | (#9690) SVN-Revision: 27605 | ||||
* | fix GEN_SPI_RSET_BASE macro (#9697) | Florian Fainelli | 2011-07-13 | 2 | -2/+2 |
| | | | | SVN-Revision: 27604 | ||||
* | upgrade to 3.0-rc7 | Imre Kaloz | 2011-07-12 | 8 | -39/+11 |
| | | | | SVN-Revision: 27600 |