summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge: NF_CONNTRACK_BRIDGE does not depend on NF_TABLES_BRIDGEPablo Neira Ayuso2019-07-181-2/+2
* netfilter: nft_meta: skip EAGAIN if nft_meta_bridge is not a modulePablo Neira Ayuso2019-07-181-1/+1
* netfilter: synproxy: fix rst sequence number mismatchFernando Fernandez Mancera2019-07-181-2/+2
* netfilter: nf_tables: Support auto-loading for inet natPhil Sutter2019-07-181-0/+3
* netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-07-161-1/+1
* netfilter: nf_tables: don't fail when updating base chain policyFlorian Westphal2019-07-161-0/+2
* netfilter: conntrack: always store window size un-scaledFlorian Westphal2019-07-161-3/+5
* netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-165-2/+9
* netfilter: nf_tables: fix module autoload for redirChristian Hesse2019-07-161-1/+1
* netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-168-18/+10
* netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-1620-47/+71
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-162-2/+7
* netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-07-151-1/+1
* sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis2019-07-141-0/+7
* sis900: correct a few typosSergej Benilov2019-07-141-3/+3
* sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* gve: Remove the exporting of gve_probeDenis Efremov2019-07-141-1/+0
* bonding: add documentation for peer_notif_delayVincent Bernat2019-07-131-3/+13
* r8169: fix issue with confused RX unit after PHY power-down on RTL8411bHeiner Kallweit2019-07-131-0/+137
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-13224-3538/+3638
|\
| * powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Athira Rajeev2019-07-121-1/+1
| * powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran2019-07-121-3/+12
| * ocxl: Update for AFU descriptor template version 1.1Alastair D'Silva2019-07-102-21/+165
| * powerpc/boot: pass CONFIG options in a simpler and more robust wayMasahiro Yamada2019-07-103-16/+3
| * powerpc/boot: add {get, put}_unaligned_be32 to xz_config.hMasahiro Yamada2019-07-101-0/+20
| * powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman2019-07-101-3/+3
| * powerpc/module64: Use symbolic instructions names.Christophe Leroy2019-07-061-18/+35
| * powerpc/module32: Use symbolic instructions names.Christophe Leroy2019-07-061-8/+16
| * powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.hChristophe Leroy2019-07-063-11/+9
| * powerpc/module64: Fix comment in R_PPC64_ENTRY handlingMichael Ellerman2019-07-061-1/+1
| * powerpc/boot: Add lzo support for uImageChristophe Leroy2019-07-053-1/+7
| * powerpc/boot: Add lzma support for uImageChristophe Leroy2019-07-053-1/+7
| * powerpc/boot: don't force gzipped uImageChristophe Leroy2019-07-051-1/+10
| * powerpc/8xx: Add microcode patch to move SMC parameter RAM.Christophe Leroy2019-07-052-0/+104
| * powerpc/8xx: Use IO accessors in microcode programming.Christophe Leroy2019-07-051-18/+16
| * powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.cChristophe Leroy2019-07-051-20/+13
| * powerpc/8xx: refactor programming of microcode CPM params.Christophe Leroy2019-07-051-18/+27
| * powerpc/8xx: refactor printing of microcode patch name.Christophe Leroy2019-07-051-6/+8
| * powerpc/8xx: Refactor microcode writeChristophe Leroy2019-07-051-9/+6
| * powerpc/8xx: refactor writing of CPM microcode arraysChristophe Leroy2019-07-051-22/+13
| * powerpc/8xx: compact microcode arraysChristophe Leroy2019-07-051-559/+140
| * powerpc/8xx: drop verify_patch()Christophe Leroy2019-07-051-40/+0
| * powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xxChristophe Leroy2019-07-054-14/+17
| * powerpc/64: reuse PPC32 static inline flush_dcache_range()Christophe Leroy2019-07-053-35/+18
| * powerpc/32: define helpers to get L1 cache sizes.Christophe Leroy2019-07-052-11/+29
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-056-35/+11
| * powerpc: slightly improve cache helpersChristophe Leroy2019-07-051-4/+4
| * powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V2019-07-051-2/+8
| * powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V2019-07-051-1/+6
| * powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-051-0/+8