index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+5
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-6
/
+0
2025-11-26
fm10k: extract GRXRINGS from .get_rxnfc
Breno Leitao
-14
/
+3
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
-6
/
+0
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-1
/
+1
2025-09-19
net: intel: fm10k: Fix parameter idx set but not used
Brahmajit Das
-6
/
+5
2025-08-18
eth: intel: use vmalloc_array() to simplify code
Qianfeng Rong
-1
/
+1
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+2
2025-07-15
ethernet: intel: fix building with large NR_CPUS
Arnd Bergmann
-1
/
+2
2025-06-16
eth: fm10k: migrate to new RXFH callbacks
Jakub Kicinski
-24
/
+10
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-01-07
intel/fm10k: Remove unused fm10k_iov_msg_mac_vlan_pf
Dr. David Alan Gilbert
-122
/
+0
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
-1
/
+0
2024-03-29
net: intel: implement modern PM ops declarations
Jesse Brandeburg
-6
/
+4
2023-12-18
intel: legacy: field get conversion
Jesse Brandeburg
-7
/
+5
2023-12-18
intel: legacy: field prep conversion
Jesse Brandeburg
-2
/
+1
2023-12-18
intel: add bit macro includes where needed
Jesse Brandeburg
-0
/
+2
2023-12-13
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
-12
/
+14
2023-10-18
fm10k: replace deprecated strncpy with strscpy
Justin Stitt
-4
/
+4
2023-03-08
fm10k: Remove unnecessary aer.h include
Bjorn Helgaas
-1
/
+0
2023-01-30
fm10k: Remove redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
-5
/
+0
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+9
2022-11-23
fm10k: Fix error handling in fm10k_init_module()
Yuan Can
-1
/
+9
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
-4
/
+4
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
-2
/
+1
2022-06-30
intel/fm10k:fix repeated words in comments
Jilin Yuan
-2
/
+2
2022-06-30
fm10k: remove unexpected word "the"
Jiang Jian
-1
/
+1
2022-06-09
drivers/net/ethernet/intel: fix typos in comments
Julia Lawall
-1
/
+1
2021-12-21
fm10k: Fix syntax errors in comments
Xiang wangx
-1
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
-2
/
+6
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
-3
/
+3
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
-2
/
+6
2021-07-01
fm10k: Fix an error handling path in 'fm10k_probe()'
Christophe JAILLET
-0
/
+1
2021-05-26
fm10k: move error check
Jesse Brandeburg
-5
/
+5
2021-03-23
fm10k: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+2
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
-7
/
+7
2021-02-04
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
-9
/
+4
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
-2
/
+0
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
-0
/
+1
2020-09-29
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
-2
/
+0
2020-08-26
net: Take common prefetch code structure into a function
Tariq Toukan
-4
/
+1
2020-07-14
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
-159
/
+28
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
-12
/
+12
2020-06-25
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
-7
/
+1
2020-03-12
net: fm10k: reject unsupported coalescing params
Jakub Kicinski
-0
/
+2
2020-02-24
intel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-3
/
+3
2020-01-17
fm10k: use txqueue parameter in fm10k_tx_timeout
Jacob Keller
-7
/
+10
[next]