summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pf.c
Commit message (Expand)AuthorAgeFilesLines
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-1/+1
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-4/+4
* fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller2019-08-041-1/+1
* fm10k: mark unused parameters with __always_unusedJacob Keller2019-08-041-5/+5
* fm10k: reduce the scope of the result local variableJacob Keller2019-08-011-2/+1
* fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller2019-02-051-1/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-19/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* fm10k: fix function doxygen commentsJacob Keller2018-02-281-2/+2
* fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan2018-01-241-1/+1
* fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller2017-10-031-1/+1
* fm10k: fix typos on fall through commentsJacob Keller2017-10-021-5/+5
* fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan2017-01-081-4/+0
* fm10k: don't re-map queues when a mailbox message sufficesJacob Keller2016-08-291-17/+29
* fm10k: implement request_lport_map pointerJacob Keller2016-07-201-12/+3
* fm10k: perform data path reset even when switch is not readyJacob Keller2016-07-201-5/+0
* fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller2016-07-201-10/+14
* fm10k: Reset mailbox global interruptsNgai-Mint Kwan2016-07-201-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-8/+22
|\
| * fm10k: fix multi-bit VLAN update requests from VFJacob Keller2016-04-131-8/+22
* | fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-201-1/+1
* | fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan2016-04-201-0/+4
* | fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller2016-04-201-2/+6
* | fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller2016-04-201-2/+2
* | fm10k: correctly handle LPORT_MAP errorJacob Keller2016-04-201-0/+2
* | fm10k: drop 1588 supportJacob Keller2016-04-201-100/+1
* | fm10k: fix a minor typo in some commentsJacob Keller2016-04-051-1/+1
* | fm10k: cleanup remaining right-bit-shifted 1Bruce Allan2016-04-051-6/+6
* | fm10k: Move constants to the right of binary operatorsBruce Allan2016-04-051-3/+3
|/
* fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan2015-12-221-3/+3
* fm10k: address operator not needed when declaring function pointersBruce Allan2015-12-221-29/+29
* fm10k: use ether_addr_equal instead of memcmpJacob Keller2015-12-221-1/+1
* fm10k: cleanup overly long linesBruce Allan2015-12-131-3/+4
* fm10k: cleanup namespace pollutionBruce Allan2015-12-131-2/+2
* fm10k: whitespace cleanupsBruce Allan2015-12-131-0/+1
* fm10k: do not inline fm10k_iov_select_vid()Bruce Allan2015-12-131-1/+1
* fm10k: consistently refer to VLANs and VLAN IDsJacob Keller2015-12-131-7/+7
* fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller2015-12-131-8/+0
* fm10k: remove unnecessary else block from if statements with returnJacob Keller2015-12-131-6/+6
* fm10k: use ether_addr_copy to copy MAC addressJacob Keller2015-12-131-5/+2
* fm10k: Add support for ITR scaling based on PCIe link speedJacob Keller2015-12-051-1/+21
* fm10k: explicitly typecast vlan values to u16Jacob Keller2015-12-051-3/+3
* fm10k: Correct typecast in fm10k_update_xc_addr_pfJacob Keller2015-12-051-3/+3
* fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller2015-09-151-33/+52
* fm10k: Only trigger data path reset if fabric is upAlexander Duyck2015-09-151-0/+6
* fm10k: remove is_slot_appropriateJacob Keller2015-09-151-14/+0
* fm10k: fix iov_msg_lport_state_pf issueJacob Keller2015-06-171-0/+8
* fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2015-06-171-2/+2
* fm10k: re-map all possible VF queues after a VFLRJacob Keller2015-06-171-0/+6
* fm10k: corrected VF multicast updateJeff Kirsher2015-04-141-2/+5