summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 8139too: use true,false for bool variablesJason Yan2020-09-191-1/+1
* bnx2x: use true,false for bool variablesJason Yan2020-09-191-3/+3
* net: qed: use true,false for bool variablesJason Yan2020-09-191-4/+4
* net: b44: use true,false for bool variablesJason Yan2020-09-191-4/+4
* net: micrel: Remove set but not used variableZheng Yongjun2020-09-191-6/+4
* net: e1000: Remove set but not used variableZheng Yongjun2020-09-191-2/+1
* net: liquidio: Remove set but not used variableZheng Yongjun2020-09-191-5/+4
* net: dsa: mv88e6xxx: Implement devlink info get callbackAndrew Lunn2020-09-183-0/+20
* net: dsa: mv88e6xxx: Add devlink regionsAndrew Lunn2020-09-184-1/+286
* net: dsa: mv88e6xxx: Create helper for FIDs in useAndrew Lunn2020-09-182-4/+18
* net: dsa: mv88e6xxx: Move devlink code into its own fileAndrew Lunn2020-09-184-254/+279
* net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn2020-09-182-2/+8
* net: dsa: seville: build as separate moduleVladimir Oltean2020-09-186-39/+29
* net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean2020-09-183-18/+20
* net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean2020-09-181-1/+2
* net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean2020-09-183-4/+19
* net: dsa: felix: replace tabs with spacesVladimir Oltean2020-09-183-13/+13
* net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean2020-09-181-6/+6
* net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean2020-09-181-11/+0
* net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean2020-09-182-0/+7
* net: dsa: seville: first enable memories, then initialize themVladimir Oltean2020-09-181-1/+1
* net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean2020-09-181-1/+0
* net: dsa: felix: use ocelot_field_{read,write} helpers consistentlyVladimir Oltean2020-09-181-3/+3
* net: ipa: do not enable GSI interrupt for wakeupAlex Elder2020-09-182-14/+4
* net: ipa: enable wakeup on IPA interruptAlex Elder2020-09-181-0/+14
* net: ipa: repurpose CLOCK_HELD flagAlex Elder2020-09-182-10/+10
* net: ipa: use device_init_wakeup()Alex Elder2020-09-182-26/+18
* net: ipa: manage endpoints separate from clockAlex Elder2020-09-182-10/+12
* net: ipa: replace ipa->suspend_ref with a flag bitAlex Elder2020-09-182-9/+19
* net: ipa: use refcount_t for IPA clock reference countAlex Elder2020-09-181-7/+7
* net: phy: bcm7xxx: request and manage GPHY clockFlorian Fainelli2020-09-181-1/+29
* net: hns3: Supply missing hclge_dcb.h include fileWang Hai2020-09-181-0/+1
* net/appletalk: Supply missing net/Space.h include fileWang Hai2020-09-182-0/+4
* liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2020-09-182-0/+2
* hinic: modify irq nameLuo bin2020-09-184-9/+13
* net: cortina: Remove set but not used variableZheng Yongjun2020-09-181-4/+2
* dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu2020-09-183-16/+209
* dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2020-09-182-16/+23
* dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu2020-09-181-15/+16
* dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu2020-09-184-1/+11
* dpaa2-eth: add APIs of 1588 single step timestampingYangbo Lu2020-09-183-0/+131
* Revert "ibmvnic: remove never executed if statement"Lijun Pan2020-09-181-0/+6
* ionic: add devlink firmware updateShannon Nelson2020-09-185-9/+239
* ionic: update the fw update apiShannon Nelson2020-09-182-8/+29
* netdevsim: devlink flash timeout messageShannon Nelson2020-09-181-0/+2
* ionic: add DIMLIB to KconfigShannon Nelson2020-09-171-0/+1
* net: mdio: octeon: Select MDIO_DEVRESAndrew Lunn2020-09-171-0/+1
* dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-171-57/+6
* mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata2020-09-171-1/+33
* mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbufferPetr Machata2020-09-171-0/+59