aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ice: add support for 3k signing DDP sections for E825CGravatar Grzegorz Nitka 1-0/+6
2024-02-12ice: Add helper function ice_is_generic_macGravatar Grzegorz Nitka 1-0/+12
2024-02-12ice: introduce new E825C devices familyGravatar Grzegorz Nitka 1-0/+19
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+1
2024-01-02ice: Enable SW interrupt from FW for LL TSGravatar Karol Kolacinski 1-0/+3
2023-12-27ice: dpll: fix phase offset valueGravatar Arkadiusz Kubalewski 1-3/+1
2023-12-18ice: field get conversionGravatar Jesse Brandeburg 1-11/+8
2023-12-18ice: field prep conversionGravatar Jesse Brandeburg 1-19/+16
2023-12-14ice: configure FW loggingGravatar Paul M Stillwell Jr 1-0/+6
2023-12-14ice: remove FW logging codeGravatar Paul M Stillwell Jr 1-217/+0
2023-12-05ice: read internal temperature sensorGravatar Konrad Knitter 1-1/+53
2023-10-26ice: Add ice_get_link_status_datalenGravatar Paul Greenwalt 1-2/+20
2023-10-26ice: Add 200G speed/phy type useGravatar Alice Michael 1-0/+1
2023-10-26ice: Add E830 device IDs, MAC type and registersGravatar Paul Greenwalt 1-24/+47
2023-10-20ice: cleanup ice_find_netlist_nodeGravatar Jacob Keller 1-15/+15
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nGravatar Jacob Keller 1-3/+63
2023-10-03ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_itemGravatar Przemek Kitszel 1-16/+4
2023-09-20ice: Remove the FW shared parametersGravatar Michal Michalik 1-75/+0
2023-09-18ice: check netlist before enabling ICE_F_GNSSGravatar Jacob Keller 1-0/+15
2023-09-17ice: add admin commands to access cgu configurationGravatar Arkadiusz Kubalewski 1-27/+465
2023-08-17ice: drop two params from ice_aq_alloc_free_res()Gravatar Przemek Kitszel 1-16/+8
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Gravatar Przemek Kitszel 1-85/+58
2023-08-07ice: Add get C827 PHY index functionGravatar Karol Kolacinski 1-0/+62
2023-07-27ice: changes to the interface with the HW and FW for SRIOV_VF+LAGGravatar Dave Ertman 1-0/+47
2023-07-27ice: Add driver support for firmware changes for LAGGravatar Dave Ertman 1-0/+8
2023-07-27ice: Correctly initialize queue context valuesGravatar Jacob Keller 1-0/+1
2023-06-22ice: Remove managed memory usage in ice_get_fw_log_cfg()Gravatar Christophe JAILLET 1-2/+2
2023-06-22ice: remove null checks before devm_kfree() callsGravatar Przemek Kitszel 1-4/+2
2023-06-07ice: make writes to /dev/gnssX synchronousGravatar Michal Schmidt 1-1/+1
2023-04-20ice: sleep, don't busy-wait, in the SQ send retry loopGravatar Michal Schmidt 1-1/+1
2023-04-20ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Gravatar Michal Schmidt 1-11/+2
2023-04-20ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTGravatar Michal Schmidt 1-7/+7
2023-04-20ice: remove ice_ctl_q_info::sq_cmd_timeoutGravatar Michal Schmidt 1-1/+1
2023-02-14ice: Add GPIO pin support for E823 productsGravatar Karol Kolacinski 1-0/+25
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-5/+4
2023-02-06ice: fix out-of-bounds KASAN warning in virtchnlGravatar Michal Swiatkowski 1-5/+4
2023-02-03ice: split probe into smaller functionsGravatar Michal Swiatkowski 1-7/+4
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandGravatar Tsotne Chakhvadze 1-0/+13
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsGravatar Brett Creeley 1-2/+39
2022-11-17ice: Add an option to pre-allocate memory for ice_sched_nodeGravatar Michal Wilczynski 1-2/+2
2022-11-17ice: Introduce new parameters in ice_sched_nodeGravatar Michal Wilczynski 1-0/+3
2022-09-28ice: support features on new E810T variantsGravatar Arkadiusz Kubalewski 1-2/+16
2022-09-20ice: Add low latency Tx timestamp readGravatar Karol Kolacinski 1-0/+4
2022-09-06ice: add helper function to check FW API versionGravatar Paul Greenwalt 1-28/+29
2022-08-24ice: Print human-friendly PHY typesGravatar Anirudh Venkataramanan 1-18/+140
2022-08-24ice: Add port option admin queue commandsGravatar Anatolii Gerasymenko 1-0/+115
2022-08-18ice: Allow 100M speeds for some devicesGravatar Anirudh Venkataramanan 1-0/+20
2022-07-21ice: add i2c write commandGravatar Karol Kolacinski 1-1/+46
2022-03-03ice: add TTY for GNSS module for E810T deviceGravatar Karol Kolacinski 1-0/+53
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1