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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-15
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-8
/
+2
2020-06-26
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
1
-1
/
+0
2020-02-25
intel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2019-11-05
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
1
-0
/
+3
2019-08-04
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
1
-7
/
+3
2018-09-24
fm10k: remove ndo_poll_controller
Eric Dumazet
1
-3
/
+0
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
1
-19
/
+1
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
1
-0
/
+1
2017-10-03
fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw
Jacob Keller
1
-2
/
+2
2017-10-03
fm10k: introduce a message queue for MAC/VLAN messages
Jacob Keller
1
-0
/
+39
2017-10-03
fm10k: use spinlock to implement mailbox lock
Jacob Keller
1
-10
/
+5
2017-10-03
fm10k: prepare_for_reset() when we lose PCIe Link
Jacob Keller
1
-0
/
+2
2017-04-06
fm10k: allow service task to reschedule itself
Jacob Keller
1
-0
/
+1
2017-04-06
fm10k: future-proof state bitmaps using DECLARE_BITMAP
Jacob Keller
1
-18
/
+22
2017-04-06
fm10k: use a BITMAP for flags to avoid race conditions
Jacob Keller
1
-6
/
+21
2017-01-08
fm10k: remove FM10K_FLAG_DEBUG_STATS
Jacob Keller
1
-1
/
+0
2017-01-08
fm10k: report the receive timestamp in FM10K_CB(skb)->tstamp
Jacob Keller
1
-3
/
+2
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
1
-1
/
+1
2016-08-29
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
1
-0
/
+1
2016-08-29
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
1
-4
/
+2
2016-08-29
fm10k: remove fm10k_get_reta_size from namespace
Jacob Keller
1
-1
/
+0
2016-08-29
fm10k: use software values when checking for Tx hangs in hot path
Jacob Keller
1
-1
/
+1
2016-07-21
fm10k: wait for queues to drain if stop_hw() fails once
Jacob Keller
1
-0
/
+1
2016-07-21
fm10k: prevent multiple threads updating statistics
Jacob Keller
1
-0
/
+1
2016-06-29
fm10k: don't use BIT() macro where the value isn't a bitmask
Jacob Keller
1
-1
/
+1
2016-04-21
fm10k: consistently use Intel(R) for driver names
Jacob Keller
1
-1
/
+1
2016-04-21
fm10k: correctly handle LPORT_MAP error
Jacob Keller
1
-0
/
+1
2016-04-21
fm10k: drop 1588 support
Jacob Keller
1
-33
/
+1
2016-04-05
fm10k: use ethtool_rxfh_indir_default for default redirection table
Jacob Keller
1
-0
/
+2
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
1
-6
/
+6
2015-12-14
fm10k: initialize xps at driver load
Jacob Keller
1
-0
/
+3
2015-12-14
fm10k: cleanup overly long lines
Bruce Allan
1
-1
/
+1
2015-12-14
fm10k: use BIT() macro instead of open-coded bit-shifting
Bruce Allan
1
-1
/
+1
2015-12-14
fm10k: conditionally compile DCB and DebugFS support
Jacob Keller
1
-0
/
+4
2015-12-14
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
1
-2
/
+2
2015-12-06
fm10k: change default Tx ITR to 25usec
Jacob Keller
1
-1
/
+2
2015-12-06
fm10k: use macro for default Tx and Rx ITR values
Jacob Keller
1
-0
/
+2
2015-12-06
fm10k: Update adaptive ITR algorithm
Jacob Keller
1
-0
/
+1
2015-12-06
fm10k: introduce ITR_IS_ADAPTIVE macro
Jacob Keller
1
-0
/
+2
2015-12-06
fm10k: set netdev features in one location
Jacob Keller
1
-1
/
+1
2015-11-23
fm10k: Correct MTU for jumbo frames
Jacob Keller
1
-1
/
+1
2015-09-23
fm10k: add support for extra debug statistics
Jacob Keller
1
-0
/
+19
2015-04-15
fm10k: use separate workqueue for fm10k driver
Jeff Kirsher
1
-0
/
+3
2015-04-15
fm10k: Add netconsole support
Jeff Kirsher
1
-0
/
+3
2015-04-15
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
1
-2
/
+1
2015-03-03
fm10k: Implement ndo_features_check
Matthew Vick
1
-0
/
+1
2014-10-02
fm10k: Reduce buffer size when pages are larger than 4K
Alexander Duyck
1
-6
/
+2
2014-09-23
fm10k: Add support for PTP
Alexander Duyck
1
-0
/
+37
2014-09-23
fm10k: Add support for debugfs
Alexander Duyck
1
-0
/
+24
2014-09-23
fm10k: Add support for IEEE DCBx
Alexander Duyck
1
-1
/
+4
[next]