summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+7
2025-06-10i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-10i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-11i40e: fix MMIO write access to an invalid page in i40e_clear_hwKyungwook Boo1-3/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-02-11i40e: use generic unrolled_count() macroAlexander Lobakin2-10/+4
2025-01-08i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov6-17/+111
2025-01-07i40e: Remove unused i40e_dcb_hw_get_num_tcDr. David Alan Gilbert2-14/+0
2025-01-07i40e: Remove unused i40e_asq_send_command_v2Dr. David Alan Gilbert2-17/+0
2025-01-07i40e: Remove unused i40e_commit_partition_bw_settingDr. David Alan Gilbert2-84/+0
2025-01-07i40e: Remove unused i40e_del_filterDr. David Alan Gilbert2-27/+2
2025-01-07i40e: Remove unused i40e_get_cur_guaranteed_fd_countDr. David Alan Gilbert2-14/+0
2025-01-07i40e: Deadcode profile codeDr. David Alan Gilbert2-80/+0
2025-01-07i40e: Remove unused i40e_(read|write)_phy_registerDr. David Alan Gilbert2-82/+0
2025-01-07i40e: Remove unused i40e_blink_phy_link_ledDr. David Alan Gilbert2-78/+0
2025-01-07i40e: Deadcode i40e_aq_*Dr. David Alan Gilbert2-251/+0
2024-12-20xsk: make xsk_buff_add_frag() really add the frag via __xdp_buff_add_frag()Alexander Lobakin1-27/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2024-11-16ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+2
2024-11-15i40e: Fix handling changed priv flagsPeter Große1-1/+1
2024-11-05i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-10-09i40e: 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-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-2/+1
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2024-07-12i40e: 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-10i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-06-11net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko1-1/+1
2024-05-30i40e: Fully suspend and resume IO operations in EEH caseThinh Tran1-3/+6
2024-05-30i40e: factoring out i40e_suspend/i40e_resumeThinh Tran1-114/+135
2024-05-23tracing/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-08net: 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