aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* uhttpd: fix unencrypted passwords in httpd.confFelix Fietkau2013-01-211-2/+2
| | | | SVN-Revision: 35265
* ath9k: add support for more antenna mask combinations on AR93xxFelix Fietkau2013-01-212-3/+70
| | | | SVN-Revision: 35264
* 6relayd: fix shell library includes in init-scriptSteven Barth2013-01-212-3/+6
| | | | | | Thanks to Daniel Golle SVN-Revision: 35262
* 6relayd: avoid a race-condition with looping RAsSteven Barth2013-01-212-1/+2
| | | | SVN-Revision: 35260
* netifd: Fix segfaults in IPv6 prefix handlingSteven Barth2013-01-211-2/+2
| | | | SVN-Revision: 35259
* odhcp6c: Fix address assignment with infinite validitySteven Barth2013-01-211-2/+2
| | | | SVN-Revision: 35258
* uhttpd: fix selecting the right ustream implementation when openssl is to be ↵Felix Fietkau2013-01-201-1/+1
| | | | | | used (#12857) SVN-Revision: 35257
* ath9k: merge another round of cleanups and stability fixes, refresh patchesFelix Fietkau2013-01-209-66/+638
| | | | SVN-Revision: 35255
* netifd: update to latest version, fixes alias supportFelix Fietkau2013-01-201-2/+2
| | | | SVN-Revision: 35251
* network/iproute2: Bump version to 3.7.0Felix Fietkau2013-01-206-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 requestsFelix Fietkau2013-01-191-1/+1
| | | | SVN-Revision: 35249
* uhttpd: switch to uhttpd2, it is now feature completeFelix Fietkau2013-01-191-43/+11
| | | | SVN-Revision: 35247
* netifd: add a band-aid fix for the wifi setup vs. netifd init race by ↵Jo-Philipp Wich2013-01-191-1/+1
| | | | | | increasing the wait time to five seconds SVN-Revision: 35240
* busybox: add an upstream ntpd fix (#12841)Jo-Philipp Wich2013-01-197-23/+49
| | | | SVN-Revision: 35239
* ipv6-support: adapt UCI defaults to new orderingSteven Barth2013-01-181-2/+2
| | | | SVN-Revision: 35219
* base-files: use numerically prefixed uci-defaults namesJo-Philipp Wich2013-01-183-0/+0
| | | | SVN-Revision: 35218
* odhcp6c: Fix parsing more than one DNS serverSteven Barth2013-01-181-2/+2
| | | | SVN-Revision: 35215
* ipv6-support: Rename enable-ipv6 UCI defaultsSteven Barth2013-01-172-2/+2
| | | | SVN-Revision: 35205
* base-files: rename ULA generation scriptSteven Barth2013-01-172-1/+1
| | | | SVN-Revision: 35204
* xtables-addons: rework uid/gid compat patch to use KUIDT_INIT() and ↵Jo-Philipp Wich2013-01-171-2/+2
| | | | | | KGIDT_INIT() macros SVN-Revision: 35203
* xtables-addons: move to package/, add myself as maintainerJo-Philipp Wich2013-01-1718-0/+39869
| | | | SVN-Revision: 35193
* kernel: 8250.ko is called 8250_core.ko on linux 3.7+, fixes package/kernel ↵Felix Fietkau2013-01-171-1/+1
| | | | | | build error in snapshot builds SVN-Revision: 35190
* odhcp6c: Detect a different MAC if interface has none * Fixes DHCPv6 ↵Steven Barth2013-01-171-2/+2
| | | | | | behaviour over PPP and similar SVN-Revision: 35189
* ppp: don't automatically set IPv6 default route * Fixes ↵Steven Barth2013-01-172-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 Barth2013-01-171-2/+2
| | | | | | protocol alias SVN-Revision: 35187
* kernel: allow building kmod-rtc-marvell for mvebu targetFlorian Fainelli2013-01-151-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35177
* ipv6-support: Switch to native IPv6 supportSteven Barth2013-01-158-719/+14
| | | | SVN-Revision: 35174
* 6rd: add support for native IPv6 prefix handlingSteven Barth2013-01-152-1/+5
| | | | SVN-Revision: 35173
* 6to4: add support for native IPv6 prefix handlingSteven Barth2013-01-152-1/+2
| | | | SVN-Revision: 35172
* 6in4: add support for native IPv6 prefix handlingSteven Barth2013-01-152-3/+6
| | | | SVN-Revision: 35171
* 6relayd: add suitable default configurationSteven Barth2013-01-152-1/+9
| | | | SVN-Revision: 35170
* 6distributed: Remove obsolete service (replaced by netifd)Steven Barth2013-01-152-64/+0
| | | | SVN-Revision: 35169
* base-files: add support for ipv6-prefixes in connection with netifdSteven Barth2013-01-154-1/+51
| | | | SVN-Revision: 35168
* netifd: Introduce native IPv6 prefix-handlingSteven Barth2013-01-151-2/+2
| | | | SVN-Revision: 35167
* package/kernel: move input modules into a separate submenuGabor Juhos2013-01-142-183/+193
| | | | | | 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 Fietkau2013-01-141-1/+1
| | | | | | avoid dependency errors with kmod-crypto-core on 3.7 SVN-Revision: 35158
* kernel: avoid recursive dependency caused by kmod-i2c-mv64xxxFlorian Fainelli2013-01-141-1/+2
| | | | | | 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 Wich2013-01-142-0/+2
| | | | SVN-Revision: 35155
* ath9k: fix a soft lockup on smp systemsFelix Fietkau2013-01-145-21/+27
| | | | SVN-Revision: 35152
* ath9k: remove a lock to fix a deadlock on hw resetFelix Fietkau2013-01-144-18/+78
| | | | SVN-Revision: 35147
* mac80211: fix monitor mode injectionFelix Fietkau2013-01-131-0/+17
| | | | SVN-Revision: 35145
* mac80211: rt2x00: fix PCI eeprom patchGabor Juhos2013-01-131-4/+4
| | | | | | | | | | | | | | 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.1Jo-Philipp Wich2013-01-131-4/+4
| | | | SVN-Revision: 35142
* ubus: update to git head, passes u64 blob types as doubles to LuaJo-Philipp Wich2013-01-131-3/+3
| | | | SVN-Revision: 35141
* netifd: update to git head, adds 64bit countersJo-Philipp Wich2013-01-131-2/+2
| | | | SVN-Revision: 35140
* ath9k: fix memory corruption issues on ar5416/ar91xxFelix Fietkau2013-01-137-10/+218
| | | | SVN-Revision: 35139
* odhcp6c: Send RS on startSteven Barth2013-01-132-1/+4
| | | | SVN-Revision: 35137
* odhcp6c: Add preliminary proto-handlerSteven Barth2013-01-133-1/+129
| | | | SVN-Revision: 35135
* ipv6-support: don't use disable_ipv6Steven Barth2013-01-132-4/+3
| | | | SVN-Revision: 35134
* 6relayd: Rewrite init-script logicSteven Barth2013-01-134-47/+95
| | | | SVN-Revision: 35133