开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2016-07-20
fm10k: implement request_lport_map pointer
Jacob Keller
2016-07-20
fm10k: perform data path reset even when switch is not ready
Jacob Keller
2016-07-20
fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING
Jacob Keller
2016-07-20
fm10k: Reset mailbox global interrupts
Ngai-Mint Kwan
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-20
fm10k: consistently use Intel(R) for driver names
Jacob Keller
2016-04-20
fm10k: Reset multicast mode when deleting lport
Ngai-Mint Kwan
2016-04-20
fm10k: use different name than FM10K_VLAN_CLEAR for override bit
Jacob Keller
2016-04-20
fm10k: use 8bit notation instead of 10bit notation for diagram
Jacob Keller
2016-04-20
fm10k: correctly handle LPORT_MAP error
Jacob Keller
2016-04-20
fm10k: drop 1588 support
Jacob Keller
2016-04-13
fm10k: fix multi-bit VLAN update requests from VF
Jacob Keller
2016-04-05
fm10k: fix a minor typo in some comments
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
2015-12-22
fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
Bruce Allan
2015-12-22
fm10k: address operator not needed when declaring function pointers
Bruce Allan
2015-12-22
fm10k: use ether_addr_equal instead of memcmp
Jacob Keller
2015-12-13
fm10k: cleanup overly long lines
Bruce Allan
2015-12-13
fm10k: cleanup namespace pollution
Bruce Allan
2015-12-13
fm10k: whitespace cleanups
Bruce Allan
2015-12-13
fm10k: do not inline fm10k_iov_select_vid()
Bruce Allan
2015-12-13
fm10k: consistently refer to VLANs and VLAN IDs
Jacob Keller
2015-12-13
fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
Jacob Keller
2015-12-13
fm10k: remove unnecessary else block from if statements with return
Jacob Keller
2015-12-13
fm10k: use ether_addr_copy to copy MAC address
Jacob Keller
2015-12-05
fm10k: Add support for ITR scaling based on PCIe link speed
Jacob Keller
2015-12-05
fm10k: explicitly typecast vlan values to u16
Jacob Keller
2015-12-05
fm10k: Correct typecast in fm10k_update_xc_addr_pf
Jacob Keller
2015-09-15
fm10k: fix iov_msg_mac_vlan_pf VID checks
Jacob Keller
2015-09-15
fm10k: Only trigger data path reset if fabric is up
Alexander Duyck
2015-09-15
fm10k: remove is_slot_appropriate
Jacob Keller
2015-06-17
fm10k: fix iov_msg_lport_state_pf issue
Jacob Keller
2015-06-17
fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
Jacob Keller
2015-06-17
fm10k: re-map all possible VF queues after a VFLR
Jacob Keller
2015-04-14
fm10k: corrected VF multicast update
Jeff Kirsher
2015-04-14
fm10k: Set PF queues to unlimited bandwidth during virtualization
Jeff Kirsher
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
2015-02-05
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
Matthew Vick
2014-09-23
fm10k: Add support for ptp to hw specific files
Alexander Duyck
2014-09-23
fm10k: Add support for SR-IOV to PF core files
Alexander Duyck
2014-09-23
fm10k: Add support for configuring PF interface
Alexander Duyck
2014-09-23
fm10k: Add support for PF
Alexander Duyck