summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2025-06-11eth: fbnic: Expand coverage of mac statsMohsin Bashir
2025-06-11net: fman_memac: Don't use of_property_read_bool on non-boolean property managedAlexander Stein
2025-06-11r8169: remove redundant pci_tbl entryHeiner Kallweit
2025-06-11r8169: enable EEE at 5Gbps on RTL8126Heiner Kallweit
2025-06-11net/mlx5: Expose serial numbers in devlink infoJiri Pirko
2025-06-10net: airoha: Add PPPoE offload supportLorenzo Bianconi
2025-06-10net: dlink: enable RMON MMIO access on supported devicesMoon Yeounsu
2025-06-10octeontx2-pf: Avoid typecasts by simplifying otx2_atomic64_add macroSubbaraya Sundeep
2025-06-10octeontx2: Annotate mmio regions as __iomemSubbaraya Sundeep
2025-06-10hinic3: remove tx_q name collision hackGur Stavi
2025-06-10hinic3: use netif_subqueue_sent apiGur Stavi
2025-06-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-06-10cxgb3/l2t: Remove unused t3_l2t_send_eventDr. David Alan Gilbert
2025-06-10net: mana: Expose additional hardware counters for drop and TC via ethtool.Dipayaan Roy
2025-06-09ixgbe: Fix typos and clarify comments in X550 driver codeAlok Tiwari
2025-06-09iavf: convert to NAPI IRQ affinity APIAhmed Zaki
2025-06-09ice: add a separate Rx handler for flow director commandsMichal Kubiak
2025-06-09ice: change SMA pins to SDP in PTP APIKarol Kolacinski
2025-06-09ice: redesign dpll sma/u.fl pins controlArkadiusz Kubalewski
2025-06-09ixgbe: add link_down_events statisticMartyna Szapar-Mudlaw
2025-06-09i40e: add link_down_events statisticDawid Osuchowski
2025-06-09ice: add link_down_events statisticMartyna Szapar-Mudlaw
2025-06-09net: intel: move RSS packet classifier types to libieJacob Keller
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-06-05net: ti: icssg-prueth: Fix swapped TX stats for MII interfaces.Meghana Malladi
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-04gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari
2025-06-03iavf: get rid of the crit lockPrzemek Kitszel
2025-06-03iavf: sprinkle netdev_assert_locked() annotationsPrzemek Kitszel
2025-06-03iavf: extract iavf_watchdog_step() out of iavf_watchdog_task()Przemek Kitszel
2025-06-03iavf: simplify watchdog_task in terms of adminq task schedulingPrzemek Kitszel
2025-06-03iavf: centralize watchdog requeueing itselfPrzemek Kitszel
2025-06-03iavf: iavf_suspend(): take RTNL before netdev_lock()Przemek Kitszel
2025-06-03net: airoha: Fix smac_id configuration in bridge modeLorenzo Bianconi
2025-06-03net: airoha: Fix IPv6 hw acceleration in bridge modeLorenzo Bianconi
2025-06-03net: airoha: Initialize PPE UPDMEM source-mac tableLorenzo Bianconi
2025-06-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring ESTAlexis Lothoré
2025-05-30net: stmmac: make sure that ptp_rate is not 0 before configuring timestampingAlexis Lothoré
2025-05-30idpf: avoid mailbox timeout delays during resetEmil Tantilov
2025-05-30idpf: fix a race in txq wakeupBrian Vazquez
2025-05-30ice: fix rebuilding the Tx scheduler tree for large queue countsMichal Kubiak
2025-05-30ice: create new Tx scheduler nodes for new queues onlyMichal Kubiak
2025-05-30ice: fix Tx scheduler error handling in XDP callbackMichal Kubiak
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-05-29net: lan966x: Make sure to insert the vlan tags also in host modeHoratiu Vultur
2025-05-29net/mlx4_en: Prevent potential integer overflow calculating HzDan Carpenter
2025-05-29driver: net: ethernet: mtk_star_emac: fix suspend/resume issueYanqing Wang