summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Linux 4.10.5v4.10.5Greg Kroah-Hartman1-1/+1
2017-03-22crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Krzysztof Kozlowski1-45/+82
2017-03-22crypto: powerpc - Fix initialisation of crc32c contextDaniel Axtens1-1/+1
2017-03-22locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel1-5/+10
2017-03-22futex: Add missing error handling to FUTEX_REQUEUE_PIPeter Zijlstra1-0/+2
2017-03-22futex: Fix potential use-after-free in FUTEX_REQUEUE_PIPeter Zijlstra1-9/+11
2017-03-22x86/perf: Fix CR4.PCE propagation to use active_mm instead of mmAndy Lutomirski1-2/+2
2017-03-22x86/intel_rdt: Put group node in rdtgroup_kn_unlockJiri Olsa1-1/+1
2017-03-22x86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=yAndrey Ryabinin2-0/+2
2017-03-22x86/tsc: Fix ART for TSC_KNOWN_FREQPeter Zijlstra1-0/+2
2017-03-22x86/unwind: Fix last frame check for aligned function stacksJosh Poimboeuf1-6/+30
2017-03-22drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak3-3/+8
2017-03-22drm/i915/gen9+: Enable hotplug detection earlyImre Deak1-19/+50
2017-03-22drm/i915/lspcon: Enable AUX interrupts for resume time initializationImre Deak1-1/+4
2017-03-22irqchip/gicv3-its: Add workaround for QDF2400 ITS erratum 0065Shanker Donthineni3-21/+49
2017-03-22arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier1-9/+55
2017-03-22dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-22tun: fix premature POLLOUT notification on tun devicesHannes Frederic Sowa1-3/+15
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-22net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-22bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-22ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-22mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-22mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-22amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas1-8/+2
2017-03-22uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2017-03-22net/tunnel: set inner protocol in network gro hooksPaolo Abeni2-2/+6
2017-03-22vrf: Fix use-after-free in vrf_xmitDavid Ahern1-1/+2
2017-03-22team: use ETH_MAX_MTU as max mtuJarod Wilson1-0/+1
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2-8/+17
2017-03-22net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov1-1/+0
2017-03-22net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-22net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-22tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-22strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-22bonding: use ETH_MAX_MTU as max mtuWANG Cong1-0/+1
2017-03-22amd-xgbe: Don't overwrite SFP PHY mod_absent settingsLendacky, Thomas1-0/+2
2017-03-22amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas2-1/+23
2017-03-22amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas1-2/+2
2017-03-22dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-22ipv6: orphan skbs in reassembly unitEric Dumazet2-1/+1
2017-03-22net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-03-22net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-03-22net: bridge: allow IPv6 when multicast flood is disabledMike Manning1-1/+2
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet2-4/+16
2017-03-22mlxsw: spectrum_router: Avoid potential packets lossIdo Schimmel1-10/+20
2017-03-22geneve: lock RCU on TX pathJakub Kicinski1-0/+2
2017-03-22vxlan: lock RCU on TX pathJakub Kicinski1-2/+6