aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03net: macb: shrink macb_platform_data structureNicolas Ferre1-48/+11
2019-05-03net: macb: remove redundant struct phy_device declarationNicolas Ferre1-2/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-22/+36
2019-05-02net: ll_temac: Fix typo bug for 32-bitEsben Haabendal1-1/+1
2019-05-01net: mvpp2: cls: Allow dropping packets with classification offloadMaxime Chevallier3-9/+32
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier4-12/+410
2019-05-01net: mvpp2: cls: Use a bitfield to represent the flow_typeMaxime Chevallier2-69/+109
2019-05-01net: mvpp2: cls: Remove extra whitespace in mvpp2_cls_flow_writeMaxime Chevallier1-3/+3
2019-05-01net: ll_temac: Enable DMA when ready, not beforeEsben Haabendal1-5/+10
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal2-12/+32
2019-05-01net: ll_temac: Replace bad usage of msleep() with usleep_range()Esben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix bug causing buffer descriptor overrunEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Fix iommu/swiotlb leakEsben Haabendal1-1/+1
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal3-20/+37
2019-05-01net: ll_temac: Allow use on x86 platformsEsben Haabendal1-2/+2
2019-05-01net: ll_temac: Fix support for little-endian platformsEsben Haabendal1-39/+50
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal2-22/+77
2019-05-01net: ll_temac: Fix support for 64-bit platformsEsben Haabendal2-4/+32
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal3-66/+147
2019-05-01net: ll_temac: Fix and simplify error handling by using devres functionsEsben Haabendal3-42/+22
2019-05-01net: ethernet: ti: cpsw: Fix inconsistent IS_ERR and PTR_ERR in cpsw_probe()YueHaibing1-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-05-01stmmac: pci: Fix typo in IOT2000 commentJan Kiszka1-1/+1
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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-13/+16
2019-04-27cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2-11/+33
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