summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-05-01net: aquantia: fetch up to date statistics on ethtool requestDmitry Bogdanov
2019-05-01net: aquantia: extract timer cb into work jobIgor Russkikh
2019-05-01net: aquantia: introduce fwreq mutexNikita Danilov
2019-05-01net: aquantia: user correct MSI irq typeIgor Russkikh
2019-05-01net: aquantia: use macros for better visibilityIgor Russkikh
2019-05-01net: aquantia: improve ifup link detectionIgor Russkikh
2019-05-01net: aquantia: link status irq handlingIgor Russkikh
2019-05-01net: aquantia: create global service workqueueNikita Danilov
2019-05-01net: aquantia: link interrupt handling functionIgor Russkikh
2019-05-01net: aquantia: add link interrupt fieldsIgor Russkikh
2019-05-01net: aquantia: implement hwmon api for chip temperatureYana Esina
2019-05-01net: aquantia: add infrastructure to readout chip temperatureYana Esina
2019-04-30r8169: remove manual autoneg restart workaroundHeiner Kallweit
2019-04-30r8169: add rtl_reset_packet_filterHeiner Kallweit
2019-04-30r8169: add helpers rtl_eri_set/clear_bitsHeiner Kallweit
2019-04-30r8169: make ERIAR_EXGMAC the default in eri functionsHeiner Kallweit
2019-04-30net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn
2019-04-30net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn
2019-04-30net: dsa: b53: Use vlan_filtering property from dsa_switchVladimir Oltean
2019-04-30net: dsa: b53: Let DSA call .port_vlan_filtering only when necessaryVladimir Oltean
2019-04-30net: dsa: mt7530: Use the DSA vlan_filtering helper functionVladimir Oltean
2019-04-30net: dsa: mt7530: Let DSA handle the unsetting of vlan_filteringVladimir Oltean
2019-04-30net: dsa: b53: Let DSA handle mismatched VLAN filtering settingsVladimir Oltean
2019-04-29net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni
2019-04-27net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn
2019-04-27net: dsa: mv88e6060: Replace ds with privAndrew Lunn
2019-04-27net: dsa: mv88e6060: Add SPDX headerAndrew Lunn
2019-04-27ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini
2019-04-27cpsw: Put back cpsw_ndo_poll_controller()David S. Miller
2019-04-27net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko
2019-04-27net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko
2019-04-27net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko
2019-04-27net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko
2019-04-27net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko
2019-04-27net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko