aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-24i40e: use libie adminq descriptorsMichal Swiatkowski11-650/+478
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-15ethernet: intel: fix building with large NR_CPUSArnd Bergmann1-1/+1
2025-07-03i40e: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean3-45/+31
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-1/+0
2025-06-16eth: i40e: migrate to new RXFH callbacksJakub Kicinski1-24/+14
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+8
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-09i40e: add link_down_events statisticDawid Osuchowski3-0/+14
2025-06-09net: intel: move RSS packet classifier types to libieJacob Keller5-112/+84
2025-06-09net: intel: rename 'hena' to 'hashcfg' for clarityJacob Keller3-27/+29
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-10i40e: use generic unrolled_count() macroAlexander Lobakin2-10/+4
2025-01-07i40e: add ability to reset VF for Tx and Rx MDD eventsAleksandr Loktionov6-17/+111
2025-01-06i40e: Remove unused i40e_dcb_hw_get_num_tcDr. David Alan Gilbert2-14/+0
2025-01-06i40e: Remove unused i40e_asq_send_command_v2Dr. David Alan Gilbert2-17/+0
2025-01-06i40e: Remove unused i40e_commit_partition_bw_settingDr. David Alan Gilbert2-84/+0
2025-01-06i40e: Remove unused i40e_del_filterDr. David Alan Gilbert2-27/+2
2025-01-06i40e: Remove unused i40e_get_cur_guaranteed_fd_countDr. David Alan Gilbert2-14/+0
2025-01-06i40e: Deadcode profile codeDr. David Alan Gilbert2-80/+0
2025-01-06i40e: Remove unused i40e_(read|write)_phy_registerDr. David Alan Gilbert2-82/+0
2025-01-06i40e: Remove unused i40e_blink_phy_link_ledDr. David Alan Gilbert2-78/+0
2025-01-06i40e: Deadcode i40e_aq_*Dr. David Alan Gilbert2-251/+0
2024-12-19xsk: 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-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-1/+2
2024-11-14i40e: Fix handling changed priv flagsPeter Große1-1/+1
2024-11-04i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-10-08i40e: 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