summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2019-06-29i40e: Add macvlan support on i40eHarshitha Ramamurthy2-2/+522
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy1-5/+7
2019-06-26i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva1-9/+6
2019-06-26i40e: update copyright stringAlice Michael1-1/+1
2019-06-26i40e: Fix descriptor count manipulationMaciej Fijalkowski4-14/+34
2019-06-26i40e: missing priorities for any QoS trafficAleksandr Loktionov1-3/+54
2019-06-26i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski1-0/+4
2019-06-26i40e: fix incorrect function documentation commentJacob Keller1-2/+1
2019-06-26i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar1-2/+1
2019-06-26i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov1-0/+4
2019-06-14i40e: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-06-14i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov1-21/+24
2019-06-14i40e: remove duplicate stat calculation for tx_errorsJacob Keller1-3/+0
2019-06-14i40e: Check if the BAR size is large enough before writing to registersAdam Ludkiewicz1-1/+11
2019-06-14i40e: Missing response checks in driver when starting/stopping FW LLDPPiotr Marczak1-2/+25
2019-06-14i40e: add input validation for virtchnl handlersSergey Nemov1-43/+31
2019-06-14i40e: Improve AQ log granularityDoug Dziggel2-23/+25
2019-06-14i40e: Add bounds check for ch[] arrayPiotr Kwapulinski1-1/+10
2019-06-14i40e: Use signed variableMitch Williams1-1/+1
2019-06-14i40e: add constraints for accessing veb arrayPiotr Kwapulinski1-5/+7
2019-06-14i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski1-1/+1
2019-06-14i40e: add functions stubs to support EEEAleksandr Loktionov1-0/+12
2019-06-06i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang1-5/+5
2019-06-06i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang1-4/+2
2019-06-05i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2-4/+2
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds20-214/+1521
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-5/+0
2019-05-05i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar1-8/+15
2019-05-05i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-6/+10
2019-05-05i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-05-05i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski1-25/+3
2019-05-05i40e: missing input validation on VF message handling by the PFMartyna Szapar2-14/+46
2019-05-05i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov6-2/+74
2019-05-05i40e: Wrong truncation from u16 to u8Grzegorz Siwik1-1/+1
2019-05-05i40e: add num_vectors checker in iwarp handlerSergey Nemov1-0/+10
2019-05-05i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik1-2/+2
2019-05-05i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik1-2/+2
2019-05-05i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov3-0/+6
2019-05-05i40e: VF's promiscuous attribute is not keptGrzegorz Siwik1-0/+23
2019-05-04i40e: Introduce recovery mode supportAlice Michael3-31/+294
2019-05-04i40e: print PCI vendor and device ID during probeStefan Assmann1-3/+4
2019-05-04i40e: fix misleading message about promisc setting on un-trusted VFHarshitha Ramamurthy1-12/+16
2019-05-04i40e: update version numberAlice Michael1-1/+1
2019-05-04i40e: remove out-of-range comparisons in i40e_validate_cloud_filterJacob Keller1-2/+2
2019-05-04i40e: Further implementation of LLDPAleksandr Loktionov8-13/+93
2019-05-04i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibreAdam Ludkiewicz1-1/+9
2019-05-04i40e: ShadowRAM checksum calculation changeMaciej Paczkowski1-4/+25
2019-05-04i40e: remove error msg when vf with port vlan tries to remove vlan 0Aleksandr Loktionov1-1/+2
2019-05-04i40e: change behavior on PF in response to MDD eventCarolyn Wyborny1-10/+2
2019-05-04i40e: Fix for allowing too many MDD events on VFCarolyn Wyborny1-5/+3