aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
AgeCommit message (Expand)Author
2024-01-15i40e: Restore VF MSI-X state during PCI resetAndrii Staikov
2024-01-15i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari
2023-04-05i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński
2022-12-14i40e: Fix for VF MAC address 0Sylwester Dziedziuch
2022-11-03i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch
2022-09-28i40e: Fix VF set max MTU sizeMichal Jaron
2022-02-08i40e: Fix issue when maximum queues is exceededJedrzej Jagielski
2021-12-14i40e: Fix pre-set max number of queues for VFMateusz Palczewski
2021-11-26i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak
2021-04-14i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch
2020-12-08i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch
2020-08-11i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar
2020-08-11i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2020-08-11i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2020-08-11i40e: add num_vectors checker in iwarp handlerSergey Nemov
2019-11-24i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor
2019-11-20i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-14i40e: Fix permission check for VF MAC filtersFilip Sadowski
2018-03-14i40e: Fix attach VF to VM issuePaweł Jabłoński
2018-02-26i40e: remove some stray indentingDan Carpenter
2018-02-26i40e: check that pointer VSI is not null before dereferencing itColin Ian King
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand
2018-02-14i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand
2018-02-14i40e: Delete queue channel for ADq on VFAvinash Dayanand
2018-02-14i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand
2018-01-10i40e: add helper conversion function for link_speedJacob Keller
2018-01-10i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller
2017-11-27i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva
2017-11-21i40e: fix the calculation of VFs mac addressesZijie Pan
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang
2017-10-09i40e: add check for return from find_first_bit callLihong Yang
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller
2017-10-09i40e: use the safe hash table iterator when deleting mac filtersLihong Yang
2017-10-02i40e: fix client notify of VF resetAlan Brady
2017-10-02i40e: fix handling of vf_states variableAlan Brady
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET