summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: amd: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-208-0/+8
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-1/+1
|\
| * net: amd-xgbe: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
* | net: annotate data-races around dev->if_portEric Dumazet2024-05-091-1/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-082-4/+4
* | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-222-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-114-1/+18
|\ \
| * | pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley2024-04-104-1/+18
| |/
* | net: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-081-2/+2
* | net: xgbe: remove extraneous #ifdef checksArnd Bergmann2024-04-061-8/+0
* | net: amd8111e: Drop unused copy of pm_capBjorn Helgaas2024-03-272-2/+0
|/
* 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-161-0/+6
|\|
| * pds_core: no health-thread in VF pathShannon Nelson2024-02-131-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-02-015-18/+9
* pds_core: Clear BARs on resetBrett Creeley2024-02-016-11/+45
* pds_core: Prevent race issues involving the adminqBrett Creeley2024-02-013-6/+47
* pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2024-02-012-3/+4
* pds_core: Cancel AQ work on teardownBrett Creeley2024-02-011-0/+2
* pds_core: Prevent health thread from running during reset/removeBrett Creeley2024-02-011-2/+17
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-16/+17
* amd-xgbe: Avoid potential string truncation in nameKees Cook2023-12-141-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-153-4/+8
* pds_core: use correct index to mask irqShannon Nelson2023-11-151-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-211-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-311-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-261-5/+2