aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-13firewire: net: max MTU off by oneGravatar Stefan Richter 1-1/+6
2017-11-12Linux 4.14v4.14Gravatar Linus Torvalds 1-1/+1
2017-11-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-19/+20
2017-11-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-2/+14
2017-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 15-34/+68
2017-11-11Merge tag 'linux-can-fixes-for-4.14-20171110' of git://git.kernel.org/pub/scm...Gravatar David S. Miller 5-9/+25
2017-11-11Merge tag 'mlx5-fixes-2017-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 5-13/+20
2017-11-11vlan: fix a use-after-free in vlan_device_event()Gravatar Cong Wang 1-3/+3
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerGravatar Ingo Molnar 1-0/+1
2017-11-11Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Ingo Molnar 2-2/+13
2017-11-11net: dsa: return after vlan prepare phaseGravatar Vivien Didelot 1-0/+2
2017-11-11net: dsa: return after mdb prepare phaseGravatar Vivien Didelot 1-0/+2
2017-11-10Merge tag 'ceph-for-4.14-rc9' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+2
2017-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-2/+4
2017-11-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-10/+29
2017-11-10Merge tag 'mips_fixes_4.14_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-4/+7
2017-11-10.mailmap: Add Maciej W. Rozycki's Imagination e-mail addressGravatar Maciej W. Rozycki 1-0/+1
2017-11-10Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo"Gravatar Linus Torvalds 3-11/+6
2017-11-10Merge tag 'drm-fixes-for-v4.14-rc9' of git://people.freedesktop.org/~airlied/...Gravatar Linus Torvalds 5-18/+20
2017-11-10can: ifi: Fix transmitter delay calculationGravatar Marek Vasut 1-3/+3
2017-11-10tcp: fix tcp_fastretrans_alert warningGravatar Yuchung Cheng 1-2/+1
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Gravatar Eric Dumazet 1-2/+10
2017-11-10can: peak: Add support for new PCIe/M2 CAN FD interfacesGravatar Stephane Grosjean 1-2/+12
2017-11-10can: sun4i: handle overrun in RX FIFOGravatar Gerhard Bertelsmann 1-2/+10
2017-11-10can: c_can: don't indicate triple sampling support for D_CANGravatar Richard Schütz 2-2/+0
2017-11-10x86/debug: Handle warnings before the notifier chain, to fix KGDB crashGravatar Alexander Shishkin 1-3/+7
2017-11-10net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEsGravatar Eugenia Emantayev 1-1/+1
2017-11-10net/mlx5e: Set page to null in case dma mapping failsGravatar Inbar Karmy 1-7/+5
2017-11-10net/mlx5e: Fix napi poll with zero budgetGravatar Saeed Mahameed 1-4/+6
2017-11-10net/mlx5: Cancel health poll before sending panic teardown commandGravatar Huy Nguyen 1-0/+7
2017-11-10net/mlx5: Loop over temp list to release delay eventsGravatar Huy Nguyen 1-1/+1
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeGravatar Håkon Bugge 1-5/+5
2017-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-12/+15
2017-11-09MAINTAINERS: update TPM driver infrastructure changesGravatar Jarkko Sakkinen 2-12/+10
2017-11-09sysctl: add register_sysctl() dummy helperGravatar Arnd Bergmann 1-0/+5
2017-11-09Merge tag 'pci-v4.14-fixes-7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+10
2017-11-09Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-10/+18
2017-11-09Merge tag 'pm-final-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 2-5/+29
2017-11-09Merge tag 'sound-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Gravatar Linus Torvalds 9-17/+97
2017-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 46-146/+285
2017-11-09x86/mm: Fix ELF_ET_DYN_BASE for 5-level pagingGravatar Kirill A. Shutemov 1-1/+1
2017-11-09perf trace: Call machine__exit() at exitGravatar Andrei Vagin 1-0/+10
2017-11-09perf tools: Fix eBPF event specification parsingGravatar Jiri Olsa 1-2/+2
2017-11-09perf tools: Add "reject" option for parse-events.lGravatar Jiri Olsa 1-0/+1
2017-11-09rbd: use GFP_NOIO for parent stat and data requestsGravatar Ilya Dryomov 1-2/+2
2017-11-09ALSA: hda - fix headset mic problem for Dell machines with alc274Gravatar Hui Wang 1-0/+5
2017-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 2-38/+37
2017-11-09Merge tag 'drm-intel-fixes-2017-11-08' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 3-16/+18
2017-11-09Merge branch 'net-sched-race-fix'Gravatar David S. Miller 31-63/+198
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Gravatar Cong Wang 1-1/+7