summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2025-07-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski27-732/+437
2025-07-25net: Fix typosBjorn Helgaas4-4/+4
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-07-24ice: use libie_aq_strMichal Swiatkowski10-109/+59
2025-07-24i40e: use libie adminq descriptorsMichal Swiatkowski1-0/+4
2025-07-24ice, libie: move generic adminq descriptors to libMichal Swiatkowski24-649/+400
2025-07-21ice: Fix a null pointer dereference in ice_copy_and_init_pkg()Haoxiang Li1-0/+2
2025-07-18ice: breakout common LAG code into helpersDave Ertman4-35/+51
2025-07-18ice: convert ice_add_prof() to bitmapJesse Brandeburg3-55/+34
2025-07-18ice: add E835 device IDsDawid Osuchowski3-0/+36
2025-07-18ice: add 40G speed to Admin Command GET PORT OPTIONAleksandr Loktionov4-2/+6
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2025-07-15ice: check correct pointer in fwlog debugfsMichal Swiatkowski1-1/+1
2025-07-15ice: add NULL check in eswitch lag checkDave Ertman1-1/+2
2025-07-11ice: introduce ice_get_vf_by_dev() wrapperJacob Keller2-6/+19
2025-07-11ice: avoid rebuilding if MSI-X vector count is unchangedJacob Keller1-0/+6
2025-07-11ice: use pci_iov_vf_id() to get VF IDJacob Keller1-9/+3
2025-07-11ice: expose VF functions used by live migrationJacob Keller3-7/+32
2025-07-11ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller3-42/+43
2025-07-11ice: save RSS hash configuration for migrationJacob Keller3-3/+12
2025-07-11ice: add functions to get and set Tx queue contextJacob Keller6-5/+204
2025-07-10ice: add support for reading and unpacking Rx queue contextJacob Keller2-0/+62
2025-07-08eth: ice: drop the dead code related to rss_contextsJakub Kicinski1-25/+3
2025-07-03ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-49/+37
2025-06-28ice: add ref-sync dpll pinsArkadiusz Kubalewski3-0/+288
2025-06-26ice: default to TIME_REF instead of TXCO on E825-CJacob Keller1-1/+1
2025-06-26ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski3-21/+17
2025-06-26ice: fall back to TCXO on TSPLL lock failKarol Kolacinski1-1/+13
2025-06-26ice: wait before enabling TSPLLKarol Kolacinski1-4/+10
2025-06-26ice: add multiple TSPLL helpersKarol Kolacinski1-48/+108
2025-06-26ice: use bitfields instead of unions for CGU regsKarol Kolacinski2-295/+156
2025-06-26ice: read TSPLL registers again before reporting statusJacob Keller1-4/+18
2025-06-26ice: clear time_sync_en field for E825-C during reprogrammingJacob Keller1-0/+9
2025-06-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-959/+827
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+53
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-1/+0
2025-06-18ice: add TSPLL log config helperKarol Kolacinski1-24/+30
2025-06-18ice: use designated initializers for TSPLL constsKarol Kolacinski2-69/+34
2025-06-18ice: remove ice_tspll_params_e825 definitionsKarol Kolacinski2-117/+11
2025-06-18ice: fix E825-C TSPLL register definitionsJacob Keller2-11/+23
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski9-255/+244
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski11-929/+931
2025-06-17ice: fix eswitch code memory leak in reset scenarioGrzegorz Nitka1-1/+5
2025-06-17net: ice: Perform accurate aRFS flow matchKrishna Kumar1-0/+48
2025-06-17eth: ice: migrate to new RXFH callbacksJakub Kicinski1-41/+18
2025-06-14ice: add phase offset monitor for all PPS dpll inputsArkadiusz Kubalewski6-2/+252
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+4
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-06-10ice/ptp: fix crosstimestamp reportingAnton Nadezhdin1-0/+1
2025-06-09ice: add a separate Rx handler for flow director commandsMichal Kubiak4-19/+79