summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.6
Commit message (Collapse)AuthorAgeFilesLines
* generic: rename jffs2 patchesGabor Juhos2012-11-013-0/+0
| | | | | | | | | Make room for the upcoming yaffs patches. No functional changes. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34053
* generic: use mtd_* helpers in the yaffs codeGabor Juhos2012-10-311-0/+160
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34046
* kernel: update linux 3.6 to 3.6.5Gabor Juhos2012-10-315-25/+14
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34042
* generic: split yaffs-3.2-fix patchGabor Juhos2012-10-314-247/+132
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34041
* generic: replace yaffs-2.6.39 patchGabor Juhos2012-10-315-200/+202
| | | | | | | | Use backported upstream patches instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34032
* generic: replace yaffs mutex_fix patchGabor Juhos2012-10-303-30/+139
| | | | | | | | Use a backported patch instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34021
* generic: replace yaffs symlink fix patchGabor Juhos2012-10-302-17/+31
| | | | | | | | Use a backported patch instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34020
* generic: rename yaffs patchesGabor Juhos2012-10-306-0/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34019
* generic: fold yaffs_git_2010_10_20 patch to generic/filesGabor Juhos2012-10-301-27068/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34013
* generic: fold yaffs_cvs_2009_04_24 patch to generic/filesGabor Juhos2012-10-301-12344/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34012
* kernel: update linux 3.6 to 3.6.4Gabor Juhos2012-10-284-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33982
* generic: fix crashlog patch for 3.6Gabor Juhos2012-10-281-15/+6
| | | | | | | | | | | kmsg_dump() uses an iterator to receive log buffer content since 3.5. Change the 'crashlog_do_dump' function in order to make it compatible with the new version. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33970
* generic: fix tcp_window_check patch for 3.6Gabor Juhos2012-10-271-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the new entry to the end of the tcp_sysctl_table array to fix the following error: [ 7.670000] sysctl table check failed: net/netfilter/nf_conntrack_tcp_max_retrans No data [ 7.680000] Call Trace: [ 7.680000] [<80273bc4>] dump_stack+0x8/0x34 [ 7.680000] [<80128710>] __register_sysctl_table+0x374/0x3a8 [ 7.690000] [<868d5034>] nf_conntrack_l4proto_unregister+0x158/0x1a0[nf_conntrack] [ 7.700000] [<868d50e4>] nf_conntrack_l4proto_register+0x68/0x21c[nf_conntrack] [ 7.710000] [<868b237c>] need_ipv4_conntrack+0x35c/0xb60[nf_conntrack_ipv4] [ 7.710000] [ 7.720000] nf_conntrack_l4proto_tcp4 :protocol register failed [ 7.720000] nf_conntrack_ipv4: can't register pernet ops [ 7.780000] nf_nat: Unknown symbol nf_nat_seq_adjust_hook (err 0) [ 7.790000] nf_nat: Unknown symbol need_ipv4_conntrack (err 0) [ 7.800000] iptable_nat: Unknown symbol nf_nat_packet (err 0) [ 7.810000] iptable_nat: Unknown symbol nf_nat_setup_info (err 0) [ 7.820000] iptable_nat: Unknown symbol nf_nat_icmp_reply_translation (err 0) [ 7.820000] iptable_nat: Unknown symbol need_ipv4_conntrack (err 0) [ 7.840000] ipt_MASQUERADE: Unknown symbol nf_nat_setup_info (err 0) [ 7.860000] nf_nat_ftp: Unknown symbol nf_nat_follow_master (err 0) [ 7.870000] nf_nat_ftp: Unknown symbol __nf_nat_mangle_tcp_packet (err 0) [ 7.890000] nf_nat_irc: Unknown symbol nf_nat_follow_master (err 0) [ 7.900000] nf_nat_irc: Unknown symbol __nf_nat_mangle_tcp_packet (err 0) Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33968
* instead of updating the whole file, just add the additional boardsImre Kaloz2012-10-272-3856/+33
| | | | SVN-Revision: 33966
* kernel: add PCI id 14e4:4350 to ssbHauke Mehrtens2012-10-252-0/+29
| | | | | | | * 14e4:4350 is found on a Broadcom BCM43222. * remove some warnings when using a BCM43222. SVN-Revision: 33929
* kernel: update bcma and ssb to master-2012-10-18 from wireless-testingHauke Mehrtens2012-10-252-0/+1117
| | | | | | | * update the flash driver for bcm47xx to use the stubs already in bcma * do some misc enhancements to the flash drivers for bcm47xx SVN-Revision: 33920
* ARM: fix XZ decompressor stub build failure on strstr()Florian Fainelli2012-10-241-0/+10
| | | | SVN-Revision: 33915
* fix IFF_NO_IP_ALIGN bitmask to contain only 1 bit setFlorian Fainelli2012-10-241-1/+1
| | | | | | This issue got introduced while porting the patch over 3.6 in r33897 SVN-Revision: 33913
* make all 3.6 patches apply and buildFlorian Fainelli2012-10-24103-806/+1008
| | | | SVN-Revision: 33911
* linux 3.6 support (work in progress)Imre Kaloz2012-10-23143-0/+65303
SVN-Revision: 33897