summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2019-07-26iavf: fix dereference of null rx_buffer pointerColin Ian King
2019-07-26ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hwDann Frazier
2019-07-26igb: clear out skb->tstamp after reading the txtimeVedang Patel
2019-07-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2019-07-26iavf: allow null RX descriptorsMitch Williams
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov
2019-07-21Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov
2019-06-15ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz
2019-06-15ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram
2019-06-15ice: Add missing case in print_link_msg for printing flow controlBrett Creeley
2019-06-15i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz
2019-05-31ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley
2019-05-31igb: Exclude device from suspend direct complete optimizationKai-Heng Feng
2019-05-31e1000e: Disable runtime PM on CNP+Kai-Heng Feng
2019-05-31ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin
2019-05-31ice: Prevent unintended multiple chain resetsDave Ertman
2019-05-31ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-05-31i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz
2019-05-31ice: Preserve VLAN Rx stripping settingsTony Nguyen
2019-05-31ice: Separate if conditions for ice_set_features()Tony Nguyen
2019-05-31i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2019-04-01i40e: add tracking of AF_XDP ZC state for each queue pairBjörn Töpel
2019-04-01i40e: move i40e_xsk_umem functionBjörn Töpel
2019-03-26fm10k: Fix a potential NULL pointer dereferenceYue Haibing
2019-03-26i40e: fix WoL support checkStefan Assmann
2019-03-26ixgbe: fix mdio bus registrationIvan Vecera
2019-03-26igb: Fix WARN_ONCE on runtime suspendArvind Sankar
2019-03-26i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-02-25ice: fix overlong string, update stats outputJesse Brandeburg
2019-02-25ice: Fix for FC get rx/tx pause paramsLukasz Czapnik
2019-02-25ice: use absolute vector ID for VFsMitch Williams
2019-02-25ice: check for a leaf node presenceVictor Raj
2019-02-25ice: flush Tx pipe on disable queue timeoutVictor Raj
2019-02-25ice: clear VF ARQLEN register on resetMitch Williams
2019-02-25ice: don't spam VFs with link messagesMitch Williams
2019-02-25ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley
2019-02-25ice: fix numeric overflow warningBruce Allan
2019-02-25ice: fix issue where host reboots on unload when iommu=onBrett Creeley
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan
2019-02-25ice: Fix added in VSI supported nodes calcVictor Raj
2019-02-25ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski
2019-02-25ice: Mark extack argument as __always_unusedBruce Allan
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23e1000e: Fix -Wformat-truncation warningsFlorian Fainelli
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski
2019-02-21i40e: fix XDP_REDIRECT/XDP xmit ring cleanup raceBjörn Töpel