summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-11/+11
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-21/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-5/+7
|\
| * xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-5/+7
* | i40e: Add macvlan support on i40eHarshitha Ramamurthy2019-06-292-2/+522
* | i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-261-9/+6Star
* | i40e: update copyright stringAlice Michael2019-06-261-1/+1
* | i40e: Fix descriptor count manipulationMaciej Fijalkowski2019-06-264-14/+34
* | i40e: missing priorities for any QoS trafficAleksandr Loktionov2019-06-261-3/+54
* | i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski2019-06-261-0/+4
* | i40e: fix incorrect function documentation commentJacob Keller2019-06-261-2/+1Star
* | i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar2019-06-261-2/+1Star
* | i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov2019-06-261-0/+4
|/
* i40e: mark expected switch fall-throughGustavo A. R. Silva2019-06-141-0/+1
* i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov2019-06-141-21/+24
* i40e: remove duplicate stat calculation for tx_errorsJacob Keller2019-06-141-3/+0Star
* i40e: Check if the BAR size is large enough before writing to registersAdam Ludkiewicz2019-06-141-1/+11
* i40e: Missing response checks in driver when starting/stopping FW LLDPPiotr Marczak2019-06-141-2/+25
* i40e: add input validation for virtchnl handlersSergey Nemov2019-06-141-43/+31Star
* i40e: Improve AQ log granularityDoug Dziggel2019-06-142-23/+25
* i40e: Add bounds check for ch[] arrayPiotr Kwapulinski2019-06-141-1/+10
* i40e: Use signed variableMitch Williams2019-06-141-1/+1
* i40e: add constraints for accessing veb arrayPiotr Kwapulinski2019-06-141-5/+7
* i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski2019-06-141-1/+1
* i40e: add functions stubs to support EEEAleksandr Loktionov2019-06-141-0/+12
* i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang2019-06-061-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-061-4/+2Star
* i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-4/+2Star
* 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