aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2026-04-12bng_en: periodically fetch and accumulate hardware statisticsBhargava Marreddy2-0/+99
2026-04-12bng_en: add HW stats infra and structured ethtool opsBhargava Marreddy5-12/+544
2026-04-12bng_en: add support for link async eventsBhargava Marreddy5-5/+91
2026-04-12bng_en: implement ethtool pauseparam operationsBhargava Marreddy1-0/+63
2026-04-12bng_en: add ethtool link settings, get_link, and nway_resetBhargava Marreddy5-0/+745
2026-04-12bng_en: query PHY capabilities and report link statusBhargava Marreddy8-3/+865
2026-04-12bng_en: add per-PF workqueue, timer, and slow-path taskBhargava Marreddy2-2/+69
2026-04-12net: bnxt: Dispatch to SW USOJoe Damato1-0/+5
2026-04-12net: bnxt: Add SW GSO completion and teardown supportJoe Damato3-11/+92
2026-04-12net: bnxt: Implement software USOJoe Damato3-0/+219
2026-04-12net: bnxt: Add boilerplate GSO codeJoe Damato4-1/+66
2026-04-12net: bnxt: Add TX inline buffer infrastructureJoe Damato2-0/+41
2026-04-12net: bnxt: Use dma_unmap_len for TX completion unmappingJoe Damato1-22/+41
2026-04-12net: bnxt: Add a helper for tx_bd_extJoe Damato2-7/+20
2026-04-12net: bnxt: Export bnxt_xmit_get_cfa_actionJoe Damato2-1/+2
2026-04-12net: lan743x: rename chip_rev to fpga_revThangaraj Samynathan1-4/+4
2026-04-12net: libwx: improve flow control settingJiawen Wu3-6/+61
2026-04-12net: libwx: wrap-around and reset qmprc counterJiawen Wu2-4/+23
2026-04-12net: wangxun: schedule hardware stats update in watchdogJiawen Wu4-1/+46
2026-04-12net: wangxun: reorder timer and work sync cancellationsJiawen Wu2-3/+5
2026-04-12net: wangxun: move ethtool_ops.set_channels into libwxJiawen Wu3-29/+3
2026-04-12net: wangxun: replace busy-wait reset flag with kernel mutexJiawen Wu6-30/+15
2026-04-12net: ngbe: remove redundant macrosJiawen Wu2-5/+2
2026-04-12net: ngbe: move the WOL functions to libwxJiawen Wu5-53/+45
2026-04-12net: ngbe: remove netdev->ethtool->wol_enabled settingJiawen Wu1-2/+1
2026-04-12net: ethernet: ti: am65-cpsw: add support for J722S SoC familyNora Schiffer1-0/+8
2026-04-10iavf: fix kernel-doc comment style in iavf_ethtool.cAleksandr Loktionov1-50/+53
2026-04-10net: airoha: Fix FE_PSE_BUF_SET configuration if PPE2 is availableLorenzo Bianconi1-3/+5
2026-04-09eth: fbnic: Use wake instead of startMohsin Bashir1-1/+1
2026-04-09net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()Lorenzo Bianconi1-6/+10
2026-04-09net: txgbe: fix RTNL assertion warning when remove moduleJiawen Wu1-0/+2
2026-04-09net: bcmgenet: fix racing timeout handlerJustin Chen1-13/+9
2026-04-09net: bcmgenet: fix leaking free_bdsJustin Chen1-0/+2
2026-04-09net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen1-3/+3
2026-04-09net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao1-2/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-52/+131
2026-04-09ice: use bitmap_empty() in ice_vf_has_no_qs_enaYury Norov1-2/+2
2026-04-09ice: use bitmap_weighted_xor() in ice_find_free_recp_res_idx()Yury Norov1-3/+1
2026-04-09net: lan966x: fix use-after-free and leak in lan966x_fdma_reload()David Carlier1-3/+18
2026-04-09net: lan966x: fix page pool leak in error pathsDavid Carlier1-1/+4
2026-04-09net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool()David Carlier1-0/+2
2026-04-09net/mlx5: Rename MLX5_PF page counter type to MLX5_SELFMoshe Shemesh1-1/+2
2026-04-08Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-33/+67
2026-04-08net/mlx5: Register SF resource on PF port representorOr Har-Toov2-0/+41
2026-04-08net: bcmasp: Switch to page pool for RX pathFlorian Fainelli4-23/+115
2026-04-08net: txgbe: leave space for null terminators on property_entryFabio Baltieri1-4/+4
2026-04-07net: stmmac: dwmac-motorcomm: fix eFUSE MAC address read failureJohan Alvarado1-0/+8
2026-04-07net/mlx5e: XDP, Use page fragments for linear data in multibuf-modeDragos Tatulea3-17/+74
2026-04-07net/mlx5e: XDP, Use a single linear page per rqDragos Tatulea3-13/+47
2026-04-07net/mlx5e: XDP, Remove stride size limitationDragos Tatulea1-9/+2