index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-06
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-03-26
fm10k: Fix a potential NULL pointer dereference
Yue Haibing
2019-02-08
fm10k: use struct_size() in kzalloc()
Gustavo A. R. Silva
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-10-31
fm10k: bump driver version to match out-of-tree release
Jacob Keller
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-25
ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicast
Alexander Duyck
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-02-28
fm10k: bump version number
Jacob Keller
2018-01-12
ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...
Alexander Duyck
2017-11-21
fm10k: Use smp_rmb rather than read_barrier_depends
Brian King
2017-10-03
fm10k: Fix misuse of net_ratelimit()
Joe Perches
2017-10-03
fm10k: bump version number
Jacob Keller
2017-10-02
fm10k: add missing fall through comment
Jacob Keller
2017-04-05
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
2017-04-05
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
2017-01-08
fm10k: report the receive timestamp in FM10K_CB(skb)->tstamp
Jacob Keller
2017-01-08
fm10k: Limit dma sync of RX buffers to actual packet size
Scott Peterson
2017-01-08
fm10k: bump version number
Jacob Keller
2016-10-02
fm10k: wrap long line for alloc_workqueue
Jacob Keller
2016-08-29
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
2016-08-29
fm10k: NAPI polling routine must return actual work done
Jacob Keller
2016-08-29
fm10k: prefer READ_ONCE instead of ACCESS_ONCE
Jacob Keller
2016-08-29
fm10k: use variadic form of alloc_workqueue
Jacob Keller
2016-08-29
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
2016-07-20
fm10k: bump version number
Jacob Keller
2016-07-20
fm10k: return proper error code when pci_enable_msix_range fails
Jacob Keller
2016-07-20
fm10k: wait for queues to drain if stop_hw() fails once
Jacob Keller
2016-07-20
fm10k: use actual hardware registers when checking for pending Tx
Jacob Keller
2016-06-29
fm10k: Remove create_workqueue
Bhaktipriya Shridhar
2016-06-29
fm10k: Align Rx buffers to 512B blocks
Alexander Duyck
2016-04-20
fm10k: fix incorrect IPv6 extended header checksum
Jacob Keller
2016-04-20
fm10k: consistently use Intel(R) for driver names
Jacob Keller
2016-04-20
fm10k: fix possible null pointer deref after kcalloc
Jacob Keller
2016-04-20
fm10k: drop 1588 support
Jacob Keller
2016-04-20
fm10k: use DRV_SUMMARY to reduce code duplication
Jacob Keller
2016-04-20
fm10k: Add support for bulk Tx cleanup & cleanup boolean logic
Alexander Duyck
2016-04-05
fm10k: use ethtool_rxfh_indir_default for default redirection table
Jacob Keller
2016-04-05
fm10k: correctly clean up when init_queueing_scheme fails
Jacob Keller
2016-04-05
fm10k: base queue scheme covered by RSS
Jacob Keller
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
2016-04-05
fm10k: Move constants to the right of binary operators
Bruce Allan
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
[next]