aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher1-1/+2
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick1-12/+11
2015-02-05fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick1-5/+2
2014-09-23fm10k: Add support for ptp to hw specific filesAlexander Duyck1-0/+99
2014-09-23fm10k: Add support for SR-IOV to PF core filesAlexander Duyck1-1/+807
2014-09-23fm10k: Add support for configuring PF interfaceAlexander Duyck1-2/+585
2014-09-23fm10k: Add support for PFAlexander Duyck1-0/+392