summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2025-05-09pds_core: remove write-after-free of client_idShannon Nelson1-1/+0
2025-05-09pds_core: specify auxiliary_device to be createdShannon Nelson4-27/+33
2025-05-09pds_core: make pdsc_auxbus_dev_del() voidShannon Nelson3-9/+6
2025-05-09amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offloadVishal Badole4-6/+42
2025-05-02pds_core: make wait_context part of q_infoShannon Nelson3-24/+18
2025-05-02pds_core: Remove unnecessary check in pds_client_adminq_cmd()Brett Creeley1-3/+0
2025-05-02pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL resultBrett Creeley1-3/+1
2025-05-02pds_core: Prevent possible adminq overflow/stuck conditionBrett Creeley2-5/+2
2025-04-25pds_core: fix memory leak in pdsc_debugfs_add_qcq()Abdun Nihaal1-2/+3
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+2
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+2
2025-01-16net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-2/+9
2025-01-16net: ethernet: xgbe: re-add aneg to supported features in PHY quirksHeiner Kallweit1-17/+2
2025-01-15saner replacement for debugfs_rename()Al Viro1-17/+2
2025-01-07pds_core: limit loop over fw name listShannon Nelson1-1/+1
2024-10-30amd-xgbe: use ethtool string helpersRosen Penev1-13/+9
2024-10-29net: amd8111e: Remove duplicate definition of PCI_VENDOR_ID_AMDYazen Ghannam1-1/+0
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2024-10-09net: amd: mvme147: Fix probe banner messageDaniel Palmer1-4/+3
2024-10-05net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-09-10amd-xgbe: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-05pds_core: Remove redundant null pointer checksLi Zetao1-4/+4
2024-08-01net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais5-38/+38
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-20net: amd: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-09net: annotate data-races around dev->if_portEric Dumazet1-1/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-4/+4
2024-04-25net: amd-xgbe: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek2-2/+4
2024-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-1/+18
2024-04-10pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley4-1/+18
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle1-2/+2
2024-04-06net: xgbe: remove extraneous #ifdef checksArnd Bergmann1-8/+0
2024-03-27net: amd8111e: Drop unused copy of pm_capBjorn Helgaas2-2/+0
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+4
2024-03-07net: pds_core: Fix possible double free in error handling pathYongzhi Liu1-8/+4
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson3-8/+5
2024-02-19pds_core: delete VF dev on resetShannon Nelson2-1/+33
2024-02-19pds_core: add simple AER handlerShannon Nelson1-0/+24
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-02-13pds_core: no health-thread in VF pathShannon Nelson1-0/+6
2024-02-06pds_core: Clean up init/uninit flows to be more readableBrett Creeley3-43/+61
2024-02-06pds_core: Fix up some minor issuesBrett Creeley2-7/+4
2024-02-06pds_core: Unmask adminq interrupt in work threadBrett Creeley1-7/+3
2024-02-06pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley2-5/+3
2024-02-01pds_core: Rework teardown/setup flow to be more commonBrett Creeley5-18/+9
2024-02-01pds_core: Clear BARs on resetBrett Creeley6-11/+45
2024-02-01pds_core: Prevent race issues involving the adminqBrett Creeley3-6/+47
2024-02-01pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley2-3/+4