aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl.c
Commit message (Expand)AuthorAgeFilesLines
* ice: use libie_aq_strMichal Swiatkowski2025-07-241-2/+2
* ice, libie: move generic adminq descriptors to libMichal Swiatkowski2025-07-241-1/+1
* ice: breakout common LAG code into helpersDave Ertman2025-07-181-19/+4
* ice: expose VF functions used by live migrationJacob Keller2025-07-101-7/+6
* ice: move ice_vsi_update_l2tsel to ice_lib.cJacob Keller2025-07-101-42/+0
* ice: save RSS hash configuration for migrationJacob Keller2025-07-101-0/+4
* net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller2025-06-091-22/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-05-221-1/+0
|\
| * ice: fix vf->num_mac count with port representorsJacob Keller2025-05-191-1/+0
* | ice: receive LLDP on trusted VFsMateusz Pacuszka2025-04-111-3/+50
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-03-261-8/+31
|\
| * ice: fix input validation for virtchnl BWLukasz Czapnik2025-03-181-3/+21
| * ice: validate queue quanta parameters to prevent OOB accessJan Glaza2025-03-181-4/+9
| * ice: stop truncating queue ids when checkingJan Glaza2025-03-181-1/+1
* | iavf: add support for negotiating flexible RXDID formatJacob Keller2025-02-141-2/+2
* | ice: support Rx timestamp on flex descriptorSimei Su2025-02-141-2/+74
|/
* ice: Fix NULL pointer dereference in switchdevWojciech Drewek2024-12-031-0/+6
* ice: use stack variable for virtchnl_supported_rxdidsJacob Keller2024-11-131-16/+4
* ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller2024-11-131-18/+2
* ice: only allow Tx promiscuous for multicastBrett Creeley2024-11-131-6/+17
* Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski2024-10-101-0/+335
|\
| * ice: Support VF queue rate limit and quanta size configurationWenjun Wu2024-10-101-0/+335
* | ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller2024-10-081-4/+3
* | ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller2024-10-081-11/+10
* | ice: add E830 HW VF mailbox message limit supportPaul Greenwalt2024-10-081-3/+5
|/
* iavf: add support for offloading tc U32 cls filtersAhmed Zaki2024-08-131-0/+4
* ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller2024-04-121-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-8/+1
|\
| * ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-051-8/+1
* | ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2024-03-041-7/+2
* | ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller2024-03-041-12/+10
|/
* ice: field get conversionJesse Brandeburg2023-12-181-1/+1
* iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki2023-12-141-0/+50
* ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo2023-12-141-2/+7
* ice: refactor RSS configurationQi Zhang2023-12-141-14/+22
* ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki2023-12-141-7/+5
* ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2023-12-051-3/+2
* ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman2023-11-301-0/+25
* ice: implement num_msix field per VFMichal Swiatkowski2023-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-5/+7
|\
| * ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt2023-09-281-5/+7
* | ice: Check CRC strip requirement for VLAN stripHaiyue Wang2023-09-131-9/+55
* | ice: Support FCS/CRC strip disable for VFHaiyue Wang2023-09-131-0/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-1/+0
|\
| * Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-211-1/+0
* | virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin2023-08-161-1/+1
* | ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel2023-08-071-3/+3
* | ice: process events created by lag netdev event handlerDave Ertman2023-07-271-0/+2
|/
* ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski2023-05-191-8/+0
* ice: Fix ice VF reset during iavf initializationDawid Wesierski2023-05-161-0/+1