summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-8/+8
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-07-26i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-07-22i40e: Refactor tc mqprio checksPrzemyslaw Patynowski1-10/+10
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+5
2022-07-19i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+73
2022-06-30i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki1-0/+73
2022-06-30intel/i40e:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-21i40e: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-2/+0
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-06-09i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek1-0/+5
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski1-5/+130
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+14
2022-05-12i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-04-12i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski1-0/+1
2022-04-12i40e: Add tx_stopped statJoe Damato1-0/+4
2022-04-12i40e: Add support for MPLS + TSOJoe Damato1-2/+18
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+1
2022-02-24Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato1-1/+4
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato1-1/+4
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato1-1/+4
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato1-1/+4
2022-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller1-12/+17
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+29
2022-02-04i40e: Fix race condition while adding/deleting MAC/VLAN filtersJedrzej Jagielski1-11/+13
2022-02-04i40e: Disable hw-tc-offload feature on driver loadMateusz Palczewski1-1/+4
2022-02-01i40e: Fix reset path while removing the driverKaren Sornek1-1/+18
2022-02-01i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski1-1/+11
2022-01-27i40e: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+3
2022-01-20i40e: fix unsigned stat widthsJoe Damato1-2/+2
2022-01-20i40e: Fix queues reservation for XDPSylwester Dziedziuch1-0/+14
2022-01-20i40e: Fix issue when maximum queues is exceededJedrzej Jagielski1-12/+2
2022-01-20i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski1-9/+3
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar1-9/+51
2022-01-05i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-05i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-05i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2021-12-10i40e: Use irq_update_affinity_hint()Nitesh Narayan Lal1-4/+4
2021-11-18i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-18i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak1-3/+61
2021-11-17i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-17i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski1-2/+3
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-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-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2