aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)Author
2024-01-15i40e: Restore VF MSI-X state during PCI resetAndrii Staikov
2024-01-15i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao
2023-11-20i40e: fix potential memory leaks in i40e_remove()Andrii Staikov
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing
2022-12-14i40e: Fix not setting default xps_cpus after resetMichal Jaron
2022-09-28i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady
2022-08-11i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski
2022-06-25i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek
2022-02-08i40e: fix unsigned stat widthsJoe Damato
2022-02-08i40e: Fix queues reservation for XDPSylwester Dziedziuch
2022-02-08i40e: Fix issue when maximum queues is exceededJedrzej Jagielski
2022-02-08i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu
2021-11-26i40e: Fix display error code in dmesgGrzegorz Szczurek
2021-11-26i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski
2021-10-13i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch
2021-10-13i40e: fix endless loop under rtnlJiri Benc
2021-08-04i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski
2021-08-04i40e: Fix logic of disabling queuesArkadiusz Kubalewski
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-17i40e: Fix memory leak in i40e_probeKeita Suzuki
2021-03-04i40e: Fix add TC filter for IPv6Mateusz Palczewski
2021-03-04i40e: Fix VFs not createdSylwester Dziedziuch
2021-03-04i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski
2021-03-04i40e: Add zero-initialization of AQ command structuresMateusz Palczewski
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch
2020-12-08i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek
2020-07-16i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2019-12-31i40e: initialize ITRN registers with correct valuesNicholas Nunley
2019-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2019-11-20i40e: Check and correct speed values for link on openJan Sokolowski
2019-10-05i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann
2019-06-15i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-03-19i40e: report correct statistics when XDP is enabledBjörn Töpel
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-02-12i40e: prevent overlapping tx_timeout recoverAlan Brady
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-12-08i40e: Fix deletion of MAC filtersLihong Yang
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar
2018-08-07i40e_main: mark expected switch fall-throughGustavo A. R. Silva