summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-21cpu/hotplug: Reset node state after operationThomas Gleixner1-0/+5
2017-10-21Merge branch 'aquantia-fixes'David S. Miller12-146/+284
2017-10-21net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh1-6/+6
2017-10-21net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh9-62/+155
2017-10-21net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh1-0/+3
2017-10-21net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh1-4/+7
2017-10-21net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh1-0/+2
2017-10-21net: aquantia: Add queue restarts stats counterIgor Russkikh2-58/+37
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh6-17/+75
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang1-1/+1
2017-10-21android: binder: Don't get mm from taskSherry Yang2-14/+9
2017-10-21udp: make some messages more descriptiveMatteo Croce1-2/+2
2017-10-21geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio1-6/+0
2017-10-21Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller5-30/+98
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui1-4/+18
2017-10-21net/ncsi: Fix length of GVI response packetGavin Shan1-1/+1
2017-10-21net/ncsi: Enforce failover on link monitor timeoutGavin Shan1-3/+5
2017-10-21net/ncsi: Disable HWA mode when no channels are foundGavin Shan1-2/+10
2017-10-21net/ncsi: Stop monitor if channel times out or is inactiveSamuel Mendoza-Jonas1-6/+9
2017-10-21net/ncsi: Fix AEN HNCDSC packet lengthSamuel Mendoza-Jonas1-1/+1
2017-10-21packet: avoid panic in packet_getsockopt()Eric Dumazet1-8/+16
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet7-39/+34
2017-10-21Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-1/+18
2017-10-21Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds25-62/+92
2017-10-20Merge tag 'sunxi-fixes-for-4.14' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-16/+9
2017-10-20waitid(): Avoid unbalanced user_access_end() on access_ok() errorKees Cook1-2/+2
2017-10-20lkdtm: Constify the crashtypes tableKees Cook1-9/+9
2017-10-20lkdtm: Convert from jprobe to kprobeKees Cook1-109/+45
2017-10-20nvmem: add a driver for the Amlogic Meson6/Meson8/Meson8b SoCsMartin Blumenstingl3-0/+277
2017-10-20nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCsMartin Blumenstingl3-5/+5
2017-10-20dt-bindings: nvmem: Describe the Amlogic Meson6/Meson8/Meson8b efuseMartin Blumenstingl1-0/+22
2017-10-20nvmem: rockchip: add support for RK3368Romain Perier2-0/+5
2017-10-20vmbus: initialize reserved fields in messagesStephen Hemminger1-0/+2
2017-10-20Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux in...Greg Kroah-Hartman4-228/+157
2017-10-20binder: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-20android: binder: Change binder_shrinker to staticSherry Yang1-1/+1
2017-10-20android: binder: Remove unused vma argumentSherry Yang1-9/+7
2017-10-20parport: make parport_ip32_ops const and __initconstBhumika Goyal1-1/+1
2017-10-20tracing, mei: Remove unused trace event mei_pci_cfg_writeSteven Rostedt (VMware)2-20/+0
2017-10-20pcmcia: m32r: Convert timers to use timer_setup()Kees Cook2-10/+4
2017-10-20char: pcmcia: Convert timers to use timer_setup()Kees Cook3-11/+10
2017-10-20doc: coresight: correct usage for disabling idle statesLeo Yan1-5/+17
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose7-26/+26
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui1-1/+4
2017-10-20Merge branch 'sockmap-fixes'David S. Miller11-34/+74
2017-10-20bpf: require CAP_NET_ADMIN when using devmapJohn Fastabend1-0/+3
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend1-0/+3
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend2-3/+15
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend8-30/+36
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend2-1/+17