Florian Fainelli
26cf81b94b
kernel: refresh 3.18 patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45093
2015-03-28 18:17:46 +00:00
John Crispin
c67144cc05
kernel: extend seccomp with a LOG action
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45007
2015-03-26 10:58:03 +00:00
Felix Fietkau
fafa3f57e3
kernel: merge upstream bgmac driver improvements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44978
2015-03-25 14:30:46 +00:00
Gabor Juhos
621979b49f
kernel: yaffs: use new_sync_{read,write} for 3.18+
...
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
2015-03-25 08:59:12 +00:00
Rafał Miłecki
8fdd0fb07c
kernel: backport rest of bcma patches
...
This backports
bcma: allow disabling (not building) PCI driver
Revert "bcma: Kconfig: Let it depend on PCI"
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44970
2015-03-24 10:39:10 +00:00
Rafał Miłecki
a7724918c9
kernel: mac80211: backport bcma patch renaming IRQ control function
...
This backports upstream commit 702131e2a393b45174be326f1dbe20b658b4f157
bcma: move PCI IRQ control function to host specific code
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44969
2015-03-24 10:38:59 +00:00
Rafał Miłecki
3b6c70b7fc
kernel: update bcma with most patches from wireless-drivers-next
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44955
2015-03-24 07:15:31 +00:00
Rafał Miłecki
eb90a6d7d8
kernel: backport fixed_phy_register EXPORT fix from 3.19
...
This fixes
ERROR: "fixed_phy_register" [drivers/net/ethernet/broadcom/bgmac.ko] undefined!
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44954
2015-03-23 18:39:16 +00:00
Imre Kaloz
2375f37723
generic/3.18: refresh patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44951
2015-03-23 13:28:52 +00:00
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
adb6d8f93f
kernel: fix duplicate use of patch number 490
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44800
2015-03-16 05:16:07 +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
50d4775df0
kernel: fix portability issues of the x86 vdso2c utility
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44757
2015-03-15 04:43:22 +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
Felix Fietkau
944612680d
kernel: backport fib_trie improvements/fixes from 4.0-rc
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44695
2015-03-12 15:27:44 +00:00
John Crispin
da3fd5dbf9
kenrel: refresh patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44678
2015-03-11 17:08:46 +00:00
John Crispin
7dc189c572
Fix 3.18.8 breakage of UBI devices with EOF marker (e.g. WNDR4300)
...
This commit re-adds a patch from 3.14 that is required for UBI block
devices with an EOF marker to be successfully mounted.
Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
SVN-Revision: 44658
2015-03-11 15:54:52 +00:00
Felix Fietkau
ac999f4f33
kernel: backport an export required by newer compat-wireless versions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44653
2015-03-11 15:02:16 +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
be2abf706f
kernel/mac80211: backport bcma changes from 4.1
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44595
2015-03-03 23:15:49 +00:00
Jonas Gorski
ead555a94a
generic: upgrade to 3.18.8
...
Fixes several issues in the network stack.
Full changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.8
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44593
2015-03-03 14:39:49 +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
Imre Kaloz
4893c0c7f7
generic: upgrade to 3.18.7
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44442
2015-02-14 10:45:12 +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
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
Rafał Miłecki
e73ca898ab
kernel: backport mainlined bgmac patches from 3.19
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44410
2015-02-11 17:35:09 +00:00
Rafał Miłecki
ddcbef5766
kernel: backport bcma patches queued for 3.20
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44385
2015-02-11 10:04:51 +00:00
Rafał Miłecki
d417d58ff7
kernel: 3.18: complete backport of some bcma patch
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44384
2015-02-11 09:14:48 +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
Luka Perkov
b9d513158e
kernel: update 3.18 to 3.18.6
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44318
2015-02-08 12:01:37 +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
Rafał Miłecki
5ecce85db7
kernel: bcm47xxpart: support T_Meter partitions
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44185
2015-01-28 21:26:31 +00:00
Jo-Philipp Wich
e25e6df2cf
linux: add upstream patch to allow building dwc2 as module on 3.18
...
Also add the required config symbols to usb.mk
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44181
2015-01-28 13:45:06 +00:00
John Crispin
dcac85d7d8
kernel: add LZ4 decompressors to kconfig hack
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44168
2015-01-28 12:06:35 +00:00
Rafał Miłecki
3579379dba
kernel: bcm47xxpart: support boart_data partition on Xiaomi
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44157
2015-01-27 22:13:18 +00:00
Rafał Miłecki
6296b8ca9f
kernel: backport queued bcm47xxpart changes
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44156
2015-01-27 22:08:14 +00:00
Imre Kaloz
53c7248554
generic/3.18: update to 3.18.3
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44121
2015-01-25 11:39:30 +00:00
John Crispin
90ef62c78f
kernel: preserve bootloader command line on MIPS
...
Somewhere in the conversion of the MIPS architecture code to Device Tree
usage, there's been a failure to keep the separate variables holding the
kernel command line reconciled between the tree and the bootloader. This
patch restores previous functionality that broke.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 44030
2015-01-18 09:40:53 +00:00
Felix Fietkau
4f2fe5d7fa
kernel: fix disable_irq() on MIPS CPU IRQs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43973
2015-01-15 12:19:12 +00:00
Luka Perkov
a1872182bb
mvsw6171: rename to 'mvsw61xx'
...
In preparation for properly supporting switches
beyond the 88E6171.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43935
2015-01-11 17:19:58 +00:00
Imre Kaloz
182bbf60b7
upgrade to 3.18.2
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43892
2015-01-09 12:35:19 +00:00
Felix Fietkau
1cbf0fbcb4
ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c
...
Move all AR8327/AR8337-specific driver code into a separate source file
ar8327.c and adjust patches so that ar8327.c is compiled if
CONFIG_AR8216_PHY is set.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43845
2015-01-05 13:03:07 +00:00
Luka Perkov
deb35ad4ac
kernel: update 3.18 to 3.18.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43821
2015-01-03 22:59:47 +00:00