summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-07-16i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-03-05i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-02-24i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski1-1/+1
2020-02-06i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley1-4/+18
2020-01-23i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost1-0/+1
2020-01-12net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy3-4/+12
2019-12-31i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin2-19/+26
2019-12-31i40e: initialize ITRN registers with correct valuesNicholas Nunley1-5/+5
2019-11-09i40e: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2
2019-11-09igb/igc: use ktime accessors for skb->tstampJacob Keller1-0/+2
2019-11-09i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski1-1/+2
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher1-5/+0
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-09-16i40e: fix xdp handle calculationsCiara Loftus1-2/+2
2019-09-11i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-0/+5
2019-09-11i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann1-1/+2
2019-09-11i40e: use BIT macro to specify the cloud filter field flagsJacob Keller1-5/+5
2019-09-11i40e: Fix message for other card without FEC.Czeslaw Zagorski1-3/+7
2019-09-11i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov1-9/+10
2019-09-11i40e: mark additional missing bits as reservedJacob Keller1-0/+3
2019-09-11i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIPJacob Keller1-1/+1
2019-09-11i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller1-1/+1
2019-09-11i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann1-0/+5
2019-09-09i40e: Add support for X710 deviceMariusz Stachura1-0/+1
2019-09-09i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues2-5/+0
2019-09-09i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues3-1/+6
2019-09-09i40e: fix hw_dbg usage in i40e_hmc_get_object_vaMauro S. M. Rodrigues1-10/+11
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-20/+39
2019-09-05i40e: fix xdp handle calculationsKevin Laatz1-3/+4
2019-08-31i40e: modify driver for handling offsetsKevin Laatz1-4/+9
2019-08-31i40e: simplify Rx buffer recycleKevin Laatz1-10/+3
2019-08-22i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela1-7/+10
2019-08-22i40e: Persistent LLDP supportSylwia Wnuczko5-1/+127
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski3-8/+63
2019-08-22i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik1-45/+1
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba1-1/+6
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller1-0/+4
2019-08-22i40e: Update FW API version to 1.9Piotr Azarewicz1-2/+2
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski2-3/+20
2019-08-22i40e: Add drop mode parameter to set mac configSylwia Wnuczko3-15/+19
2019-08-22i40e: fix shifts of signed valuesBeilei Xing1-12/+12
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai1-1/+1
2019-08-22i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2-0/+7
2019-08-22i40e: reduce stack usage in i40e_set_fcArnd Bergmann1-40/+51
2019-08-18i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson1-0/+18
2019-08-18xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson3-6/+8
2019-08-11i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2019-08-05i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski1-18/+21