aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_virtchnl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2025-05-19ice: fix vf->num_mac count with port representorsJacob Keller1-1/+0
2025-04-11ice: receive LLDP on trusted VFsMateusz Pacuszka1-3/+50
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+31
2025-03-18ice: fix input validation for virtchnl BWLukasz Czapnik1-3/+21
2025-03-18ice: validate queue quanta parameters to prevent OOB accessJan Glaza1-4/+9
2025-03-18ice: stop truncating queue ids when checkingJan Glaza1-1/+1
2025-02-14iavf: add support for negotiating flexible RXDID formatJacob Keller1-2/+2
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su1-2/+74
2024-12-03ice: Fix NULL pointer dereference in switchdevWojciech Drewek1-0/+6
2024-11-13ice: use stack variable for virtchnl_supported_rxdidsJacob Keller1-16/+4
2024-11-13ice: initialize pf->supported_rxdids immediately after loading DDPJacob Keller1-18/+2
2024-11-13ice: only allow Tx promiscuous for multicastBrett Creeley1-6/+17
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski1-0/+335
2024-10-10ice: Support VF queue rate limit and quanta size configurationWenjun Wu1-0/+335
2024-10-08ice: store max_frame and rx_buf_len only in ice_rx_ringJacob Keller1-4/+3
2024-10-08ice: consistently use q_idx in ice_vc_cfg_qs_msg()Jacob Keller1-11/+10
2024-10-08ice: add E830 HW VF mailbox message limit supportPaul Greenwalt1-3/+5
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki1-0/+4
2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller1-7/+7
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller1-8/+1
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller1-7/+2
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2023-12-18ice: field get conversionJesse Brandeburg1-1/+1
2023-12-13iavf: enable symmetric-xor RSS for Toeplitz hash functionAhmed Zaki1-0/+50
2023-12-13ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo1-2/+7
2023-12-13ice: refactor RSS configurationQi Zhang1-14/+22
2023-12-13ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki1-7/+5
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski1-3/+2
2023-11-29ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman1-0/+25
2023-10-20ice: implement num_msix field per VFMichal Swiatkowski1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2023-09-28ice: always add legacy 32byte RXDID in supported_rxdidsMichal Schmidt1-5/+7
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang1-9/+55
2023-09-13ice: Support FCS/CRC strip disable for VFHaiyue Wang1-0/+15
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros1-1/+0
2023-08-16virtchnl: fix fake 1-elem arrays in structures allocated as `nents + 1`Alexander Lobakin1-1/+1
2023-08-07ice: clean up __ice_aq_get_set_rss_lut()Przemek Kitszel1-3/+3
2023-07-27ice: process events created by lag netdev event handlerDave Ertman1-0/+2
2023-05-19ice: use src VSI instead of src MAC in slow-pathMichal Swiatkowski1-8/+0
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski1-0/+1
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller1-17/+19
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller1-0/+45
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller1-12/+12
2022-11-23ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queuesMarcin Szycik1-20/+17
2022-11-14ice: virtchnl rss hena supportMd Fahad Iqbal Polash1-0/+112
2022-10-27ice: Add support Flex RXDMichal Jaron1-0/+86
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch1-7/+50