summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-303-44/+115
* | ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-303-44/+79
* | ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-301-28/+13Star
* | ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25
* | ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
* | ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-292-0/+49
* | ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan2019-05-291-4/+3Star
* | ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0Star
* | ice: Change message levelMitch Williams2019-05-291-1/+1
* | ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11Star
* | ice: Refactor interrupt trackingBrett Creeley2019-05-296-218/+263
* | ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-2911-13/+752
* | ice: Don't call ice_cfg_itr() for SR-IOVBrett Creeley2019-05-291-1/+2
* | ice: Set minimum default Rx descriptor count to 512Brett Creeley2019-05-291-6/+13
* | ice: Resolve static analysis warningBruce Allan2019-05-291-4/+4
* | ice: Implement toggling ethtool rx-vlan-filterTony Nguyen2019-05-291-0/+7
* | ice: Remove direct write for GLLAN_RCTL_0Anirudh Venkataramanan2019-05-291-3/+0Star
* | ice: Fix LINE_SPACING style issueBruce Allan2019-05-291-1/+0Star
* | igc: Cleanup the redundant codeSasha Neftin2019-05-291-20/+3Star
* | igc: Add flow control supportSasha Neftin2019-05-292-0/+24
* | e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-05-291-2/+4
* | Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-05-291-6/+9
* | igc: Remove the obsolete workaroundSasha Neftin2019-05-292-58/+3Star
* | igc: Clean up unused pointersSasha Neftin2019-05-291-3/+0Star
* | igc: Fix double definitionsSasha Neftin2019-05-291-3/+0Star
* | igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
* | igb: mark expected switch fall-throughGustavo A. R. Silva2019-05-291-1/+1
* | igb/igc: warn when fatal read failure happensFeng Tang2019-05-292-0/+2
* | ice: Silence semantic parser warningsBruce Allan2019-05-232-4/+4
* | ice: Fix couple of issues in ice_vsi_releaseBrett Creeley2019-05-233-13/+14
* | ice: Reorganize ice_vf structJesse Brandeburg2019-05-231-8/+13
* | ice: Use bitfields when possibleJesse Brandeburg2019-05-233-11/+11
* | ice: Reorganize tx_buf and ring structsJesse Brandeburg2019-05-231-14/+21
* | ice: Format ethtool reported statsRichard Rodriguez2019-05-231-54/+54
* | ice: Gracefully handle reset failure in ice_alloc_vfs()Brett Creeley2019-05-231-2/+9
* | ice: Refactor the LLDP MIB change event handlingUsha Ketineni2019-05-233-22/+140
* | ice: Advertise supported link modes if none requestedTony Nguyen2019-05-231-25/+50
* | ice: Fix hang when ethtool disables FW LLDPDave Ertman2019-05-234-17/+25
* | ice: Call out dev/func caps when printingAnirudh Venkataramanan2019-05-231-26/+30
* | ice: Remove braces for single statement blocksAnirudh Venkataramanan2019-05-231-2/+1Star
* | ice: Cleanup an unnecessary variable initializationBruce Allan2019-05-231-3/+3
* | ice: Implement LLDP persistenceAnirudh Venkataramanan2019-05-235-37/+29Star
* | ice: Fix double spacingAnirudh Venkataramanan2019-05-231-1/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* 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