aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski
2020-08-21igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri
2020-07-22ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-06-25e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu
2020-06-20igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng
2020-06-20e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal
2020-06-20e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng
2020-06-20ixgbe: fix signed-integer-overflow warningXie XiuQi
2020-06-20e1000: Distribute switch variables for initializationKees Cook
2020-06-20ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer
2020-02-05igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu
2020-02-05ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl
2020-01-27ixgbe: sync the first fragment unconditionallyFiro Yang
2019-12-31ixgbe: protect TX timestamping from API misuseManjunath Patil
2019-12-17e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing
2019-12-17i40e: don't restart nway if autoneg not supportedMitch Williams
2019-12-01igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2019-11-24ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl
2019-11-24i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor
2019-11-24ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl
2019-11-20i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek
2019-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2019-11-20i40e: use correct length for strncpyMitch Williams
2019-11-12e1000: fix memory leaksWenwen Wang
2019-11-12igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier
2019-10-05e1000e: add workaround for possible stalled packetKai-Heng Feng
2019-07-31iavf: fix dereference of null rx_buffer pointerColin Ian King
2019-07-31ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
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-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-08igb: Fix WARN_ONCE on runtime suspendArvind Sankar
2019-05-02fm10k: Fix a potential NULL pointer dereferenceYue Haibing
2019-04-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov
2019-04-05e1000e: Fix -Wformat-truncation warningsFlorian Fainelli
2019-03-23ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-12-17igb: fix uninitialized variablesYunjian Wang
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-11-27ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl
2018-11-13ixgbevf: VF2VF TCP RSSSebastian Basierski
2018-10-10ixgbe: check return value of napi_complete_done()Song Liu