summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-16i40e: fix xdp handle calculationsCiara Loftus
2019-09-11i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson
2019-09-11i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann
2019-09-11i40e: use BIT macro to specify the cloud filter field flagsJacob Keller
2019-09-11i40e: Fix message for other card without FEC.Czeslaw Zagorski
2019-09-11i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov
2019-09-11i40e: mark additional missing bits as reservedJacob Keller
2019-09-11i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIPJacob Keller
2019-09-11i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller
2019-09-11i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann
2019-09-09i40e: Add support for X710 deviceMariusz Stachura
2019-09-09i40e: Remove EMPR traces from debugfs facilityMauro S. M. Rodrigues
2019-09-09i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues
2019-09-09i40e: fix hw_dbg usage in i40e_hmc_get_object_vaMauro S. M. Rodrigues
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-05i40e: fix xdp handle calculationsKevin Laatz
2019-08-31i40e: modify driver for handling offsetsKevin Laatz
2019-08-31i40e: simplify Rx buffer recycleKevin Laatz
2019-08-22i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela
2019-08-22i40e: Persistent LLDP supportSylwia Wnuczko
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski
2019-08-22i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller
2019-08-22i40e: Update FW API version to 1.9Piotr Azarewicz
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski
2019-08-22i40e: Add drop mode parameter to set mac configSylwia Wnuczko
2019-08-22i40e: fix shifts of signed valuesBeilei Xing
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai
2019-08-22i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues
2019-08-22i40e: reduce stack usage in i40e_set_fcArnd Bergmann
2019-08-17i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-10i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-05i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski
2019-08-05i40e: verify string count matches even on early returnJacob Keller
2019-08-05i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski
2019-08-05i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski
2019-08-05i40e: fix code commentsJeff Kirsher
2019-08-05i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller
2019-08-05i40e: Log disable-fw-lldp flag change by ethtoolSlawomir Laba
2019-08-05i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-23i40e: Use dev_get_drvdataChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso