summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-12-14igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-11-08igb: Do not bring the device up after non-fatal errorMohamed Khalfella1-0/+4
2024-11-08ice: fix VLAN replay after resetDave Ertman1-2/+0
2024-11-08ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...Aleksandr Mishin1-4/+2
2024-11-08ice: fix accounting for filters shared by multiple VSIsJacob Keller1-1/+1
2024-09-12igb: Fix not clearing TimeSync interrupts for 82580Daiwei Li1-0/+10
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2024-05-02i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale1-1/+1
2024-04-13i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-13ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
2024-03-27igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-27igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-02-23ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-23ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-23ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-23ixgbe: Remove non-inclusive languagePiotr Skajewski3-25/+25
2024-02-23net: remove unneeded breakTom Rix1-1/+0
2024-01-15i40e: Restore VF MSI-X state during PCI resetAndrii Staikov3-0/+32
2024-01-15i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao1-1/+7
2024-01-15i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov1-3/+7
2023-11-08i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-11-08igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-11-08igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-25ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-10i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann1-5/+5
2023-10-10i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann1-1/+11
2023-10-10i40e: improve locking of mac_filter_hashStefan Assmann1-3/+20
2023-10-10i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+4
2023-10-10i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek1-32/+21
2023-10-10i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2023-10-10i40e: Fix for persistent lldp supportSylwia Wnuczko4-34/+44
2023-09-23ixgbe: fix timestamp configuration codeVadim Fedorenko1-13/+15
2023-09-23igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-23igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-23igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-23igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-23igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-30i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-11vxlan: calculate correct header length for GPEJiri Benc1-1/+1
2023-08-11i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-07-27igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2