summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-12-05ice: Rename E822 to E82XKarol Kolacinski6-281/+280
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski2-10/+11
2023-12-05ice: Improve logs for max ntuple errorsPawel Kaminski1-5/+8
2023-12-05ice: add CGU info to devlink info callbackArkadiusz Kubalewski1-0/+20
2023-12-05ice: read internal temperature sensorKonrad Knitter10-1/+249
2023-12-05net: Add NAPI IRQ supportAmritha Nambiar1-0/+2
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar4-3/+84
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-50/+118
2023-11-30ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-29Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski12-200/+90
2023-11-29ice: fix error code in ice_eswitch_attach()Dan Carpenter1-1/+3
2023-11-27iavf: use iavf_schedule_aq_request() helperPetr Oros2-17/+8
2023-11-27iavf: Remove queue tracking fields from iavf_adminq_ringIvan Vecera4-70/+39
2023-11-27i40e: Remove queue tracking fields from i40e_adminq_ringIvan Vecera4-70/+39
2023-11-27i40e: Remove AQ register definitions for VF typesIvan Vecera1-10/+0
2023-11-27i40e: Delete unused and useless i40e_pf fieldsIvan Vecera3-33/+4
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-89/+92
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-23ice: restore timestamp configuration after device resetJacob Keller3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller3-18/+0
2023-11-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-422/+553
2023-11-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski6-42/+105
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-16/+165
2023-11-15i40e: Delete unused i40e_mac_info fieldsIvan Vecera3-8/+2
2023-11-15i40e: Move inline helpers to i40e_prototype.hIvan Vecera2-68/+70
2023-11-15i40e: Remove VF MAC typesIvan Vecera2-31/+10
2023-11-15i40e: Use helpers to check running FW and AQ API versionsIvan Vecera4-58/+36
2023-11-15i40e: Add other helpers to check version of running firmware and AQ APIIvan Vecera1-0/+54
2023-11-15i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera2-19/+18
2023-11-15i40e: Initialize hardware capabilities at single placeIvan Vecera4-72/+51
2023-11-15i40e: Consolidate hardware capabilitiesIvan Vecera7-90/+85
2023-11-15i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera7-51/+55
2023-11-15i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera9-515/+544
2023-11-15i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
2023-11-15i40e: Remove unused flagsIvan Vecera4-37/+31
2023-11-15i40e: Change user notification of non-SFP module in i40e_get_module_info()Andrii Staikov1-2/+2
2023-11-15i40e: add an error code check in i40e_vsi_setupSu Hui1-0/+4
2023-11-15i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2023-11-14igc: Add support for PTP .getcyclesx64()Vinicius Costa Gomes6-36/+101
2023-11-14igc: Simplify setting flags in the TX data descriptorVinicius Costa Gomes1-6/+4
2023-11-13ice: reserve number of CP queuesMichal Swiatkowski4-7/+58
2023-11-13ice: adjust switchdev rebuild pathMichal Swiatkowski3-49/+28
2023-11-13ice: add VF representors one by oneMichal Swiatkowski5-242/+228
2023-11-13ice: realloc VSI stats arraysMichal Swiatkowski1-19/+39
2023-11-13ice: set Tx topology every time new repr is addedMichal Swiatkowski4-7/+59
2023-11-13ice: allow changing SWITCHDEV_CTRL VSI queuesMichal Swiatkowski1-3/+10
2023-11-13ice: return pointer to representorMichal Swiatkowski1-7/+10
2023-11-13ice: make representor code genericMichal Swiatkowski8-92/+131