summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2021-10-17i40e: fix endless loop under rtnlJiri Benc
2021-10-06e100: fix buffer overrun in e100_get_regsJacob Keller
2021-10-06e100: fix length calculation in e100_get_regs_lenJacob Keller
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET
2021-07-20e100: handle eeprom as little endianJesse Brandeburg
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits
2021-03-03igb: Remove incorrect "unexpected SYS WRAP" log messageCorinna Vinschen
2020-11-18i40e: Fix of memory leak and integer truncation in i40e_virtchnl.cMartyna Szapar
2020-11-18i40e: Wrong truncation from u16 to u8Grzegorz Siwik
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck
2020-08-21igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri
2020-06-29e1000e: 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-20ixgbe: fix signed-integer-overflow warningXie XiuQi
2020-06-20e1000: Distribute switch variables for initializationKees Cook
2020-06-20igb: improve handling of disconnected adaptersJarod Wilson
2020-05-27igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin
2020-05-20i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain
2020-05-10i40e: fix an uninitialized variable bugDan Carpenter
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
2019-12-21e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing
2019-11-28igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2019-11-25ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl
2019-11-25i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek
2019-11-25i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2019-11-25i40e: 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-08-04ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2019-07-21e1000e: start network tx queue only when link is upKonstantin Khlebnikov
2019-06-11i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-05-16igb: Fix WARN_ONCE on runtime suspendArvind Sankar
2019-04-27e1000e: Fix -Wformat-truncation warningsFlorian Fainelli
2019-02-20igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-11-21e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione
2018-11-21e1000: avoid null pointer dereference on invalid stat typeColin Ian King
2018-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke
2018-11-10ixgbe: Correct X550EM_x revision checkMark Rustad
2018-11-10ixgbe: fix RSS limit for X550Emil Tantilov
2018-11-10ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy
2018-10-10e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen