summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14i40e: Fix not setting default xps_cpus after resetMichal Jaron1-1/+18
2022-12-08i40e: Fix error handling in i40e_init_module()Shang XiaoJing1-1/+10
2022-10-29i40e: Fix DMA mappings leakJan Sokolowski1-7/+9
2022-09-28i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron1-6/+26
2022-09-15i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski1-0/+3
2022-09-15i40e: Refactor tc mqprio checksPrzemyslaw Patynowski1-10/+10
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-03i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-07-29i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-12i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki1-0/+73
2022-06-22i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek1-0/+5
2022-05-18i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-03-02Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-05i40e: Fix reset path while removing the driverKaren Sornek1-1/+18
2022-02-05i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski1-1/+11
2022-02-01i40e: fix unsigned stat widthsJoe Damato1-2/+2
2022-02-01i40e: Fix queues reservation for XDPSylwester Dziedziuch1-0/+14
2022-02-01i40e: Fix issue when maximum queues is exceededJedrzej Jagielski1-12/+2
2022-02-01i40e: 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 for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2021-11-25i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-25i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-25i40e: Fix ping is lost after configuring ADq on VFEryk Rybak1-3/+61
2021-11-25i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-25i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski1-2/+3
2021-10-06i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-06i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-08-17i40e: Fix spelling mistake "dissable" -> "disable"Colin Ian King1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+37
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski1-0/+2
2021-07-23i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski1-0/+1
2021-07-23i40e: Fix logic of disabling queuesArkadiusz Kubalewski1-24/+34
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski1-4/+24
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2021-06-24i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski1-4/+11
2021-06-24i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-05-29i40e: Register auxiliary devices to provide RDMAShiraz Saleem1-0/+1
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski1-42/+0
2021-04-23i40e: use minimal admin queue for kdumpCoiby Xu1-2/+7
2021-04-23i40e: use minimal Rx and Tx ring buffers for kdumpCoiby Xu1-0/+5
2021-04-23i40e: use minimal Tx and Rx pairs for kdumpCoiby Xu1-0/+9
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-04-16i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+16
2021-04-08i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-04-08i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-01i40e: Fix inconsistent indentingArkadiusz Kubalewski1-4/+4