summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io"David Sterba1-3/+0
2019-01-22xen: Fix x86 sched_clock() interface for xenJuergen Gross2-4/+10
2019-01-22crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-22crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2019-01-22crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-22crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2-31/+14
2019-01-22crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers1-21/+19
2019-01-22crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2019-01-22crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier1-6/+9
2019-01-22crypto: sm3 - fix undefined shift by >= width of valueEric Biggers1-1/+1
2019-01-22smc: move unhash as early as possible in smc_release()Cong Wang1-1/+3
2019-01-22r8169: don't try to read counters if chip is in a PCI power-save stateHeiner Kallweit1-2/+4
2019-01-22ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2-13/+9
2019-01-22bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2019-01-22r8169: load Realtek PHY driver module before r8169Heiner Kallweit1-0/+1
2019-01-22IN_BADCLASS: fix macro to actually workGreg Kroah-Hartman1-1/+1
2019-01-22lan743x: Remove phy_read from link status change functionBryan Whitehead1-7/+4
2019-01-22net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar1-0/+1
2019-01-22net: phy: Add missing features to PHY driversAndrew Lunn4-0/+17
2019-01-22net: phy: add missing phy driver featuresCamelia Groza2-0/+2
2019-01-22tun: publish tfile after it's fully initializedStanislav Fomichev1-4/+7
2019-01-22tcp: change txhash on SYN-data timeoutYuchung Cheng1-1/+1
2019-01-22packet: Do not leak dev refcounts on error exitJason Gunthorpe1-2/+2
2019-01-22net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen1-1/+1
2019-01-22ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-22arm64: Don't trap host pointer auth use to EL2Mark Rutland1-1/+3
2019-01-22arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland3-4/+4
2019-01-22mmc: sdhci-msm: Disable CDR function on TXLoic Poulain1-1/+42
2019-01-22netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal1-1/+1
2019-01-22netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2-33/+15
2019-01-22netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso1-26/+20
2019-01-22netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal3-106/+72
2019-01-22netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal1-11/+7
2019-01-22netfilter: nf_conncount: split gc in two phasesFlorian Westphal1-3/+19
2019-01-22netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal1-1/+1
2019-01-22netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer1-14/+5
2019-01-22can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2019-01-22tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-22tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2019-01-22tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2019-01-22tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov1-0/+10
2019-01-17Linux 4.20.3v4.20.3Greg Kroah-Hartman1-1/+1
2019-01-17Btrfs: use nofs context when initializing security xattrs to avoid deadlockFilipe Manana1-0/+8
2019-01-17Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creationFilipe Manana1-4/+10
2019-01-17Btrfs: fix access to available allocation bits when starting balanceFilipe Manana1-16/+23
2019-01-17sunrpc: use-after-free in svc_process_common()Vasily Averin5-10/+19
2019-01-17mm: page_mapped: don't assume compound page is huge or THPJan Stancek1-1/+1
2019-01-17ext4: fix special inode number checks in __ext4_iget()Theodore Ts'o1-1/+1
2019-01-17ext4: track writeback errors using the generic tracking infrastructureTheodore Ts'o1-0/+3
2019-01-17ext4: use ext4_write_inode() when fsyncing w/o a journalTheodore Ts'o1-4/+9