summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-23net: bcmgenet: correct per TX/RX ring statisticsDoug Berger1-0/+3
2020-04-23net: meth: remove spurious copyright textJonathan Corbet1-16/+0
2020-04-23net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King1-2/+4
2020-04-23net: phy: bcm84881: clear settings on link downRussell King1-3/+3
2020-04-23qed: Make ll2_cbs staticZou Wei1-1/+1
2020-04-23chcr: Fix CPU hard lockupRohit Maheshwari1-4/+2
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin1-0/+2
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko4-0/+55
2020-04-23net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko4-5/+57
2020-04-23net: ethernet: ti: cpts: add irq supportGrygorii Strashko2-1/+38
2020-04-23net: ethernet: ti: cpts: rework lockingGrygorii Strashko2-24/+32
2020-04-23net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko1-71/+94
2020-04-23net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko1-33/+58
2020-04-23net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko1-8/+14
2020-04-23net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2-2/+7
2020-04-23net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2-26/+29
2020-04-23net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko1-6/+6
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet3-13/+13
2020-04-23cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni1-7/+20
2020-04-23geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-1/+1
2020-04-23vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-3/+3
2020-04-23qede: Add support for handling the pcie errors.Sudarsana Reddy Kalluru2-1/+68
2020-04-23qed: Enable device error reporting capability.Sudarsana Reddy Kalluru1-0/+9
2020-04-23mlxsw: Fix some IS_ERR() vs NULL bugsDan Carpenter4-7/+7
2020-04-23net: phy: marvell10g: limit soft reset to 88x3310Baruch Siach1-1/+2
2020-04-23Merge tag 'pci-v5.7-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-7/+7
2020-04-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds5-12/+20
2020-04-23Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-17/+24
2020-04-23ata: sata_inic162x fix a spelling issueJohn Oldman1-1/+1
2020-04-23null_blk: Cleanup zoned device initializationDamien Le Moal3-26/+36
2020-04-23null_blk: Fix zoned command handlingDamien Le Moal3-27/+47
2020-04-23mac80211_hwsim: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-04-22dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2-29/+30
2020-04-22dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei1-36/+40
2020-04-22dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2-14/+22
2020-04-22dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2-13/+26
2020-04-22net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel1-7/+105
2020-04-22net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel1-31/+42
2020-04-22net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel1-0/+91
2020-04-22net: phy: Use IS_ERR() to check and simplify codeTang Bin1-5/+2
2020-04-22net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel1-5/+123
2020-04-22net: stmmac: Add support for VLAN promiscuous modeChuah, Kim Tatt3-0/+69
2020-04-22macvlan: silence RCU list debugging warningWei Yongjun1-1/+2
2020-04-22vrf: Fix IPv6 with qdisc and xfrmDavid Ahern1-2/+2
2020-04-22net: dsa: felix: allow flooding for all traffic classesXiaoliang Yang2-0/+8
2020-04-22net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2-0/+5
2020-04-22net: dsa: b53: Rework ARL bin logicFlorian Fainelli2-4/+29
2020-04-22net: dsa: b53: Fix ARL register definitionsFlorian Fainelli1-2/+2
2020-04-22net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli1-1/+0
2020-04-22net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli1-0/+3