summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2021-04-07ice: Remove unnecessary blank lineTony Nguyen
2021-04-07ice: Remove unnecessary checks in add/kill_vid ndo opsBrett Creeley
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan
2021-04-07ice: Use local variable instead of pointer derefsAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary variableAnirudh Venkataramanan
2021-04-07ice: Limit forced overrides based on FW versionJeb Cramer
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan
2021-04-07ice: Modify recursive way of adding nodesVictor Raj
2021-04-07ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao
2021-03-31ice: Correct comment block styleTony Nguyen
2021-03-31ice: cleanup style issuesBruce Allan
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley
2021-03-31ice: rename ptype bitmapQi Zhang
2021-03-31ice: correct memory allocation callBruce Allan
2021-03-31ice: Check for bail out condition earlyAnirudh Venkataramanan
2021-03-31ice: remove unnecessary duplicated AQ command flag settingBruce Allan
2021-03-31ice: change link misconfiguration messagePaul Greenwalt
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr
2021-03-31ice: Update to use package info from ice segmentDan Nowlin
2021-03-31ice: Delay netdev registrationAnirudh Venkataramanan
2021-03-31ice: Add Support for XPSBenita Bose
2021-03-30net: i40e: remove repeated wordsPeng Li
2021-03-29igc: Add support for XDP_REDIRECT actionAndre Guedes
2021-03-29igc: Add support for XDP_TX actionAndre Guedes
2021-03-29igc: Add initial XDP supportAndre Guedes
2021-03-29igc: Add set/clear large buffer helpersAndre Guedes
2021-03-29igc: Refactor Rx timestamp handlingAndre Guedes
2021-03-29igc: Introduce igc_get_rx_frame_truesize() helperAndre Guedes
2021-03-29igc: Introduce igc_rx_buffer_flip() helperAndre Guedes
2021-03-29igc: Remove unused argument from igc_tx_cmd_type()Andre Guedes
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-03-23e1000e: Fix prototype warningSasha Neftin
2021-03-23igc: Fix prototype warningSasha Neftin