Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing config symbol | Florian Fainelli | 2011-08-05 | 1 | -1/+2 |
| | | | | SVN-Revision: 27908 | ||||
* | ar71xx: fix image generation | Gabor Juhos | 2011-08-05 | 1 | -5/+5 |
| | | | | SVN-Revision: 27907 | ||||
* | brcm47xx: use kernel 3.0 | Hauke Mehrtens | 2011-08-04 | 1 | -1/+1 |
| | | | | | | As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported. SVN-Revision: 27906 | ||||
* | broadcom-diag: add support for bcma | Hauke Mehrtens | 2011-08-04 | 2 | -45/+151 |
| | | | | SVN-Revision: 27905 | ||||
* | switch: update for brcm47xx target | Hauke Mehrtens | 2011-08-04 | 7 | -102/+83 |
| | | | | | | | * remove suport for 2.4 kernel * add support for bcma bus SVN-Revision: 27904 | ||||
* | rtc-rv5c386a: add support for kernel 3.0 | Hauke Mehrtens | 2011-08-04 | 2 | -178/+30 |
| | | | | | | remove BKL and adds support for changes in bcm47xx code SVN-Revision: 27903 | ||||
* | brcm47xx: update patches | Hauke Mehrtens | 2011-08-04 | 38 | -472/+1716 |
| | | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902 | ||||
* | ar71xx: enable sysupgrade on the AP96 and DB120 boards | Gabor Juhos | 2011-08-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 27901 | ||||
* | ar71xx: use the same test for AP121 and Zcomax sysupgrade images | Gabor Juhos | 2011-08-04 | 1 | -9/+2 |
| | | | | SVN-Revision: 27900 | ||||
* | ar71xx: cleanup image generation Makefile | Gabor Juhos | 2011-08-04 | 1 | -276/+154 |
| | | | | SVN-Revision: 27899 | ||||
* | ar71xx: fix ethernet FIFO state corruption on ar7240 | Felix Fietkau | 2011-08-04 | 2 | -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 SVN-Revision: 27896 | ||||
* | ag71xx: fix memory corruption issues on ar7240 on ethernet start/stop | Felix Fietkau | 2011-08-04 | 2 | -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 SVN-Revision: 27895 | ||||
* | ar71xx: fix MAC/MDIO reset mask handling | Felix Fietkau | 2011-08-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 27894 | ||||
* | ath9k: add missing chunk to the BlockAckReq fix (fixes a compile error) | Felix Fietkau | 2011-08-04 | 1 | -1/+9 |
| | | | | SVN-Revision: 27891 | ||||
* | ath9k: add some code to control internal driver queue length limits | Felix Fietkau | 2011-08-04 | 2 | -0/+457 |
| | | | | SVN-Revision: 27890 | ||||
* | ath9k: reduce the number of software retries, include hardware a-mpdu ↵ | Felix Fietkau | 2011-08-04 | 1 | -0/+61 |
| | | | | | | retries in retry counting SVN-Revision: 27889 | ||||
* | ath9k: rework handling of sending BlockAckReq frames, should hopefully lead ↵ | Felix Fietkau | 2011-08-04 | 2 | -0/+213 |
| | | | | | | to fewer latency spikes SVN-Revision: 27888 | ||||
* | generic: Add missing config symbol | Jonas Gorski | 2011-08-03 | 2 | -0/+2 |
| | | | | SVN-Revision: 27887 | ||||
* | remove 8*1-usb_serial_endpoint_size.patch | Florian Fainelli | 2011-08-03 | 8 | -204/+0 |
| | | | | | | This is breaking some devices out there such as Winchiphead CH341 adapters (#9601) SVN-Revision: 27885 | ||||
* | toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_* | Jonas Gorski | 2011-08-02 | 1 | -0/+8 |
| | | | | | | | UCLIBC_VERSION_* was only defined when toolchain options was enabled, breaking packages depending on (not) having certain uClibc versions. SVN-Revision: 27882 | ||||
* | add support for BCM6345 Ethernet DMA engine | Florian Fainelli | 2011-08-02 | 4 | -2/+1062 |
| | | | | SVN-Revision: 27881 | ||||
* | improve BCM6345 support | Florian Fainelli | 2011-08-02 | 33 | -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 SVN-Revision: 27880 | ||||
* | refresh 3.0 patches | Florian Fainelli | 2011-08-02 | 2 | -8/+8 |
| | | | | SVN-Revision: 27879 | ||||
* | ar71xx: add some hacks to work around the misalignment in IP packets ↵ | Felix Fietkau | 2011-08-02 | 1 | -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% SVN-Revision: 27878 | ||||
* | fix r6040 multicast patch, thanks nicolas le falher | Florian Fainelli | 2011-08-02 | 1 | -47/+21 |
| | | | | SVN-Revision: 27876 | ||||
* | linux/generic: remove obsolete kernel options from 3.0 | Jonas Gorski | 2011-08-02 | 1 | -62/+1 |
| | | | | | | Also fix one typo. SVN-Revision: 27875 | ||||
* | kernel: Fix firewire for 2.6.37+ | Jonas Gorski | 2011-08-02 | 5 | -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. SVN-Revision: 27874 | ||||
* | imagebuilder: clean opkg files if requested (patch from #9866) | Felix Fietkau | 2011-08-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 27872 | ||||
* | mac80211: fix a compiler warning | Felix Fietkau | 2011-08-01 | 1 | -3/+6 |
| | | | | SVN-Revision: 27870 | ||||
* | tools/quilt: fix spurious calls to the configure and Makefile targets (#8462) | Felix Fietkau | 2011-08-01 | 1 | -0/+18 |
| | | | | SVN-Revision: 27869 | ||||
* | broadcom-wl: fix setup of virtual interfaces (patch by Nathan Hintz) | Felix Fietkau | 2011-08-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 27868 | ||||
* | perf: mark as broken for now | Florian Fainelli | 2011-08-01 | 1 | -1/+1 |
| | | | | | | | Until we properly deal with the various versions of libelf we package, mark perf as broken SVN-Revision: 27867 | ||||
* | mac80211: add missing chunks to the compat_firmware_class change | Felix Fietkau | 2011-08-01 | 1 | -0/+60 |
| | | | | SVN-Revision: 27864 | ||||
* | mac80211: move compat_firmware_class.ko into compat.ko (fixes #9864) | Felix Fietkau | 2011-08-01 | 2 | -8/+17 |
| | | | | SVN-Revision: 27863 | ||||
* | kernel/modules: Add missing config symbol | Vasilis Tsiligiannis | 2011-08-01 | 1 | -2/+3 |
| | | | | SVN-Revision: 27862 | ||||
* | ath9k: prevent the aggregation code from sending packets to sleeping ↵ | Felix Fietkau | 2011-08-01 | 1 | -0/+22 |
| | | | | | | stations - should fix some latency issues SVN-Revision: 27861 | ||||
* | ath9k: fold patches that were merged upstream into 300-pending_work.patch | Felix Fietkau | 2011-08-01 | 27 | -524/+507 |
| | | | | SVN-Revision: 27860 | ||||
* | gdb: add dependency to libexpat when present | Jonas Gorski | 2011-08-01 | 1 | -2/+3 |
| | | | | | | Also prevent gdb from trying to link against the host's libexpat. SVN-Revision: 27859 | ||||
* | autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply ↵ | Jo-Philipp Wich | 2011-08-01 | 4 | -1/+438 |
| | | | | | | 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. SVN-Revision: 27855 | ||||
* | kernel: enable inotify by default (#8055) | Felix Fietkau | 2011-07-31 | 8 | -11/+11 |
| | | | | SVN-Revision: 27853 | ||||
* | quilt: make it possible to override the path to getopt (based on patch from ↵ | Felix Fietkau | 2011-07-31 | 1 | -1/+4 |
| | | | | | | #9842) SVN-Revision: 27852 | ||||
* | squashfs4: fix a compile error on big-endian systems (patch from #9842) | Felix Fietkau | 2011-07-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 27851 | ||||
* | squashfs4: add missing include for freebsd (patch from #9842) | Felix Fietkau | 2011-07-31 | 1 | -1/+4 |
| | | | | SVN-Revision: 27850 | ||||
* | package/kernel: move kmod-fs-mbcache into fs-ext4 | Jonas Gorski | 2011-07-31 | 1 | -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. SVN-Revision: 27849 | ||||
* | dropbear: - split port argument at the rightmost colon, allows binding to ↵ | Jo-Philipp Wich | 2011-07-31 | 3 | -7/+38 |
| | | | | | | specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853) SVN-Revision: 27843 | ||||
* | kernel: add a new version of my netfilter speedup patches for linux 2.6.39 ↵ | Felix Fietkau | 2011-07-30 | 8 | -0/+443 |
| | | | | | | and 3.0 SVN-Revision: 27840 | ||||
* | qos-scripts: disable by default | Felix Fietkau | 2011-07-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 27832 | ||||
* | hostapd: fix a compile issue when compiling wpa_supplicant (fixes #9837) | Felix Fietkau | 2011-07-29 | 1 | -9/+8 |
| | | | | SVN-Revision: 27830 | ||||
* | ath9k: fix switching channel bandwidth from 5/10 back to 20mhz | Felix Fietkau | 2011-07-29 | 2 | -3/+6 |
| | | | | SVN-Revision: 27827 | ||||
* | upgrade to 3.0 (magicbox ata and openrb usb is broken, but the current ↵ | Imre Kaloz | 2011-07-29 | 7 | -57/+44 |
| | | | | | | kernel didn't compile at all, so...) SVN-Revision: 27826 |