summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ath11k: constify ath11k_thermal_opsRikard Falkeborn2020-08-261-1/+1
* net: phy: mscc: macsec: constify vsc8584_macsec_opsRikard Falkeborn2020-08-261-1/+1
* net: phy: at803x: constify static regulator_opsRikard Falkeborn2020-08-261-2/+2
* net: renesas: sh_eth: constify bb_opsRikard Falkeborn2020-08-261-1/+1
* net: ethernet: ravb: constify bb_opsRikard Falkeborn2020-08-261-1/+1
* net: ethernet: qualcomm: constify qca_serdev_opsRikard Falkeborn2020-08-261-1/+1
* net: ipa: remove duplicate includeWang Hai2020-08-261-1/+0
* ibmvnic: merge ibmvnic_reset_init and ibmvnic_initLijun Pan2020-08-261-52/+13
* ibmvnic: remove never executed if statementLijun Pan2020-08-261-12/+0
* ibmvnic: improve ibmvnic_init and ibmvnic_reset_initLijun Pan2020-08-261-4/+13
* ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codesLijun Pan2020-08-261-1/+1
* net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan2020-08-261-1/+1
* net/mlx5e: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan2020-08-264-13/+11
* net: Take common prefetch code structure into a functionTariq Toukan2020-08-2611-72/+23
* net: stmmac: Add dwmac-intel-plat for GBE driverRusaimi Amira Ruslan2020-08-263-0/+202
* ptp: ptp_ines: Remove redundant null checkXu Wang2020-08-261-2/+1
* wan: sbni: Avoid comma separated statementsJoe Perches2020-08-251-43/+58
* fs_enet: Avoid comma separated statementsJoe Perches2020-08-251-4/+7
* 8390: Avoid comma separated statementsJoe Perches2020-08-253-13/+24
* cxgb4: add error handlers to LE intr_handlerRaju Rangoju2020-08-252-0/+10
* octeontx2-pf: Add support for PTP clockAleksey Makarov2020-08-249-6/+532
* octeontx2-af: Add support for Marvell PTP coprocessorAleksey Makarov2020-08-246-4/+348
* octeontx2-af: Support to enable/disable HW timestampingZyta Szpak2020-08-247-0/+151
* qede: make driver reliable on unload after failuresIgor Russkikh2020-08-241-2/+6
* qed: implement devlink dumpIgor Russkikh2020-08-241-0/+43
* qed*: make use of devlink recovery infrastructureIgor Russkikh2020-08-244-11/+16
* qed: use devlink logic to report errorsIgor Russkikh2020-08-245-0/+26
* qed: health reporter init deinit seqIgor Russkikh2020-08-242-0/+37
* qed: implement devlink info requestIgor Russkikh2020-08-244-1/+60
* qed: fix kconfig help entriesIgor Russkikh2020-08-241-2/+3
* qed/qede: make devlink survive recoveryIgor Russkikh2020-08-246-35/+39
* qed: move out devlink logic into a new fileIgor Russkikh2020-08-244-101/+127
* chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-242-35/+39
* mlxsw: spectrum_ethtool: Remove internal speeds from PTYS registerDanielle Ratson2020-08-243-68/+1
* mlxsw: spectrum_trap: Adjust default policer burst size for Spectrum-{2, 3}Ido Schimmel2020-08-241-11/+11
* net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-244-77/+88
* starfire: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-241-35/+42
* typhoon: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-241-31/+30
* ibmvnic: Fix use-after-free of VNIC login response bufferThomas Falcon2020-08-242-22/+25
* ipvlan: advertise link netns via netlinkTaehee Yoo2020-08-241-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-23108-338/+1141
|\
| * Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-232-2/+12
| |\
| | * efi/libstub: Handle unterminated cmdlineArvind Sankar2020-08-201-2/+4
| | * efi/libstub: Handle NULL cmdlineArvind Sankar2020-08-201-1/+5
| | * efi/libstub: Stop parsing arguments at "--"Arvind Sankar2020-08-201-0/+2
| | * efi: add missed destroy_workqueue when efisubsys_init failsLi Heng2020-08-201-0/+2
| * | Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-234-7/+7
| |\ \
| | * | EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck2020-08-184-7/+7
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-2318-58/+133
| |\ \
| | * | net: dsa: b53: check for timeoutTom Rix2020-08-211-0/+2