summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-03-07net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2-10/+23
2024-03-07net/mlx5e: Create single netdev per SD groupTariq Toukan1-7/+62
2024-03-07net/mlx5: SD, Add debugfsTariq Toukan1-0/+34
2024-03-07net/mlx5: SD, Add informative prints in kernel logTariq Toukan1-0/+21
2024-03-07net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan1-1/+184
2024-03-07net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2-2/+121
2024-03-07net/mlx5: SD, Implement basic query and instantiationTariq Toukan1-1/+109
2024-03-07net/mlx5: SD, Introduce SD libTariq Toukan4-1/+110
2024-03-07mlxbf_gige: add support to display pause frame countersDavid Thompson2-0/+66
2024-03-06ixgbe: pull out stats update to common routinesMaciej Fijalkowski3-25/+53
2024-03-06i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev2-8/+0
2024-03-06iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev1-9/+0
2024-03-06ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka3-5/+145
2024-03-06ice: fix stats being updated by way too large valuesPrzemek Kitszel1-13/+11
2024-03-06igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-06igc: Fix missing time sync eventsVinicius Costa Gomes1-11/+1
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller12-201/+125
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2-106/+33
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2-8/+9
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2-3/+3
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund2-20/+24
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2-6/+7
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund2-30/+33
2024-03-06Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-1374/+1182
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-22/+15
2024-03-06net: fec: Fixup EEEAndrew Lunn1-18/+5
2024-03-06net: fec: Move fec_enet_eee_mode_set() and helper earlierAndrew Lunn1-37/+38
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2-4/+4
2024-03-05net: hns: make hnae_class constantRicardo B. Marliere1-6/+7
2024-03-05intel: legacy: Partial revert of field get conversionSasha Neftin1-1/+1
2024-03-05igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer1-7/+6
2024-03-05i40e: Fix firmware version comparison functionIvan Vecera1-2/+1
2024-03-05ice: fix typo in assignmentJesse Brandeburg1-1/+1
2024-03-05ice: fix uninitialized dplls mutex usageMichal Schmidt1-1/+1
2024-03-05net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2-10/+1
2024-03-05idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov1-0/+2
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin2-24/+4
2024-03-05net: txgbe: fix to clear interrupt status after handling IRQJiawen Wu1-0/+2
2024-03-05net: txgbe: fix GPIO interrupt blockingJiawen Wu3-0/+29
2024-03-05Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski9-74/+102
2024-03-05Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-14/+64
2024-03-05e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2024-03-05igc: fix LEDS_CLASS dependencyArnd Bergmann1-0/+1
2024-03-05ixgbe: Add 1000BASE-BX supportErnesto Castellotti5-5/+38
2024-03-05intel: make module parameters readable in sys filesystemJon Maxwell3-4/+4
2024-03-05net: sparx5: Fix use after free inside sparx5_del_mact_entryHoratiu Vultur1-2/+2
2024-03-04ice: avoid unnecessary devm_ usageMaciej Fijalkowski2-30/+14
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski3-57/+44
2024-03-04ice: cleanup line splitting for context set functionsJacob Keller2-13/+9