summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-38/+55
2024-08-29net: alacritech: Switch to use dev_err_probe()Yang Ruibin1-20/+14
2024-08-29net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-08-29net: vertexcom: mse102x: Use ETH_ZLENStefan Wahren1-2/+2
2024-08-29net: vertexcom: mse102x: Drop log message on removeStefan Wahren1-3/+0
2024-08-29net: vertexcom: mse102x: Fix random MAC address logStefan Wahren1-2/+2
2024-08-29net: vertexcom: mse102x: Silence TX timeoutStefan Wahren1-1/+1
2024-08-29net: vertexcom: mse102x: Use DEFINE_SIMPLE_DEV_PM_OPSStefan Wahren1-5/+2
2024-08-29net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski1-0/+1
2024-08-29net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29net: ftgmac100: Get link speed and duplex for NC-SIJacky Chou1-2/+26
2024-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-102/+119
2024-08-28net: mana: Implement get_ringparam/set_ringparam for manaShradha Gupta2-11/+90
2024-08-28net: airoha: fix module autoloadingLiao Chen1-0/+1
2024-08-28net: ag71xx: fix module autoloadingLiao Chen1-0/+1
2024-08-28net: dm9051: fix module autoloadingLiao Chen1-0/+1
2024-08-28net: txgbe: use pci_dev_id() helperYu Liao1-2/+1
2024-08-28net: ag71xx: support probe defferal for getting MAC addressRosen Penev1-0/+2
2024-08-28net: liquidio: Remove unused declarationsYue Haibing5-15/+0
2024-08-28net: thunderx: Remove unused declarationsYue Haibing2-4/+0
2024-08-27ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576David Wu1-0/+156
2024-08-27ethernet: stmmac: dwmac-rk: Fix typo for RK3588 codeDetlev Casanova1-4/+4
2024-08-27net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suit...Andy Shevchenko1-1/+1
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley2-2/+2
2024-08-27ice: add callbacks for Embedded SYNC enablement on dpll pinsArkadiusz Kubalewski2-3/+221
2024-08-27net: ti: icssg-prueth: Fix 10M Link issue on AM64xMD Danish Anwar1-0/+1
2024-08-27net: dpaa: reduce number of synchronize_net() callsXi Huang1-1/+2
2024-08-26net: ag71xx: move clk_eth out of structRosen Penev1-4/+4
2024-08-26net: xilinx: axienet: Support IFF_ALLMULTISean Anderson2-14/+22
2024-08-26net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flagsSean Anderson1-5/+0
2024-08-26net: xilinx: axienet: Don't print if we go into promiscuous modeSean Anderson1-2/+0
2024-08-26ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-08-26ice: Report NVM version numbers on mismatch during loadSergey Temerkhanov1-4/+10
2024-08-26ice: remove unnecessary control queue cmd_buf arraysJacob Keller2-30/+2
2024-08-26ice: reword comments referring to control queuesJacob Keller1-12/+13
2024-08-26ice: stop intermixing AQ commands/responses debug dumpsPrzemek Kitszel2-21/+26
2024-08-26ice: do not clutter debug logs with unused dataBruce Allan2-9/+16
2024-08-26ice: improve debug print for control queue messagesJacob Keller1-5/+31
2024-08-26net: ti: icssg-prueth: Add support for PA StatsMD Danish Anwar5-83/+140
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller3-21/+23
2024-08-26net: ftgmac100: Ensure tx descriptor updates are visibleJacky Chou1-8/+18
2024-08-23net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc responseHaiyang Zhang1-28/+34
2024-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-126/+370
2024-08-23net: atlantic: Avoid warning about potential string truncationSimon Horman1-2/+2
2024-08-22net: xilinx: axienet: Fix dangling multicast addressesSean Anderson2-12/+10
2024-08-22net: xilinx: axienet: Always disable promiscuous modeSean Anderson1-0/+4
2024-08-22nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang1-2/+2
2024-08-22net: airoha: configure hw mac address according to the port idLorenzo Bianconi1-9/+23
2024-08-22octeontx2-af: Fix CPT AF register offset calculationBharat Bhushan1-12/+11