aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-08-26net: renesas: sh_eth: constify bb_opsRikard Falkeborn1-1/+1
2020-08-26net: ethernet: ravb: constify bb_opsRikard Falkeborn1-1/+1
2020-08-26net: ethernet: qualcomm: constify qca_serdev_opsRikard Falkeborn1-1/+1
2020-08-26bnxt: don't enable NAPI until rings are readyJakub Kicinski1-8/+4
2020-08-26ibmvnic: merge ibmvnic_reset_init and ibmvnic_initLijun Pan1-52/+13
2020-08-26ibmvnic: remove never executed if statementLijun Pan1-12/+0
2020-08-26ibmvnic: improve ibmvnic_init and ibmvnic_reset_initLijun Pan1-4/+13
2020-08-26ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codesLijun Pan1-1/+1
2020-08-26net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan1-1/+1
2020-08-26net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan4-13/+11
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan11-72/+23
2020-08-26net: stmmac: Add dwmac-intel-plat for GBE driverRusaimi Amira Ruslan3-0/+202
2020-08-26net: hns3: Fix for geneve tx checksum bugYi Li1-2/+4
2020-08-26bnxt_en: Setup default RSS map in all scenarios.Michael Chan1-9/+30
2020-08-26bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer1-8/+7
2020-08-26bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer1-4/+7
2020-08-26bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan1-2/+8
2020-08-26bnxt_en: Fix PCI AER error recovery flowVasundhara Volam1-0/+3
2020-08-26bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan1-9/+2
2020-08-26bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-08-26bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-08-25ibmvnic fix NULL tx_pools and rx_tools issue at do_resetMingming Cao1-1/+14
2020-08-25net: ethernet: ti: cpsw_new: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-08-25net: ethernet: ti: cpsw: fix clean up of vlan mc entries for host portMurali Karicheri1-1/+1
2020-08-25fs_enet: Avoid comma separated statementsJoe Perches1-4/+7
2020-08-258390: Avoid comma separated statementsJoe Perches3-13/+24
2020-08-25cxgb4: add error handlers to LE intr_handlerRaju Rangoju2-0/+10
2020-08-24octeontx2-pf: Add support for PTP clockAleksey Makarov9-6/+532
2020-08-24octeontx2-af: Add support for Marvell PTP coprocessorAleksey Makarov6-4/+348
2020-08-24octeontx2-af: Support to enable/disable HW timestampingZyta Szpak7-0/+151
2020-08-24sfc: fix boolreturn.cocci warning and rename functionEdward Cree1-4/+4
2020-08-24qede: make driver reliable on unload after failuresIgor Russkikh1-2/+6
2020-08-24qed: implement devlink dumpIgor Russkikh1-0/+43
2020-08-24qed*: make use of devlink recovery infrastructureIgor Russkikh4-11/+16
2020-08-24qed: use devlink logic to report errorsIgor Russkikh5-0/+26
2020-08-24qed: health reporter init deinit seqIgor Russkikh2-0/+37
2020-08-24qed: implement devlink info requestIgor Russkikh4-1/+60
2020-08-24qed: fix kconfig help entriesIgor Russkikh1-2/+3
2020-08-24qed/qede: make devlink survive recoveryIgor Russkikh6-35/+39
2020-08-24qed: move out devlink logic into a new fileIgor Russkikh4-101/+127
2020-08-24net: arc_emac: Fix memleak in arc_mdio_probeDinghao Liu1-0/+1
2020-08-24chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-35/+39
2020-08-24mlxsw: spectrum_ethtool: Remove internal speeds from PTYS registerDanielle Ratson3-68/+1
2020-08-24mlxsw: spectrum_trap: Adjust default policer burst size for Spectrum-{2, 3}Ido Schimmel1-11/+11
2020-08-24net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-77/+88
2020-08-24starfire: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-35/+42
2020-08-24typhoon: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+30
2020-08-24ibmvnic: Fix use-after-free of VNIC login response bufferThomas Falcon2-22/+25
2020-08-24ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-08-24net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4