summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3 days1-17/+2
|\
| * saner replacement for debugfs_rename()Al Viro2025-01-151-17/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-161-17/+2
|\ \
| * | net: ethernet: xgbe: re-add aneg to supported features in PHY quirksHeiner Kallweit2025-01-151-17/+2
| |/
* / net: protect NAPI enablement with netdev_lock()Jakub Kicinski2025-01-151-2/+9
|/
* pds_core: limit loop over fw name listShannon Nelson2025-01-061-1/+1
* amd-xgbe: use ethtool string helpersRosen Penev2024-10-291-13/+9
* net: amd8111e: Remove duplicate definition of PCI_VENDOR_ID_AMDYazen Ghannam2024-10-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-4/+3
|\
| * net: amd: mvme147: Fix probe banner messageDaniel Palmer2024-10-091-4/+3
* | net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-043-3/+3
|/
* amd-xgbe: Remove setting of RX software timestampGal Pressman2024-09-091-4/+0
* pds_core: Remove redundant null pointer checksLi Zetao2024-09-041-4/+4
* net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais2024-07-315-38/+38
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: amd: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-198-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-081-1/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-072-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-051-8/+0
* | net: amd8111e: Drop unused copy of pm_capBjorn Helgaas2024-03-262-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-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