summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0820-214/+1521
|\
| * i40e: Memory leak in i40e_config_iwarp_qvlistMartyna Szapar2019-05-051-8/+15
| * i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar2019-05-051-6/+10
| * i40e: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-051-4/+2Star
| * i40e: Revert ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-051-25/+3Star
| * i40e: missing input validation on VF message handling by the PFMartyna Szapar2019-05-052-14/+46
| * i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-056-2/+74
| * i40e: Wrong truncation from u16 to u8Grzegorz Siwik2019-05-051-1/+1
| * i40e: add num_vectors checker in iwarp handlerSergey Nemov2019-05-051-0/+10
| * i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik2019-05-051-2/+2
| * i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik2019-05-051-2/+2
| * i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov2019-05-053-0/+6
| * i40e: VF's promiscuous attribute is not keptGrzegorz Siwik2019-05-051-0/+23
| * i40e: Introduce recovery mode supportAlice Michael2019-05-033-31/+294
| * i40e: print PCI vendor and device ID during probeStefan Assmann2019-05-031-3/+4
| * i40e: fix misleading message about promisc setting on un-trusted VFHarshitha Ramamurthy2019-05-031-12/+16
| * i40e: update version numberAlice Michael2019-05-031-1/+1
| * i40e: remove out-of-range comparisons in i40e_validate_cloud_filterJacob Keller2019-05-031-2/+2
| * i40e: Further implementation of LLDPAleksandr Loktionov2019-05-038-13/+93
| * i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibreAdam Ludkiewicz2019-05-031-1/+9
| * i40e: ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-031-4/+25
| * i40e: remove error msg when vf with port vlan tries to remove vlan 0Aleksandr Loktionov2019-05-031-1/+2
| * i40e: change behavior on PF in response to MDD eventCarolyn Wyborny2019-05-031-10/+2Star
| * i40e: Fix for allowing too many MDD events on VFCarolyn Wyborny2019-05-031-5/+3Star
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2
| * i40e: Fix misleading error messageCarolyn Wyborny2019-04-171-1/+1
| * i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz2019-04-171-2/+4
| * i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz2019-04-171-1/+6
| * i40e: The driver now prints the API version in error messageAdam Ludkiewicz2019-04-171-3/+15
| * i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz2019-04-171-2/+2
| * i40e: Remove misleading messages for untrusted VFGrzegorz Siwik2019-04-171-5/+16
| * i40e: Update i40e_init_dcb to return correct errorChinh T Cao2019-04-173-19/+13Star
| * i40e: Fix for 10G ports LED not blinkingPiotr Marczak2019-04-171-33/+0Star
| * i40e: save PTP time before a device resetJacob Keller2019-04-173-4/+63
| * i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-04-171-0/+8
| * i40e: Implement DDP support in i40e driverAleksandr Loktionov2019-04-178-22/+769
| * i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz2019-04-171-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-055-18/+37
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-5/+0Star
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0Star
| |/
* | i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel2019-04-013-1/+14
* | i40e: move i40e_xsk_umem functionBjörn Töpel2019-04-012-14/+20
* | i40e: fix WoL support checkStefan Assmann2019-03-271-2/+1Star
* | i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller2019-03-261-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-243-4/+32
|\
| * i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2019-02-212-3/+15
| * i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-212-1/+17
* | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-153-33/+0Star
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-110/+68Star