aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-11net: ibm: remove set but not used variables 'err'Chen Zhou1-2/+1
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek2-10/+4
2020-03-11sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-03-11net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu1-0/+2
2020-03-11cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2-91/+328
2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-11net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai1-2/+2
2020-03-12Merge tag 'exynos-drm-fixes-for-v5.6-rc5-v2' of git://git.kernel.org/pub/scm/...Dave Airlie11-29/+53
2020-03-11drm/i915: Defer semaphore priority bumping to a workqueueChris Wilson2-5/+19
2020-03-11drm/i915/gt: Close race between cacheline_retire and freeChris Wilson1-2/+6
2020-03-11drm/i915/execlists: Enable timeslice on partial virtual engine dequeueChris Wilson1-11/+18
2020-03-11drm/i915: be more solid in checking the alignmentMatthew Auld2-1/+7
2020-03-11drm/i915/gvt: Fix dma-buf display blur issue on CFLTina Zhang1-1/+2
2020-03-11drm/i915: Return early for await_start on same timelineChris Wilson1-2/+2
2020-03-11drm/i915: Actually emit the await_startChris Wilson1-1/+1
2020-03-11ftgmac100: Remove redundant judgementtangbin1-3/+0
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-03-11Merge tag 'pinctrl-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-9/+20
2020-03-11driver code: clarify and fix platform device DMA mask allocationChristoph Hellwig1-19/+6
2020-03-10net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10net: cxgb4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-10net: cxgb2: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-10net: mlx4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+11
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-10net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-10net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski1-4/+3
2020-03-10net: bnx2x: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-10net: bnx2: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-10net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
2020-03-10net: aquantia: reject all unsupported coalescing paramsJakub Kicinski1-12/+3
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10r8169: simplify getting stats by using netdev_stats_to_stats64Heiner Kallweit1-8/+2
2020-03-10r8169: let rtl8169_mark_to_asic clear rx descriptor field opts2Heiner Kallweit1-1/+1
2020-03-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-398/+396
2020-03-10net: dsa: mt7530: fix macro MIRROR_PORTDENG Qingfang1-1/+1
2020-03-10net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister2-20/+9
2020-03-10s390/qeth: cancel RX reclaim work earlierJulian Wiedmann3-1/+2
2020-03-10s390/qeth: handle error when backing RX bufferJulian Wiedmann1-4/+9
2020-03-10s390/qeth: don't reset default_out_queueJulian Wiedmann1-1/+0
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko1-2/+2
2020-03-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-10ibmvnic: Do not process device remove during device resetJuliet Kim2-3/+27
2020-03-10enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-10enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28
2020-03-10enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13