summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
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-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-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
2019-04-27net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko
2019-04-27net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config optionGrygorii Strashko
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko
2019-04-26net: hns3: remove reset after command send failedWeihang Li
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin
2019-04-26net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin