Rafał Miłecki
ba10454b91
kernel: backport bgmac patches
...
This allows dropping some hacky bcm53xx bgmac patch forcing link state.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44917
2015-03-21 11:45:50 +00:00
Felix Fietkau
db3b862d1c
kernel: fix ipsec related regression in the netfilter rtcache patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44913
2015-03-20 22:13:34 +00:00
Steven Barth
9b1840b861
ipv6: fix throw routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44894
2015-03-19 15:46:03 +00:00
Felix Fietkau
b011293d0b
kernel: replace GRO optimization patch with a new one that supports VLANs/bridges with different MAC addresses
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44877
2015-03-18 18:22:41 +00:00
Felix Fietkau
17afb853ee
kernel: bump to 3.14.35, 3.18.9, 3.19.1 and 4.0-rc4
...
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
2015-03-18 18:21:08 +00:00
Felix Fietkau
f30358d41a
kernel: remove the netfilter optimization that skips the filter table, it has caused too many issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44873
2015-03-17 17:14:48 +00:00
Felix Fietkau
c75c90edf6
kernel: port missing ubi EOF marker support patch to 3.19 and 4.0
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44801
2015-03-16 05:16:14 +00:00
Felix Fietkau
d5b99a2d74
kernel: add missing description for GRO optimization patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44798
2015-03-16 04:19:09 +00:00
Felix Fietkau
270bc6427b
kernel: skip GRO for packets bridged to other hosts
...
Eliminates excessive skb copying when bridging from LAN to WLAN on
ramips.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44797
2015-03-15 20:32:09 +00:00
Felix Fietkau
c5aa269d57
kernel: linux 3.19 also needs the network namespace related fd export patch ( #19161 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44751
2015-03-14 05:38:14 +00:00
Felix Fietkau
cd34dcd2ce
atheros: v3.18: rename ATHEROS_AR231X symbol to ATH25
...
This patch starts upsteam ath25 code backporting.
No functional changes.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44706
2015-03-13 02:57:51 +00:00
John Crispin
850bab2559
kernel: fix yaffs compile for >= v3.16
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44643
2015-03-10 13:08:17 +00:00
Rafał Miłecki
8be054faf4
kernel: backport bcma changes to 3.19 and 4.0
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44597
2015-03-04 07:08:39 +00:00
Felix Fietkau
978830466a
kernel: fix the mips module relocation patch for 3.19+
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44590
2015-03-02 04:42:17 +00:00
Jonas Gorski
92eb27f56d
package: mtd: move bcm963xx_tag definition into source code
...
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
2015-02-27 17:38:25 +00:00
Felix Fietkau
b64ca483ef
kernel: fix 3.18+ if_bridge.h header conflict with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44553
2015-02-27 07:35:26 +00:00
John Crispin
91c07334d8
generic: improve kexec support of MIPS.
...
- 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
2015-02-13 07:29:25 +00:00
John Crispin
7b3354bb92
generic: fix broken patch in the transition of 3.19 from -rc5 to release .0
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 44416
2015-02-12 08:07:20 +00:00
Rafał Miłecki
1f3cdb8634
kernel: fix bgmac check for chip ID
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44411
2015-02-11 18:11:22 +00:00
Luka Perkov
92f324d333
kernel: switch 3.19 from -rc5 to release .0
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44381
2015-02-10 22:36:59 +00:00
John Crispin
7155ec7191
kernel: copy mips_decompressor_memmove patch to 3.18/3.19
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44339
2015-02-09 12:10:46 +00:00
Imre Kaloz
b361a9d59a
generic: allow ubi autoattach to run on NOR flash
...
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
2015-02-05 11:21:31 +00:00
Imre Kaloz
11a2a6b220
generic/3.19: fixup the value of IFF_NO_IP_ALIGN
...
Reported-by: Stephen Walker <stephendwalker+openwrt@gmail.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44139
2015-01-25 18:14:18 +00:00
Imre Kaloz
d26694243a
generic: add preliminary 3.19 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44126
2015-01-25 15:20:39 +00:00