summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang3-12/+12
2022-08-24i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch1-1/+1
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski1-21/+14
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-07-28i40e: convert .adjfreq to .adjfineJacob Keller1-10/+12
2022-07-28i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller1-13/+4
2022-07-26i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-07-22i40e: Refactor tc mqprio checksPrzemyslaw Patynowski3-11/+25
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 Kicinski5-0/+107
2022-06-30i40e: Fix VF's MAC Address change on VMNorbert Zulinski1-0/+4
2022-06-30i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki4-0/+103
2022-06-30intel/i40e:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg3-4/+0
2022-06-25i40e: read the XDP program once per NAPICiara Loftus2-12/+16
2022-06-21intel/i40e: delete if NULL check before dev_kfree_skbBernard Zhao1-4/+2
2022-06-21i40e: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-2/+0
2022-06-21i40e: Add support for ethtool -s <interface> speed <speed in Mb>Mateusz Palczewski1-0/+90
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+23
2022-06-15i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-25/+62
2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov1-8/+17
2022-06-09i40e: Fix calculating the number of queue pairsGrzegorz Szczurek1-1/+1
2022-06-09i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek1-0/+5
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski4-6/+147
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-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-14/+26
2022-04-21i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-15i40e, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-10/+23
2022-04-12i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski3-0/+3
2022-04-12i40e: Add vsi.tx_restart to i40e ethtool statsNabil S. Alramli1-0/+1
2022-04-12i40e: Add tx_stopped statJoe Damato6-2/+12
2022-04-12i40e: Add support for MPLS + TSOJoe Damato2-19/+48
2022-03-17i40e: little endian only valid checksumsTom Rix1-2/+3
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-59/+9
2022-03-09i40e: stop disabling VFs due to PF error responsesJacob Keller3-59/+9
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-19i40e: remove dead stores on XSK hotpathAlexander Lobakin1-2/+1
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-14/+2
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato5-5/+15
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato5-4/+17
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato5-1/+9
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato3-1/+6
2022-02-08i40e: Remove rx page reuse double countJoe Damato1-2/+0
2022-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller6-50/+255