index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
amd
Age
Commit message (
Expand
)
Author
2024-02-06
pds_core: Clean up init/uninit flows to be more readable
Brett Creeley
2024-02-06
pds_core: Fix up some minor issues
Brett Creeley
2024-02-06
pds_core: Unmask adminq interrupt in work thread
Brett Creeley
2024-02-06
pds_core: Don't assign interrupt index/bound_intr to notifyq
Brett Creeley
2024-01-31
pds_core: Rework teardown/setup flow to be more common
Brett Creeley
2024-01-31
pds_core: Clear BARs on reset
Brett Creeley
2024-01-31
pds_core: Prevent race issues involving the adminq
Brett Creeley
2024-01-31
pds_core: Use struct pdsc for the pdsc_adminq_isr private data
Brett Creeley
2024-01-31
pds_core: Cancel AQ work on teardown
Brett Creeley
2024-01-31
pds_core: Prevent health thread from running during reset/remove
Brett Creeley
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-13
amd-xgbe: Avoid potential string truncation in name
Kees Cook
2023-11-23
amd-xgbe: propagate the correct speed and duplex status
Raju Rangoju
2023-11-23
amd-xgbe: handle the corner-case during tx completion
Raju Rangoju
2023-11-23
amd-xgbe: handle corner-case during sfp hotplug
Raju Rangoju
2023-11-14
pds_core: fix up some format-truncation complaints
Shannon Nelson
2023-11-14
pds_core: use correct index to mask irq
Shannon Nelson
2023-10-25
amd/pds_core: core: No need for Null pointer check before kfree
Bragatheswaran Manickavel
2023-10-20
pds_core: add an error code check in pdsc_dl_info_get
Su Hui
2023-10-20
pds_core: devlink health: use retained error fmsg API
Przemek Kitszel
2023-10-13
net: ethernet: Use device_get_match_data()
Rob Herring
2023-09-20
net: ethernet: amd: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-18
pds_core: add attempts to fix broken PCI
Shannon Nelson
2023-09-18
pds_core: implement pci reset handlers
Shannon Nelson
2023-09-18
pds_core: keep viftypes table across reset
Shannon Nelson
2023-09-18
pds_core: check health in devcmd wait
Shannon Nelson
2023-08-30
Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-08-25
pds_core: pass opcode to devcmd_wait
Shannon Nelson
2023-08-25
pds_core: check for work queue before use
Shannon Nelson
2023-08-25
pds_core: no reset command for VF
Shannon Nelson
2023-08-25
pds_core: no health reporter in VF
Shannon Nelson
2023-08-25
pds_core: protect devlink callbacks from fw_down state
Shannon Nelson
2023-08-21
Revert "pds_core: Fix some kernel-doc comments"
Jakub Kicinski
2023-08-21
pds_core: Fix some kernel-doc comments
Yang Li
2023-08-18
pds_core: remove redundant pci_clear_master()
Yu Liao
2023-08-18
pds_core: Fix function header descriptions
Brett Creeley
2023-08-16
pds_core: Require callers of register/unregister to pass PF drvdata
Brett Creeley
2023-08-11
ethernet: atarilance: mark init function static
Arnd Bergmann
2023-08-02
pds_core: Fix documentation for pds_client_register
Brett Creeley
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2023-06-27
pds_core: use vmalloc_array and vcalloc
Julia Lawall
2023-06-13
amd-xgbe: extend 10Mbps support to MAC version 21H
Raju Rangoju
2023-06-06
pds_core: Fix FW recovery detection
Brett Creeley
2023-05-26
amd-xgbe: fix the false linkup in xgbe_phy_status
Raju Rangoju
2023-05-17
net: isa: include net/Space.h
Arnd Bergmann
2023-05-05
pds_core: fix mutex double unlock in error path
Shannon Nelson
2023-05-03
pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig
Shannon Nelson
2023-05-03
pds_core: remove CONFIG_DEBUG_FS from makefile
Shannon Nelson
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
[prev]
[next]