summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-11/+11
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-21/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-5/+7
|\
| * xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-5/+7
* | i40e: Add macvlan support on i40eHarshitha Ramamurthy2019-06-282-2/+522
* | i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-261-9/+6