summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
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 Knitter9-1/+238
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-29ice: fix error code in ice_eswitch_attach()Dan Carpenter1-1/+3
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-82/+83
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-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
2023-11-13ice: remove VF pointer reference in eswitch codeMichal Swiatkowski4-22/+25
2023-11-13ice: track port representors in xarrayMichal Swiatkowski5-101/+94
2023-11-13ice: use repr instead of vf->reprMichal Swiatkowski1-7/+7
2023-11-13ice: track q_id in representorMichal Swiatkowski3-1/+3
2023-11-13ice: remove unused control VSI parameterMichal Swiatkowski1-4/+3
2023-11-13ice: remove redundant max_vsi_num variableMichal Swiatkowski1-4/+0
2023-11-13ice: rename switchdev to eswitchMichal Swiatkowski4-42/+43
2023-11-13ice: fix DDP package download for packages without signature segmentDan Nowlin1-3/+100
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski3-4/+64
2023-11-13ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2-7/+0
2023-11-13ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski1-2/+1
2023-11-07ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik1-1/+23
2023-11-07ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul1-28/+62
2023-11-07ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-07ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-10-27ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski1-0/+4
2023-10-27ice: Remove redundant zeroing of the fields.Pawel Chmielewski1-27/+27
2023-10-27ice: Add support for E830 DDP package segmentDan Nowlin3-74/+382
2023-10-27ice: Add ice_get_link_status_datalenPaul Greenwalt2-6/+53
2023-10-27ice: Add 200G speed/phy type useAlice Michael4-3/+43
2023-10-27ice: Add E830 device IDs, MAC type and registersPaul Greenwalt7-61/+141
2023-10-20ice: cleanup ice_find_netlist_nodeJacob Keller1-15/+15
2023-10-20ice: make ice_get_pf_c827_idx staticJacob Keller2-2/+1
2023-10-20ice: manage VFs MSI-X using resource trackingMichal Swiatkowski1-19/+151
2023-10-20ice: set MSI-X vector count on VFMichal Swiatkowski3-0/+84
2023-10-20ice: add bitmap to track VF MSI-X usageMichal Swiatkowski2-0/+11
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski4-7/+14