Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ppp: don't automatically set IPv6 default route * Fixes ↵ | Steven Barth | 2013-01-17 | |
| | | | | | | "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 | |
| | | | | | | protocol alias SVN-Revision: 35187 | |||
* | kernel: allow building kmod-rtc-marvell for mvebu target | Florian Fainelli | 2013-01-15 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177 | |||
* | ipv6-support: Switch to native IPv6 support | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35174 | |||
* | 6rd: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35173 | |||
* | 6to4: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35172 | |||
* | 6in4: add support for native IPv6 prefix handling | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35171 | |||
* | 6relayd: add suitable default configuration | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35170 | |||
* | 6distributed: Remove obsolete service (replaced by netifd) | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35169 | |||
* | base-files: add support for ipv6-prefixes in connection with netifd | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35168 | |||
* | netifd: Introduce native IPv6 prefix-handling | Steven Barth | 2013-01-15 | |
| | | | | SVN-Revision: 35167 | |||
* | package/kernel: move input modules into a separate submenu | Gabor Juhos | 2013-01-14 | |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35161 | |||
* | kernel: make sure that packages are generated for built-in crypto modules to ↵ | Felix Fietkau | 2013-01-14 | |
| | | | | | | avoid dependency errors with kmod-crypto-core on 3.7 SVN-Revision: 35158 | |||
* | kernel: avoid recursive dependency caused by kmod-i2c-mv64xxx | Florian Fainelli | 2013-01-14 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35157 | |||
* | netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra) | Jo-Philipp Wich | 2013-01-14 | |
| | | | | SVN-Revision: 35155 | |||
* | ath9k: fix a soft lockup on smp systems | Felix Fietkau | 2013-01-14 | |
| | | | | SVN-Revision: 35152 | |||
* | ath9k: remove a lock to fix a deadlock on hw reset | Felix Fietkau | 2013-01-14 | |
| | | | | SVN-Revision: 35147 | |||
* | mac80211: fix monitor mode injection | Felix Fietkau | 2013-01-13 | |
| | | | | SVN-Revision: 35145 | |||
* | mac80211: rt2x00: fix PCI eeprom patch | Gabor Juhos | 2013-01-13 | |
| | | | | | | | | | | | | | | Fixes the following warnings: CC [M] <...>/drivers/net/wireless/rt2x00/rt2800pci.o <...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom_file': <...>/drivers/net/wireless/rt2x00/rt2800pci.c:95:2: warning: 'return' with a value, in function returning void [enabled by default] <...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom': <...>/drivers/net/wireless/rt2x00/rt2800pci.c:994:2: warning: 'retval' may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35143 | |||
* | libnfnetlink: update to v1.0.1 | Jo-Philipp Wich | 2013-01-13 | |
| | | | | SVN-Revision: 35142 | |||
* | ubus: update to git head, passes u64 blob types as doubles to Lua | Jo-Philipp Wich | 2013-01-13 | |
| | | | | SVN-Revision: 35141 | |||
* | netifd: update to git head, adds 64bit counters | Jo-Philipp Wich | 2013-01-13 | |
| | | | | SVN-Revision: 35140 | |||
* | ath9k: fix memory corruption issues on ar5416/ar91xx | Felix Fietkau | 2013-01-13 | |
| | | | | SVN-Revision: 35139 | |||
* | odhcp6c: Send RS on start | Steven Barth | 2013-01-13 | |
| | | | | SVN-Revision: 35137 | |||
* | odhcp6c: Add preliminary proto-handler | Steven Barth | 2013-01-13 | |
| | | | | SVN-Revision: 35135 | |||
* | ipv6-support: don't use disable_ipv6 | Steven Barth | 2013-01-13 | |
| | | | | SVN-Revision: 35134 | |||
* | 6relayd: Rewrite init-script logic | Steven Barth | 2013-01-13 | |
| | | | | SVN-Revision: 35133 | |||
* | add ustream-ssl, an ustream abstraction library for SSL stream sockets | Felix Fietkau | 2013-01-13 | |
| | | | | SVN-Revision: 35131 | |||
* | libubox: update to latest version, adds small blobmsg enhancements and ↵ | Felix Fietkau | 2013-01-13 | |
| | | | | | | license fixes - package is now ISC/BSD-3c SVN-Revision: 35128 | |||
* | kernel: make kmod-ledtrig-usbdev depend on usb core support instead of ↵ | Felix Fietkau | 2013-01-12 | |
| | | | | | | selecting it SVN-Revision: 35120 | |||
* | mac80211: fix enabling HT40- | Felix Fietkau | 2013-01-11 | |
| | | | | SVN-Revision: 35096 | |||
* | base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to ↵ | Vasilis Tsiligiannis | 2013-01-11 | |
| | | | | | | hotplug2 (#12781) SVN-Revision: 35095 | |||
* | mac80211: add a fix for ht40 connections | Felix Fietkau | 2013-01-11 | |
| | | | | SVN-Revision: 35094 | |||
* | ath9k: add updated tx gain tables, fixes stability issues on TL-WDR4300 and ↵ | Felix Fietkau | 2013-01-10 | |
| | | | | | | other devices SVN-Revision: 35089 | |||
* | ath9k: add some calibration fixes from wireless-testing | Felix Fietkau | 2013-01-10 | |
| | | | | SVN-Revision: 35081 | |||
* | toolchain: fix libpthread package for musl based toolchains (#12651) | Florian Fainelli | 2013-01-09 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35069 | |||
* | ath9k: correct a logic error in the rx path fix | Felix Fietkau | 2013-01-09 | |
| | | | | SVN-Revision: 35067 | |||
* | mac80211, ath9k: merge some pending fixes from linux-wireless@ | Felix Fietkau | 2013-01-09 | |
| | | | | SVN-Revision: 35066 | |||
* | mac80211: update to 2013-01-07, add several ath9k stability fixes | Felix Fietkau | 2013-01-09 | |
| | | | | SVN-Revision: 35063 | |||
* | kernel: add kmod-mvsdio MMC host controller for Marvell targets | Florian Fainelli | 2013-01-08 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35061 | |||
* | kernel: make kmod-of-i2c available for the mvebu target | Florian Fainelli | 2013-01-08 | |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35060 | |||
* | kernel: adjust orion/kirkwood packages to also build for mvebu target | Florian Fainelli | 2013-01-08 | |
| | | | | | | | | | Armada XP/370 boards share these hardware blocks with Orion and Kirkwood SoCs. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35059 | |||
* | kernel: add more SCTP related configuration symbols | Florian Fainelli | 2013-01-08 | |
| | | | | | | | | These symbols are used by 3.8+ kernels Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35054 | |||
* | mac80211: apply network interface configuration for adhoc + wpa2 | Felix Fietkau | 2013-01-07 | |
| | | | | SVN-Revision: 35049 | |||
* | ncurses: fix typo on INSTALL_LIBSTDCPP configuration symbol | Florian Fainelli | 2013-01-07 | |
| | | | | | | | | Thanks to kyak for spotting this Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35047 | |||
* | fix typo in Makefile | Mirko Vogt | 2013-01-07 | |
| | | | | | | Thanks to Stefan Hellermann for pointing this out! SVN-Revision: 35042 | |||
* | libubox: update to latest version, contains several uloop/ustream fixes | Felix Fietkau | 2013-01-07 | |
| | | | | SVN-Revision: 35039 | |||
* | This patch updates uboot-xburst from 2009.11 to 2012.10-rc2 - Ingenic SoC ↵ | Mirko Vogt | 2013-01-07 | |
| | | | | | | | | | | | | | | support went upstream Summary: * remove all files/* (since merged to upstream) * patches on nand-spl, mmc and lcd driver Thanks a lot to Xiangfu Liu! Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> SVN-Revision: 35034 | |||
* | zram-swap: Install init script with 0755 mode | Vasilis Tsiligiannis | 2013-01-07 | |
| | | | | SVN-Revision: 35033 | |||
* | kernel: fix kmod-ipsec load order (#12552) | Jo-Philipp Wich | 2013-01-07 | |
| | | | | SVN-Revision: 35032 |