summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-25Linux 4.9.190v4.9.190Greg Kroah-Hartman1-1/+1
2019-08-25bonding: Add vlan tx offload to hw_enc_featuresYueHaibing1-1/+3
2019-08-25team: Add vlan tx offload to hw_enc_featuresYueHaibing1-1/+3
2019-08-25net/mlx5e: Use flow keys dissector to parse packets for ARFSMaxim Mikityanskiy1-63/+34
2019-08-25net/mlx5e: Only support tx/rx pause setting for port ownerHuy Nguyen1-0/+3
2019-08-25xen/netback: Reset nr_frags before freeing skbRoss Lagerwall1-0/+2
2019-08-25sctp: fix the transport error_count checkXin Long1-1/+1
2019-08-25net/packet: fix race in tpacket_snd()Eric Dumazet1-0/+7
2019-08-25bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra3-8/+18
2019-08-25iommu/amd: Move iommu_init_pci() to .init sectionJoerg Roedel1-1/+1
2019-08-25Input: psmouse - fix build error of multiple definitionYueHaibing1-1/+2
2019-08-25netfilter: conntrack: Use consistent ct id hash calculationDirk Morris1-8/+8
2019-08-25arm64: compat: Allow single-byte watchpoints on all addressesWill Deacon1-3/+4
2019-08-25bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann3-10/+33
2019-08-25asm-generic: fix -Wtype-limits compiler warningsQian Cai1-30/+20
2019-08-25USB: serial: option: Add Motorola modem UARTsTony Lindgren1-0/+5
2019-08-25USB: serial: option: add the BroadMobi BM818 cardBob Ham1-0/+2
2019-08-25USB: serial: option: Add support for ZTE MF871AYoshiaki Okamoto1-0/+1
2019-08-25USB: serial: option: add D-Link DWM-222 device IDRogan Dawes1-0/+2
2019-08-25USB: CDC: fix sanity checks in CDC union parserOliver Neukum1-2/+2
2019-08-25usb: cdc-acm: make sure a refcount is taken early enoughOliver Neukum1-5/+7
2019-08-25USB: core: Fix races in character device registration and deregistraionAlan Stern1-5/+5
2019-08-25staging: comedi: dt3000: Fix rounding up of timer divisorIan Abbott1-3/+3
2019-08-25staging: comedi: dt3000: Fix signed integer overflow 'divider * base'Ian Abbott1-1/+1
2019-08-25ocfs2: remove set but not used variable 'last_hash'YueHaibing1-3/+0
2019-08-25IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein1-10/+10
2019-08-25IB/core: Add mitigation for Spectre V1Luck, Tony1-1/+5
2019-08-25arm64/mm: fix variable 'pud' set but not usedQian Cai1-2/+2
2019-08-25arm64/efi: fix variable 'si' set but not usedQian Cai1-1/+5
2019-08-25kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada1-1/+1
2019-08-25ata: libahci: do not complain in case of deferred probeMiquel Raynal1-0/+3
2019-08-25scsi: hpsa: correct scsi command status issue after resetDon Brace1-1/+11
2019-08-25libata: zpodd: Fix small read overflow in zpodd_get_mech_type()Kees Cook1-1/+1
2019-08-25perf header: Fix use of unitialized value warningNumfor Mbiziwo-Tiapo1-1/+1
2019-08-25perf header: Fix divide by zero error if f_header.attr_size==0Vince Weaver1-0/+7
2019-08-25irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach1-0/+1
2019-08-25xen/pciback: remove set but not used variable 'old_state'YueHaibing1-2/+1
2019-08-25net: usb: pegasus: fix improper read if get_registers() failDenis Kirjanov1-1/+1
2019-08-25Input: iforce - add sanity checksOliver Neukum1-0/+5
2019-08-25Input: kbtab - sanity check for endpoint typeOliver Neukum1-2/+4
2019-08-25HID: hiddev: do cleanup in failure of opening a deviceHillf Danton1-0/+4
2019-08-25HID: hiddev: avoid opening a disconnected deviceHillf Danton1-0/+8
2019-08-25HID: holtek: test for sanity of intfdataOliver Neukum1-2/+7
2019-08-25ALSA: hda - Let all conexant codec enter D3 when rebootingHui Wang1-9/+0
2019-08-25ALSA: hda - Add a generic reboot_notifyHui Wang4-15/+22
2019-08-25ALSA: hda - Fix a memory leak bugWenwen Wang1-1/+1
2019-08-25xtensa: add missing isync to the cpu_reset TLB codeMax Filippov1-0/+1
2019-08-25netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal3-5/+66
2019-08-25inet: switch IP ID generator to siphashEric Dumazet4-19/+30
2019-08-25siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld4-5/+546