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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-03
fm10k: wrap long line for alloc_workqueue
Jacob Keller
1
-1
/
+2
2016-10-03
fm10k: use generic ethtool_op_get_ts_info callback
Jacob Keller
1
-0
/
+1
2016-09-24
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2
-2
/
+6
2016-08-29
fm10k: don't re-map queues when a mailbox message suffices
Jacob Keller
1
-17
/
+29
2016-08-29
fm10k: don't clear the RXQCTL register when enabling or disabling queues
Jacob Keller
1
-3
/
+5
2016-08-29
fm10k: remove unnecessary extra parenthesis around ((~value))
Jacob Keller
1
-1
/
+1
2016-08-29
fm10k: add support for Rx offloads on one Geneve tunnel
Jacob Keller
4
-4
/
+31
2016-08-29
fm10k: rework vxlan_port offload before adding geneve support
Jacob Keller
3
-78
/
+93
2016-08-29
fm10k: don't try to stop queues if we've lost hw_addr
Jacob Keller
1
-0
/
+3
2016-08-29
fm10k: don't continue probe if PCI device not in normal IO state
Jacob Keller
1
-0
/
+6
2016-08-29
fm10k: print error code when pci_enable_device_mem fails during probe
Jacob Keller
1
-1
/
+4
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
5
-9
/
+9
2016-08-29
fm10k: remove fm10k_get_reta_size from namespace
Jacob Keller
2
-2
/
+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
3
-6
/
+17
2016-08-29
fm10k: fix PCI device enable_cnt leak in .io_slot_reset
Jacob Keller
1
-1
/
+1
2016-08-03
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+3
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: force link to remain down for at least a second on resume events
Jacob Keller
1
-0
/
+4
2016-07-21
fm10k: implement request_lport_map pointer
Jacob Keller
3
-13
/
+9
2016-07-21
fm10k: check if PCIe link is restored
Jacob Keller
1
-0
/
+13
2016-07-21
fm10k: enable bus master after every reset
Jacob Keller
1
-0
/
+2
2016-07-21
fm10k: use common flow for suspend and resume
Jacob Keller
1
-70
/
+3
2016-07-21
fm10k: implement reset_notify handler for PCIe FLR events
Jacob Keller
1
-0
/
+33
2016-07-21
fm10k: use common reset flow when handling io errors from PCI stack
Jacob Keller
1
-53
/
+7
2016-07-21
fm10k: implement prepare_suspend and handle_resume
Jacob Keller
1
-0
/
+38
2016-07-21
fm10k: split fm10k_reinit into two functions
Jacob Keller
1
-5
/
+28
2016-07-21
fm10k: wait for queues to drain if stop_hw() fails once
Jacob Keller
3
-7
/
+40
2016-07-21
fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING
Jacob Keller
1
-1
/
+4
2016-07-21
fm10k: use actual hardware registers when checking for pending Tx
Jacob Keller
1
-3
/
+5
2016-07-21
fm10k: perform data path reset even when switch is not ready
Jacob Keller
1
-5
/
+0
2016-07-21
fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING
Jacob Keller
4
-15
/
+24
2016-07-21
fm10k: Reset mailbox global interrupts
Ngai-Mint Kwan
2
-0
/
+6
2016-07-21
fm10k: prevent multiple threads updating statistics
Jacob Keller
2
-0
/
+15
2016-07-21
fm10k: avoid possible null pointer dereference in fm10k_update_stats
Jacob Keller
1
-2
/
+8
2016-07-21
fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set
Jacob Keller
1
-1
/
+2
2016-07-11
drivers/net: fixup comments after "Future-proof tunnel offload handlers"
Sabrina Dubroca
1
-6
/
+2
2016-06-29
fm10k: Remove create_workqueue
Bhaktipriya Shridhar
1
-2
/
+1
2016-06-29
fm10k: fix incorrect index calculation in fm10k_write_reta
Jacob Keller
1
-2
/
+3
2016-06-29
fm10k: Align Rx buffers to 512B blocks
Alexander Duyck
1
-1
/
+1
2016-06-29
fm10k: don't use BIT() macro where the value isn't a bitmask
Jacob Keller
1
-1
/
+1
2016-06-23
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
1
-8
/
+3
2016-06-18
fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
Alexander Duyck
1
-16
/
+20
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-1
/
+1
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+22
2016-04-21
fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock
Hannes Frederic Sowa
1
-0
/
+2
2016-04-21
fm10k: fix incorrect IPv6 extended header checksum
Jacob Keller
1
-9
/
+16
2016-04-21
fm10k: consistently use Intel(R) for driver names
Jacob Keller
20
-30
/
+30
[next]