aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-08-27net: phy: Sort Kconfig and MakefileAndrew Lunn2-87/+87
2020-08-27net: mdio: Move MDIO drivers into a new subdirectoryAndrew Lunn30-259/+272
2020-08-27net: xgene: Move shared header file into include/linuxAndrew Lunn3-132/+2
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn3-19/+2
2020-08-27net: pcs: Move XPCS into new PCS subdirectoryAndrew Lunn9-10/+26
2020-08-26net: ath11k: constify ath11k_thermal_opsRikard Falkeborn1-1/+1
2020-08-26net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn1-1/+1
2020-08-26net: phy: at803x: constify static regulator_opsRikard Falkeborn1-2/+2
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-26net: ipa: remove duplicate includeWang Hai1-1/+0
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-25wan: sbni: Avoid comma separated statementsJoe Perches1-43/+58
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-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-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-24ipvlan: advertise link netns via netlinkTaehee Yoo1-0/+8
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-46/+89
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds16-45/+88
2020-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav9-5/+953
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav11-0/+6140
2020-08-21net: dsa: b53: check for timeoutTom Rix1-0/+2