index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
/
fm10k_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
fm10k: Fix error handling in fm10k_init_module()
Yuan Can
1
-1
/
+9
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
1
-2
/
+2
2021-02-05
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
1
-9
/
+4
2020-08-27
net: Take common prefetch code structure into a function
Tariq Toukan
1
-4
/
+1
2020-07-15
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-8
/
+1
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-2
/
+2
2020-06-26
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
1
-4
/
+1
2019-11-05
fm10k: update driver version to match out-of-tree
Jacob Keller
1
-1
/
+1
2019-09-09
fm10k: use a local variable for the frag pointer
Jacob Keller
1
-3
/
+5
2019-08-04
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
1
-2
/
+2
2019-08-04
fm10k: cast page_addr to u8 * when incrementing it
Jacob Keller
1
-1
/
+1
2019-08-02
fm10k: reduce the scope of the q_idx local variable
Jacob Keller
1
-4
/
+5
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+3
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2019-05-07
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-5
/
+0
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-5
/
+0
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-27
fm10k: Fix a potential NULL pointer dereference
Yue Haibing
1
-0
/
+2
2019-02-09
fm10k: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
1
-5
/
+5
2018-10-31
fm10k: bump driver version to match out-of-tree release
Jacob Keller
1
-1
/
+1
2018-09-19
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-19
/
+1
2018-04-25
ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicast
Alexander Duyck
1
-4
/
+3
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2018-02-28
fm10k: bump version number
Jacob Keller
1
-2
/
+2
2018-01-12
ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...
Alexander Duyck
1
-8
/
+6
2017-11-22
fm10k: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-10-03
fm10k: Fix misuse of net_ratelimit()
Joe Perches
1
-1
/
+2
2017-10-03
fm10k: bump version number
Jacob Keller
1
-1
/
+1
2017-10-02
fm10k: add missing fall through comment
Jacob Keller
1
-0
/
+1
2017-04-06
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
1
-5
/
+5
2017-04-06
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
1
-3
/
+3
2017-01-08
fm10k: report the receive timestamp in FM10K_CB(skb)->tstamp
Jacob Keller
1
-0
/
+2
2017-01-08
fm10k: Limit dma sync of RX buffers to actual packet size
Scott Peterson
1
-3
/
+5
2017-01-08
fm10k: bump version number
Jacob Keller
1
-1
/
+1
2016-10-03
fm10k: wrap long line for alloc_workqueue
Jacob Keller
1
-1
/
+2
2016-08-29
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
1
-2
/
+2
2016-08-29
fm10k: NAPI polling routine must return actual work done
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: use variadic form of alloc_workqueue
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
1
-4
/
+15
2016-07-21
fm10k: bump version number
Jacob Keller
1
-1
/
+1
2016-07-21
fm10k: return proper error code when pci_enable_msix_range fails
Jacob Keller
1
-1
/
+1
2016-07-21
fm10k: wait for queues to drain if stop_hw() fails once
Jacob Keller
1
-1
/
+1
2016-07-21
fm10k: use actual hardware registers when checking for pending Tx
Jacob Keller
1
-3
/
+5
2016-06-29
fm10k: Remove create_workqueue
Bhaktipriya Shridhar
1
-2
/
+1
[next]