summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-31Merge tag 'sound-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-34/+54
2019-01-31Merge branch 'ieee802154-for-davem-2019-01-31' of git://git.kernel.org/pub/sc...David S. Miller1-3/+3
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet1-3/+3
2019-01-31lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche1-8/+15
2019-01-31l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2019-01-31ath10k: correct bus type for WCN3990Brian Norris1-1/+1
2019-01-31mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi3-27/+25
2019-01-31ieee802154: mcr20a: fix indentation, remove tabsColin Ian King1-3/+3
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky1-1/+1
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe5-38/+59
2019-01-31fpga: stratix10-soc: fix wrong of_node_put() in init functionNicolas Saenz Julienne1-4/+1
2019-01-31blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman1-0/+3
2019-01-31cifs: update internal module version numberSteve French1-1/+1
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel1-2/+2
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman1-1/+3
2019-01-31irqchip/gic-v3-its: Fix ITT_entry_size accessorZenghui Yu1-1/+1
2019-01-31ALSA: hda/realtek - Headset microphone support for System76 darp5Jeremy Soller1-0/+11
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap2-1/+2
2019-01-31mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon1-2/+2
2019-01-31mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon1-22/+20
2019-01-31powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2-15/+29
2019-01-31usb: typec: tcpm: Correct the PPS out_volt calculationKyle Tso1-1/+2
2019-01-31Merge tag 'fixes-for-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman5-9/+6
2019-01-31Merge branch 'stmmac-fixes'David S. Miller3-8/+24
2019-01-31net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-01-31net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-01-31net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu2-4/+11
2019-01-31ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann3-4/+13
2019-01-31l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-01-31tun: move the call to tun_set_real_num_queuesGeorge Amanakis1-2/+1
2019-01-31ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2019-01-31Merge branch 'virtio_net-Fix-problems-around-XDP-tx-and-napi_tx'David S. Miller1-47/+112
2019-01-31virtio_net: Differentiate sk_buff and xdp_frame on freeingToshiaki Makita1-12/+42
2019-01-31virtio_net: Use xdp_return_frame to free xdp_frames on destroying vqsToshiaki Makita1-1/+1
2019-01-31virtio_net: Don't process redirected XDP frames when XDP is disabledToshiaki Makita1-7/+26
2019-01-31virtio_net: Fix out of bounds access of sqToshiaki Makita1-10/+7
2019-01-31virtio_net: Fix not restoring real_num_rx_queuesToshiaki Makita1-1/+1
2019-01-31virtio_net: Don't call free_old_xmit_skbs for xdp_framesToshiaki Makita1-16/+33
2019-01-31virtio_net: Don't enable NAPI when interface is downToshiaki Makita1-2/+4
2019-01-31Merge branch 'erspan-always-reports-output-key-to-userspace'David S. Miller2-2/+12
2019-01-31net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-31net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-31cpuidle: poll_state: Fix default time limitDoug Smythies1-1/+1
2019-01-31PM-runtime: Fix deadlock with ktime_get()Vincent Guittot2-6/+6
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long3-13/+52
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long1-4/+5
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long1-5/+1
2019-01-30ucc_geth: Reset BQL queue when stopping deviceMathias Thore1-0/+2
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf6-35/+8
2019-01-30Merge branch 'net-various-compat-ioctl-fixes'David S. Miller1-19/+63