summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-113-5/+145
|\
| * ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-063-5/+145
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2024-03-086-42/+53
|\ \
| * | ixgbe: pull out stats update to common routinesMaciej Fijalkowski2024-03-063-25/+53
| * | i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev2024-03-062-8/+0
| * | iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev2024-03-061-9/+0
| |/
* | net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-0713-38/+81
|\ \ | |/ |/|
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-069-22/+15
| |\
| | * intel: legacy: Partial revert of field get conversionSasha Neftin2024-03-051-1/+1
| | * igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer2024-03-051-7/+6
| | * i40e: Fix firmware version comparison functionIvan Vecera2024-03-051-2/+1
| | * ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
| | * ice: fix uninitialized dplls mutex usageMichal Schmidt2024-03-051-1/+1
| | * net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb2024-03-051-0/+2
| | * ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-052-10/+1
| | * idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov2024-03-051-0/+2
| * | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-2/+2
| |/
| * ice: reconfig host after changing MSI-X on VFMichal Swiatkowski2024-03-011-2/+9
| * ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski2024-03-011-4/+5
| * i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski2024-03-011-1/+1
| * ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski2024-03-011-7/+49
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-0612-201/+125
|\ \
| * | ice: avoid unnecessary devm_ usageMaciej Fijalkowski2024-03-042-30/+14
| * | ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-043-57/+44
| * | ice: cleanup line splitting for context set functionsJacob Keller2024-03-042-13/+9
| * | ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller2024-03-041-36/+8
| * | ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller2024-03-041-28/+28
| * | ice: remove vf->lan_vsi_num fieldJacob Keller2024-03-043-15/+1
| * | ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2024-03-042-7/+11
| * | ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller2024-03-041-3/+0
| * | ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller2024-03-041-12/+10
* | | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-0610-1374/+1182
|\ \ \
| * | | idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady2024-03-041-8/+1
| * | | idpf: fix minor controlq issuesAlan Brady2024-03-041-5/+2
| * | | idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-042-2/+10
| * | | idpf: cleanup virtchnl cruftAlan Brady2024-03-044-125/+3
| * | | idpf: refactor idpf_recv_mb_msgAlan Brady2024-03-043-222/+37
| * | | idpf: add async_handler for MAC filter messagesAlan Brady2024-03-041-0/+70
| * | | idpf: refactor remaining virtchnl messagesAlan Brady2024-03-041-596/+298
| * | | idpf: refactor queue related virtchnl messagesAlan Brady2024-03-042-259/+136
| * | | idpf: refactor vport virtchnl messagesAlan Brady2024-03-041-116/+69
| * | | idpf: implement virtchnl transaction managerAlan Brady2024-03-047-73/+561
| * | | idpf: add idpf_virtchnl.hAlan Brady2024-03-048-50/+77
| |/ /
* | | e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits2024-03-041-4/+4
* | | igc: fix LEDS_CLASS dependencyArnd Bergmann2024-03-041-0/+1
* | | ixgbe: Add 1000BASE-BX supportErnesto Castellotti2024-03-045-5/+38
* | | intel: make module parameters readable in sys filesystemJon Maxwell2024-03-043-4/+4
|/ /
* | eth: igc: remove unused embedded struct net_deviceJakub Kicinski2024-03-041-1/+0
* | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-042-2/+2