summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg5-104/+112
2021-04-14ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan3-6/+22
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan8-187/+187
2021-04-14ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan4-8/+8
2021-04-13net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.cBhaskar Chowdhury1-1/+1
2021-04-13net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin2-7/+0
2021-04-13ixgbe: Support external GBE SerDes PHY BCM54616sJostar Yang2-0/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-71/+171
2021-04-08ice: fix memory leak of aRFS after resuming from suspendYongxin Liu1-0/+1
2021-04-08i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-04-08i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-08i40e: Fix sparse error: uninitialized symbol 'ring'Arkadiusz Kubalewski1-0/+3
2021-04-08i40e: Fix sparse errors in i40e_txrx.cArkadiusz Kubalewski1-7/+5
2021-04-08i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik1-1/+1
2021-04-07ice: Remove unnecessary blank lineTony Nguyen1-1/+0
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley1-12/+0
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan4-6/+1
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan1-15/+12
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan1-6/+1
2021-04-07ice: Limit forced overrides based on FW versionJeb Cramer1-12/+2
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan6-42/+103
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan4-38/+59
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan4-23/+24
2021-04-07ice: Modify recursive way of adding nodesVictor Raj1-53/+77
2021-04-07ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao3-2/+84
2021-04-01i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-04-01i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson1-2/+2
2021-04-01i40e: Fix inconsistent indentingArkadiusz Kubalewski1-4/+4
2021-03-31ice: Correct comment block styleTony Nguyen1-2/+1
2021-03-31ice: cleanup style issuesBruce Allan3-7/+7
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan5-46/+47
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley5-117/+117
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley6-42/+62
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley2-34/+17
2021-03-31ice: rename ptype bitmapQi Zhang1-8/+8
2021-03-31ice: correct memory allocation callBruce Allan1-1/+1
2021-03-31ice: Check for bail out condition earlyAnirudh Venkataramanan1-5/+5
2021-03-31ice: remove unnecessary duplicated AQ command flag settingBruce Allan1-1/+1
2021-03-31ice: change link misconfiguration messagePaul Greenwalt1-1/+1
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2-33/+92
2021-03-31ice: Update to use package info from ice segmentDan Nowlin4-22/+36
2021-03-31ice: Delay netdev registrationAnirudh Venkataramanan2-52/+47
2021-03-31ice: Add Support for XPSBenita Bose2-0/+29
2021-03-30net: i40e: remove repeated wordsPeng Li1-2/+2
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7