summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: update patcheshauke2011-08-0438-472/+1716
| | | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable sysupgrade on the AP96 and DB120 boardsjuhosg2011-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the same test for AP121 and Zcomax sysupgrade imagesjuhosg2011-08-041-9/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: cleanup image generation Makefilejuhosg2011-08-041-276/+154
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix ethernet FIFO state corruption on ar7240nbd2011-08-042-20/+61
| | | | | | | | | When starting/stopping DMA sometimes the FIFO state gets corrupted, leading to wildly fluctuating latencies or packet data corruption. Fix this by issuing a fast MAC reset as soon as the link is detected as up. Fixes #9689, #9405 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27896 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ag71xx: fix memory corruption issues on ar7240 on ethernet start/stopnbd2011-08-042-3/+19
| | | | | | | | | | | When the DMA engine state gets corrupted due to a hardware issues, it often won't stop rx until a full reset is issued. In that case the hardware must keep a valid descriptor, otherwise it will write to random places in system RAM, triggering random crashes. To fix this, keep a dummy descriptor without a buffer that keeps the DMA engine in a sane state until the reset is done git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix MAC/MDIO reset mask handlingnbd2011-08-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error)nbd2011-08-041-1/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some code to control internal driver queue length limitsnbd2011-08-042-0/+457
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: reduce the number of software retries, include hardware a-mpdu ↵nbd2011-08-041-0/+61
| | | | | | retries in retry counting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: rework handling of sending BlockAckReq frames, should hopefully lead ↵nbd2011-08-042-0/+213
| | | | | | to fewer latency spikes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic: Add missing config symboljogo2011-08-032-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] remove 8*1-usb_serial_endpoint_size.patchflorian2011-08-038-204/+0
| | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_*jogo2011-08-021-0/+8
| | | | | | | UCLIBC_VERSION_* was only defined when toolchain options was enabled, breaking packages depending on (not) having certain uClibc versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for BCM6345 Ethernet DMA engineflorian2011-08-024-2/+1062
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] improve BCM6345 supportflorian2011-08-0233-72/+314
| | | | | | | | - runtime detect the amount of memory available - define EBI_BASE as MPI_BASE to get rid of chip-select specific hacks - fix GPIO control git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 3.0 patchesflorian2011-08-022-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add some hacks to work around the misalignment in IP packets ↵nbd2011-08-021-0/+117
| | | | | | | | received on AR71xx and AR91xx ethernet MACs decreases CPU load with the default firewall for routing 95 mbit/s from 78% to 55% git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] fix r6040 multicast patch, thanksflorian2011-08-021-47/+21
| | | | | | nicolas le falher git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: remove obsolete kernel options from 3.0jogo2011-08-021-62/+1
| | | | | | Also fix one typo. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: Fix firewire for 2.6.37+jogo2011-08-025-35/+71
| | | | | | | | The old ieee1394 stack was removed in 2.6.37. The new firewire stack is available for all kernel versions, but experimental for the older one, so make both available where appropriate. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* imagebuilder: clean opkg files if requested (patch from #9866)nbd2011-08-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix a compiler warningnbd2011-08-011-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/quilt: fix spurious calls to the configure and Makefile targets (#8462)nbd2011-08-011-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz)nbd2011-08-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] perf: mark as broken for nowflorian2011-08-011-1/+1
| | | | | | | Until we properly deal with the various versions of libelf we package, mark perf as broken git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing chunks to the compat_firmware_class changenbd2011-08-011-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864)nbd2011-08-012-8/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: Add missing config symbolacinonyx2011-08-011-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: prevent the aggregation code from sending packets to sleeping ↵nbd2011-08-011-0/+22
| | | | | | stations - should fix some latency issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fold patches that were merged upstream into 300-pending_work.patchnbd2011-08-0127-524/+507
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: add dependency to libexpat when presentjogo2011-08-011-2/+3
| | | | | | Also prevent gdb from trying to link against the host's libexpat. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] autotools.mk: implement PKG_FIXUP:=patch-libtooljow2011-08-014-1/+438
| | | | | | | | | This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: enable inotify by default (#8055)nbd2011-07-318-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27853 3c298f89-4303-0410-b956-a3cf2f4a3e73
* quilt: make it possible to override the path to getopt (based on patch from ↵nbd2011-07-311-1/+4
| | | | | | #9842) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* squashfs4: fix a compile error on big-endian systems (patch from #9842)nbd2011-07-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* squashfs4: add missing include for freebsd (patch from #9842)nbd2011-07-311-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move kmod-fs-mbcache into fs-ext4jogo2011-07-311-23/+9
| | | | | | | mbcache is only needed if xattr support is enabled, but this is only true for ext4 on 2.6.37+, so just bundle it with ext4 when needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear:jow2011-07-313-7/+38
| | | | | | | | - split port argument at the rightmost colon, allows binding to specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵nbd2011-07-308-0/+443
| | | | | | and 3.0 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: disable by defaultnbd2011-07-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837)nbd2011-07-291-9/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix switching channel bandwidth from 5/10 back to 20mhznbd2011-07-292-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27827 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ppc40x]: upgrade to 3.0 (magicbox ata and openrb usb is broken, but the ↵kaloz2011-07-297-57/+44
| | | | | | current kernel didn't compile at all, so...) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix wds interface address handling for multi-bssidnbd2011-07-291-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: use a timeout of 1000ms instead of 100ms for the first gtk rekey ↵nbd2011-07-291-0/+11
| | | | | | eapol frame git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix backward compatibilityjuhosg2011-07-282-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | swconfig fails to load uci configuration after the generic switch identifier changes. root@OpenWrt:/# uci show network | grep switch network.@switch[0]=switch network.@switch[0].name=eth0 network.@switch[0].reset=1 network.@switch[0].enable_vlan=1 network.@switch_vlan[0]=switch_vlan network.@switch_vlan[0].device=eth0 network.@switch_vlan[0].vlan=1 network.@switch_vlan[0].ports=0t 2 3 4 5 network.@switch_vlan[1]=switch_vlan network.@switch_vlan[1].device=eth0 network.@switch_vlan[1].vlan=2 network.@switch_vlan[1].ports=0t 1 root@OpenWrt:/# swconfig dev eth0 load /etc/config/network Failed to apply configuration for switch 'switch0' root@OpenWrt:/# swconfig dev switch0 load /etc/config/network Failed to apply configuration for switch 'switch0' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: remove zero-length patchesnbd2011-07-285-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: version bump to 2.4.5nbd2011-07-2825-1434/+113
| | | | | | | | | | | | | | Bump to the current version of PPP. A few of the patches are either in 2.4.5 or something functionally equivalent is, so those patches were removed. 1 patch was added to accommodate pppol2pv3_addr which is referenced in a linux kernel header file, but isn't defined in the kernel header files packaged with PPP. Redux: re-instate the commenting out of the exponential back-off as requested by Felix. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge WZR-HP-G301NH support into WZR-HP-G300NHjogo2011-07-2810-53/+18
| | | | | | | | Now that we can use a generic name for the switch there is no need for a separate image for the WZR-HP-G301NH. Update the default network config and remove the extra image. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27814 3c298f89-4303-0410-b956-a3cf2f4a3e73