aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-32/+91
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
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-03-29ice: fix memory allocation callBruce Allan1-1/+1
2021-03-29ice: prevent ice_open and ice_stop during resetKrzysztof Goreczny3-2/+31
2021-03-29ice: Recognize 860 as iSCSI port in CEE modeChinh T Cao2-9/+30
2021-03-29ice: Increase control queue timeoutFabio Pricoco1-2/+2
2021-03-29ice: Continue probe on link/PHY errorsAnirudh Venkataramanan1-9/+6
2021-03-29igc: Add support for XDP_REDIRECT actionAndre Guedes1-11/+73
2021-03-29igc: Add support for XDP_TX actionAndre Guedes4-11/+204
2021-03-29igc: Add initial XDP supportAndre Guedes5-12/+153
2021-03-29igc: Add set/clear large buffer helpersAndre Guedes1-0/+4
2021-03-29igc: Refactor Rx timestamp handlingAndre Guedes3-24/+34
2021-03-29igc: Introduce igc_get_rx_frame_truesize() helperAndre Guedes1-11/+18
2021-03-29igc: Introduce igc_rx_buffer_flip() helperAndre Guedes1-22/+21
2021-03-29igc: Remove unused argument from igc_tx_cmd_type()Andre Guedes1-2/+2
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-28/+24
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-99/+154
2021-03-25i40e: Fix oops at i40e_rebuild()Arkadiusz Kubalewski1-6/+5