summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-093-9/+6
|\
| * 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
* | net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-2/+2
* | i40e: implement VF stats NDOJesse Brandeburg2019-11-043-0/+51
* | i40e: enable X710 supportAlice Michael2019-11-041-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-5/+0
|\|
| * i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher2019-11-011-5/+0
* | i40e: Add UDP segmentation offload supportJosh Hunt2019-10-292-3/+10
* | 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-254-27/+39
* | i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek2019-10-252-3/+28
* | i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski2019-10-251-0/+1
* | i40e: initialize ITRN registers with correct valuesNicholas Nunley2019-10-251-5/+5
* | i40e: Extend PHY access with page change flagPiotr Azarewicz2019-10-255-26/+87
* | i40e: Extract detection of HW flags into a functionPiotr Azarewicz2019-10-252-17/+58
* | i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin2019-10-252-19/+26
* | i40e: Fix for persistent lldp supportSylwia Wnuczko2019-10-254-34/+44
|/
* 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