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
/
fm10k_pf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-29
fm10k: don't re-map queues when a mailbox message suffices
Jacob Keller
1
-17
/
+29
2016-07-21
fm10k: implement request_lport_map pointer
Jacob Keller
1
-12
/
+3
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
1
-10
/
+14
2016-07-21
fm10k: Reset mailbox global interrupts
Ngai-Mint Kwan
1
-0
/
+4
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: consistently use Intel(R) for driver names
Jacob Keller
1
-1
/
+1
2016-04-21
fm10k: Reset multicast mode when deleting lport
Ngai-Mint Kwan
1
-0
/
+4
2016-04-21
fm10k: use different name than FM10K_VLAN_CLEAR for override bit
Jacob Keller
1
-2
/
+6
2016-04-21
fm10k: use 8bit notation instead of 10bit notation for diagram
Jacob Keller
1
-2
/
+2
2016-04-21
fm10k: correctly handle LPORT_MAP error
Jacob Keller
1
-0
/
+2
2016-04-21
fm10k: drop 1588 support
Jacob Keller
1
-100
/
+1
2016-04-14
fm10k: fix multi-bit VLAN update requests from VF
Jacob Keller
1
-8
/
+22
2016-04-05
fm10k: fix a minor typo in some comments
Jacob Keller
1
-1
/
+1
2016-04-05
fm10k: cleanup remaining right-bit-shifted 1
Bruce Allan
1
-6
/
+6
2016-04-05
fm10k: Move constants to the right of binary operators
Bruce Allan
1
-3
/
+3
2015-12-22
fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
Bruce Allan
1
-3
/
+3
2015-12-22
fm10k: address operator not needed when declaring function pointers
Bruce Allan
1
-29
/
+29
2015-12-22
fm10k: use ether_addr_equal instead of memcmp
Jacob Keller
1
-1
/
+1
2015-12-14
fm10k: cleanup overly long lines
Bruce Allan
1
-3
/
+4
2015-12-14
fm10k: cleanup namespace pollution
Bruce Allan
1
-2
/
+2
2015-12-14
fm10k: whitespace cleanups
Bruce Allan
1
-0
/
+1
2015-12-14
fm10k: do not inline fm10k_iov_select_vid()
Bruce Allan
1
-1
/
+1
2015-12-14
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
1
-7
/
+7
2015-12-14
fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
Jacob Keller
1
-8
/
+0
2015-12-14
fm10k: remove unnecessary else block from if statements with return
Jacob Keller
1
-6
/
+6
2015-12-14
fm10k: use ether_addr_copy to copy MAC address
Jacob Keller
1
-5
/
+2
2015-12-06
fm10k: Add support for ITR scaling based on PCIe link speed
Jacob Keller
1
-1
/
+21
2015-12-06
fm10k: explicitly typecast vlan values to u16
Jacob Keller
1
-3
/
+3
2015-12-06
fm10k: Correct typecast in fm10k_update_xc_addr_pf
Jacob Keller
1
-3
/
+3
2015-09-16
fm10k: fix iov_msg_mac_vlan_pf VID checks
Jacob Keller
1
-33
/
+52
2015-09-16
fm10k: Only trigger data path reset if fabric is up
Alexander Duyck
1
-0
/
+6
2015-09-16
fm10k: remove is_slot_appropriate
Jacob Keller
1
-14
/
+0
2015-06-18
fm10k: fix iov_msg_lport_state_pf issue
Jacob Keller
1
-0
/
+8
2015-06-18
fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
Jacob Keller
1
-2
/
+2
2015-06-18
fm10k: re-map all possible VF queues after a VFLR
Jacob Keller
1
-0
/
+6
2015-04-15
fm10k: corrected VF multicast update
Jeff Kirsher
1
-2
/
+5
2015-04-15
fm10k: Set PF queues to unlimited bandwidth during virtualization
Jeff Kirsher
1
-1
/
+2
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
1
-12
/
+11
2015-02-06
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
Matthew Vick
1
-5
/
+2
2014-09-23
fm10k: Add support for ptp to hw specific files
Alexander Duyck
1
-0
/
+99
2014-09-23
fm10k: Add support for SR-IOV to PF core files
Alexander Duyck
1
-1
/
+807
2014-09-23
fm10k: Add support for configuring PF interface
Alexander Duyck
1
-2
/
+585
2014-09-23
fm10k: Add support for PF
Alexander Duyck
1
-0
/
+392