summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley2020-02-111-2/+2
* i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski2020-02-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+1
|\
| * i40e: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-4/+23
|\|
| * i40e: Set PHY Access flag on X722Adam Ludkiewicz2020-01-091-0/+5
| * i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-01-091-4/+18
* | 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/bpf/bpf-nextDavid S. Miller2019-12-271-2/+2
|\ \
| * | xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson2019-12-201-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-225-6/+14
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-223-4/+12
| |\ \
| | * | net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-193-4/+12
| | |/
| * / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-2/+2
| |/
* / netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* 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
|\
OpenPOWER on IntegriCloud