aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01netdevsim: fix fall-through annotationGustavo A. R. Silva1-1/+1
2019-05-01sfc: mcdi_port: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-01net: aquantia: remove outdated device idsNikita Danilov3-12/+0
2019-05-01net: aquantia: fixups on 64bit dma countersDmitry Bogdanov6-64/+36
2019-05-01net: aquantia: get total counters from DMA blockDmitry Bogdanov1-4/+5
2019-05-01net: aquantia: fetch up to date statistics on ethtool requestDmitry Bogdanov1-1/+8
2019-05-01net: aquantia: extract timer cb into work jobIgor Russkikh2-6/+20
2019-05-01net: aquantia: introduce fwreq mutexNikita Danilov4-10/+42
2019-05-01net: aquantia: user correct MSI irq typeIgor Russkikh1-1/+1
2019-05-01net: aquantia: use macros for better visibilityIgor Russkikh2-8/+8
2019-05-01net: aquantia: improve ifup link detectionIgor Russkikh1-2/+1
2019-05-01net: aquantia: link status irq handlingIgor Russkikh4-19/+50
2019-05-01net: aquantia: create global service workqueueNikita Danilov4-1/+56
2019-05-01net: aquantia: link interrupt handling functionIgor Russkikh1-0/+14
2019-05-01net: aquantia: add link interrupt fieldsIgor Russkikh2-1/+4
2019-05-01net: aquantia: implement hwmon api for chip temperatureYana Esina4-0/+144
2019-05-01net: aquantia: add infrastructure to readout chip temperatureYana Esina3-0/+39
2019-04-30r8169: remove manual autoneg restart workaroundHeiner Kallweit1-8/+0
2019-04-30r8169: add rtl_reset_packet_filterHeiner Kallweit1-13/+12
2019-04-30r8169: add helpers rtl_eri_set/clear_bitsHeiner Kallweit1-36/+40
2019-04-30r8169: make ERIAR_EXGMAC the default in eri functionsHeiner Kallweit1-114/+108
2019-04-30net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn2-40/+2
2019-04-30net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn1-1/+58
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean2-4/+2
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean1-2/+2
2019-04-30net: dsa: mt7530: Use the DSA vlan_filtering helper functionVladimir Oltean2-12/+5
2019-04-30net: dsa: mt7530: Let DSA handle the unsetting of vlan_filteringVladimir Oltean1-2/+2
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean1-18/+7
2019-04-29net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart1-1/+14
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit1-1/+5
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-14/+31
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2-11/+33
2019-04-27net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn1-70/+1
2019-04-27net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn1-13/+7
2019-04-27net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn1-32/+41
2019-04-27net: dsa: mv88e6060: Replace ds with privAndrew Lunn2-21/+23
2019-04-27net: dsa: mv88e6060: Add SPDX headerAndrew Lunn1-5/+1
2019-04-27ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini2-4/+11
2019-04-27cpsw: Put back cpsw_ndo_poll_controller()David S. Miller1-0/+12
2019-04-27net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko4-725/+769
2019-04-27net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko4-42/+34
2019-04-27net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko2-0/+401
2019-04-27net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko4-102/+139
2019-04-27net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_hw_addrGrygorii Strashko1-2/+2
2019-04-27net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2-426/+438
2019-04-27net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko1-116/+97
2019-04-27net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko1-1/+1
2019-04-27net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko1-0/+3
2019-04-27net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko3-14/+20
2019-04-27net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko1-2/+2