aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches
Commit message (Collapse)AuthorAgeFilesLines
* fix ipp2pFelix Fietkau2007-07-161-1/+2
| | | | SVN-Revision: 8005
* fix layer7 for 2.6.21Felix Fietkau2007-07-121-1/+2
| | | | SVN-Revision: 7951
* fix a typo in the imq module (patch from #2005)Felix Fietkau2007-07-101-1/+1
| | | | SVN-Revision: 7908
* update imq patches (fixes #2009)Felix Fietkau2007-07-021-63/+75
| | | | SVN-Revision: 7847
* upgrade layer7 to the latest version and add fixes for 2.6.21 and 2.6.22-rc ↵Felix Fietkau2007-07-022-77/+105
| | | | | | - compile tested on .21, run time tested on .22-rc6 SVN-Revision: 7846
* fix failsafe on broadcom, send netlink events in diag when running linux 2.6Felix Fietkau2007-06-251-0/+37
| | | | SVN-Revision: 7722
* add mini_fo fix from #1801Felix Fietkau2007-06-201-10/+1
| | | | SVN-Revision: 7676
* fixed ipset patch to make it work right from userlandTim Yardley2007-06-111-80/+102
| | | | SVN-Revision: 7565
* Update the yaffs patch to include the fix by Giampaolo Mancini (mancho), ↵Florian Fainelli2007-06-081-66/+92
| | | | | | closes #1779 SVN-Revision: 7534
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-081-1/+1
| | | | | | with wigyori SVN-Revision: 7533
* add ar7-2.6 fixes by Stefan WeilFelix Fietkau2007-06-041-1/+7
| | | | SVN-Revision: 7487
* Updated yaffs2, thanks to David Goodenough (#1779)Florian Fainelli2007-05-301-993/+2903
| | | | SVN-Revision: 7405
* refresh kernel patches so that they apply cleanlyFelix Fietkau2007-05-2637-680/+704
| | | | SVN-Revision: 7347
* remove bogus netfilter dependenciesFelix Fietkau2007-05-261-0/+20
| | | | SVN-Revision: 7344
* move x86 lzma loader patch from generic patches into rdc-2.6 - it's causing ↵Felix Fietkau2007-05-261-1035/+0
| | | | | | problems at least in qemu, maybe on other systems as well and generic x86 doesn't really need the extra compression SVN-Revision: 7342
* add generic GPIO to MIPS boards, use it for au1000 and for the MTX-1 led ↵Florian Fainelli2007-05-241-0/+32
| | | | | | driver as well SVN-Revision: 7334
* nuke vga console support from the x86 lzma loader, it seems to cause ↵Felix Fietkau2007-05-241-109/+16
| | | | | | problems at least in qemu SVN-Revision: 7325
* fix x86 lzma loaderFelix Fietkau2007-05-231-221/+184
| | | | SVN-Revision: 7322
* update netfilter patches, fix atherosImre Kaloz2007-05-235-791/+1534
| | | | SVN-Revision: 7320
* fix x86-2.6 compileFelix Fietkau2007-05-231-4/+4
| | | | SVN-Revision: 7319
* fix compile error in the netfilter ipset moduleFelix Fietkau2007-05-231-0/+10
| | | | SVN-Revision: 7318
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7Imre Kaloz2007-05-2318-2418/+1565
| | | | SVN-Revision: 7315
* Fix duplicate entries in the patchFlorian Fainelli2007-05-201-50/+0
| | | | SVN-Revision: 7289
* Add generic GPIO support to MIPS boardsFlorian Fainelli2007-05-201-0/+100
| | | | SVN-Revision: 7287
* make sure the ramdisk generation will work when you have defined a special ↵Florian Fainelli2007-05-031-0/+24
| | | | | | TIMEFMT SVN-Revision: 7088
* backport a few usb device ids from 2.6.21 for airprimeMike Baker2007-05-011-0/+12
| | | | SVN-Revision: 7077
* move the lzma decompressor out of squashfs-lzma patch and into a new patch ↵Felix Fietkau2007-04-183-123/+124
| | | | | | (i want to use it for initramfs in the future) SVN-Revision: 7001
* Add lzma compression for x86 based targetsFlorian Fainelli2007-04-161-0/+1167
| | | | SVN-Revision: 6960
* Fix free space size checkEugene Konev2007-04-071-1/+1
| | | | SVN-Revision: 6880
* Move the yaffs patch to be generic, shared between rb532 and adm5120Florian Fainelli2007-03-261-0/+13085
| | | | SVN-Revision: 6716
* R.I.P. devfsImre Kaloz2007-03-032-12392/+0
| | | | SVN-Revision: 6478
* make squashfs overlay support more generic and integrate it for x86-2.6Felix Fietkau2007-03-021-0/+112
| | | | SVN-Revision: 6450
* move mtd rootfs split patch to generic-2.6, disabled for broadcom targets ↵Felix Fietkau2007-03-011-0/+414
| | | | | | until the flash map driver is updated and tested SVN-Revision: 6449
* add a patch to revert recent breakage in the intel cfi flash driver (fixes ↵Felix Fietkau2007-02-281-0/+169
| | | | | | #1140) SVN-Revision: 6420
* update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397Felix Fietkau2007-02-281-428/+452
| | | | SVN-Revision: 6418
* Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing ↵Felix Fietkau2007-02-181-0/+11
| | | | | | | | blocks, block2mtd checks the block on the physical disk to see if everything's filled with 0xff. When grabbing a page from the page cache, it initializes the limit as <start address> + PAGE_SIZE. Turns out that the pointer to the status page is (unsigned long *), and thus it adds (PAGE_SIZE * 4). This would never have been caught, if it wasn't for the unlikely event that block2mtd catches the *last* page available in the system ram and thus tries to scan 4 memory pages from there. The absolutely trivial fix is to do a double cast (cast to (u8 *), add PAGE_SIZE, then cast to (unsigned long *)) ... and there was much rejoicing SVN-Revision: 6318
* add fix for kernel headers to allow offsetof access from user spaceFelix Fietkau2007-02-141-0/+17
| | | | SVN-Revision: 6299
* move tlb change for mips 4KC to generic patches (required for most mips targets)Felix Fietkau2007-02-131-0/+20
| | | | SVN-Revision: 6294
* disable block2mtd page readahead (patch from #1058)Felix Fietkau2007-02-011-0/+11
| | | | SVN-Revision: 6242
* forward port missing parts of the mtd permission change in whiterussian (and ↵Felix Fietkau2007-01-271-0/+15
| | | | | | add it to linux 2.6 as well) SVN-Revision: 6224
* Add chaostable from #1187, also enable netfilter modules for ixp4xx.Florian Fainelli2007-01-221-0/+880
| | | | SVN-Revision: 6182
* fix kernel compile on real operating systems :P (closes #1150)Imre Kaloz2007-01-051-10/+10
| | | | SVN-Revision: 5997
* Add an OSX specific patch to make the kernel be compiledFlorian Fainelli2007-01-051-0/+145
| | | | SVN-Revision: 5987
* reorder netfilter patches, update layer7 kernel to latest version, should ↵Felix Fietkau2007-01-018-286/+382
| | | | | | improve stability SVN-Revision: 5950
* add compatibility patch for d80211Felix Fietkau2006-12-301-0/+11
| | | | SVN-Revision: 5937
* Replace inode.u.generic_ip with inode.i_privateFlorian Fainelli2006-12-181-1/+1
| | | | SVN-Revision: 5848
* Renamed 050-* to comply with patch naming convention.Rod Whitby2006-12-171-0/+0
| | | | SVN-Revision: 5814
* Replaced non-working (on NAS100d) redboot byteswap partition truncate patch ↵Rod Whitby2006-12-172-61/+61
| | | | | | with the one that has been tested on NSLU2, NAS100d, Loft, etc., accepted by linux-mtd, and should be in 2.6.20 SVN-Revision: 5813
* Upgrade to Linux 2.6.19Felix Fietkau2006-12-1431-3338/+13835
| | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 SVN-Revision: 5789
* fix uclibc compileFelix Fietkau2006-12-091-3/+1
| | | | SVN-Revision: 5734