summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-3069-284/+570
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-2922-49/+187
| |\
| | * sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| | * arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik2017-06-291-0/+1
| | * arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik2017-06-291-2/+3
| | * arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik2017-06-291-2/+0
| | * Trivial fix to spelling mistake in arc_printk messageColin Ian King2017-06-291-1/+1
| | * arcnet: change irq handler to lock irqsaveMichael Grzeschik2017-06-291-3/+4
| | * rocker: move dereference before freeDan Carpenter2017-06-291-1/+1
| | * mlxsw: spectrum_router: Fix NULL pointer dereferenceIdo Schimmel2017-06-291-0/+3
| | * virtio-net: serialize tx routine during resetJason Wang2017-06-291-0/+1
| | * net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis2017-06-271-0/+16
| | * fsl/fman: add dependency on HAS_DMAMadalin Bucur2017-06-271-0/+1
| | * bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
| | * bnxt_en: Fix netpoll handling.Michael Chan2017-06-231-6/+48
| | * bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2017-06-232-4/+9
| | * net: dp83640: Avoid NULL pointer dereference.Richard Cochran2017-06-231-1/+1
| | * sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
| | * netvsc: don't access netdev->num_rx_queues directlyArnd Bergmann2017-06-221-2/+2
| | * macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich2017-06-221-3/+44
| | * macvlan: convert port passthru to flags.Vlad Yasevich2017-06-221-13/+24
| | * macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich2017-06-221-1/+2
| | * macvlan: Do not return error when setting the same mac addressVlad Yasevich2017-06-221-0/+4
| | * xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-223-2/+11
| | * veth: Be more robust on network device creation when no attributesSerhey Popovych2017-06-221-2/+2
| | * drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla2017-06-221-1/+1
| | * net/phy: micrel: configure intterupts after autoneg workaroundZach Brown2017-06-221-0/+2
| * | Merge tag 'for-4.12/dm-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-292-16/+27
| |\ \
| | * | dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-06-271-13/+13
| | * | dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen2017-06-231-3/+14
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-06-291-1/+2
| |\ \ \
| | * | | nvme/pci: Fix stuck nvme resetKeith Busch2017-06-271-1/+2
| * | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-06-284-4/+25
| |\ \ \ \
| | * \ \ \ Merge tag 'drm-intel-fixes-2017-06-27' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-06-283-4/+24
| | |\ \ \ \
| | | * | | | drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson2017-06-261-3/+14
| | | * | | | drm/i915: Hold struct_mutex for per-file stats in debugfs/i915_gem_objectChris Wilson2017-06-261-1/+5
| | | * | | | drm/i915: Retire the VMA's fence tracker before unbindingChris Wilson2017-06-261-0/+5
| | | |/ / /
| | * | | | Merge branch 'vmwgfx-fixes-4.12' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2017-06-281-0/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat2017-06-261-0/+1
| * | | | | Merge branch 'etnaviv/fixes' of git://git.pengutronix.de/git/lst/linuxLinus Torvalds2017-06-282-2/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | drm/etnaviv: Fix implicit/explicit sync sense inversionDaniel Stone2017-06-281-1/+1
| | * | | | drm/etnaviv: fix submit flags getting overwritten by BO contentLucas Stach2017-06-281-1/+2
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-06-253-2/+4
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'clockevents/4.12-fixes' of https://git.linaro.org/people/daniel...Thomas Gleixner2017-06-203-2/+4
| | |\ \ \ \ \
| | | * | | | | clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell2017-06-132-0/+2
| | | * | | | | clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variableFrank Rowand2017-06-121-2/+2
| * | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-06-251-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | irqchip/mips-gic: Mark count and compare accessors notraceMarcin Nowakowski2017-06-201-3/+3
| | |/ / / / / /
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-06-253-16/+28
| |\ \ \ \ \ \ \
| | * | | | | | | Input: synaptics-rmi4 - only read the F54 query registers which are usedAndrew Duggan2017-06-231-10/+7