openwrtv4/target/linux/generic/patches-4.4
Christian Lamparter e9401a2335 kernel: owl-loader for delayed Atheros ath9k fixup
Some devices (like the Cisco Meraki Z1 Cloud Managed Teleworker Gateway)
need to be able to initialize the PCIe wifi device. Normally, this is done
during the early stages of booting linux, because the necessary init code
is read from the memory mapped SPI and passed to pci_enable_ath9k_fixup.
However,this isn't possible for devices which have the init code for the
Atheros chip stored on NAND in an UBI volume. Hence, this module can be
used to initialze the chip when the user-space is ready to extract the
init code.

Martin Blumenstingl made a few fixes and added support for lantiq:
kernel: owl-loader: add support for OWL emulation PCI devices
kernel: owl-loader: don't re-scan the bus when ath9k_pci_fixup failed
kernel: owl-loader: use dev_* instead of pr_* logging functions
kernel: owl-loader: auto-generate the eeprom filename as fallback
kernel: owl-loader: add a debug message when swapping the eeprom data
kernel: owl-loader: add missing newlines in log messages
kernel: owl-loader: add support for the lantiq platform

These patches have been integrated. Thanks!

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
2016-09-19 19:32:35 +02:00
..
010-Kbuild-don-t-hardcode-path-to-awk-in-scripts-ld-vers.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
020-bcma-from-4.5.patch kernel: update bcma by backporting 4.4 and 4.5 patches 2016-01-04 12:22:24 +00:00
021-bcma-from-4.6.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
022-bcma-from-4.8.patch kernel: update bcma backporting changes up to 4.8 2016-07-20 13:42:42 +02:00
023-bcma-from-4.9.patch kernel: move bcma BCM53573 patch to bcma 4.9 backports 2016-09-08 22:40:13 +02:00
032-fq_codel-add-batch-ability-to-fq_codel_drop.patch kernel: update kernel 4.4 to version 4.4.11 2016-05-19 21:08:06 +02:00
033-fq_codel-add-memory-limitation-per-queue.patch kernel: backport patches for fq_codel queue memory limit support 2016-05-16 19:54:50 +02:00
034-fq_codel-fix-memory-limitation-drift.patch kernel: backport patches for fq_codel queue memory limit support 2016-05-16 19:54:50 +02:00
035-fq_codel-fix-NET_XMIT_CN-behavior.patch kernel: merge pending fq_codel backlog accounting fix 2016-06-11 09:51:23 +02:00
040-mtd-bcm47xxpart-limit-scanned-flash-area-on-BCM47XX-.patch kernel: use upstream accepted bcm47xxpart patches 2016-02-26 11:12:50 +00:00
041-mtd-bcm47xxpart-don-t-fail-because-of-bit-flips.patch kernel: use upstream accepted bcm47xxpart patches 2016-02-26 11:12:50 +00:00
042-0001-mtd-bcm47xxsflash-use-ioremap_cache-instead-of-KSEG0.patch kernel: update bcma backporting changes up to 4.8 2016-07-20 13:42:42 +02:00
042-0002-mtd-add-arch-dependency-for-MTD_BCM47XXSFLASH-symbol.patch kernel: backport patch for MTD_BCM47XXSFLASH dependency 2016-07-20 13:00:14 +02:00
043-mtd-spi-nor-mx25l3205d-mx25l6405d-append-SECT_4K.patch kernel: mtd: backport Macronix sector size fix 2016-09-03 09:27:09 +02:00
045-mtd-devices-m25p80-add-support-for-mmap-read-request.patch kernel: update kernel 4.4 to version 4.4.9 2016-05-10 10:43:17 +02:00
046-ubifs-silence-error-output-if-MS_SILENT-is-set.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
047-ubifs-silence-early-error-if-MS_SILENT-is-set.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
050-backport_netfilter_rtcache.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
051-0001-ovl-rename-is_merge-to-is_lowest.patch kernel: backport upstream overlayfs fixes 2016-09-06 21:37:49 +02:00
051-0002-ovl-override-creds-with-the-ones-from-the-superblock.patch kernel: update kernel 4.4 to version 4.4.21 2016-09-16 10:17:27 +02:00
051-0005-ovl-proper-cleanup-of-workdir.patch kernel: backport upstream overlayfs fixes 2016-09-06 21:37:49 +02:00
052-01-ubifs-Implement-O_TMPFILE.patch ubifs: add full overlayfs support 2016-09-19 14:27:26 +02:00
052-02-ubifs-Implement-RENAME_WHITEOUT.patch ubifs: add full overlayfs support 2016-09-19 14:27:26 +02:00
052-03-ubifs-Implement-RENAME_EXCHANGE.patch ubifs: add full overlayfs support 2016-09-19 14:27:26 +02:00
052-04-ubifs-Use-move-variable-in-ubifs_rename.patch ubifs: add full overlayfs support 2016-09-19 14:27:26 +02:00
060-mips_decompressor_memmove.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
061-softirq-let-ksoftirqd-do-its-job.patch kernel: merge a softirq performance improvement patch 2016-09-08 15:28:38 +02:00
070-0001-bgmac-fix-a-missing-check-for-build_skb.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
070-0002-bgmac-Fix-reversed-test-of-build_skb-return-value.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
071-0000-net-bgmac-clarify-CONFIG_BCMA-dependency.patch kernel: bgmac: backport patch switching to feature_flags 2016-08-17 09:31:45 +02:00
071-0001-bgmac-add-helper-checking-for-BCM4707-BCM53018-chip-.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
071-0002-bgmac-support-Ethernet-device-on-BCM47094-SoC.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
071-0003-bgmac-reset-enable-Ethernet-core-before-using-it.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
071-0004-bgmac-fix-MAC-soft-reset-bit-for-corerev-4.patch kernel: rename bgmac patches that went into the same kernel 2016-06-20 23:07:31 +02:00
072-0001-bgmac-Bind-net_device-with-backing-device-structure.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
072-0002-bgmac-Add-support-for-ethtool-statistics.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
072-0003-bgmac-Maintain-some-netdev-statistics.patch kernel: backport bgmac changes from net-next 2016-06-20 23:07:31 +02:00
073-0001-net-ethernet-bgmac-use-phydev-from-struct-net_device.patch kernel: update bgmac by adding Florian's upstream changes 2016-08-16 22:42:00 +02:00
074-0001-net-bgmac-Fix-SOF-bit-checking.patch kernel: update bgmac by adding Florian's upstream changes 2016-08-16 22:42:00 +02:00
074-0002-net-bgmac-Start-transmit-queue-in-bgmac_open.patch kernel: update bgmac by adding Florian's upstream changes 2016-08-16 22:42:00 +02:00
074-0003-net-bgmac-Remove-superflous-netif_carrier_on.patch kernel: update bgmac by adding Florian's upstream changes 2016-08-16 22:42:00 +02:00
075-0001-net-ethernet-bgmac-change-bgmac_-prints-to-dev_-prin.patch kernel: backport simple bgmac cleanup & fix from Jon 2016-08-16 23:32:05 +02:00
075-0002-net-ethernet-bgmac-add-dma_dev-pointer.patch kernel: backport simple bgmac cleanup & fix from Jon 2016-08-16 23:32:05 +02:00
075-0003-net-ethernet-bgmac-move-BCMA-MDIO-Phy-code-into-a-se.patch kernel: backport bgmac patch moving MDIO code into separated file 2016-08-17 00:15:27 +02:00
075-0004-net-ethernet-bgmac-convert-to-feature-flags.patch kernel: bgmac: backport patch switching to feature_flags 2016-08-17 09:31:45 +02:00
075-0005-net-ethernet-bgmac-Add-platform-device-support.patch kernel: bgmac: backport patch adding platform support 2016-08-17 12:41:20 +02:00
076-0001-net-ethernet-bgmac-Fix-return-value-check-in-bgmac_p.patch kernel: bgmac: backport 3 remaining small fixes 2016-08-17 12:55:25 +02:00
076-0002-net-ethernet-bgmac-Remove-redundant-dev_err-call-in-.patch kernel: bgmac: backport 3 remaining small fixes 2016-08-17 12:55:25 +02:00
076-0004-net-bgmac-fix-reversed-check-for-MII-registration-er.patch kernel: bgmac: use upstream accepted patches 2016-08-22 10:01:04 +02:00
077-0001-net-bgmac-support-Ethernet-core-on-BCM53573-SoCs.patch kernel: bgmac: use upstream accepted patches 2016-08-22 10:01:04 +02:00
077-0002-net-bgmac-make-it-clear-when-setting-interface-type-.patch kernel: bgmac: use upstream accepted patches 2016-08-22 10:01:04 +02:00
080-spi-introduce-accelerated-read-support-for-spi-flash.patch kernel: backport support for accelerated SPI flash read 2016-04-26 09:23:12 +00:00
081-spi-bcm53xx-add-spi_flash_read-callback-for-MMIO-bas.patch kernel: update kernel 4.4 to version 4.4.9 2016-05-10 10:43:17 +02:00
082-0001-USB-core-let-USB-device-know-device-node.patch kernel: backport patch for specifying USB ports/devices in DT 2016-08-24 08:47:21 +02:00
082-0002-usb-core-usb_alloc_dev-fix-setting-of-portnum.patch kernel: backport patch for specifying USB ports/devices in DT 2016-08-24 08:47:21 +02:00
083-0001-clk-Add-devm_-clk_hw_-register-unregister-APIs.patch kernel: backport clk *_hw_* API for registering struct clk_hw 2016-08-26 16:37:59 +02:00
083-0002-clk-Add-clk_hw-OF-clk-providers.patch kernel: backport clk *_hw_* API for registering struct clk_hw 2016-08-26 16:37:59 +02:00
090-MIPS-c-r4k-Use-IPI-calls-for-CM-indexed-cache-ops.patch kernel: replace SMP cacheflush fix with some patches from linux-mti.git 2016-06-15 14:36:47 +02:00
091-MIPS-c-r4k-Exclude-sibling-CPUs-in-SMP-calls.patch kernel: replace SMP cacheflush fix with some patches from linux-mti.git 2016-06-15 14:36:47 +02:00
092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch kernel: Backport pending appended DTB handling patches 2016-09-12 22:36:55 +02:00
093-MIPS-store-the-appended-dtb-address-in-a-variable.patch kernel: Backport pending appended DTB handling patches 2016-09-12 22:36:55 +02:00
096-arc-add-model-property-in-dts.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
101-MIPS-fix-cache-flushing-for-highmem-pages.patch kernel: update kernel 4.4 to version 4.4.13 2016-06-12 15:51:54 +02:00
102-ehci_hcd_ignore_oc.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
110-jffs2-use-.rename2-and-add-RENAME_WHITEOUT-support.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
111-jffs2-add-RENAME_EXCHANGE-support.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
120-bridge_allow_receiption_on_disabled_port.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
132-mips_inline_dma_ops.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
140-mtd-part-add-generic-parsing-of-linux-part-probe.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
142-mtd-spi-nor-include-mtd.h-header-for-struct-mtd_info.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
143-mtd-bcm47xxsflash-use-uncached-MMIO-access-for-BCM53.patch kernel: add BCM53573 flash fix sent upstream 2016-08-16 22:42:00 +02:00
150-mtd-spi-nor-add-support-for-ESMT_f25l32qa-and-ESMT_f.patch kernel: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa 2016-08-30 10:51:20 +02:00
160-usb-gadget-udc-net2280-add-usb2380-support.patch kernel: Backport pending appended DTB handling patches 2016-09-12 22:36:55 +02:00
200-fix_localversion.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
201-extra_optimization.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
202-reduce_module_size.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
203-kallsyms_uncompressed.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
204-module_strip.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
205-backtrace_module_info.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
206-mips-disable-vdso.patch kernel: update kernel 4.4 to version 4.4.13 2016-06-12 15:51:54 +02:00
207-mips-vdso-dbg-rebuild-after-genvdso.patch kernel: update kernel 4.4 to version 4.4.13 2016-06-12 15:51:54 +02:00
210-darwin_scripts_include.patch kernel: update kernel 4.4 to version 4.4.7 2016-04-16 21:05:48 +00:00
212-byteshift_portability.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
214-spidev_h_portability.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
220-gc_sections.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
221-module_exports.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
222-arm_zimage_none.patch kernel: add support for uncompressed zImage on ARM 2016-06-15 14:36:47 +02:00
230-openwrt_lzma_options.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
250-netfilter_depends.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
251-sound_kconfig.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
252-mv_cesa_depends.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
253-ssb_b43_default_on.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
254-textsearch_kconfig_hacks.patch kernel: update kernel 4.4 to version 4.4.4 2016-03-05 17:51:37 +00:00
255-lib80211_kconfig_hacks.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
256-crypto_add_kconfig_prompts.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
257-wireless_ext_kconfig_hack.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
258-netfilter_netlink_kconfig_hack.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
259-regmap_dynamic.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
260-crypto_test_dependencies.patch kernel: clean up 260-crypto_test_dependencies.patch to get rid of some more kernel bloat 2016-08-03 19:16:32 +02:00
270-uapi-kernel.h-glibc-specific-inclusion-of-sysinfo.h.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
271-uapi-libc-compat.h-do-not-rely-on-__GLIBC__.patch kernel: update to version 4.4.14 2016-06-26 18:20:37 +02:00
272-uapi-if_ether.h-prevent-redefinition-of-struct-ethhd.patch kernel: update kernel 4.4 to version 4.4.11 2016-05-19 21:08:06 +02:00
300-mips_expose_boot_raw.patch kernel: Backport pending appended DTB handling patches 2016-09-12 22:36:55 +02:00
301-mips_image_cmdline_hack.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
302-mips_no_branch_likely.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
304-mips_disable_fpu.patch kernel: update kernel 4.4 to version 4.4.6 2016-03-17 21:41:07 +00:00
305-mips_module_reloc.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
306-mips_mem_functions_performance.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
307-mips_highmem_offset.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
308-mips32r2_tune.patch kernel: add -mtune=34kc to MIPS CFLAGS when building for mips32r2 2016-08-04 22:53:01 +02:00
310-arm_module_unresolved_weak_sym.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
320-ppc4xx_optimization.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
321-powerpc_crtsavres_prereq.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
330-MIPS-kexec-Accept-command-line-parameters-from-users.patch kernel: update to version 4.4.14 2016-06-26 18:20:37 +02:00
331-arc-remove-dependency-on-DEVTMPFS.patch generic: 4.4: refresh patches 2016-01-26 11:30:45 +00:00
332-arc-add-OWRTDTB-section.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
333-arc-enable-unaligned-access-in-kernel-mode.patch kernel: update kernel 4.4 to version 4.4.7 2016-04-16 21:05:48 +00:00
400-mtd-add-rootfs-split-support.patch kernel: drop unneeded modification of mtd_add_partition function 2015-12-04 09:33:08 +00:00
401-mtd-add-support-for-different-partition-parser-types.patch kernel: drop unneeded modification of mtd_add_partition function 2015-12-04 09:33:08 +00:00
402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch kernel: drop unneeded modification of mtd_add_partition function 2015-12-04 09:33:08 +00:00
403-mtd-hook-mtdsplit-to-Kbuild.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
404-mtd-add-more-helper-functions.patch kernel: drop unneeded modification of mtd_add_partition function 2015-12-04 09:33:08 +00:00
410-mtd-move-forward-declaration-of-struct-mtd_info.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
411-mtd-partial_eraseblock_write.patch kernel: drop unneeded modification of mtd_add_partition function 2015-12-04 09:33:08 +00:00
412-mtd-partial_eraseblock_unlock.patch kernel: drop unneeded modification of mtd_add_partition function 2015-12-04 09:33:08 +00:00
420-mtd-redboot_space.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
430-mtd-add-myloader-partition-parser.patch kernel: drop old uimage splitter from 4.4 2015-12-04 09:33:04 +00:00
431-mtd-bcm47xxpart-check-for-bad-blocks-when-calculatin.patch kernel: refresh patches for kernel 4.4 2016-01-12 20:50:41 +00:00
432-mtd-bcm47xxpart-detect-T_Meter-partition.patch kernel: make bcm47xxpart work with TRX flashed at bad block(s) 2016-01-02 00:33:48 +00:00
440-block2mtd_init.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
441-block2mtd_probe.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
460-mtd-cfi_cmdset_0002-no-erase_suspend.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
465-m25p80-mx-disable-software-protection.patch kernel: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa 2016-08-30 10:51:20 +02:00
475-mtd-spi-nor-add-macronix-mx25u25635f.patch kernel: spi-nor: add support for ESMT_f25l32qa and ESMT_f25l64qa 2016-08-30 10:51:20 +02:00
476-mtd-spi-nor-add-eon-en25q128.patch kernel/mtd: add support for EON EN25Q128 2016-07-13 20:03:10 +02:00
480-mtd-set-rootfs-to-be-root-dev.patch kernel: Update kernel 4.4 to 4.4.0 2016-01-11 20:13:17 +00:00
490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
491-ubi-auto-create-ubiblock-device-for-rootfs.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch kernel: fix missing break in ubi auto-mounting patch 2016-06-27 08:10:36 +02:00
493-ubi-set-ROOT_DEV-to-ubiblock-rootfs-if-unset.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
494-mtd-ubi-add-EOF-marker-support.patch kernel: update kernel 4.4 to version 4.4.12 2016-06-02 15:34:34 +02:00
500-yaffs-Kbuild-integration.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
502-yaffs-fix-compat-tags-handling.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
503-yaffs-add-tags-9bytes-mount-option.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
504-yaffs-3.16-new-fops.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
505-yaffs-3.19-f_dentry-remove.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
506-yaffs2-using-new-follow_link-and-put_link.patch kernel: fix yaffs2 build with kernel 4.4 2016-05-16 15:49:25 +02:00
530-jffs2_make_lzma_available.patch kernel: update kernel 4.4 to version 4.4.4 2016-03-05 17:51:37 +00:00
531-debloat_lzma.patch kernel: update to version 4.4.14 2016-06-26 18:20:37 +02:00
532-jffs2_eofdetect.patch kernel: update kernel 4.4 to version 4.4.6 2016-03-17 21:41:07 +00:00
540-crypto-xz-decompression-support.patch kernel: clean up 260-crypto_test_dependencies.patch to get rid of some more kernel bloat 2016-08-03 19:16:32 +02:00
541-ubifs-xz-decompression-support.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
551-ubifs-fix-default-compression-selection.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
600-netfilter_conntrack_flush.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
610-netfilter_match_bypass_default_checks.patch kernel: update to version 4.4.14 2016-06-26 18:20:37 +02:00
611-netfilter_match_bypass_default_table.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
612-netfilter_match_reduce_memory_access.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
613-netfilter_optional_tcp_window_check.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
615-netfilter_add_xt_id_match.patch treewide: replace jow@openwrt.org with jo@mein.io 2016-06-07 11:42:52 +02:00
616-net_optimize_xfrm_calls.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
630-packet_socket_type.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
640-bridge_no_eap_forward.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
641-bridge_always_accept_eap.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
642-bridge_port_isolate.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
645-bridge_multicast_to_unicast.patch kernel: update kernel 4.4 to version 4.4.15 2016-07-13 15:39:15 +02:00
650-pppoe_header_pad.patch kernel: update kernel 4.4 to version 4.4.4 2016-03-05 17:51:37 +00:00
651-wireless_mesh_header.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
653-disable_netlink_trim.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
655-increase_skb_pad.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
660-fq_codel_defaults.patch kernel: merge pending fq_codel backlog accounting fix 2016-06-11 09:51:23 +02:00
661-fq_codel_keep_dropped_stats.patch kernel: merge pending fq_codel backlog accounting fix 2016-06-11 09:51:23 +02:00
662-use_fq_codel_by_default.patch kernel: merge pending fq_codel backlog accounting fix 2016-06-11 09:51:23 +02:00
663-remove_pfifo_fast.patch kernel: update kernel 4.4 to version 4.4.11 2016-05-19 21:08:06 +02:00
666-Add-support-for-MAP-E-FMRs-mesh-mode.patch kernel: fix ip6_tunnel compilation 2016-04-24 12:56:07 +02:00
670-ipv6-allow-rejecting-with-source-address-failed-policy.patch kernel: update kernel 4.4 to version 4.4.11 2016-05-19 21:08:06 +02:00
671-net-provide-defines-for-_POLICY_FAILED-until-all-cod.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
680-NET-skip-GRO-for-foreign-MAC-addresses.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
681-NET-add-of_get_mac_address_mtd.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
700-swconfig.patch generic/4.4: update to 4.4-rc7 2016-01-01 22:02:47 +00:00
701-phy_extension.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
702-phy_add_aneg_done_function.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
703-phy-add-detach-callback-to-struct-phy_driver.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
704-phy-no-genphy-soft-reset.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
710-phy-add-mdio_register_board_info.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
720-phy_adm6996.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
721-phy_packets.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
722-phy_mvswitch.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
723-phy_ip175c.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
724-phy_ar8216.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
725-phy_rtl8306.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
726-phy_rtl8366.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
727-phy-rtl8367.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
728-phy-rtl8367b.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
729-phy-tantos.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
730-phy_b53.patch kernel: rename B53 symbols to avoid upstream kernel conflict 2016-06-20 08:00:14 +02:00
732-phy-ar8216-led-support.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
733-phy_mvsw61xx.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
734-net-phy-at803x-allow-to-configure-via-pdata.patch kernel: move at803x phy patch to generic 2016-01-03 23:13:11 +00:00
735-net-phy-at803x-fix-at8033-sgmii-mode.patch kernel: refresh patches for kernel 4.4 2016-01-12 20:50:41 +00:00
773-bgmac-add-srab-switch.patch kernel: bgmac: use upstream accepted patches 2016-08-22 10:01:04 +02:00
785-hso-support-0af0-9300.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
810-pci_disable_common_quirks.patch kernel: update kernel 4.4 to version 4.4.20 2016-09-15 08:10:55 +02:00
811-pci_disable_usb_common_quirks.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
821-usb-Remove-annoying-warning-about-bogus-URB.patch kernel: update kernel 4.4 to version 4.4.15 2016-07-13 15:39:15 +02:00
831-ledtrig_netdev.patch kernel: remove unused morse led trigger driver 2016-08-04 20:53:02 +02:00
832-ledtrig_usbdev.patch kernel: remove unused morse led trigger driver 2016-08-04 20:53:02 +02:00
834-ledtrig-libata.patch kernel: update kernel 4.4 to version 4.4.19 2016-08-23 10:51:17 +03:00
835-misc-owl_loader.patch kernel: owl-loader for delayed Atheros ath9k fixup 2016-09-19 19:32:35 +02:00
840-rtc7301.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
841-rtc_pt7c4338.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
861-04_spi_gpio_implement_spi_delay.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
862-gpio_spi_driver.patch Revert "kernel: remove long obsolete gpio spi controller driver patch" 2016-08-04 23:10:15 +02:00
863-gpiommc.patch kernel: update kernel 4.4 to version 4.4.20 2016-09-15 08:10:55 +02:00
864-gpiommc_configfs_locking.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
870-hifn795x_byteswap.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
880-gateworks_system_controller.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
890-uart_optional_sysrq.patch kernel: make serial port sysrq-disable patch more generic (FS#112) 2016-08-29 10:33:45 +02:00
901-debloat_sock_diag.patch generic/4.4: update to 4.4-rc7 2016-01-01 22:02:47 +00:00
902-debloat_proc.patch kernel: update kernel 4.4 to version 4.4.4 2016-03-05 17:51:37 +00:00
903-debloat_direct_io.patch kernel: update kernel 4.4 to version 4.4.21 2016-09-16 10:17:27 +02:00
904-debloat_dma_buf.patch kernel: update kernel 4.4 to version 4.4.20 2016-09-15 08:10:55 +02:00
910-kobject_uevent.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
911-kobject_add_broadcast_uevent.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
921-use_preinit_as_init.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
922-always-create-console-node-in-initramfs.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
930-crashlog.patch kernel: fix crashlog on x86/64 2016-08-15 13:21:01 +02:00
970-remove-unsane-filenames-from-deps_initramfs-list.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
980-arm_openwrt_machtypes.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00
995-mangle_bootargs.patch kernel: add support for uncompressed zImage on ARM 2016-06-15 14:36:47 +02:00
998-enable_wilink_platform_without_drivers.patch kernel: add linux 4.4 support 2015-12-02 22:23:22 +00:00