summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.19
Commit message (Collapse)AuthorAgeFilesLines
* drop 3.19 supportImre Kaloz2015-03-26183-28405/+0
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45002
* kernel: yaffs: use new_sync_{read,write} for 3.18+Gabor Juhos2015-03-251-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the do_sync_{read,write} functions in conjunction with the generic_file_{read,write}_iter causes a kernel panic like this: root@OpenWrt:/# mount -t yaffs /dev/mtdblock5 /mnt [ 2884.110000] yaffs: dev is 32505861 name is "mtdblock5" rw [ 2884.120000] yaffs: passed flags "" root@OpenWrt:/# hexdump -vC -n 64 /mnt/kernel [ 2902.700000] CPU 0 Unable to handle kernel paging request at virtual \ address 00000000, epc == 00000000, ra == 80129414 [ 2902.710000] Oops[#1]: [ 2902.710000] CPU: 0 PID: 1030 Comm: hexdump Not tainted 3.18.9 #2 [ 2902.710000] task: 878e7a20 ti: 868c6000 task.ti: 868c6000 [ 2902.710000] $ 0 : 00000000 fffffff8 00000000 00000000 [ 2902.710000] $ 4 : 868c7e70 868c7ea8 00000001 868c7f08 [ 2902.710000] $ 8 : 00000038 80064f18 80072280 00000000 [ 2902.710000] $12 : 7fa152b8 7709e3a0 00c42008 7709e3a0 [ 2902.710000] $16 : 868c7f08 86a46000 00000010 878e7a20 [ 2902.710000] $20 : 7705c4b0 00000010 00000000 00000000 [ 2902.710000] $24 : 770960bc 7707dd78 [ 2902.710000] $28 : 868c6000 868c7e58 7f8e7030 80129414 [ 2902.710000] Hi : 00000000 [ 2902.710000] Lo : ffffffff [ 2902.710000] epc : 00000000 (null) [ 2902.710000] Not tainted [ 2902.710000] ra : 80129414 do_sync_read+0x7c/0xb4 [ 2902.710000] Status: 1900dc03 KERNEL EXL IE [ 2902.710000] Cause : 00800008 [ 2902.710000] BadVA : 00000000 [ 2902.710000] PrId : 00019750 (MIPS 74Kc) Change the yaffs code to use the new_sync_{read,write} functions instead. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 44974
* kernel: backport bgmac patchesRafał Miłecki2015-03-216-14/+187
| | | | | | | | This allows dropping some hacky bcm53xx bgmac patch forcing link state. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44917
* kernel: fix ipsec related regression in the netfilter rtcache patchFelix Fietkau2015-03-201-1/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44913
* ipv6: fix throw routesSteven Barth2015-03-191-0/+36
| | | | | | Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 44894
* kernel: replace GRO optimization patch with a new one that supports ↵Felix Fietkau2015-03-183-31/+165
| | | | | | | | VLANs/bridges with different MAC addresses Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44877
* kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4Felix Fietkau2015-03-186-31/+16
| | | | | | | | | | | also refresh generic patches for 3.14, 3.18, 3.19 and 4.0 targets might need a minor refresh as well, however, it looks like everything still applies cleanly with occasional small offsets. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44876
* kernel: remove the netfilter optimization that skips the filter table, it ↵Felix Fietkau2015-03-171-87/+0
| | | | | | | | has caused too many issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44873
* kernel: port missing ubi EOF marker support patch to 3.19 and 4.0Felix Fietkau2015-03-161-0/+51
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44801
* kernel: add missing description for GRO optimization patchFelix Fietkau2015-03-161-0/+14
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44798
* kernel: skip GRO for packets bridged to other hostsFelix Fietkau2015-03-151-0/+12
| | | | | | | | | Eliminates excessive skb copying when bridging from LAN to WLAN on ramips. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44797
* kernel: linux 3.19 also needs the network namespace related fd export patch ↵Felix Fietkau2015-03-141-0/+21
| | | | | | | | (#19161) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44751
* atheros: v3.18: rename ATHEROS_AR231X symbol to ATH25Felix Fietkau2015-03-131-1/+1
| | | | | | | | | | This patch starts upsteam ath25 code backporting. No functional changes. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44706
* kernel: fix yaffs compile for >= v3.16John Crispin2015-03-101-0/+28
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44643
* kernel: backport bcma changes to 3.19 and 4.0Rafał Miłecki2015-03-043-1/+883
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44597
* kernel: fix the mips module relocation patch for 3.19+Felix Fietkau2015-03-021-19/+18
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44590
* package: mtd: move bcm963xx_tag definition into source codeJonas Gorski2015-02-271-219/+0
| | | | | | | | | | Remove the need for the header file to be exported - we don't need most of it anyway; all we care about are the offset of the rootfs length and header crc fields. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44557
* kernel: fix 3.18+ if_bridge.h header conflict with muslFelix Fietkau2015-02-271-0/+10
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44553
* generic: improve kexec support of MIPS.John Crispin2015-02-131-0/+308
| | | | | | | | | | | | | - Allow --command-line parameters of kexec-tools be parsed and used by the kernel. - For malta machine, mark kernel code and kernel data segments as "System RAM" instead of "reserved" in /proc/iomem, otherwise kexec-tools will complain that program segments in ELF kernel file are invalid. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 44429
* generic: fix broken patch in the transition of 3.19 from -rc5 to release .0John Crispin2015-02-121-1/+1
| | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 44416
* kernel: fix bgmac check for chip IDRafał Miłecki2015-02-112-4/+50
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44411
* kernel: switch 3.19 from -rc5 to release .0Luka Perkov2015-02-1013-147/+29
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44381
* kernel: copy mips_decompressor_memmove patch to 3.18/3.19John Crispin2015-02-091-0/+22
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44339
* generic: allow ubi autoattach to run on NOR flashImre Kaloz2015-02-051-2/+3
| | | | | | | | | | | | Some devices out there only have a NOR flash to store the rootfs on. While using UBI is arguable on this kind of flash, this is something that should be supported. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44260
* generic/3.19: fixup the value of IFF_NO_IP_ALIGNImre Kaloz2015-01-251-1/+1
| | | | | | | Reported-by: Stephen Walker <stephendwalker+openwrt@gmail.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44139
* generic: add preliminary 3.19 supportImre Kaloz2015-01-25174-0/+27099
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44126