summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* /dev/null was used before it was created, so an empty file was created. This ↵Florian Fainelli2010-01-311-1/+1
| | | | | | prevented the actual device node from being created. The attached patch fixes that, patch from cshore SVN-Revision: 19472
* move files to files-2.6.30, to ease newer kernel integrationFlorian Fainelli2010-01-3165-0/+0
| | | | SVN-Revision: 19471
* mac80211: fix rekeying in ap mode with connected powersave stationsFelix Fietkau2010-01-311-0/+48
| | | | SVN-Revision: 19470
* mac80211: fix aggregation setup on wds ap interfacesFelix Fietkau2010-01-311-0/+20
| | | | SVN-Revision: 19469
* ar71xx: nuke remaining patchesGabor Juhos2010-01-312-268/+0
| | | | SVN-Revision: 19468
* ar71xx: nuke 2.6.3[01] stuffGabor Juhos2010-01-3164-2318/+0
| | | | SVN-Revision: 19467
* ramips: nuke 2.6.30 supportGabor Juhos2010-01-3110-756/+0
| | | | SVN-Revision: 19466
* ramips: enable RTL8366SR driver for the RT288x devicesGabor Juhos2010-01-311-0/+3
| | | | SVN-Revision: 19465
* ramips_eth: cleanup mac_address changingGabor Juhos2010-01-311-19/+12
| | | | SVN-Revision: 19464
* ramips_eth: update register offsetsGabor Juhos2010-01-311-8/+8
| | | | SVN-Revision: 19463
* ramips_eth: pass sys_clk via platform_dataGabor Juhos2010-01-313-2/+5
| | | | SVN-Revision: 19462
* fix syntax error in preinit hook (#6610)Jo-Philipp Wich2010-01-311-2/+3
| | | | SVN-Revision: 19461
* export amazon_get_cpu_hzHauke Mehrtens2010-01-314-2/+3
| | | | SVN-Revision: 19460
* i[amazon] use SYS_HAS_EARLY_PRINTK instead of prom_printfHauke Mehrtens2010-01-313-30/+3
| | | | SVN-Revision: 19459
* Add kernel 2.6.32 supportHauke Mehrtens2010-01-3112-15/+382
| | | | SVN-Revision: 19458
* Apply patch 240-irq_fix.patch directlyHauke Mehrtens2010-01-312-26/+5
| | | | SVN-Revision: 19457
* Apply patch 220-fix_timer.patch directlyHauke Mehrtens2010-01-313-118/+34
| | | | SVN-Revision: 19456
* Apply patch 210-remove_unnedded_variables.patch directlyHauke Mehrtens2010-01-312-15/+0
| | | | SVN-Revision: 19455
* Apply patch 200-fix_deprecated_interrupt_definations.patch directlyHauke Mehrtens2010-01-315-60/+7
| | | | SVN-Revision: 19454
* move files to correct positionHauke Mehrtens2010-01-315-8/+0
| | | | SVN-Revision: 19453
* remove support for kernel 2.6.21Hauke Mehrtens2010-01-317-266/+0
| | | | SVN-Revision: 19452
* remove support for older kernelsImre Kaloz2010-01-3182-12562/+0
| | | | SVN-Revision: 19450
* switch to 2.6.32Imre Kaloz2010-01-311-2/+2
| | | | SVN-Revision: 19449
* fixup cambria/avila model detectionImre Kaloz2010-01-312-4/+4
| | | | SVN-Revision: 19448
* refresh patchImre Kaloz2010-01-311-4/+4
| | | | SVN-Revision: 19447
* ramips_eth: add helper functions to {ed,dis}able interruptsGabor Juhos2010-01-311-6/+21
| | | | SVN-Revision: 19446
* ramips_eth: remove unnecessary typecastsGabor Juhos2010-01-311-2/+2
| | | | SVN-Revision: 19445
* ramips_eth: simplify tx_next computationGabor Juhos2010-01-311-5/+2
| | | | SVN-Revision: 19444
* ramips_eth: simplify tx descriptor initializationGabor Juhos2010-01-311-3/+2
| | | | SVN-Revision: 19443
* ramips_eth: pass 'raeth_priv' struct directly to dma specific functionsGabor Juhos2010-01-311-39/+35
| | | | SVN-Revision: 19442
* ramips: switch to 2.6.32Gabor Juhos2010-01-311-1/+1
| | | | SVN-Revision: 19441
* ramips_eth: convert to use netdev_opsGabor Juhos2010-01-311-6/+12
| | | | SVN-Revision: 19440
* add me as a maintainer for a few other packagesFelix Fietkau2010-01-313-0/+6
| | | | SVN-Revision: 19439
* mac80211: i maintain this packageFelix Fietkau2010-01-311-0/+1
| | | | SVN-Revision: 19438
* rtc-jz4740: reset rtc clock if it has lost its stateLars-Peter Clausen2010-01-311-2/+9
| | | | SVN-Revision: 19437
* fix some compile warnings with 2.6.32Imre Kaloz2010-01-313-9/+9
| | | | SVN-Revision: 19435
* upgrade avr32 to 2.6.32Imre Kaloz2010-01-303-43/+23
| | | | SVN-Revision: 19432
* upgrade IMQ patch to the latest one, refresh patchesImre Kaloz2010-01-302-76/+152
| | | | SVN-Revision: 19431
* stop dropbear at shutdown as wellFelix Fietkau2010-01-301-0/+1
| | | | SVN-Revision: 19430
* when rebooting, use lazy umounts as fallback (patch by puchu)Felix Fietkau2010-01-301-1/+1
| | | | SVN-Revision: 19429
* stop syslogd before rebooting, otherwise umount might not work properly when ↵Felix Fietkau2010-01-301-0/+6
| | | | | | logging to a file (thx, puchu) SVN-Revision: 19428
* when rebooting, stop the network interfaces last (just before umount) to ↵Felix Fietkau2010-01-301-1/+1
| | | | | | allow services to shut down properly (thx, puchu) SVN-Revision: 19427
* libtool: Don't use the libdir path found in .la files. Fixes the build of ↵Lars-Peter Clausen2010-01-301-0/+9
| | | | | | various packages. SVN-Revision: 19422
* brcm-2.4: add support for 8-bit flash bus widthFelix Fietkau2010-01-301-1/+1
| | | | SVN-Revision: 19421
* hostapd: fix segfault in mac80211 wds ap handlingFelix Fietkau2010-01-301-3/+4
| | | | SVN-Revision: 19420
* Add missing config optionHauke Mehrtens2010-01-301-0/+1
| | | | SVN-Revision: 19418
* ramips_eth: fix invalid register writesGabor Juhos2010-01-301-4/+5
| | | | SVN-Revision: 19417
* ramips_eth: move memset call out from the loopGabor Juhos2010-01-301-1/+1
| | | | SVN-Revision: 19416
* ramips_eth: header file cleanupGabor Juhos2010-01-301-144/+146
| | | | SVN-Revision: 19415
* ramips_eth: coding style cleanupGabor Juhos2010-01-301-54/+66
| | | | SVN-Revision: 19414