aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley4-2/+33
2019-05-02ice: Add 52 byte RSS hash key supportPaul Greenwalt2-7/+8
2019-05-02ice: Use ice_for_each_q_vector macro where possibleBrett Creeley2-8/+8
2019-05-02ice: Validate ring existence and its q_vector per VSIMaciej Fijalkowski1-1/+2
2019-05-02ice: Reduce scope of variable in ice_vsi_cfg_rxqsBrett Creeley1-7/+11
2019-05-02ice: Resolve static analysis reported issueBruce Allan1-10/+2
2019-05-02ice: Return configuration error without queue to disableAkeem G Abodunrin1-7/+10
2019-05-02ice: Create framework for VSI queue contextAnirudh Venkataramanan7-56/+205
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev8-8/+10
2019-04-18ice: Calculate ITR increment based on direct calculationBrett Creeley1-72/+63
2019-04-18ice: Bump driver versionAnirudh Venkataramanan1-1/+1
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan5-2/+159
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan3-0/+85
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan6-2/+86
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan4-3/+54
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan5-0/+52
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan5-3/+47
2019-04-18ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan2-2/+81
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan14-82/+997
2019-04-18ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan6-1/+1057
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan10-0/+230
2019-04-18ice: Bump versionAnirudh Venkataramanan1-1/+1
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan16-294/+294
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan4-6/+6
2019-04-16i40e: Fix misleading error messageCarolyn Wyborny1-1/+1
2019-04-16i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-04-16i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz1-1/+6
2019-04-16i40e: The driver now prints the API version in error messageAdam Ludkiewicz1-3/+15
2019-04-16i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz2-3/+3
2019-04-16i40e: Remove misleading messages for untrusted VFGrzegorz Siwik1-5/+16
2019-04-16i40e: Update i40e_init_dcb to return correct errorChinh T Cao3-19/+13
2019-04-16i40e: Fix for 10G ports LED not blinkingPiotr Marczak1-33/+0
2019-04-16i40e: save PTP time before a device resetJacob Keller3-4/+63
2019-04-16i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-04-16i40e: Implement DDP support in i40e driverAleksandr Loktionov8-22/+769
2019-04-16i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz1-0/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon11-53/+0
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-74/+58
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal9-9/+9
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-26fm10k: Fix a potential NULL pointer dereferenceYue Haibing1-0/+2
2019-03-26i40e: fix WoL support checkStefan Assmann1-2/+1
2019-03-26ixgbe: fix mdio bus registrationIvan Vecera1-7/+9
2019-03-26igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-03-26ice: Remove "2 BITS" commentAnirudh Venkataramanan1-6/+6
2019-03-26ice: Update comment regarding the ITR_GRAN_SBrett Creeley1-1/+1
2019-03-26ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan1-4/+3
2019-03-26i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller1-2/+3
2019-03-26ice: Remove unnecessary bracesAnirudh Venkataramanan1-2/+1