From 5f8010ad9bcbd51f18e313bde24f6769716f2511 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 7 Jun 2016 06:59:36 +0000 Subject: treewide: fix replace nbd@openwrt.org with nbd@nbd.name Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49379 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch | 4 ++-- .../patches-4.1/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch | 4 ++-- target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch | 2 +- .../110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch | 4 ++-- .../generic/patches-4.1/111-jffs2-add-RENAME_EXCHANGE-support.patch | 4 ++-- .../patches-4.1/120-bridge_allow_receiption_on_disabled_port.patch | 2 +- target/linux/generic/patches-4.1/132-mips_inline_dma_ops.patch | 4 ++-- .../141-Revert-mtd-spi-nor-disable-protection-for-Winbond-fl.patch | 4 ++-- target/linux/generic/patches-4.1/204-module_strip.patch | 4 ++-- target/linux/generic/patches-4.1/220-gc_sections.patch | 4 ++-- target/linux/generic/patches-4.1/307-mips_highmem_offset.patch | 2 +- .../patches-4.1/465-m25p80-mx-disable-software-protection.patch | 2 +- target/linux/generic/patches-4.1/630-packet_socket_type.patch | 2 +- target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch | 2 +- target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch | 2 +- target/linux/generic/patches-4.1/642-bridge_port_isolate.patch | 2 +- .../linux/generic/patches-4.1/645-bridge_multicast_to_unicast.patch | 2 +- .../patches-4.1/680-NET-skip-GRO-for-foreign-MAC-addresses.patch | 2 +- target/linux/generic/patches-4.1/930-crashlog.patch | 2 +- 19 files changed, 27 insertions(+), 27 deletions(-) (limited to 'target/linux/generic/patches-4.1') diff --git a/target/linux/generic/patches-4.1/072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch b/target/linux/generic/patches-4.1/072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch index a3d9fd6cd9..512df943e9 100644 --- a/target/linux/generic/patches-4.1/072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch +++ b/target/linux/generic/patches-4.1/072-13-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch @@ -1,10 +1,10 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 13 Apr 2015 15:54:04 +0200 Subject: [PATCH] bgmac: fix MAC soft-reset bit for corerev > 4 Only core revisions older than 4 use BGMAC_CMDCFG_SR_REV0 -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/drivers/net/ethernet/broadcom/bgmac.h diff --git a/target/linux/generic/patches-4.1/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch b/target/linux/generic/patches-4.1/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch index 2a913a60e7..ddba71d430 100644 --- a/target/linux/generic/patches-4.1/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch +++ b/target/linux/generic/patches-4.1/072-14-bgmac-reset-all-4-GMAC-cores-on-init.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 13 Apr 2015 15:56:26 +0200 Subject: [PATCH] bgmac: reset all 4 GMAC cores on init @@ -7,7 +7,7 @@ probe time, but only become usable after a full reset. Disable cores before re-enabling them to ensure that they are properly reset. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/drivers/net/ethernet/broadcom/bgmac.c diff --git a/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch b/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch index bad5b34e65..2b9c4b00a2 100644 --- a/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch +++ b/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch @@ -2,7 +2,7 @@ Fix a regression in the af_packet code that was breaking PPPoE pppd sends packets with only a header and no payload. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c diff --git a/target/linux/generic/patches-4.1/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch b/target/linux/generic/patches-4.1/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch index 9d32777fea..c5d8321b85 100644 --- a/target/linux/generic/patches-4.1/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch +++ b/target/linux/generic/patches-4.1/110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch @@ -1,10 +1,10 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Fri, 10 Apr 2015 13:35:29 +0200 Subject: [PATCH] jffs2: use .rename2 and add RENAME_WHITEOUT support It is required for renames on overlayfs -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/fs/jffs2/dir.c diff --git a/target/linux/generic/patches-4.1/111-jffs2-add-RENAME_EXCHANGE-support.patch b/target/linux/generic/patches-4.1/111-jffs2-add-RENAME_EXCHANGE-support.patch index 625f2181ab..e1f1b29e1e 100644 --- a/target/linux/generic/patches-4.1/111-jffs2-add-RENAME_EXCHANGE-support.patch +++ b/target/linux/generic/patches-4.1/111-jffs2-add-RENAME_EXCHANGE-support.patch @@ -1,8 +1,8 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Sat, 25 Apr 2015 12:41:32 +0200 Subject: [PATCH] jffs2: add RENAME_EXCHANGE support -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/fs/jffs2/dir.c diff --git a/target/linux/generic/patches-4.1/120-bridge_allow_receiption_on_disabled_port.patch b/target/linux/generic/patches-4.1/120-bridge_allow_receiption_on_disabled_port.patch index 5cd2f570cf..41e322850f 100644 --- a/target/linux/generic/patches-4.1/120-bridge_allow_receiption_on_disabled_port.patch +++ b/target/linux/generic/patches-4.1/120-bridge_allow_receiption_on_disabled_port.patch @@ -11,7 +11,7 @@ block forwarding packets from these disabled ports, but there is no hard requirement to not allow local packet delivery. Signed-off-by: Stephen Hemminger -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c diff --git a/target/linux/generic/patches-4.1/132-mips_inline_dma_ops.patch b/target/linux/generic/patches-4.1/132-mips_inline_dma_ops.patch index f7543cca73..0b38d9c699 100644 --- a/target/linux/generic/patches-4.1/132-mips_inline_dma_ops.patch +++ b/target/linux/generic/patches-4.1/132-mips_inline_dma_ops.patch @@ -1,5 +1,5 @@ From 2c58080407554e1bac8fd50d23cb02420524caed Mon Sep 17 00:00:00 2001 -From: Felix Fietkau +From: Felix Fietkau Date: Mon, 12 Aug 2013 12:50:22 +0200 Subject: [PATCH] MIPS: partially inline dma ops @@ -10,7 +10,7 @@ unnecessary code. Inlining visibly improves network performance in my tests (on a 24Kc based system), and also slightly reduces code size of a few drivers. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- arch/mips/Kconfig | 4 + arch/mips/include/asm/dma-mapping.h | 360 +++++++++++++++++++++++++++++++++++- diff --git a/target/linux/generic/patches-4.1/141-Revert-mtd-spi-nor-disable-protection-for-Winbond-fl.patch b/target/linux/generic/patches-4.1/141-Revert-mtd-spi-nor-disable-protection-for-Winbond-fl.patch index 10b43d51bc..3d4b64ea6f 100644 --- a/target/linux/generic/patches-4.1/141-Revert-mtd-spi-nor-disable-protection-for-Winbond-fl.patch +++ b/target/linux/generic/patches-4.1/141-Revert-mtd-spi-nor-disable-protection-for-Winbond-fl.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Date: Thu, 26 Nov 2015 17:03:46 +0100 Subject: [PATCH] Revert "mtd: spi-nor: disable protection for Winbond flash at startup" @@ -10,7 +10,7 @@ possibly other Spansion flash chips. Any mtd read seems to succeed, but simply returns a zero-filled buffer. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/drivers/mtd/spi-nor/spi-nor.c diff --git a/target/linux/generic/patches-4.1/204-module_strip.patch b/target/linux/generic/patches-4.1/204-module_strip.patch index 220e8dcebe..f0b9bd20a4 100644 --- a/target/linux/generic/patches-4.1/204-module_strip.patch +++ b/target/linux/generic/patches-4.1/204-module_strip.patch @@ -1,7 +1,7 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] build: add a hack for removing non-essential module info -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/include/linux/module.h +++ b/include/linux/module.h diff --git a/target/linux/generic/patches-4.1/220-gc_sections.patch b/target/linux/generic/patches-4.1/220-gc_sections.patch index 98e1193e56..832be4fcf0 100644 --- a/target/linux/generic/patches-4.1/220-gc_sections.patch +++ b/target/linux/generic/patches-4.1/220-gc_sections.patch @@ -1,11 +1,11 @@ -From: Felix Fietkau +From: Felix Fietkau use -ffunction-sections, -fdata-sections and --gc-sections In combination with kernel symbol export stripping this significantly reduces the kernel image size. Used on both ARM and MIPS architectures. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau Signed-off-by: Jonas Gorski Signed-off-by: Gabor Juhos --- diff --git a/target/linux/generic/patches-4.1/307-mips_highmem_offset.patch b/target/linux/generic/patches-4.1/307-mips_highmem_offset.patch index c9f0c84e30..5a7dc9cee9 100644 --- a/target/linux/generic/patches-4.1/307-mips_highmem_offset.patch +++ b/target/linux/generic/patches-4.1/307-mips_highmem_offset.patch @@ -2,7 +2,7 @@ Adjust highmem offset to 0x10000000 to ensure that all kmalloc allocations stay within the same 256M boundary. This ensures that -mlong-calls is not needed on systems with more than 256M RAM. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- --- a/arch/mips/include/asm/mach-generic/spaces.h +++ b/arch/mips/include/asm/mach-generic/spaces.h diff --git a/target/linux/generic/patches-4.1/465-m25p80-mx-disable-software-protection.patch b/target/linux/generic/patches-4.1/465-m25p80-mx-disable-software-protection.patch index e977e41a4b..1d62b4f718 100644 --- a/target/linux/generic/patches-4.1/465-m25p80-mx-disable-software-protection.patch +++ b/target/linux/generic/patches-4.1/465-m25p80-mx-disable-software-protection.patch @@ -1,6 +1,6 @@ Disable software protection bits for Macronix flashes. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c diff --git a/target/linux/generic/patches-4.1/630-packet_socket_type.patch b/target/linux/generic/patches-4.1/630-packet_socket_type.patch index 3b284f171f..a52c45413e 100644 --- a/target/linux/generic/patches-4.1/630-packet_socket_type.patch +++ b/target/linux/generic/patches-4.1/630-packet_socket_type.patch @@ -3,7 +3,7 @@ broadcast, unicast, etc.) on packet sockets via setsockopt. This can reduce the load in situations where only a limited number of packet types are necessary -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/include/uapi/linux/if_packet.h +++ b/include/uapi/linux/if_packet.h diff --git a/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch b/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch index de52c020b4..2b55f13bbc 100644 --- a/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch +++ b/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: no EAP forward When bridging, do not forward EAP frames to other ports, only deliver diff --git a/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch b/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch index 61f96e5ca7..a4b3ed48a3 100644 --- a/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch +++ b/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: always accept EAP Allow EAP frames to pass through bridges even in learning state. Fixes diff --git a/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch b/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch index 13f84ae13e..d7ae041b25 100644 --- a/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch +++ b/target/linux/generic/patches-4.1/642-bridge_port_isolate.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: port isolate Isolating individual bridge ports diff --git a/target/linux/generic/patches-4.1/645-bridge_multicast_to_unicast.patch b/target/linux/generic/patches-4.1/645-bridge_multicast_to_unicast.patch index 1ea6fc60e0..1361b92183 100644 --- a/target/linux/generic/patches-4.1/645-bridge_multicast_to_unicast.patch +++ b/target/linux/generic/patches-4.1/645-bridge_multicast_to_unicast.patch @@ -1,4 +1,4 @@ -From: Felix Fietkau +From: Felix Fietkau Subject: [PATCH] bridge: multicast to unicast Implement optinal multicast->unicast conversion for igmp snooping diff --git a/target/linux/generic/patches-4.1/680-NET-skip-GRO-for-foreign-MAC-addresses.patch b/target/linux/generic/patches-4.1/680-NET-skip-GRO-for-foreign-MAC-addresses.patch index 716fb95d50..a7cfa23521 100644 --- a/target/linux/generic/patches-4.1/680-NET-skip-GRO-for-foreign-MAC-addresses.patch +++ b/target/linux/generic/patches-4.1/680-NET-skip-GRO-for-foreign-MAC-addresses.patch @@ -13,7 +13,7 @@ a mask of changed bits in MAC addresses of upper devices. This allows handling VLANs and bridge devices with different addresses (as long as they are not too different). -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/core/dev.c +++ b/net/core/dev.c diff --git a/target/linux/generic/patches-4.1/930-crashlog.patch b/target/linux/generic/patches-4.1/930-crashlog.patch index 31c0aa5359..ca6cf11064 100644 --- a/target/linux/generic/patches-4.1/930-crashlog.patch +++ b/target/linux/generic/patches-4.1/930-crashlog.patch @@ -46,7 +46,7 @@ @@ -0,0 +1,181 @@ +/* + * Crash information logger -+ * Copyright (C) 2010 Felix Fietkau ++ * Copyright (C) 2010 Felix Fietkau + * + * Based on ramoops.c + * Copyright (C) 2010 Marco Stornelli -- cgit v1.2.3