summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
...
* | i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar2022-12-124-4/+61
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-083-11/+22
|\|
| * i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski2022-12-051-10/+2
| * i40e: Fix for VF MAC address 0Sylwester Dziedziuch2022-12-051-0/+2
| * 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: Add appropriate error message logged for incorrect duplex settingAlicja Kowalska2022-11-021-1/+3
* | i40e: Add i40e_napi_poll tracepointJoe Damato2022-11-022-0/+53
* | i40e: Record number of RXes cleaned during NAPIJoe Damato2022-11-021-3/+9
* | i40e: Record number TXes cleaned during NAPIJoe Damato2022-11-021-3/+8
* | i40e: Store the irq number in i40e_q_vectorJoe Damato2022-11-022-0/+2
* | ptp: introduce helpers to adjust by scaled parts per millionJacob Keller2022-10-311-14/+3
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-14/+14
|/
* i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba2022-10-251-33/+38
* i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2022-10-252-11/+33
* i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2022-10-252-8/+27
* i40e: Fix DMA mappings leakJan Sokolowski2022-10-146-28/+74
* 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-222-6/+46
|\
| * i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron2022-09-191-6/+26
| * i40e: Fix VF set max MTU sizeMichal Jaron2022-09-191-0/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-2/+9
|\|
| * i40e: Fix kernel crash during module removalIvan Vecera2022-09-021-1/+4
| * i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2022-09-022-1/+5
* | i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2022-09-062-21/+27
* | i40e: Add basic support for I710 devicesStanislaw Grzeszczak2022-09-063-1/+7
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-313-12/+12
|/
* i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch2022-08-241-1/+1
* i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady2022-08-161-1/+3
* i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-08-161-3/+5
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-08-011-21/+14
|\
| * i40e: convert .adjfreq to .adjfineJacob Keller2022-07-281-10/+12
| * i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller2022-07-281-13/+4
* | 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-223-11/+25
* | 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-075-0/+107
|\|
| * i40e: Fix VF's MAC Address change on VMNorbert Zulinski2022-06-301-0/+4
| * i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki2022-06-304-0/+103
* | intel/i40e:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* | intel: remove unused macrosJesse Brandeburg2022-06-303-4/+0
* | i40e: read the XDP program once per NAPICiara Loftus2022-06-242-12/+16
* | intel/i40e: delete if NULL check before dev_kfree_skbBernard Zhao2022-06-211-4/+2
* | i40e: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-06-211-2/+0
* | i40e: Add support for ethtool -s <interface> speed <speed in Mb>Mateusz Palczewski2022-06-211-0/+90
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-163-9/+23
|\|
| * i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov2022-06-091-8/+17