summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-08-28ice: Add netif_device_attach/detach into PF reset flowDawid Osuchowski
2024-08-28igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li
2024-08-27Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-08-27net: mana: Implement get_ringparam/set_ringparam for manaShradha Gupta
2024-08-27net: airoha: fix module autoloadingLiao Chen
2024-08-27net: ag71xx: fix module autoloadingLiao Chen
2024-08-27net: dm9051: fix module autoloadingLiao Chen
2024-08-27net: txgbe: use pci_dev_id() helperYu Liao
2024-08-27net: ag71xx: support probe defferal for getting MAC addressRosen Penev
2024-08-27net: liquidio: Remove unused declarationsYue Haibing
2024-08-27net: thunderx: Remove unused declarationsYue Haibing
2024-08-27ethernet: stmmac: dwmac-rk: Add GMAC support for RK3576David Wu
2024-08-27ethernet: stmmac: dwmac-rk: Fix typo for RK3588 codeDetlev Casanova
2024-08-27net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suit...Andy Shevchenko
2024-08-27ionic: Prevent tx_timeout due to frequent doorbell ringingBrett Creeley
2024-08-26ice: add callbacks for Embedded SYNC enablement on dpll pinsArkadiusz Kubalewski
2024-08-26net: ti: icssg-prueth: Fix 10M Link issue on AM64xMD Danish Anwar
2024-08-26net: dpaa: reduce number of synchronize_net() callsXi Huang
2024-08-26net: ag71xx: move clk_eth out of structRosen Penev
2024-08-26net: xilinx: axienet: Support IFF_ALLMULTISean Anderson
2024-08-26net: xilinx: axienet: Don't set IFF_PROMISC in ndev->flagsSean Anderson
2024-08-26net: xilinx: axienet: Don't print if we go into promiscuous modeSean Anderson
2024-08-26ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin
2024-08-26ice: Report NVM version numbers on mismatch during loadSergey Temerkhanov
2024-08-26ice: remove unnecessary control queue cmd_buf arraysJacob Keller
2024-08-26ice: reword comments referring to control queuesJacob Keller
2024-08-26ice: stop intermixing AQ commands/responses debug dumpsPrzemek Kitszel
2024-08-26ice: do not clutter debug logs with unused dataBruce Allan
2024-08-26ice: improve debug print for control queue messagesJacob Keller
2024-08-26net: ti: icssg-prueth: Add support for PA StatsMD Danish Anwar
2024-08-26ice: implement and use rd32_poll_timeout for ice_sq_done timeoutJacob Keller
2024-08-26net: ftgmac100: Ensure tx descriptor updates are visibleJacky Chou
2024-08-23net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc responseHaiyang Zhang
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-22net: atlantic: Avoid warning about potential string truncationSimon Horman
2024-08-22net: xilinx: axienet: Fix dangling multicast addressesSean Anderson
2024-08-22net: xilinx: axienet: Always disable promiscuous modeSean Anderson
2024-08-22mlxsw: core_thermal: Use the .should_bind() thermal zone callbackRafael J. Wysocki
2024-08-22nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang
2024-08-22net: airoha: configure hw mac address according to the port idLorenzo Bianconi
2024-08-22octeontx2-af: Fix CPT AF register offset calculationBharat Bhushan
2024-08-22net: ngbe: Fix phy mode set to external phyMengyuan Lou
2024-08-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-08-21net: xilinx: axienet: Add statistics supportSean Anderson
2024-08-21net: xilinx: axienet: Report RxRject as rx_droppedSean Anderson
2024-08-21bnxt_en: Fix double DMA unmapping for XDP_REDIRECTSomnath Kotur
2024-08-21ice: Fix a 32bit bugDan Carpenter
2024-08-20igb: cope with large MAX_SKB_FRAGSPaolo Abeni
2024-08-20cxgb4: add forgotten u64 ivlan cast before shiftNikolay Kuratov
2024-08-20net: hns3: Use ARRAY_SIZE() to improve readabilityZhang Zekun