summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-42/+17
2024-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller3-5/+145
2024-03-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller6-42/+53
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-38/+81
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-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-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
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-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-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
2024-03-04ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller1-36/+8
2024-03-04ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller1-28/+28
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller3-15/+1
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
2024-03-04ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-03-04idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady1-8/+1
2024-03-04idpf: fix minor controlq issuesAlan Brady1-5/+2
2024-03-04idpf: prevent deinit uninitialized virtchnl coreAlan Brady2-2/+10
2024-03-04idpf: cleanup virtchnl cruftAlan Brady4-125/+3
2024-03-04idpf: refactor idpf_recv_mb_msgAlan Brady3-222/+37
2024-03-04idpf: add async_handler for MAC filter messagesAlan Brady1-0/+70
2024-03-04idpf: refactor remaining virtchnl messagesAlan Brady1-596/+298
2024-03-04idpf: refactor queue related virtchnl messagesAlan Brady2-259/+136
2024-03-04idpf: refactor vport virtchnl messagesAlan Brady1-116/+69
2024-03-04idpf: implement virtchnl transaction managerAlan Brady7-73/+561
2024-03-04idpf: add idpf_virtchnl.hAlan Brady8-50/+77
2024-03-04eth: igc: remove unused embedded struct net_deviceJakub Kicinski1-1/+0
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet2-2/+2