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