summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
Commit message (Expand)AuthorAgeFilesLines
* fm10k: Fix missing braces after if statementAlexander Duyck2015-06-171-1/+2
* fm10k: fix iov_msg_lport_state_pf issueJacob Keller2015-06-171-0/+8
* fm10k: remove err_no reference in fm10k_mbx.cJacob Keller2015-06-171-5/+0
* fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2015-06-172-3/+3
* fm10k: pack TLV overlay structuresJacob Keller2015-06-171-4/+4
* fm10k: re-map all possible VF queues after a VFLRJacob Keller2015-06-171-0/+6
* fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller2015-06-171-15/+23
* fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller2015-06-171-18/+6
* fm10k: trivial fixup message style to include a colonJacob Keller2015-06-171-1/+1
* fm10k: remove extraneous NULL check on l2_accelJacob Keller2015-06-171-2/+1
* fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller2015-06-171-1/+1
* fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller2015-06-171-0/+1
* fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller2015-06-171-1/+1
* fm10k: move setting shinfo inside ts_tx_enqueueJacob Keller2015-06-171-3/+3
* fm10k: use correct ethernet driver Tx timestamp functionJacob Keller2015-06-171-2/+3
* fm10k: ignore invalid multicast address entriesJacob Keller2015-06-171-7/+1
* fm10k: fold fm10k_pull_tail into fm10k_add_rx_fragAlexander Duyck2015-06-171-46/+20
* fm10k: Do not assume budget will never be 0 for NAPIAlexander Duyck2015-05-041-2/+2
* fm10k: Bump driver version to 0.15.2Jeff Kirsher2015-04-141-1/+1
* fm10k: corrected VF multicast updateJeff Kirsher2015-04-141-2/+5
* fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher2015-04-141-3/+6
* fm10k: reset head instead of calling update_max_sizeJeff Kirsher2015-04-141-2/+16
* fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher2015-04-141-1/+1
* fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher2015-04-141-11/+11
* fm10k: start service timer on probeJeff Kirsher2015-04-141-3/+6
* fm10k: fix function header commentJeff Kirsher2015-04-141-2/+1
* fm10k: comment next_vf_mbx flowJeff Kirsher2015-04-141-0/+11
* fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2015-04-142-32/+5
* fm10k: use separate workqueue for fm10k driverJeff Kirsher2015-04-143-1/+16
* fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher2015-04-141-1/+2
* fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher2015-04-141-0/+2
* fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher2015-04-141-1/+0
* fm10k: remove extraneous "Reset interface" messageJeff Kirsher2015-04-141-1/+0
* fm10k: separate PF only stats so that VF does not display themJeff Kirsher2015-04-141-14/+37
* fm10k: use hw->mac.max_queues for statsJeff Kirsher2015-04-142-8/+12
* fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher2015-04-141-2/+3
* fm10k: allow creation of VLAN on default vidJeff Kirsher2015-04-141-4/+4
* fm10k: fix unused warningsJeff Kirsher2015-04-147-37/+35
* fm10k: Add netconsole supportJeff Kirsher2015-04-143-0/+28
* fm10k: Have the VF get the default VLAN during initJeff Kirsher2015-04-141-1/+5
* fm10k: Correct spelling mistakeJeff Kirsher2015-04-141-2/+2
* fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher2015-04-143-7/+4
* fm10k: Corrected an error in Tx statisticsJeff Kirsher2015-04-141-2/+2
* ptp: fm10k: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-6/+6
* fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick2015-03-0311-42/+40
* fm10k: Implement ndo_features_checkMatthew Vick2015-03-033-1/+13
* fm10k: Modify tunnel length header check when offloadingMatthew Vick2015-03-032-9/+27
* fm10k: Resolve compile warnings with W=1Matthew Vick2015-02-052-6/+2
* fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick2015-02-051-5/+2
* fm10k: Increase the timeout for the data path resetMatthew Vick2015-01-221-1/+1
OpenPOWER on IntegriCloud