summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2022-12-14i40e: Fix not setting default xps_cpus after resetMichal Jaron1-1/+18
2022-09-28i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron1-6/+26
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-11i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-06-25i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek1-0/+5
2022-02-08i40e: fix unsigned stat widthsJoe Damato1-2/+2
2022-02-08i40e: Fix queues reservation for XDPSylwester Dziedziuch1-0/+14
2022-02-08i40e: Fix issue when maximum queues is exceededJedrzej Jagielski1-12/+2
2022-02-08i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski1-9/+3
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2021-11-26i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-26i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski1-2/+3
2021-10-13i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-13i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-08-04i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski1-0/+2
2021-08-04i40e: Fix logic of disabling queuesArkadiusz Kubalewski1-24/+34
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-03-17i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-03-04i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-03-04i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-03-04i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-03-04i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch1-0/+10
2020-12-08i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch1-7/+15
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-07-16i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2019-12-31i40e: initialize ITRN registers with correct valuesNicholas Nunley1-5/+5
2019-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2019-11-20i40e: Check and correct speed values for link on openJan Sokolowski1-3/+24
2019-10-05i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann1-0/+5
2019-06-15i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz1-0/+3
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2019-03-19i40e: report correct statistics when XDP is enabledBjörn Töpel1-11/+13
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2019-02-12i40e: prevent overlapping tx_timeout recoverAlan Brady1-0/+5
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann1-7/+7
2018-12-08i40e: Fix deletion of MAC filtersLihong Yang1-1/+1
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-08i40e_main: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07i40e: Set fec_config when forcing link stateMariusz Stachura1-0/+2
2018-08-07i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov1-6/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0