summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
9 daysi40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2-0/+3
2024-09-06i40e: Remove setting of RX software timestampGal Pressman1-4/+0
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov3-7/+54
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-07-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-2/+1
2024-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2024-07-11i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2024-07-11i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman1-1/+1
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-07-09i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko1-1/+1
2024-05-29i40e: Fully suspend and resume IO operations in EEH caseThinh Tran1-3/+6
2024-05-29i40e: factoring out i40e_suspend/i40e_resumeThinh Tran1-114/+135
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-08i40e: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-30i40e: Add and use helper to reconfigure TC for given VSIIvan Vecera1-8/+24
2024-04-30i40e: Add helper to access main VEBIvan Vecera3-16/+31
2024-04-30i40e: Consolidate checks whether given VSI is mainIvan Vecera3-17/+16
2024-04-30i40e: Add helper to access main VSIIvan Vecera9-83/+116
2024-04-30i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera3-6/+8
2024-04-30i40e: Refactor argument of several client notification functionsIvan Vecera3-19/+17
2024-04-30i40e: Remove flags field from i40e_vebIvan Vecera3-11/+7
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-403/+18
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-04-25i40e: Report MFS in decimal base instead of hexErwan Velu1-2/+2
2024-04-25i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale1-1/+1
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin5-403/+18
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-46/+99
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2-527/+493
2024-04-01i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-6/+2
2024-03-29i40e: avoid forward declarations in i40e_nvm.cMaciej Fijalkowski1-521/+489
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-6/+4
2024-03-28net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2-5/+2
2024-03-26i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-03-26i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-03-26i40e: Enforce software interrupt during busy-poll exitIvan Vecera5-21/+72
2024-03-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-8/+0
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+2
2024-03-06i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev2-8/+0
2024-03-05i40e: Fix firmware version comparison functionIvan Vecera1-2/+1
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet1-1/+1
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2024-03-01i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-02-28net: intel: i40e/igc: Remove setting Autoneg in EEE capabilitiesAndrew Lunn1-6/+1