summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+2
2019-04-17i40e: Fix misleading error messageCarolyn Wyborny1-1/+1
2019-04-17i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-04-17i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz1-1/+6
2019-04-17i40e: The driver now prints the API version in error messageAdam Ludkiewicz1-3/+15
2019-04-17i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz1-2/+2
2019-04-17i40e: Remove misleading messages for untrusted VFGrzegorz Siwik1-5/+16
2019-04-17i40e: Update i40e_init_dcb to return correct errorChinh T Cao3-19/+13
2019-04-17i40e: Fix for 10G ports LED not blinkingPiotr Marczak1-33/+0
2019-04-17i40e: save PTP time before a device resetJacob Keller3-4/+63
2019-04-17i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-04-17i40e: Implement DDP support in i40e driverAleksandr Loktionov8-22/+769
2019-04-17i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz1-0/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-18/+37
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel3-1/+14
2019-04-01i40e: move i40e_xsk_umem functionBjörn Töpel2-14/+20
2019-03-27i40e: fix WoL support checkStefan Assmann1-2/+1
2019-03-27i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller1-2/+3
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+32
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2-3/+15
2019-02-21i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2-1/+17
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski3-33/+0
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-110/+68