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