aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-05-21ice: Fix casting issuesKarol Kolacinski13-64/+74
2020-05-21ice: Provide more meaningful error messageLihong Yang6-113/+247
2020-05-21ice: Fix probe/open race conditionAnirudh Venkataramanan1-10/+14
2020-05-21ice: only drop link once when setting pauseparamsDave Ertman1-12/+0
2020-05-21ice: Fix check for contiguous TCsDave Ertman1-7/+12
2020-05-21ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD5-0/+94
2020-05-21ice: Add VF promiscuous supportBrett Creeley4-2/+223
2020-05-21ice: Add support for tunnel offloadsTony Nguyen14-14/+867
2020-05-21ice: report netlist version in .info_getJacob Keller4-0/+147
2020-05-21ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-271/+62
2020-05-21ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-359/+54
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-335/+47
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel7-127/+142
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel2-12/+23
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson4-4/+4
2020-05-21igc: Change byte order in struct igc_nfc_filterAndre Guedes2-22/+13
2020-05-21igc: Align terms used in NFC support codeAndre Guedes3-117/+114
2020-05-21igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.cAndre Guedes3-108/+112
2020-05-21igc: Early return in igc_get_ethtool_nfc_entry()Andre Guedes1-30/+28
2020-05-21igc: Cleanup _get|set_rxnfc ethtool opsAndre Guedes1-23/+10
2020-05-21igc: Get rid of igc_max_channels()Andre Guedes2-13/+3
2020-05-21igc: Remove unused field from igc_nfc_filterAndre Guedes1-1/+0
2020-05-21igc: Remove per queue good transmited counter registerSasha Neftin1-3/+0
2020-05-21igc: Remove header redirection registerSasha Neftin1-1/+0
2020-05-21igc: Remove obsolete circuit breaker registersSasha Neftin2-11/+0
2020-05-21e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-05-21igc: Enable NFC rules based source MAC addressAndre Guedes1-10/+22
2020-05-21igc: Add support for source address filters in coreAndre Guedes4-21/+49
2020-05-20igc: Remove mac_table from igc_adapterAndre Guedes3-48/+21
2020-05-20igc: Remove IGC_MAC_STATE_SRC_ADDR flagAndre Guedes3-37/+12
2020-05-19igc: Remove unused registersSasha Neftin2-9/+0
2020-05-19igc: Remove unused IGC_ICS_DRSTA defineSasha Neftin1-1/+0
2020-05-19igc: Dump ETQF registersAndre Guedes1-0/+3
2020-05-19igc: Refactor ethertype filtering codeAndre Guedes3-61/+103
2020-05-19igc: Fix MAX_ETYPE_FILTER valueAndre Guedes1-1/+1
2020-05-19igc: Remove ethertype filter in PTP codeAndre Guedes3-16/+1
2020-05-19igc: Remove duplicated IGC_RXPBS macroAndre Guedes1-2/+0
2020-05-19igc: Refactor VLAN priority filtering codeAndre Guedes3-51/+68
2020-05-19igc: Return -EOPNOTSUPP when VLAN mask doesn't matchAndre Guedes1-1/+2
2020-05-19igc: Dump VLANPQF registerAndre Guedes1-0/+2
2020-05-19igc: Rename IGC_VLAPQF macroAndre Guedes3-16/+15
2020-05-19igc: Clean up obsolete NVM definesSasha Neftin1-5/+0
2020-05-19igc: remove IGC_REMOVED functionVitaly Lifshits3-9/+1
2020-05-19igc: Remove PCIe Control registerSasha Neftin1-3/+0
2020-05-18igc: Remove unneeded registerSasha Neftin1-1/+0
2020-05-18igc: Remove unneeded definitionSasha Neftin1-1/+0
2020-05-18igc: Use netdev log helpers in igc_base.cAndre Guedes1-3/+3
2020-05-18igc: Use netdev log helpers in igc_dump.cAndre Guedes1-55/+54
2020-05-18igc: Use netdev log helpers in igc_ptp.cAndre Guedes1-7/+5
2020-05-18igc: Use netdev log helpers in igc_ethtool.cAndre Guedes1-20/+21