summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-3/+6
|\
| * i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov2023-04-171-1/+4
| * i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov2023-04-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-0/+1
|\ \ | |/
| * i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera2023-03-101-0/+1
* | i40e: add support for XDP multi-buffer RxTirthendu Sarkar2023-03-091-3/+4
* | i40e: add xdp_buff to i40e_ring structTirthendu Sarkar2023-03-091-0/+2
* | i40e: change Rx buffer size for legacy-rx to support XDP multi-bufferTirthendu Sarkar2023-03-091-3/+9
* | i40e: consolidate maximum frame size calculation for vsiTirthendu Sarkar2023-03-091-33/+38
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-1/+3
|\
| * i40e: add double of VLAN header when computing the max MTUJason Xing2023-02-141-1/+1
| * i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova2023-02-101-0/+2
* | i40e: check vsi type before setting xdp_features flagLorenzo Bianconi2023-02-151-2/+4
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-02-101-202/+203
|\ \
| * | i40e: use ERR_PTR error print in i40e messagesJan Sokolowski2023-02-091-149/+150
| * | i40e: use int for i40e_statusJan Sokolowski2023-02-091-48/+49
| * | i40e: Remove string printing for i40e_statusJan Sokolowski2023-02-091-154/+153
* | | Daniel Borkmann says:Jakub Kicinski2023-02-101-2/+8
|\ \ \ | |/ / |/| |
| * | drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-2/+8
| |/
* | i40e: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-01-301-4/+0
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-12/+24
|\
| * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-121-12/+24
* | i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar2022-12-121-1/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+18
|\ \ | |/
| * i40e: Fix not setting default xps_cpus after resetMichal Jaron2022-12-051-1/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+10
|\ \ | |/
| * i40e: Fix error handling in i40e_init_module()Shang XiaoJing2022-11-231-1/+10
* | i40e: Store the irq number in i40e_q_vectorJoe Damato2022-11-021-0/+1
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-10/+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
|\ \ | |/