You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Fietkau 68ca8e7818 make squashfs overlay support more generic and integrate it for x86-2.6
SVN-Revision: 6450
18 years ago
..
000-reinstate-devfs.patch Replace inode.u.generic_ip with inode.i_private 18 years ago
001-squashfs.patch Upgrade to Linux 2.6.19 18 years ago
002-squashfs_lzma.patch Upgrade to Linux 2.6.19 18 years ago
004-extra_optimization.patch Upgrade to Linux 2.6.19 18 years ago
006-gcc4_inline_fix.patch Upgrade to Linux 2.6.19 18 years ago
007-samsung_flash.patch Upgrade to Linux 2.6.19 18 years ago
008-mtd_uaccess.patch forward port missing parts of the mtd permission change in whiterussian (and add it to linux 2.6 as well) 18 years ago
009-revert_intel_flash_breakage.patch add a patch to revert recent breakage in the intel cfi flash driver (fixes #1140) 18 years ago
010-disable_old_squashfs_compatibility.patch Upgrade to Linux 2.6.19 18 years ago
011-mips_boot.patch Upgrade to Linux 2.6.19 18 years ago
012-mips_cpu_tlb.patch move tlb change for mips 4KC to generic patches (required for most mips targets) 18 years ago
050-mtdpart_redboot_partition_truncate.patch Renamed 050-* to comply with patch naming convention. 18 years ago
060-rootfs_split.patch move mtd rootfs split patch to generic-2.6, disabled for broadcom targets until the flash map driver is updated and tested 18 years ago
065-block2mtd_init.patch make squashfs overlay support more generic and integrate it for x86-2.6 18 years ago
100-netfilter_layer7_2.8.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
101-netfilter_layer7_pktmatch.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
110-ipp2p_0.8.1rc1.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
120-openswan-2.4.0.kernel-2.6-natt.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
130-netfilter-ipset.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
140-netfilter_time.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
150-netfilter_imq.patch update to imq patch version 2.6.19-imq3 - fixes kernel oops from #1397 18 years ago
160-netfilter_route.patch reorder netfilter patches, update layer7 kernel to latest version, should improve stability 18 years ago
170-netfilter_chaostables.patch Add chaostable from #1187, also enable netfilter modules for ixp4xx. 18 years ago
200-sched_esfq.patch Upgrade to Linux 2.6.19 18 years ago
201-multiple_default_gateways.patch Upgrade to Linux 2.6.19 18 years ago
202-mips-freestanding.patch Upgrade to Linux 2.6.19 18 years ago
204-jffs2_eofdetect.patch Upgrade to Linux 2.6.19 18 years ago
207-powerpc_asm_segment_h.patch Upgrade to Linux 2.6.19 18 years ago
208-rtl8110sb_fix.patch Upgrade to Linux 2.6.19 18 years ago
209-mini_fo.patch Upgrade to Linux 2.6.19 18 years ago
210-d80211_compat.patch add compatibility patch for d80211 18 years ago
211-no_block2mtd_readahead.patch disable block2mtd page readahead (patch from #1058) 18 years ago
212-block2mtd_erase_scan.patch Finally fix the pesky x86-2.6 block2mtd related crash (#1058) When erasing 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 *)) 18 years ago
900-headers_type_and_time.patch Upgrade to Linux 2.6.19 18 years ago
901-asm_bitops_include.patch Upgrade to Linux 2.6.19 18 years ago
902-darwin_scripts_include.patch fix kernel compile on real operating systems :P (closes #1150) 18 years ago
903-stddef_include.patch add fix for kernel headers to allow offsetof access from user space 18 years ago