summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
* igb/igc: use ktime accessors for skb->tstampJacob Keller2019-11-081-0/+2
* i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski2019-11-081-1/+2
* i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher2019-11-011-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-2/+2
|\
| * i40e: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
* | i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-09-111-0/+5
* | i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann2019-09-111-1/+2
* | i40e: use BIT macro to specify the cloud filter field flagsJacob Keller2019-09-111-5/+5
* | i40e: Fix message for other card without FEC.Czeslaw Zagorski2019-09-111-3/+7
* | i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov2019-09-111-9/+10
* | i40e: mark additional missing bits as reservedJacob Keller2019-09-111-0/+3
* | i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIPJacob Keller2019-09-111-1/+1
* | i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller2019-09-111-1/+1
* | i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann2019-09-111-0/+5
* | i40e: Add support for X710 deviceMariusz Stachura2019-09-091-0/+1
* | i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues2019-09-092-5/+0
* | i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues2019-09-093-1/+6
* | i40e: fix hw_dbg usage in i40e_hmc_get_object_vaMauro S. M. Rodrigues2019-09-091-10/+11
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-063-20/+39
|\
| * i40e: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
| * i40e: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
| * i40e: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
| * i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-173-6/+8
* | i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela2019-08-221-7/+10
* | i40e: Persistent LLDP supportSylwia Wnuczko2019-08-225-1/+127
* | i40e: allow reset in recovery modePiotr Kwapulinski2019-08-223-8/+63
* | i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik2019-08-221-45/+1
* | i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba2019-08-221-1/+6
* | i40e: reset veb.tc_stats when resetting veb.statsJacob Keller2019-08-221-0/+4
* | i40e: Update FW API version to 1.9Piotr Azarewicz2019-08-221-2/+2
* | i40e: check_recovery_mode had wrong if statementAdrian Podlawski2019-08-222-3/+20
* | i40e: Add drop mode parameter to set mac configSylwia Wnuczko2019-08-223-15/+19
* | i40e: fix shifts of signed valuesBeilei Xing2019-08-221-12/+12
* | i40e: add check on i40e_configure_tx_ring() return valuehuhai2019-08-221-1/+1
* | i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-08-222-0/+7
* | i40e: reduce stack usage in i40e_set_fcArnd Bergmann2019-08-221-40/+51
|/
* i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-18/+4
* i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski2019-08-051-18/+21
* i40e: verify string count matches even on early returnJacob Keller2019-08-051-1/+2
* i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski2019-08-051-0/+4
* i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski2019-08-051-28/+35
* i40e: fix code commentsJeff Kirsher2019-08-051-1/+1
* i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller2019-08-052-1/+13
* i40e: Log disable-fw-lldp flag change by ethtoolSlawomir Laba2019-08-051-0/+5
* i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov2019-08-053-2/+9
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* i40e: Use dev_get_drvdataChuhong Yuan2019-07-231-5/+3
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-222-3/+3