aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* netfilter.mk: add addrtype match to iptables-mod-extra (kmod-ipt-extra)Jo-Philipp Wich2013-01-143-2/+3
| | | | SVN-Revision: 35155
* kernel: add a config option for keeping the kallsyms table uncompressed, ↵Felix Fietkau2013-01-142-0/+109
| | | | | | saving ~9kb kernel size after lzma on ar71xx SVN-Revision: 35154
* 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
* rules.mk: only select latest libgcc.a with wildcard match (#12798)Jo-Philipp Wich2013-01-131-2/+2
| | | | SVN-Revision: 35144
* 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
* ar71xx: fix unaligned access in cls_u32Felix Fietkau2013-01-131-0/+22
| | | | SVN-Revision: 35132
* add ustream-ssl, an ustream abstraction library for SSL stream socketsFelix Fietkau2013-01-131-0/+59
| | | | SVN-Revision: 35131
* ar71xx: fix unaligned access in a few more placesFelix Fietkau2013-01-131-20/+151
| | | | SVN-Revision: 35130
* ar71xx: improve unaligned access patches, add a net_hdr_word() macro which ↵Felix Fietkau2013-01-131-20/+465
| | | | | | assumes 2-byte aligned access and generates better code than {get,put}_unaligned_cpu32 SVN-Revision: 35129
* libubox: update to latest version, adds small blobmsg enhancements and ↵Felix Fietkau2013-01-131-4/+4
| | | | | | license fixes - package is now ISC/BSD-3c SVN-Revision: 35128
* ar71xx: avoid __packed define in the unaligned access hack patch, make the ↵Felix Fietkau2013-01-131-6/+37
| | | | | | ipv6 address struct also 2-byte-aligned/packed SVN-Revision: 35127
* kernel: add back the mips module relocation patchFelix Fietkau2013-01-131-0/+350
| | | | SVN-Revision: 35126
* ar71xx: add more cpu feature overrides, slightly reduces kernel sizeFelix Fietkau2013-01-131-0/+28
| | | | SVN-Revision: 35125
* ar71xx: extend the unaligned access hacks to a few more places that showed ↵Felix Fietkau2013-01-131-0/+41
| | | | | | up in the new kernel SVN-Revision: 35124
* kernel: fix enabling coredump support on 3.7+Felix Fietkau2013-01-131-0/+4
| | | | SVN-Revision: 35123
* brcm47xx: BCMA - Update default IRQ assignment per upstream changeHauke Mehrtens2013-01-121-0/+9
| | | | | | | | | Update the default IRQ assignment for unrecognized devices per the upstream change. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 35121
* kernel: make kmod-ledtrig-usbdev depend on usb core support instead of ↵Felix Fietkau2013-01-121-1/+1
| | | | | | selecting it SVN-Revision: 35120
* refresh kernel configs with kconfig.plGabor Juhos2013-01-125-14/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35119
* malta: remove 3.6 supportGabor Juhos2013-01-123-353/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35118
* malta: build lzma and gzip compressed uImagesGabor Juhos2013-01-121-0/+22
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35117
* adm5120: remove 3.6 supportGabor Juhos2013-01-1218-1059/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35116
* adm5120: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35115
* ar71xx: remove 3.6 supportGabor Juhos2013-01-12102-9399/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35114
* ar71xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35113
* mpc83xx: remove 3.6 supportGabor Juhos2013-01-1211-4535/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35112
* mpc83xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35111
* ramips: remove 3.6 supportGabor Juhos2013-01-1214-750/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35110
* ramips: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35109
* rb532: remove 3.6 supportGabor Juhos2013-01-123-206/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35108
* rb532: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35107
* ppc44x: remove 3.6 supportGabor Juhos2013-01-123-291/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35106
* ppc44x: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35105
* ppc40x: remove 3.6 supportGabor Juhos2013-01-129-2087/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35104
* ppc40x: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35103
* cns21xx: remove 3.6 supportGabor Juhos2013-01-1219-7913/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35102
* cns21xx: switch to 3.7Gabor Juhos2013-01-121-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35101
* kernel: update linux 3.7 to 3.7.2Gabor Juhos2013-01-1212-50/+21
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35100
* image.mk: use XZ bcj architecture filter if availableFlorian Fainelli2013-01-111-1/+4
| | | | | | | | | | xz supports using an architecture specific BCJ filter, use that one to save us a couple kB while producing squashfs filesystems (mimics the Linux kernel). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35097
* mac80211: fix enabling HT40-Felix Fietkau2013-01-113-5/+16
| | | | SVN-Revision: 35096
* base-files: Don't pass '--set-worker /lib/hotplug2/worker_fork.so' to ↵Vasilis Tsiligiannis2013-01-112-5/+5
| | | | | | hotplug2 (#12781) SVN-Revision: 35095