summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2019-07-26iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2019-07-26ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier1-0/+3
2019-07-26igb: clear out skb->tstamp after reading the txtimeVedang Patel1-0/+1
2019-07-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2-1/+3
2019-07-26iavf: allow null RX descriptorsMitch Williams1-3/+18
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-07-21Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov1-6/+9
2019-06-15ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz1-1/+6
2019-06-15ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram1-9/+20
2019-06-15ice: Add missing case in print_link_msg for printing flow controlBrett Creeley1-0/+3
2019-06-15i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz1-0/+3
2019-05-31ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley1-2/+5
2019-05-31igb: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+3
2019-05-31e1000e: Disable runtime PM on CNP+Kai-Heng Feng1-1/+1
2019-05-31ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin1-7/+13
2019-05-31ice: Prevent unintended multiple chain resetsDave Ertman1-2/+8
2019-05-31ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan3-24/+275
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz1-2/+4
2019-05-31ice: Preserve VLAN Rx stripping settingsTony Nguyen1-0/+4
2019-05-31ice: Separate if conditions for ice_set_features()Tony Nguyen1-2/+6
2019-05-31i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar1-6/+10
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel3-1/+14
2019-04-01i40e: move i40e_xsk_umem functionBjörn Töpel2-14/+20
2019-03-27fm10k: Fix a potential NULL pointer dereferenceYue Haibing1-0/+2
2019-03-27i40e: fix WoL support checkStefan Assmann1-2/+1
2019-03-27ixgbe: fix mdio bus registrationIvan Vecera1-7/+9
2019-03-27igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-03-27i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller1-2/+3
2019-03-06mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-2/+3
2019-02-25ice: fix overlong string, update stats outputJesse Brandeburg1-40/+40
2019-02-25ice: Fix for FC get rx/tx pause paramsLukasz Czapnik1-11/+26
2019-02-25ice: use absolute vector ID for VFsMitch Williams1-2/+4
2019-02-25ice: check for a leaf node presenceVictor Raj2-0/+24
2019-02-25ice: flush Tx pipe on disable queue timeoutVictor Raj1-2/+19
2019-02-25ice: clear VF ARQLEN register on resetMitch Williams2-0/+6
2019-02-25ice: don't spam VFs with link messagesMitch Williams1-1/+2
2019-02-25ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley1-2/+4
2019-02-25ice: fix numeric overflow warningBruce Allan2-4/+5
2019-02-25ice: fix issue where host reboots on unload when iommu=onBrett Creeley1-17/+54
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller1-2/+13
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan3-67/+117
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan6-45/+38
2019-02-25ice: Fix added in VSI supported nodes calcVictor Raj1-2/+7
2019-02-25ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski1-1/+1
2019-02-25ice: Mark extack argument as __always_unusedBruce Allan1-4/+5
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+60
2019-02-24e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski1-1/+2
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel2-3/+15