aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-22fm10k: add support for extra debug statisticsJacob Keller6-36/+243
2015-09-22fm10k: TRIVIAL remove unnecessary commaJacob Keller1-2/+2
2015-09-22fm10k: create "correct" header for the remote end on connectJacob Keller1-1/+24
2015-09-22fm10k: drop transmitted messages in Tx FIFO as part of reset_workJacob Keller1-1/+18
2015-09-22fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller1-3/+1
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: re-enable VF after a full reset on detection of a Malicious eventJacob Keller1-2/+28
2015-09-15fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller1-1/+1
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller3-1/+20
2015-09-15fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller1-2/+3
2015-09-15fm10k: remove is_slot_appropriateJacob Keller3-29/+0
2015-09-15fm10k: don't store sw_vid at resetJacob Keller1-3/+0
2015-09-15fm10k: allow creation of VLAN interfaces even while downJacob Keller1-0/+6
2015-09-15fm10k: Report MAC address on driver loadAlexander Duyck1-0/+3
2015-09-15fm10k: Don't assume page fragments are page sizeAlexander Duyck1-6/+1
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2-15/+15
2015-09-15fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller1-29/+76
2015-09-15fm10k: only prevent removal of default VID rulesJacob Keller1-2/+2
2015-09-15fm10k: disable service task during suspendJacob Keller1-0/+19
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-06-17fm10k: Fix missing braces after if statementAlexander Duyck1-1/+2
2015-06-17fm10k: fix iov_msg_lport_state_pf issueJacob Keller1-0/+8
2015-06-17fm10k: remove err_no reference in fm10k_mbx.cJacob Keller1-5/+0
2015-06-17fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2-3/+3
2015-06-17fm10k: pack TLV overlay structuresJacob Keller1-4/+4
2015-06-17fm10k: re-map all possible VF queues after a VFLRJacob Keller1-0/+6
2015-06-17fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller1-15/+23
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller1-18/+6
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller1-1/+1
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller1-2/+1
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller1-1/+1
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller1-0/+1
2015-06-17fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller1-1/+1
2015-06-17fm10k: move setting shinfo inside ts_tx_enqueueJacob Keller1-3/+3
2015-06-17fm10k: use correct ethernet driver Tx timestamp functionJacob Keller1-2/+3
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller1-7/+1
2015-06-17fm10k: fold fm10k_pull_tail into fm10k_add_rx_fragAlexander Duyck1-46/+20
2015-05-04fm10k: Do not assume budget will never be 0 for NAPIAlexander Duyck1-2/+2
2015-04-14fm10k: Bump driver version to 0.15.2Jeff Kirsher1-1/+1
2015-04-14fm10k: corrected VF multicast updateJeff Kirsher1-2/+5
2015-04-14fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher1-3/+6
2015-04-14fm10k: reset head instead of calling update_max_sizeJeff Kirsher1-2/+16
2015-04-14fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher1-1/+1
2015-04-14fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher1-11/+11
2015-04-14fm10k: start service timer on probeJeff Kirsher1-3/+6
2015-04-14fm10k: fix function header commentJeff Kirsher1-2/+1
2015-04-14fm10k: comment next_vf_mbx flowJeff Kirsher1-0/+11
2015-04-14fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2-32/+5
2015-04-14fm10k: use separate workqueue for fm10k driverJeff Kirsher3-1/+16