aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-01-07i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov1-13/+94
2025-01-06i40e: Remove unused i40e_commit_partition_bw_settingDr. David Alan Gilbert1-83/+0
2025-01-06i40e: Remove unused i40e_del_filterDr. David Alan Gilbert1-26/+2
2025-01-06i40e: Remove unused i40e_get_cur_guaranteed_fd_countDr. David Alan Gilbert1-13/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+2
2024-11-04i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov1-2/+10
2024-10-08i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov1-0/+1
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov1-3/+21
2024-07-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-1/+0
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-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-08i40e: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
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 Vecera1-10/+17
2024-04-30i40e: Consolidate checks whether given VSI is mainIvan Vecera1-10/+9
2024-04-30i40e: Add helper to access main VSIIvan Vecera1-47/+60
2024-04-30i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera1-1/+1
2024-04-30i40e: Refactor argument of several client notification functionsIvan Vecera1-7/+5
2024-04-30i40e: Remove flags field from i40e_vebIvan Vecera1-8/+5
2024-04-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-0/+1
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 Lobakin1-0/+1
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+11
2024-04-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-6/+4
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-6/+2
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-6/+4
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 Vecera1-0/+6
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+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-16i40e: Remove VEB recursionIvan Vecera1-103/+73
2024-02-16i40e: Fix broken support for floating VEBsIvan Vecera1-39/+48
2024-02-16i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera1-53/+27
2024-02-16i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera1-211/+178
2024-02-16i40e: Use existing helper to find flow director VSIIvan Vecera1-7/+4
2024-02-12i40e: take into account XDP Tx queues when stopping ringsMaciej Fijalkowski1-6/+8
2024-02-12i40e: avoid double calling i40e_pf_rxq_wait()Maciej Fijalkowski1-9/+3
2024-02-12i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-01-24i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-0/+7
2024-01-24i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski1-16/+24
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10