Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: Add mac address filter configuration for hostapd | Felix Fietkau | 2011-01-26 | 1 | -1/+22 |
| | | | | | | | | | Add support of mac address filter. Now 'macfilter' and 'maclist' options can be used with mac80211. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25105 | ||||
* | mac80211: Improve ath5k/ar71xx PCI bug WAR | Felix Fietkau | 2011-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | It has been confirmed by Atheros that this PCI bug affects the RX side only, so we can keep the 128B DMA size for TX. With this change we can double the thruput of ath5k from 15Mps to 30Mbps. We have been using this patch since more than 6 month in a production environment without problems and a significant performance improvement. It has also been said to fix HW encryption: http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25104 | ||||
* | x86/soekris: Add defconfig for soekris net4801 and net4826 | Felix Fietkau | 2011-01-26 | 4 | -0/+52 |
| | | | | | | | | | Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25103 | ||||
* | x86/soekris: Add script to detect soekris model | Felix Fietkau | 2011-01-26 | 1 | -0/+19 |
| | | | | | | | | Add script to detect soekris board of net4801 and net4826. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25102 | ||||
* | libnl-tiny: Fix for c++ compatibility | Felix Fietkau | 2011-01-26 | 4 | -9/+9 |
| | | | | | | | | | | g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25101 | ||||
* | dnsmasq: Fix parameter 'limit' | Felix Fietkau | 2011-01-26 | 1 | -0/+1 |
| | | | | | | | | | | 'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh. For getting the expected number of IP addresses served, we have to decrement limit by one. Patch from: kentarou matsuyama <matsuyama@thinktube.com> SVN-Revision: 25100 | ||||
* | ath9k: fix tx queue debug counters | Felix Fietkau | 2011-01-26 | 1 | -0/+101 |
| | | | | SVN-Revision: 25099 | ||||
* | generic: remove en25pxx support patch, it is in mainline since 2.6.36 | Gabor Juhos | 2011-01-25 | 5 | -45/+6 |
| | | | | SVN-Revision: 25097 | ||||
* | drop 2.6.32 support (next target is 2.6.38) | Imre Kaloz | 2011-01-25 | 6 | -192/+0 |
| | | | | SVN-Revision: 25096 | ||||
* | kernel: when bridging, do not forward EAP frames to other ports, only ↵ | Felix Fietkau | 2011-01-25 | 7 | -0/+105 |
| | | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges SVN-Revision: 25095 | ||||
* | hostapd: update to 20110117 | Felix Fietkau | 2011-01-24 | 16 | -152/+222 |
| | | | | SVN-Revision: 25094 | ||||
* | mac80211: update to wireless-testing 2011-01-24 | Felix Fietkau | 2011-01-24 | 16 | -1567/+1328 |
| | | | | SVN-Revision: 25093 | ||||
* | add missing symbol for 2.6.38 | Imre Kaloz | 2011-01-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 25091 | ||||
* | upgrade to 2.6.37 | Imre Kaloz | 2011-01-24 | 3 | -6/+7 |
| | | | | SVN-Revision: 25090 | ||||
* | refresh patches | Imre Kaloz | 2011-01-24 | 2 | -3/+3 |
| | | | | SVN-Revision: 25089 | ||||
* | replace the mips_boot patch with one that makes BOOT_RAW selectable, and ↵ | Imre Kaloz | 2011-01-24 | 3 | -11/+40 |
| | | | | | | enable it in the generic config SVN-Revision: 25088 | ||||
* | this missing header patch is way too old for any sane software to depend on it | Imre Kaloz | 2011-01-24 | 1 | -9/+0 |
| | | | | SVN-Revision: 25087 | ||||
* | remove mips gcc4 inline patch - fixed upstream | Imre Kaloz | 2011-01-24 | 1 | -11/+0 |
| | | | | SVN-Revision: 25086 | ||||
* | platform specific patches don't belong here - take #2 | Imre Kaloz | 2011-01-24 | 40 | -1013/+0 |
| | | | | SVN-Revision: 25085 | ||||
* | platform specific patches don't belong here | Imre Kaloz | 2011-01-24 | 6 | -267/+0 |
| | | | | SVN-Revision: 25083 | ||||
* | update to latest git | Imre Kaloz | 2011-01-24 | 4 | -98/+3 |
| | | | | SVN-Revision: 25082 | ||||
* | refresh 2.6.38 patches with -rc2 | Imre Kaloz | 2011-01-24 | 8 | -18/+7 |
| | | | | SVN-Revision: 25081 | ||||
* | 2.6.38 supports xz ramdisks, too | Imre Kaloz | 2011-01-24 | 2 | -0/+5 |
| | | | | SVN-Revision: 25080 | ||||
* | allow files/ to overwrite existing symlinks (fixes #3508) | Felix Fietkau | 2011-01-23 | 1 | -0/+8 |
| | | | | SVN-Revision: 25078 | ||||
* | * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names ↵ | John Crispin | 2011-01-23 | 5 | -113/+203 |
| | | | | | | have the same style * move code around SVN-Revision: 25075 | ||||
* | adds machtype for ARV7518PW | John Crispin | 2011-01-23 | 2 | -2/+36 |
| | | | | SVN-Revision: 25074 | ||||
* | remove deadcode from [25072] | John Crispin | 2011-01-23 | 1 | -4/+1 |
| | | | | SVN-Revision: 25073 | ||||
* | * fix pci support for more than 1 device * fixes ioport mappings * adds ↵ | John Crispin | 2011-01-23 | 9 | -145/+258 |
| | | | | | | | | support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, SVN-Revision: 25072 | ||||
* | add support for arv4518 and arv752DWP22 boards | John Crispin | 2011-01-23 | 23 | -8/+4001 |
| | | | | SVN-Revision: 25071 | ||||
* | * Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow ↵ | John Crispin | 2011-01-22 | 1 | -1/+1 |
| | | | | | | | | got reordered. The unconditional default trumps later settings. contributed by Philip Prindeville SVN-Revision: 25068 | ||||
* | * bump to 2.5.2 | John Crispin | 2011-01-22 | 2 | -23/+14 |
| | | | | SVN-Revision: 25067 | ||||
* | * adds sane default uci environment * adds sane default package selection | John Crispin | 2011-01-22 | 4 | -3/+70 |
| | | | | | | contributed by Philip Prindeville SVN-Revision: 25065 | ||||
* | ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695) | Felix Fietkau | 2011-01-21 | 1 | -1/+0 |
| | | | | SVN-Revision: 25060 | ||||
* | ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵ | Felix Fietkau | 2011-01-21 | 1 | -0/+61 |
| | | | | | | behavior SVN-Revision: 25058 | ||||
* | preliminary 2.6.38 support | Imre Kaloz | 2011-01-21 | 119 | -0/+68771 |
| | | | | SVN-Revision: 25057 | ||||
* | ath9k: disable PA predistortion on AR93xx for now until it is properly fixed | Felix Fietkau | 2011-01-21 | 4 | -3/+35 |
| | | | | SVN-Revision: 25056 | ||||
* | ath9k: remove virtual wiphy support - it was only experimental anyway and it ↵ | Felix Fietkau | 2011-01-20 | 4 | -0/+2230 |
| | | | | | | is not going to be maintained anymore SVN-Revision: 25055 | ||||
* | mac80211: add a few tx related fixes | Felix Fietkau | 2011-01-20 | 3 | -0/+222 |
| | | | | SVN-Revision: 25054 | ||||
* | mac80211: update to wireless-testing 2010-01-19 | Felix Fietkau | 2011-01-20 | 16 | -247/+16 |
| | | | | SVN-Revision: 25053 | ||||
* | qos-scripts: Rework qos-stat script | Vasilis Tsiligiannis | 2011-01-20 | 2 | -17/+60 |
| | | | | SVN-Revision: 25052 | ||||
* | mac80211: fix the br_port_exists compatibility macro for 2.6.38 | Felix Fietkau | 2011-01-20 | 1 | -0/+50 |
| | | | | SVN-Revision: 25051 | ||||
* | update package dependencies | Hamish Guthrie | 2011-01-20 | 2 | -7/+5 |
| | | | | SVN-Revision: 25050 | ||||
* | uci: use latest git, fixes reorder operation and incorperates nested delete ↵ | Jo-Philipp Wich | 2011-01-19 | 2 | -24/+4 |
| | | | | | | patch SVN-Revision: 25048 | ||||
* | * revert [25002] * fixes EBU ack when EBU causes an irq | John Crispin | 2011-01-19 | 2 | -216/+224 |
| | | | | SVN-Revision: 25047 | ||||
* | ppp: don't die on malformed PADS frames that might appear on instable DSL lines | Jo-Philipp Wich | 2011-01-19 | 2 | -1/+110 |
| | | | | SVN-Revision: 25044 | ||||
* | fix null pointer access in mach-dir-600-a1.c machine setup (#8671) | Jo-Philipp Wich | 2011-01-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 25043 | ||||
* | disable built-in MMC support | Florian Fainelli | 2011-01-18 | 1 | -2/+1 |
| | | | | SVN-Revision: 25042 | ||||
* | add missing config symbols | Florian Fainelli | 2011-01-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 25041 | ||||
* | base-files: Fix typo in option name for disabling failsafe announcment ↵ | Daniel Dickinson | 2011-01-18 | 1 | -1/+1 |
| | | | | | | Thanks to Andrey Zholos for this patch SVN-Revision: 25040 | ||||
* | mac80211: rework wds sta fix - check for the protocol of the incoming frame ↵ | Felix Fietkau | 2011-01-18 | 1 | -6/+30 |
| | | | | | | instead of just the authorized state SVN-Revision: 25039 |