summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2024-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-09Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-01-08lan743x: remove redundant statement in lan743x_ethtool_get_eeeHeiner Kallweit
2024-01-08bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer()Michael Chan
2024-01-08bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel()Michael Chan
2024-01-08bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter()Michael Chan
2024-01-08Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-07Revert "mlx5 updates 2023-12-20"Jakub Kicinski
2024-01-07Revert "net: stmmac: Enable Per DMA Channel interrupt"Jakub Kicinski
2024-01-07net: stmmac: Use interrupt mode INTM=1 for per channel irqSwee Leong Ching
2024-01-07net: stmmac: Add support for TX/RX channel interruptSwee Leong Ching
2024-01-07net: stmmac: Make MSI interrupt routine genericSwee Leong Ching
2024-01-07net: ethernet: cortina: Drop TSO supportLinus Walleij
2024-01-07net: stmmac: fix ethtool per-queue statisticsPetr Tesarik
2024-01-07mlxbf_gige: Enable the GigE port in mlxbf_gige_openAsmaa Mnebhi
2024-01-07mlxbf_gige: Fix intermittent no ip issueAsmaa Mnebhi
2024-01-07nfp: flower: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-05net/mlx5: DPLL, Implement fractional frequency offset get pin opJiri Pirko
2024-01-05net/mlx5: DPLL, Use struct to get values from mlx5_dpll_synce_status_get()Jiri Pirko
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04r8169: fix building with CONFIG_LEDS_CLASS=mHeiner Kallweit
2024-01-04net: enetc: allow phy-mode = "1000base-x"Vladimir Oltean
2024-01-04Revert "octeon_ep_vf: add octeon_ep_vf driver"Jakub Kicinski
2024-01-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-01-04bnxt_en: Fix compile error without CONFIG_RFS_ACCELMichael Chan
2024-01-04bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan
2024-01-04net: ravb: Wait for operating mode to be appliedClaudiu Beznea
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu
2024-01-04net: wangxun: add coalesce options supportJiawen Wu
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu
2024-01-04net: wangxun: add flow control supportJiawen Wu
2024-01-04net: ngbe: convert phylib to phylinkJiawen Wu
2024-01-04net: txgbe: use phylink bits added in libwxJiawen Wu
2024-01-04net: libwx: add phylink to libwxJiawen Wu
2024-01-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2024-01-04octeontx2-af: Re-enable MAC TX in otx2_stop processingNaveen Mamindlapalli
2024-01-04octeontx2-af: Always configure NIX TX link credits based on max frame sizeNaveen Mamindlapalli
2024-01-03Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2024-01-03net: ena: Take xdp packets stats into account in ena_get_stats64()David Arinzon
2024-01-03net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon
2024-01-03net: ena: Always register RX queue infoDavid Arinzon
2024-01-03net: ena: Add more debug prints to XDP related functionDavid Arinzon
2024-01-03net: ena: Refactor napi functionsDavid Arinzon
2024-01-03net: ena: Don't check if XDP program is loaded in ena_xdp_execute()David Arinzon
2024-01-03net: ena: Use tx_ring instead of xdp_ring for XDP channel TXDavid Arinzon