summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-04serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar1-16/+8
2019-05-04sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan1-2/+10
2019-05-04ARM: imx51: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-05-04s390/qeth: fix race when initializing the IP address tableJulian Wiedmann1-1/+3
2019-05-04netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu1-0/+6
2019-05-04netfilter: fix NETFILTER_XT_TARGET_TEE dependenciesArnd Bergmann1-0/+1
2019-05-04netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2-0/+3
2019-05-04netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso1-4/+3
2019-05-04staging, mt7621-pci: fix build without pci supportMaxim Zhukov1-0/+1
2019-05-04staging: axis-fifo: add CONFIG_OF dependencyArnd Bergmann1-0/+1
2019-05-04xsk: fix umem memory leak on cleanupBjörn Töpel2-19/+1
2019-05-04qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-05-04net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen1-6/+8
2019-05-04ieee802154: hwsim: propagate genlmsg_reply return codeLi RongQing1-1/+1
2019-05-04net: ieee802154: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-05-04s390: limit brk randomization to 32MBMartin Schwidefsky1-4/+7
2019-05-04ARM: dts: bcm283x: Fix hdmi hpd gpio pullHelen Koike1-1/+1
2019-05-04fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox5-15/+29
2019-05-04mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2-11/+47
2019-05-04mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-05-04mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-05-04Revert "ACPICA: Clear status of GPEs before enabling them"Rafael J. Wysocki1-5/+1
2019-05-04selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara3-2/+1
2019-05-02Linux 4.19.38v4.19.38Greg Kroah-Hartman1-1/+1
2019-05-02powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot argDiana Craciun1-1/+1
2019-05-02net/tls: don't leak IV and record seq when offload failsJakub Kicinski3-6/+4
2019-05-02net/tls: avoid potential deadlock in tls_set_device_offload_rx()Jakub Kicinski1-0/+2
2019-05-02net/mlx5e: Fix use-after-free after xdp_return_frameMaxim Mikityanskiy1-2/+2
2019-05-02net/mlx5e: Fix the max MTU check in case of XDPMaxim Mikityanskiy3-4/+24
2019-05-02mlxsw: spectrum: Put MC TCs into DWRR modePetr Machata1-1/+1
2019-05-02mlxsw: pci: Reincrease PCI reset timeoutIdo Schimmel1-1/+1
2019-05-02net: hns: Fix WARNING when hns modules installedJun Xiao1-9/+6
2019-05-02team: fix possible recursive locking when add slavesHangbin Liu1-0/+7
2019-05-02stmmac: pci: Adjust IOT2000 matchingSu Bao Cheng1-2/+6
2019-05-02net/tls: fix refcount adjustment in fallbackJakub Kicinski1-3/+10
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul1-2/+2
2019-05-02net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-05-02net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-05-02net/mlx5e: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi2-5/+1
2019-05-02mlxsw: spectrum: Fix autoneg status in ethtoolAmit Cohen1-2/+2
2019-05-02ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2-1/+5
2019-05-02ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-05-02x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior3-18/+9
2019-05-02mm: Fix warning in insert_pfn()Jan Kara1-2/+7
2019-05-02x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann1-2/+6
2019-05-02x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann1-0/+5
2019-05-02Fix aio_poll() racesAl Viro1-50/+40
2019-05-02aio: store event at final iocb_put()Al Viro1-16/+17
2019-05-02aio: keep io_event in aio_kiocbAl Viro1-18/+13
2019-05-02aio: fold lookup_kiocb() into its sole callerAl Viro1-22/+7