aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix error handling in i40e_init_module()Shang XiaoJing2022-11-231-1/+10
* i40e: Fix DMA mappings leakJan Sokolowski2022-10-141-7/+9
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-6/+26
|\
| * i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron2022-09-191-6/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-0/+3
|\|
| * i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2022-09-021-0/+3
* | i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2022-09-061-21/+13
* | i40e: Add basic support for I710 devicesStanislaw Grzeszczak2022-09-061-0/+1
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-8/+8
|/
* i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady2022-08-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-0/+4
|\
| * i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski2022-07-251-0/+4
* | i40e: Refactor tc mqprio checksPrzemyslaw Patynowski2022-07-221-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-8/+5
|\|
| * i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski2022-07-181-8/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-0/+73
|\|
| * i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki2022-06-301-0/+73
* | intel/i40e:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* | i40e: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-06-211-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-161-0/+5
|\|
| * i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek2022-06-091-0/+5
* | i40e: Add VF VLAN pruningMateusz Palczewski2022-06-071-5/+130
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-13/+14
|\
| * i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-111-13/+14
* | i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski2022-04-121-0/+1
* | i40e: Add tx_stopped statJoe Damato2022-04-121-0/+4
* | i40e: Add support for MPLS + TSOJoe Damato2022-04-121-2/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-11/+1
|\
| * Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski2022-02-241-11/+1
* | i40e: Add a stat for tracking busy rx pagesJoe Damato2022-02-081-1/+4
* | i40e: Add a stat for tracking pages waivedJoe Damato2022-02-081-1/+4
* | i40e: Add a stat tracking new RX page allocationsJoe Damato2022-02-081-1/+4
* | i40e: Aggregate and export RX page reuse statJoe Damato2022-02-081-1/+4
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-02-041-12/+17
|\ \
| * | i40e: Fix race condition while adding/deleting MAC/VLAN filtersJedrzej Jagielski2022-02-031-11/+13
| * | i40e: Disable hw-tc-offload feature on driver loadMateusz Palczewski2022-02-031-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-2/+29
|\ \ \ | |/ / |/| / | |/
| * i40e: Fix reset path while removing the driverKaren Sornek2022-01-311-1/+18
| * i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski2022-01-311-1/+11
* | i40e: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-6/+3
|/
* i40e: fix unsigned stat widthsJoe Damato2022-01-201-2/+2
* i40e: Fix queues reservation for XDPSylwester Dziedziuch2022-01-201-0/+14
* i40e: Fix issue when maximum queues is exceededJedrzej Jagielski2022-01-201-12/+2
* i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski2022-01-201-9/+3
* Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-081-9/+51
|\
| * i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski2022-01-041-7/+25
| * i40e: Fix for displaying message regarding NVM versionMateusz Palczewski2022-01-041-2/+2
| * i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu2022-01-041-0/+24
* | i40e: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-4/+4
|/