summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-10-30mlxsw: pci: Sync Rx buffers for CPUAmit Cohen
2024-10-30mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen
2024-10-30net: sparx5: add feature supportDaniel Machon
2024-10-30net: sparx5: add compatible string for lan969xDaniel Machon
2024-10-30net: sparx5: use is_sparx5() macro throughoutDaniel Machon
2024-10-30net: lan969x: add function for calculating the DSM calendarDaniel Machon
2024-10-30net: lan969x: add PTP handler functionDaniel Machon
2024-10-30net: lan969x: add lan969x ops to match dataDaniel Machon
2024-10-30net: lan969x: add constants to match dataDaniel Machon
2024-10-30net: lan969x: add register diffs to match dataDaniel Machon
2024-10-30net: lan969x: add match data for lan969xDaniel Machon
2024-10-30net: sparx5: add registers required by lan969xDaniel Machon
2024-10-30net: sparx5: add sparx5 context pointer to a few functionsDaniel Machon
2024-10-30net: sparx5: change frequency calculation for SDLB'sDaniel Machon
2024-10-30net: sparx5: change spx5_wr to spx5_rmw in cal update()Daniel Machon
2024-10-30net: sparx5: add support for lan969x targets and core clockDaniel Machon
2024-10-30gve: change to use page_pool_put_full_page when recycling pagesHarshitha Ramamurthy
2024-10-30octeontx2-pf: Move shared APIs to header fileGeetha sowjanya
2024-10-30octeontx2-pf: Reuse PF max mtu valueGeetha sowjanya
2024-10-30octeontx2-pf: Add new APIs for queue memory alloc/free.Geetha sowjanya
2024-10-30octeontx2-pf: Define common API for HW resources configurationGeetha sowjanya
2024-10-30net: mscc: ocelot: allow tc-flower mirred action towards foreign interfacesVladimir Oltean
2024-10-29Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-10-29r8169: fix inconsistent indenting in rtl8169_get_eth_mac_statsHeiner Kallweit
2024-10-29r8169: add support for RTL8125DHeiner Kallweit
2024-10-29net: qlogic: use ethtool string helpersRosen Penev
2024-10-29net: marvell: use ethtool string helpersRosen Penev
2024-10-29mlx5: simplify EQ interrupt polling logicCaleb Sander Mateos
2024-10-29mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp"Caleb Sander Mateos
2024-10-29amd-xgbe: use ethtool string helpersRosen Penev
2024-10-29net: mana: use ethtool string helpersRosen Penev
2024-10-29ibmvnic: use ethtool string helpersRosen Penev
2024-10-29net: ftgmac100: refactor getting phy device handleJacky Chou
2024-10-29net/mlx5e: Update features on ring size changeDragos Tatulea
2024-10-29net/mlx5e: Update features on MTU changeDragos Tatulea
2024-10-29net: ibm: emac: generate random MAC if not foundRosen Penev
2024-10-29net: ibm: emac: use devm for mutex_initRosen Penev
2024-10-29net: ibm: emac: use platform_get_irqRosen Penev
2024-10-29net: ibm: emac: use devm_platform_ioremap_resourceRosen Penev
2024-10-29net: ibm: emac: use netif_receive_skb_listRosen Penev
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski
2024-10-29ice: block SF port creation in legacy modeMichal Swiatkowski
2024-10-29igb: Disable threaded IRQ for igb_msix_otherWander Lairson Costa
2024-10-29net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB dataFurong Xu
2024-10-29net: stmmac: dwmac4: Fix high address display by updating reg_space[] from re...Ley Foon Tan
2024-10-28net/mlx5: unique names for per device cachesSebastian Ott
2024-10-28net: systemport: Move IO macros to header fileFlorian Fainelli
2024-10-28net: systemport: Remove unused txchk accessorsFlorian Fainelli
2024-10-28net: amd8111e: Remove duplicate definition of PCI_VENDOR_ID_AMDYazen Ghannam
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni