summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-05-23igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-23igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes3-166/+195
2020-05-23igc: Fix NFC rules restorationAndre Guedes3-20/+19
2020-05-23igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-23igc: Fix NFC rule overwrite casesAndre Guedes1-2/+1
2020-05-23igc: Fix locking issue when retrieving NFC rulesAndre Guedes1-3/+16
2020-05-23igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes2-9/+9
2020-05-23igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes1-58/+92
2020-05-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller34-506/+2202
2020-05-22ice: Rename build_ctob to ice_build_ctobTony Nguyen4-10/+11
2020-05-22ice: remove unnecessary backslashBruce Allan1-1/+1
2020-05-22ice: remove unnecessary checkBruce Allan1-1/+1
2020-05-22ice: remove unnecessary expression that is always trueBruce Allan1-1/+2
2020-05-22ice: Fix check for removing/adding mac filtersLihong Yang1-5/+10
2020-05-22ice: refactor filter functionsMichal Swiatkowski8-264/+494
2020-05-22ice: Fix resource leak on early exit from functionEric Joyner1-1/+3
2020-05-22ice: cleanup vf_id signednessJesse Brandeburg3-10/+11
2020-05-22ice: Fix casting issuesKarol Kolacinski13-64/+74
2020-05-22ice: Provide more meaningful error messageLihong Yang6-113/+247
2020-05-22ice: Fix probe/open race conditionAnirudh Venkataramanan1-10/+14
2020-05-22ice: only drop link once when setting pauseparamsDave Ertman1-12/+0
2020-05-22ice: Fix check for contiguous TCsDave Ertman1-7/+12
2020-05-22ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD5-0/+94
2020-05-22ice: Add VF promiscuous supportBrett Creeley4-2/+223
2020-05-22ice: Add support for tunnel offloadsTony Nguyen14-14/+867
2020-05-22ice: report netlist version in .info_getJacob Keller4-0/+147
2020-05-22ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-271/+62
2020-05-22ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-359/+54
2020-05-22i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-335/+47
2020-05-22i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel7-127/+142
2020-05-22i40e: Refactor rx_bi accessesBjörn Töpel2-12/+23
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson4-4/+4
2020-05-22igc: Change byte order in struct igc_nfc_filterAndre Guedes2-22/+13
2020-05-22igc: Align terms used in NFC support codeAndre Guedes3-117/+114
2020-05-22igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes3-108/+112
2020-05-22igc: Early return in igc_get_ethtool_nfc_entry()Andre Guedes1-30/+28
2020-05-22igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes1-23/+10
2020-05-22igc: Get rid of igc_max_channels()Andre Guedes2-13/+3
2020-05-22igc: Remove unused field from igc_nfc_filterAndre Guedes1-1/+0
2020-05-22igc: Remove per queue good transmited counter registerSasha Neftin1-3/+0
2020-05-22igc: Remove header redirection registerSasha Neftin1-1/+0
2020-05-22igc: Remove obsolete circuit breaker registersSasha Neftin2-11/+0
2020-05-22e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-05-22igc: Enable NFC rules based source MAC addressAndre Guedes1-10/+22
2020-05-22igc: Add support for source address filters in coreAndre Guedes4-21/+49
2020-05-21igc: Remove mac_table from igc_adapterAndre Guedes3-48/+21
2020-05-21igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes3-37/+12
2020-05-20igc: Remove unused registersSasha Neftin2-9/+0
2020-05-20igc: Remove unused IGC_ICS_DRSTA defineSasha Neftin1-1/+0
2020-05-20igc: Dump ETQF registersAndre Guedes1-0/+3