summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-8/+4
|\
| * net: pds_core: Fix possible double free in error handling pathYongzhi Liu2024-03-071-8/+4
* | pds_core: use pci_reset_function for health resetShannon Nelson2024-02-193-8/+5
* | pds_core: delete VF dev on resetShannon Nelson2024-02-192-1/+33
* | pds_core: add simple AER handlerShannon Nelson2024-02-191-0/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+6
|\|
| * pds_core: no health-thread in VF pathShannon Nelson2024-02-121-0/+6
* | pds_core: Clean up init/uninit flows to be more readableBrett Creeley2024-02-063-43/+61
* | pds_core: Fix up some minor issuesBrett Creeley2024-02-062-7/+4
* | pds_core: Unmask adminq interrupt in work threadBrett Creeley2024-02-061-7/+3
* | pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley2024-02-062-5/+3
|/
* pds_core: Rework teardown/setup flow to be more commonBrett Creeley2024-01-315-18/+9
* pds_core: Clear BARs on resetBrett Creeley2024-01-316-11/+45
* pds_core: Prevent race issues involving the adminqBrett Creeley2024-01-313-6/+47
* pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2024-01-312-3/+4
* pds_core: Cancel AQ work on teardownBrett Creeley2024-01-311-0/+2
* pds_core: Prevent health thread from running during reset/removeBrett Creeley2024-01-311-2/+17
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-16/+17
* amd-xgbe: Avoid potential string truncation in nameKees Cook2023-12-131-1/+1
* amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju2023-11-231-3/+8
* amd-xgbe: handle the corner-case during tx completionRaju Rangoju2023-11-231-0/+14
* amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju2023-11-231-1/+13
* pds_core: fix up some format-truncation complaintsShannon Nelson2023-11-143-4/+8
* pds_core: use correct index to mask irqShannon Nelson2023-11-141-1/+1
* amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel2023-10-251-5/+2
* pds_core: add an error code check in pdsc_dl_info_getSu Hui2023-10-201-0/+2
* pds_core: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-21/+8
* net: ethernet: Use device_get_match_data()Rob Herring2023-10-131-41/+1
* net: ethernet: amd: Convert to platform remove callback returning voidUwe Kleine-König2023-09-203-12/+6
* pds_core: add attempts to fix broken PCIShannon Nelson2023-09-183-2/+19
* pds_core: implement pci reset handlersShannon Nelson2023-09-183-3/+65
* pds_core: keep viftypes table across resetShannon Nelson2023-09-181-6/+9
* pds_core: check health in devcmd waitShannon Nelson2023-09-181-2/+9
* Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-301-17/+7
|\
| * pds_core: Fix function header descriptionsBrett Creeley2023-08-181-2/+2
| * pds_core: Require callers of register/unregister to pass PF drvdataBrett Creeley2023-08-161-15/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-293-10/+13
|\ \
| * | pds_core: pass opcode to devcmd_waitShannon Nelson2023-08-251-5/+2
| * | pds_core: check for work queue before useShannon Nelson2023-08-251-1/+1
| * | pds_core: no reset command for VFShannon Nelson2023-08-251-1/+2
| * | pds_core: no health reporter in VFShannon Nelson2023-08-251-3/+5
| * | pds_core: protect devlink callbacks from fw_down stateShannon Nelson2023-08-251-0/+3
| |/
* | Revert "pds_core: Fix some kernel-doc comments"Jakub Kicinski2023-08-211-2/+2
* | pds_core: Fix some kernel-doc commentsYang Li2023-08-211-2/+2
* | pds_core: remove redundant pci_clear_master()Yu Liao2023-08-181-4/+2
* | ethernet: atarilance: mark init function staticArnd Bergmann2023-08-111-1/+1
* | pds_core: Fix documentation for pds_client_registerBrett Creeley2023-08-021-1/+1
* | net: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
|/
* pds_core: use vmalloc_array and vcallocJulia Lawall2023-06-271-2/+2
* amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju2023-06-131-6/+7