summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_pf.c
Commit message (Expand)AuthorAgeFilesLines
* fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller2019-02-061-1/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-19/+1Star
* 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/+0Star
* fm10k: don't re-map queues when a mailbox message sufficesJacob Keller2016-08-291-17/+29
* fm10k: implement request_lport_map pointerJacob Keller2016-07-211-12/+3Star
* fm10k: perform data path reset even when switch is not readyJacob Keller2016-07-211-5/+0Star
* fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller2016-07-211-10/+14
* fm10k: Reset mailbox global interruptsNgai-Mint Kwan2016-07-211-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-241-8/+22
|\
| * fm10k: fix multi-bit VLAN update requests from VFJacob Keller2016-04-141-8/+22
* | fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-211-1/+1
* | fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan2016-04-211-0/+4
* | fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller2016-04-211-2/+6
* | fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller2016-04-211-2/+2
* | fm10k: correctly handle LPORT_MAP errorJacob Keller2016-04-211-0/+2
* | fm10k: drop 1588 supportJacob Keller2016-04-211-100/+1Star
* | 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-141-3/+4
* fm10k: cleanup namespace pollutionBruce Allan2015-12-141-2/+2
* fm10k: whitespace cleanupsBruce Allan2015-12-141-0/+1
* fm10k: do not inline fm10k_iov_select_vid()Bruce Allan2015-12-141-1/+1
* fm10k: consistently refer to VLANs and VLAN IDsJacob Keller2015-12-141-7/+7
* fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller2015-12-141-8/+0Star
* fm10k: remove unnecessary else block from if statements with returnJacob Keller2015-12-141-6/+6
* fm10k: use ether_addr_copy to copy MAC addressJacob Keller2015-12-141-5/+2Star
* fm10k: Add support for ITR scaling based on PCIe link speedJacob Keller2015-12-061-1/+21
* fm10k: explicitly typecast vlan values to u16Jacob Keller2015-12-061-3/+3
* fm10k: Correct typecast in fm10k_update_xc_addr_pfJacob Keller2015-12-061-3/+3
* fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller2015-09-161-33/+52
* fm10k: Only trigger data path reset if fabric is upAlexander Duyck2015-09-161-0/+6
* fm10k: remove is_slot_appropriateJacob Keller2015-09-161-14/+0Star
* 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-151-2/+5
* fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher2015-04-151-1/+2
* fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick2015-03-031-12/+11Star
* fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick2015-02-061-5/+2Star
* fm10k: Add support for ptp to hw specific filesAlexander Duyck2014-09-231-0/+99
* fm10k: Add support for SR-IOV to PF core filesAlexander Duyck2014-09-231-1/+807