summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2020-02-11i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley
2020-02-05i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24i40e: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco
2020-01-09i40e: Set PHY Access flag on X722Adam Ludkiewicz
2020-01-09i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-04i40e: implement VF stats NDOJesse Brandeburg
2019-11-04i40e: enable X710 supportAlice Michael
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt
2019-10-25i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov
2019-10-25i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek
2019-10-25i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski
2019-10-25i40e: initialize ITRN registers with correct valuesNicholas Nunley
2019-10-25i40e: Extend PHY access with page change flagPiotr Azarewicz
2019-10-25i40e: Extract detection of HW flags into a functionPiotr Azarewicz
2019-10-25i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin
2019-10-25i40e: Fix for persistent lldp supportSylwia Wnuczko
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