Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: remove __devinit, __devexit and __devexit_p for kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 2 | -9/+9 |
| | | | | | | These attributes where removed with kernel 3.8 and are now causing compile errors. SVN-Revision: 35335 | ||||
* | acx-mac80211: make it compile with kernel 3.8 | Hauke Mehrtens | 2013-01-27 | 2 | -5/+90 |
| | | | | SVN-Revision: 35334 | ||||
* | acx-mac80211: refresh patches | Hauke Mehrtens | 2013-01-27 | 3 | -9/+9 |
| | | | | SVN-Revision: 35333 | ||||
* | acx-mac80211: use same config options as mac80211 package | Hauke Mehrtens | 2013-01-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Problem was missing CONFIG_MAC80211_DEBUGFS in the acx-mac80211 build, which broke subsequently the ABI in struct ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe also in other strange behaviour before. I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in package/mac80211/Makefile. Thank you Oliver Winker SVN-Revision: 35332 | ||||
* | bcm63xx: switch to b53 and swconfig | Jonas Gorski | 2013-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35307 | ||||
* | ipv6-support: don't overwrite existing setting across reflashs | Steven Barth | 2013-01-23 | 2 | -1/+4 |
| | | | | SVN-Revision: 35302 | ||||
* | base-files: fix network_get_prefix6 | Steven Barth | 2013-01-22 | 2 | -2/+2 |
| | | | | SVN-Revision: 35300 | ||||
* | base-files: Set default value for IPv6 forwarding | Steven Barth | 2013-01-22 | 2 | -1/+2 |
| | | | | SVN-Revision: 35299 | ||||
* | netifd: update to latest version, adds another fix for interface aliases | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35297 | ||||
* | netifd: Fix a segfault when globals.ula_prefix is empty | Steven Barth | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35296 | ||||
* | uhttpd: always turn on TLS support, include ustream-ssl as a build dependency | Felix Fietkau | 2013-01-22 | 1 | -3/+3 |
| | | | | SVN-Revision: 35295 | ||||
* | ustream-ssl: remove dependency conditional part to avoid build breakage when ↵ | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | | | no variant is selected SVN-Revision: 35294 | ||||
* | ustream-ssl: update to latest version, fixes handling large chunks of data ↵ | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | | | (fixes #12866) SVN-Revision: 35293 | ||||
* | uboot-lantiq: upgrade to 2013.01 | Luka Perkov | 2013-01-22 | 29 | -27/+13461 |
| | | | | SVN-Revision: 35292 | ||||
* | uhttpd: fix another small hang issue with the same symptoms | Felix Fietkau | 2013-01-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 35291 | ||||
* | uhttpd: fix connection hangs | Felix Fietkau | 2013-01-22 | 1 | -2/+2 |
| | | | | SVN-Revision: 35290 | ||||
* | tcpdump: add SLL parsing support to tcpdump-mini, use -ffunction-sections, ↵ | Felix Fietkau | 2013-01-22 | 2 | -52/+70 |
| | | | | | | -fdata-sections and --gc-sections to reduce size SVN-Revision: 35288 | ||||
* | base-files: network.sh: fix typo in previous commit | Jo-Philipp Wich | 2013-01-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 35287 | ||||
* | base-files: network.sh: simplify network_get_prefix6() | Jo-Philipp Wich | 2013-01-21 | 1 | -7/+4 |
| | | | | SVN-Revision: 35286 | ||||
* | uhttpd: fix unencrypted passwords in httpd.conf | Felix Fietkau | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35265 | ||||
* | ath9k: add support for more antenna mask combinations on AR93xx | Felix Fietkau | 2013-01-21 | 2 | -3/+70 |
| | | | | SVN-Revision: 35264 | ||||
* | 6relayd: fix shell library includes in init-script | Steven Barth | 2013-01-21 | 2 | -3/+6 |
| | | | | | | Thanks to Daniel Golle SVN-Revision: 35262 | ||||
* | 6relayd: avoid a race-condition with looping RAs | Steven Barth | 2013-01-21 | 2 | -1/+2 |
| | | | | SVN-Revision: 35260 | ||||
* | netifd: Fix segfaults in IPv6 prefix handling | Steven Barth | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35259 | ||||
* | odhcp6c: Fix address assignment with infinite validity | Steven Barth | 2013-01-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 35258 | ||||
* | uhttpd: fix selecting the right ustream implementation when openssl is to be ↵ | Felix Fietkau | 2013-01-20 | 1 | -1/+1 |
| | | | | | | used (#12857) SVN-Revision: 35257 | ||||
* | ath9k: merge another round of cleanups and stability fixes, refresh patches | Felix Fietkau | 2013-01-20 | 9 | -66/+638 |
| | | | | SVN-Revision: 35255 | ||||
* | netifd: update to latest version, fixes alias support | Felix Fietkau | 2013-01-20 | 1 | -2/+2 |
| | | | | SVN-Revision: 35251 | ||||
* | network/iproute2: Bump version to 3.7.0 | Felix Fietkau | 2013-01-20 | 6 | -534/+70 |
| | | | | | | | | | | | Updated to latest stable version and added an upstream patch to handle a link failure Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> [dgolle@allnet.de: refreshed patches] Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 35250 | ||||
* | uhttpd: update to a newer version, fixes chunked transfer on some POST requests | Felix Fietkau | 2013-01-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 35249 | ||||
* | uhttpd: switch to uhttpd2, it is now feature complete | Felix Fietkau | 2013-01-19 | 1 | -43/+11 |
| | | | | SVN-Revision: 35247 | ||||
* | netifd: add a band-aid fix for the wifi setup vs. netifd init race by ↵ | Jo-Philipp Wich | 2013-01-19 | 1 | -1/+1 |
| | | | | | | increasing the wait time to five seconds SVN-Revision: 35240 | ||||
* | busybox: add an upstream ntpd fix (#12841) | Jo-Philipp Wich | 2013-01-19 | 7 | -23/+49 |
| | | | | SVN-Revision: 35239 | ||||
* | ipv6-support: adapt UCI defaults to new ordering | Steven Barth | 2013-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 35219 | ||||
* | base-files: use numerically prefixed uci-defaults names | Jo-Philipp Wich | 2013-01-18 | 3 | -0/+0 |
| | | | | SVN-Revision: 35218 | ||||
* | odhcp6c: Fix parsing more than one DNS server | Steven Barth | 2013-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 35215 | ||||
* | ipv6-support: Rename enable-ipv6 UCI defaults | Steven Barth | 2013-01-17 | 2 | -2/+2 |
| | | | | SVN-Revision: 35205 | ||||
* | base-files: rename ULA generation script | Steven Barth | 2013-01-17 | 2 | -1/+1 |
| | | | | SVN-Revision: 35204 | ||||
* | xtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and ↵ | Jo-Philipp Wich | 2013-01-17 | 1 | -2/+2 |
| | | | | | | KGIDT_INIT() macros SVN-Revision: 35203 | ||||
* | xtables-addons: move to package/, add myself as maintainer | Jo-Philipp Wich | 2013-01-17 | 18 | -0/+39869 |
| | | | | SVN-Revision: 35193 | ||||
* | kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel ↵ | Felix Fietkau | 2013-01-17 | 1 | -1/+1 |
| | | | | | | build error in snapshot builds SVN-Revision: 35190 | ||||
* | odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 ↵ | Steven Barth | 2013-01-17 | 1 | -2/+2 |
| | | | | | | behaviour over PPP and similar SVN-Revision: 35189 | ||||
* | ppp: don't automatically set IPv6 default route * Fixes ↵ | Steven Barth | 2013-01-17 | 2 | -2/+1 |
| | | | | | | "ndisc_router_discovery() failed to add default route" SVN-Revision: 35188 | ||||
* | netifd: @aliases use layer 3 devices instead of main devices Fixes dhcpv6 ↵ | Steven Barth | 2013-01-17 | 1 | -2/+2 |
| | | | | | | protocol alias SVN-Revision: 35187 | ||||
* | kernel: allow building kmod-rtc-marvell for mvebu target | Florian Fainelli | 2013-01-15 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177 | ||||
* | ipv6-support: Switch to native IPv6 support | Steven Barth | 2013-01-15 | 8 | -719/+14 |
| | | | | SVN-Revision: 35174 | ||||
* | 6rd: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | 2 | -1/+5 |
| | | | | SVN-Revision: 35173 | ||||
* | 6to4: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | 2 | -1/+2 |
| | | | | SVN-Revision: 35172 | ||||
* | 6in4: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | 2 | -3/+6 |
| | | | | SVN-Revision: 35171 | ||||
* | 6relayd: add suitable default configuration | Steven Barth | 2013-01-15 | 2 | -1/+9 |
| | | | | SVN-Revision: 35170 |