aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski
2021-10-17i40e: fix endless loop under rtnlJiri Benc
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing
2021-03-03i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski
2021-03-03i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba
2020-11-10i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar
2020-11-10i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2020-11-10i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2020-11-10i40e: add num_vectors checker in iwarp handlerSergey Nemov
2020-11-10i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski
2019-12-17i40e: don't restart nway if autoneg not supportedMitch Williams
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-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2019-11-20i40e: use correct length for strncpyMitch Williams
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-08-03i40e: free the skb after clearing the bitlockJacob Keller
2018-05-30i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski
2018-04-29i40e: Fix attach VF to VM issuePaweł Jabłoński
2018-04-26i40e: fix reported mask for ntuple filtersJacob Keller
2018-04-26i40e: program fragmented IPv4 filter input setJacob Keller
2018-03-03i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller
2018-03-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck
2017-12-25i40e: fix client notify of VF resetAlan Brady
2017-12-25i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller
2017-12-25i40e: use the safe hash table iterator when deleting mac filtersLihong Yang
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck
2017-10-10i40e: Fix memory leak related filter programming statusAlexander Duyck
2017-10-10i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio
2017-09-05Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-09-05i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller
2017-09-05i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain
2017-08-27i40e/i40evf: avoid dynamic ITR updates when polling or low packet rateJacob Keller
2017-08-27i40e/i40evf: remove ULTRA latency modeJacob Keller
2017-08-27i40e: invert logic for checking incorrect cpu vs irq affinityJacob Keller
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller
2017-08-27i40e: move enabling icr0 into i40e_update_enable_itrJacob Keller
2017-08-27i40e: remove workaround for resetting XPSJacob Keller
2017-08-27i40e: Fix for unused value issue found by static analysisCarolyn Wyborny