summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-22ice: Remove managed memory usage in ice_get_fw_log_cfg()Christophe JAILLET1-2/+2
2023-06-22ice: remove null checks before devm_kfree() callsPrzemek Kitszel1-4/+2
2023-06-07ice: make writes to /dev/gnssX synchronousMichal Schmidt1-1/+1
2023-04-21ice: sleep, don't busy-wait, in the SQ send retry loopMichal Schmidt1-1/+1
2023-04-21ice: remove unused buffer copy code in ice_sq_send_cmd_retry()Michal Schmidt1-11/+2
2023-04-21ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt1-7/+7
2023-04-21ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt1-1/+1
2023-02-15ice: Add GPIO pin support for E823 productsKarol Kolacinski1-0/+25
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski1-5/+4
2023-02-03ice: split probe into smaller functionsMichal Swiatkowski1-7/+4
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze1-0/+13
2022-11-23ice: Remove and replace ice speed defines with ethtool.h versionsBrett Creeley1-2/+39
2022-11-18ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski1-2/+2
2022-11-18ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski1-0/+3
2022-09-28ice: support features on new E810T variantsArkadiusz Kubalewski1-2/+16
2022-09-21ice: Add low latency Tx timestamp readKarol Kolacinski1-0/+4
2022-09-06ice: add helper function to check FW API versionPaul Greenwalt1-28/+29
2022-08-24ice: Print human-friendly PHY typesAnirudh Venkataramanan1-18/+140
2022-08-24ice: Add port option admin queue commandsAnatolii Gerasymenko1-0/+115
2022-08-18ice: Allow 100M speeds for some devicesAnirudh Venkataramanan1-0/+20
2022-07-21ice: add i2c write commandKarol Kolacinski1-1/+46
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski1-0/+53
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-19ice: initialize local variable 'tlv'Tom Rix1-1/+1
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-02-10ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter1-1/+2
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley1-5/+44
2022-01-06ice: replay advanced rules after resetVictor Raj1-1/+1
2021-12-21ice: convert clk_freq capability into time_refJacob Keller1-0/+12
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller1-0/+12
2021-12-14ice: Remove excess error variablesTony Nguyen1-6/+3
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-23/+22
2021-12-14ice: Remove enum ice_statusTony Nguyen1-99/+95
2021-12-14ice: Use int for ice_statusTony Nguyen1-101/+100
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2021-10-20ice: Add missing E810 device idsTony Nguyen1-0/+2
2021-10-14ice: Add support for SMA control multiplexerMaciej Machnikowski1-0/+21
2021-10-14ice: Implement functions for reading and setting GPIO pinsMaciej Machnikowski1-0/+58
2021-10-14ice: Refactor ice_aqc_link_topo_addrMaciej Machnikowski1-3/+5
2021-10-11ice: cleanup rules infoVictor Raj1-8/+33
2021-10-11ice: allow adding advanced rulesGrishma Kotecha1-0/+1
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller1-0/+11
2021-06-11ice: add support for set/get of driver-stored firmware parametersJacob Keller1-0/+75
2021-06-11ice: process 1588 PTP capabilities during initializationJacob Keller1-0/+99
2021-06-11ice: add support for sideband messagesJacob Keller1-0/+58
2021-06-07ice: Detect and report unsupported module power levelsAnirudh Venkataramanan1-0/+2
2021-05-29ice: Implement iidc operationsDave Ertman1-0/+203
2021-05-29ice: Initialize RDMA supportDave Ertman1-1/+16
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1