Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refresh madwifi patches, fix an issue with napi polling (thx SeG) | Felix Fietkau | 2008-02-20 | 27 | -546/+414 |
| | | | | SVN-Revision: 10511 | ||||
* | netfilter: update to the latest IMQ patch for 2.6.24 from ↵ | Gabor Juhos | 2008-02-20 | 1 | -81/+93 |
| | | | | | | http://www.actusa.net/~linuximq/ SVN-Revision: 10510 | ||||
* | bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵ | Michael Büsch | 2008-02-20 | 7 | -0/+1216 |
| | | | | | | but let's commit what we have. SVN-Revision: 10509 | ||||
* | netfilter: fix IMQ bug on 2.6.24 | Gabor Juhos | 2008-02-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 10508 | ||||
* | napi polling fix | Felix Fietkau | 2008-02-20 | 1 | -13/+21 |
| | | | | SVN-Revision: 10507 | ||||
* | madwifi: remove a dangerous debugging define | Felix Fietkau | 2008-02-20 | 1 | -31/+44 |
| | | | | SVN-Revision: 10506 | ||||
* | improve reliability of the beaconcal patch | Felix Fietkau | 2008-02-20 | 1 | -14/+27 |
| | | | | SVN-Revision: 10505 | ||||
* | fix md5sum for v0.28.2 (closes: #3159) | Nicolas Thill | 2008-02-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 10498 | ||||
* | ssb: Fix the horrible crash of innocent cardbus cards. | Michael Büsch | 2008-02-19 | 2 | -0/+119 |
| | | | | | | No Animals were harmed in the production of this patch. SVN-Revision: 10497 | ||||
* | ssb: Make the GPIO API reentrancy safe. | Michael Büsch | 2008-02-19 | 4 | -72/+265 |
| | | | | SVN-Revision: 10496 | ||||
* | ssb: Update the GPIO API | Michael Büsch | 2008-02-19 | 6 | -245/+217 |
| | | | | SVN-Revision: 10495 | ||||
* | SSB: Update the watchdog fix to the patch version that will go upstream. | Michael Büsch | 2008-02-19 | 3 | -53/+130 |
| | | | | SVN-Revision: 10494 | ||||
* | Adding .24 support for olpc | Jens Muecke | 2008-02-19 | 28 | -2/+12422 |
| | | | | | | | | | | kernel compiles fine, but graphic support is broken to test new kernel version, change target/linux/olpc/Makefile from .23.16 to .24 SVN-Revision: 10493 | ||||
* | ssb: Move the generic ssb fixes patch to the generic kernel. | Michael Büsch | 2008-02-19 | 1 | -0/+0 |
| | | | | | | This should fix SSB for people using a b43 card on a non-47xx machine. SVN-Revision: 10492 | ||||
* | ssb: Workaround: Need subsys_initcall to be able to register a PCI bus. | Michael Büsch | 2008-02-19 | 2 | -11/+32 |
| | | | | | | This needs a different fix, but use this workaround for now. SVN-Revision: 10491 | ||||
* | ssb: Update to latest upstream version of ssb. | Michael Büsch | 2008-02-19 | 15 | -766/+577 |
| | | | | SVN-Revision: 10490 | ||||
* | Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141 | Andy Boyett | 2008-02-19 | 1 | -0/+53 |
| | | | | SVN-Revision: 10489 | ||||
* | change psk back to key | Travis Kemen | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10488 | ||||
* | b43: Make probing of NPHY devices possible. | Michael Büsch | 2008-02-18 | 3 | -1/+4 |
| | | | | SVN-Revision: 10487 | ||||
* | Increased to five download attempts in download.pl | Andy Boyett | 2008-02-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 10486 | ||||
* | ssb: Fix serial console on new 47xx devices. | Michael Büsch | 2008-02-18 | 2 | -16/+90 |
| | | | | SVN-Revision: 10485 | ||||
* | upgrade apex to 1.5.13, fixup EABI support | Imre Kaloz | 2008-02-18 | 1 | -2/+3 |
| | | | | SVN-Revision: 10484 | ||||
* | generic-2.4: add ip6t_REJECT support | Gabor Juhos | 2008-02-18 | 2 | -0/+361 |
| | | | | SVN-Revision: 10482 | ||||
* | hostapd: Disable driver_nl80211 if mac80211 is not built | Michael Büsch | 2008-02-17 | 1 | -1/+1 |
| | | | | SVN-Revision: 10481 | ||||
* | fixup ARM EABI on GCC 4.1.2 | Imre Kaloz | 2008-02-17 | 2 | -41/+65 |
| | | | | SVN-Revision: 10480 | ||||
* | b43: Switch to latest firmware. | Michael Büsch | 2008-02-17 | 1 | -4/+4 |
| | | | | SVN-Revision: 10479 | ||||
* | hostapd.sh: Fix typo. The PSK is expected in the "psk" variable, but we put ↵ | Michael Büsch | 2008-02-17 | 1 | -3/+3 |
| | | | | | | it into the "key" variable. SVN-Revision: 10478 | ||||
* | mac80211 wifi script: Tell hostapd to use the nl80211 driver. | Michael Büsch | 2008-02-17 | 1 | -3/+3 |
| | | | | SVN-Revision: 10477 | ||||
* | bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵ | Michael Büsch | 2008-02-17 | 1 | -10/+3 |
| | | | | | | called late enough. SVN-Revision: 10476 | ||||
* | hostapd: use patches to add the nl80211 driver instead of copying the files. | Michael Büsch | 2008-02-17 | 12 | -3781/+2968 |
| | | | | SVN-Revision: 10475 | ||||
* | bcm47xx: Remove FIXME We don't want to move the board time init into SSB. ↵ | Michael Büsch | 2008-02-17 | 1 | -2/+1 |
| | | | | | | It's just fine as-is. Remove the FIXME. SVN-Revision: 10474 | ||||
* | bcm47xx: Extract all available information from NVRAM into the sprom data ↵ | Michael Büsch | 2008-02-16 | 1 | -8/+43 |
| | | | | | | structure. SVN-Revision: 10473 | ||||
* | Whoops, forgot to add this file to the b43-update commit. | Michael Büsch | 2008-02-16 | 1 | -0/+392 |
| | | | | SVN-Revision: 10472 | ||||
* | mac80211: allow AP and VLAN modes | Michael Büsch | 2008-02-16 | 1 | -0/+25 |
| | | | | SVN-Revision: 10471 | ||||
* | Enable nl80211 support in hostapd. | Michael Büsch | 2008-02-16 | 1 | -2/+26 |
| | | | | SVN-Revision: 10470 | ||||
* | Add hostapd support for nl80211 (mac80211 stack) | Michael Büsch | 2008-02-16 | 8 | -0/+2990 |
| | | | | SVN-Revision: 10469 | ||||
* | Fix support for PCI devices behind a SSB->PCI bridge. | Michael Büsch | 2008-02-16 | 3 | -111/+86 |
| | | | | SVN-Revision: 10468 | ||||
* | Upgrade b43 and mac80211. | Michael Büsch | 2008-02-15 | 103 | -10167/+16995 |
| | | | | | | | This also temporarly disables hostapd support for mac80211, as hostapd needs patches to compile against latest mac80211. Will do that in a seperate patch. SVN-Revision: 10466 | ||||
* | iptables: remove obsolete patch | Gabor Juhos | 2008-02-15 | 1 | -12/+0 |
| | | | | SVN-Revision: 10464 | ||||
* | push a couple of fixes upstream from Acinonyx | Travis Kemen | 2008-02-15 | 1 | -5/+8 |
| | | | | SVN-Revision: 10463 | ||||
* | add eabi autoselection for the kernel as well - fixes iptables problems | Felix Fietkau | 2008-02-14 | 2 | -2/+8 |
| | | | | SVN-Revision: 10461 | ||||
* | create the dhcp leasefile if it doesn't exist | Travis Kemen | 2008-02-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 10460 | ||||
* | add missing config change for OABI | Felix Fietkau | 2008-02-14 | 1 | -0/+2 |
| | | | | SVN-Revision: 10459 | ||||
* | revert ARM to oabi by default, add some eabi patches for fixing up the ↵ | Felix Fietkau | 2008-02-14 | 10 | -5/+194 |
| | | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458 | ||||
* | Upgrade brcm63xx to 2.6.24 | Florian Fainelli | 2008-02-13 | 14 | -459/+483 |
| | | | | SVN-Revision: 10455 | ||||
* | Upgrade rdc to 2.6.24 | Florian Fainelli | 2008-02-13 | 17 | -923/+1299 |
| | | | | SVN-Revision: 10453 | ||||
* | fix problems with the use of a passphrase, add option to use a key instead ↵ | Travis Kemen | 2008-02-13 | 1 | -5/+13 |
| | | | | | | of passphrase SVN-Revision: 10450 | ||||
* | remove old profile | John Crispin | 2008-02-13 | 1 | -23/+0 |
| | | | | SVN-Revision: 10449 | ||||
* | upgrade uci to 0.3.0 - fix for adding changes to empty config files - better ↵ | Felix Fietkau | 2008-02-12 | 1 | -3/+3 |
| | | | | | | error handling for invalid config pointers - create /tmp/.uci if it does not exist SVN-Revision: 10447 | ||||
* | resync kernel config | Gabor Juhos | 2008-02-11 | 1 | -34/+11 |
| | | | | SVN-Revision: 10444 |