summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0864-1717/+8827
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-0612-179/+339
| |\
| | * ice: Disable sniffing VF traffic on PFMichal Swiatkowski2019-05-041-22/+2Star
| | * ice: Use more efficient structuresJesse Brandeburg2019-05-041-2/+2
| | * ice: Use bitfields where possibleJesse Brandeburg2019-05-041-5/+5
| | * ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin2019-05-044-0/+120
| | * ice: Separate if conditions for ice_set_features()Tony Nguyen2019-05-041-2/+6
| | * ice: Remove __always_unused attributeTony Nguyen2019-05-041-1/+1
| | * ice: Suppress false-positive style issues reported by static analyzerBruce Allan2019-05-041-0/+1
| | * ice: Refactor getting/setting coalesceBrett Creeley2019-05-041-59/+93
| | * ice: Always free/allocate q_vectorsBrett Creeley2019-05-041-20/+14Star
| | * ice: Do not unnecessarily initialize local variableBruce Allan2019-05-041-1/+1
| | * ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski2019-05-044-28/+36
| | * ice: Don't remove VLAN filters that were never programmedAkeem G Abodunrin2019-05-042-2/+16
| | * ice: Preserve VLAN Rx stripping settingsTony Nguyen2019-05-041-0/+4
| | * ice: Fix for allowing too many MDD events on VFMichal Swiatkowski2019-05-041-7/+8
| | * ice: Use pf instead of vsi-backJesse Brandeburg2019-05-041-30/+30
| * | 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
| |/
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-05-0414-208/+448
| |\
| | * ice: Use dev_err when ice_cfg_vsi_lan failsBrett Creeley2019-05-021-3/+6
| | * ice: Refactor link event flowBrett Creeley2019-05-022-48/+65
| | * ice: Add missing PHY type to link settingsTony Nguyen2019-05-021-0/+1
| | * ice: Add reg_idx variable in ice_q_vector structureBrett Creeley2019-05-024-26/+76
| | * ice: Remove runtime change of PFINT_OICR_ENA registerMd Fahad Iqbal Polash2019-05-022-23/+3Star
| | * ice: Fix issue when adding more than allowed VLANsAkeem G Abodunrin2019-05-022-7/+21
| | * ice: Remove unnecessary wait when disabling/enabling Rx queuesBrett Creeley2019-05-021-8/+2Star
| | * ice: Add ability to update rx-usecs-highBrett Creeley2019-05-024-2/+33
| | * ice: Add 52 byte RSS hash key supportPaul Greenwalt2019-05-022-7/+8
| | * ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2019-05-022-8/+8
| | * ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski2019-05-021-1/+2
| | * ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley2019-05-021-7/+11
| | * ice: Resolve static analysis reported issueBruce Allan2019-05-021-10/+2Star
| | * ice: Return configuration error without queue to disableAkeem G Abodunrin2019-05-021-7/+10
| | * ice: Create framework for VSI queue contextAnirudh Venkataramanan2019-05-027-56/+205
| * | 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