summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-11slip: stop double free sl->dev in slip_openyangerkun1-1/+0
2020-03-11KVM: Check for a bad hva before dropping into the ghc slow pathSean Christopherson1-6/+6
2020-03-11namei: only return -ECHILD from follow_dotdot_rcu()Aleksa Sarai1-1/+1
2020-03-11net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-03-11net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov1-2/+3
2020-03-11include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson1-1/+2
2020-03-11serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2-3/+6
2020-03-11ecryptfs: Fix up bad backport of fe2e082f5da5b4a0a92ae32978f81507ef37ec66Nathan Chancellor1-2/+2
2020-03-11i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2020-03-11MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'Christophe JAILLET1-1/+1
2020-03-11HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2020-03-11HID: core: increase HID report buffer size to 8KiBJohan Korsnes1-1/+1
2020-03-11HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2020-03-11ACPI: watchdog: Fix gas->access_width usageMika Westerberg2-3/+2
2020-03-11ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macroMika Westerberg1-0/+2
2020-03-11audit: fix error handling in audit_data_to_entry()Paul Moore1-32/+39
2020-03-11ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-03-11net: sched: correct flower port blockingJason Baron2-0/+10
2020-03-11nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
2020-03-11sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-7/+20
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-03-11net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran1-0/+20
2020-03-11net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-03-11sysrq: Remove duplicated sysrq messagePetr Mladek1-4/+3
2020-03-11sysrq: Restore original console_loglevel when sysrq disabledPetr Mladek1-0/+1
2020-03-11cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich1-0/+1
2020-03-11cifs: Fix mode output in debugging statementsFrank Sorenson3-4/+4
2020-03-11net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-03-11net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-03-11net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-03-11net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-03-11net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-03-11net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-03-11net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9
2020-03-11qmi_wwan: re-add DW5821e pre-production variantBjørn Mork1-0/+1
2020-03-11cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich1-2/+6
2020-03-11mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2020-03-11drm/msm: Set dma maximum segment size for mdssSean Paul1-0/+8
2020-03-11ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-03-11ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2-21/+39
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh5-37/+76
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o4-24/+96
2020-03-11iwlwifi: pcie: fix rb_allocator workqueue allocationJohannes Berg1-1/+5
2020-02-28Linux 4.9.215v4.9.215Greg Kroah-Hartman1-1/+1
2020-02-28s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner1-1/+3
2020-02-28ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha3-0/+29
2020-02-28netfilter: xt_hashlimit: limit the max size of hashtableCong Wang1-0/+10
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai4-9/+20