summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-12mmc: core: add driver strength selection when selecting hs400esChanho Min1-17/+19
2017-10-12nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-10-12drm/i915/bios: ignore HDMI on port AJani Nikula1-0/+7
2017-10-12brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2-15/+9
2017-10-12brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel1-3/+15
2017-10-12scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen1-5/+14
2017-10-12iwlwifi: add workaround to disable wide channels in 5GHzLuca Coelho1-11/+55
2017-10-12iwlwifi: mvm: use IWL_HCMD_NOCOPY for MCAST_FILTER_CMDLuca Coelho1-1/+9
2017-10-12netlink: fix nla_put_{u8,u16,u32} for KASANArnd Bergmann1-18/+55
2017-10-12rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann1-18/+30
2017-10-12HID: wacom: bits shifted too much for 9th and 10th buttonsPing Cheng1-2/+2
2017-10-12HID: wacom: Always increment hdev refcount within wacom_get_hdev_dataJason Gerecke1-1/+3
2017-10-12HID: wacom: leds: Don't try to control the EKR's read-only LEDsAaron Armstrong Skomra1-0/+3
2017-10-12HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido1-1/+2
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang1-14/+0
2017-10-12stm class: Fix a use-after-freeAlexander Shishkin1-1/+1
2017-10-12Drivers: hv: fcopy: restore correct transfer lengthOlaf Hering1-0/+4
2017-10-12driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange1-1/+2
2017-10-12percpu: make this_cpu_generic_read() atomic w.r.t. interruptsMark Rutland1-2/+22
2017-10-12powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero1-1/+12
2017-10-12powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur1-1/+23
2017-10-12socket, bpf: fix possible use after freeEric Dumazet2-3/+17
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov1-0/+3
2017-10-12tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-10-12ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long1-2/+3
2017-10-12ip6_gre: ip6gre_tap device should keep dstXin Long1-0/+1
2017-10-12netlink: do not proceed if dump's start() errsJason A. Donenfeld1-2/+5
2017-10-12net: Set sk_prot_creator when cloning sockets to the right protoChristoph Paasch1-0/+2
2017-10-12packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn1-2/+4
2017-10-12packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-10-12net: dsa: Fix network device registration orderFlorian Fainelli1-11/+17
2017-10-12tun: bail out from tun_get_user() if the skb is emptyAlexander Potapenko1-3/+5
2017-10-12l2tp: fix race condition in l2tp_tunnel_deleteSabrina Dubroca2-7/+8
2017-10-12l2tp: Avoid schedule while atomic in exit_netRidge Kennedy1-1/+3
2017-10-12vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2-2/+4
2017-10-12net: qcom/emac: specify the correct size when mapping a DMA bufferTimur Tabi1-1/+2
2017-10-12net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-10-12isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu1-12/+25
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2-1/+3
2017-10-12packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-5/+11
2017-10-12net: emac: Fix napi poll list corruptionChristian Lamparter1-2/+1
2017-10-12tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-10-12net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-10-12ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long1-0/+3
2017-10-12net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi1-1/+1
2017-10-12ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long1-10/+11
2017-10-12udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan1-0/+1
2017-10-12tcp: fix data delivery rateEric Dumazet1-4/+3
2017-10-12bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-1/+2
2017-10-12tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12