summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco2020-01-171-30/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-3/+7
|\
| * net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-191-3/+7
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-2/+2
* i40e: implement VF stats NDOJesse Brandeburg2019-11-041-0/+1
* i40e: Add UDP segmentation offload supportJosh Hunt2019-10-291-0/+1
* i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost2019-10-251-0/+1
* i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov2019-10-251-0/+19
* i40e: initialize ITRN registers with correct valuesNicholas Nunley2019-10-251-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: 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+3
|\
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+3
* | i40e: allow reset in recovery modePiotr Kwapulinski2019-08-221-7/+60
* | i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik2019-08-221-45/+1
* | i40e: reset veb.tc_stats when resetting veb.statsJacob Keller2019-08-221-0/+4
* | i40e: check_recovery_mode had wrong if statementAdrian Podlawski2019-08-221-3/+14
* | i40e: add check on i40e_configure_tx_ring() return valuehuhai2019-08-221-1/+1
|/
* i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski2019-08-051-0/+4
* 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-051-1/+1
* i40e: Use dev_get_drvdataChuhong Yuan2019-07-231-5/+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
* i40e: Add macvlan support on i40eHarshitha Ramamurthy2019-06-281-2/+495
* i40e: update copyright stringAlice Michael2019-06-261-1/+1
* i40e: Fix descriptor count manipulationMaciej Fijalkowski2019-06-261-11/+25
* i40e: missing priorities for any QoS trafficAleksandr Loktionov2019-06-261-3/+54
* i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski2019-06-261-0/+4
* i40e: remove duplicate stat calculation for tx_errorsJacob Keller2019-06-141-3/+0
* i40e: Check if the BAR size is large enough before writing to registersAdam Ludkiewicz2019-06-141-1/+11
* i40e: add constraints for accessing veb arrayPiotr Kwapulinski2019-06-141-5/+7
* i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-041-0/+8
* i40e: Setting VF to VLAN 0 requires restartGrzegorz Siwik2019-05-041-2/+2
* i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov2019-05-041-0/+2
* i40e: Introduce recovery mode supportAlice Michael2019-05-031-30/+280
* i40e: print PCI vendor and device ID during probeStefan Assmann2019-05-031-3/+4
* i40e: update version numberAlice Michael2019-05-031-1/+1
* i40e: Further implementation of LLDPAleksandr Loktionov2019-05-031-1/+1
* i40e: change behavior on PF in response to MDD eventCarolyn Wyborny2019-05-031-10/+2
* i40e: Fix for allowing too many MDD events on VFCarolyn Wyborny2019-05-031-5/+3
* i40e: The driver now prints the API version in error messageAdam Ludkiewicz2019-04-161-3/+15
* i40e: Remove misleading messages for untrusted VFGrzegorz Siwik2019-04-161-5/+16
* i40e: Update i40e_init_dcb to return correct errorChinh T Cao2019-04-161-1/+1
* i40e: save PTP time before a device resetJacob Keller2019-04-161-0/+5
* i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-04-161-0/+8
OpenPOWER on IntegriCloud