summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-13fm10k: do not use enum as booleanJacob Keller
2015-10-13fm10k: use snprintf() instead of sprintf() to avoid buffer overflowJacob Keller
2015-09-22fm10k: add support for extra debug statisticsJacob Keller
2015-09-22fm10k: TRIVIAL remove unnecessary commaJacob Keller
2015-09-22fm10k: create "correct" header for the remote end on connectJacob Keller
2015-09-22fm10k: drop transmitted messages in Tx FIFO as part of reset_workJacob Keller
2015-09-22fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller
2015-09-15fm10k: fix iov_msg_mac_vlan_pf VID checksJacob Keller
2015-09-15fm10k: Only trigger data path reset if fabric is upAlexander Duyck
2015-09-15fm10k: re-enable VF after a full reset on detection of a Malicious eventJacob Keller
2015-09-15fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller
2015-09-15fm10k: TRIVIAL fix up ordering of __always_unused and styleJacob Keller
2015-09-15fm10k: remove is_slot_appropriateJacob Keller
2015-09-15fm10k: don't store sw_vid at resetJacob Keller
2015-09-15fm10k: allow creation of VLAN interfaces even while downJacob Keller
2015-09-15fm10k: Report MAC address on driver loadAlexander Duyck
2015-09-15fm10k: Don't assume page fragments are page sizeAlexander Duyck
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller
2015-09-15fm10k: update fm10k_slot_warn to use pcie_get_minimum linkJacob Keller
2015-09-15fm10k: only prevent removal of default VID rulesJacob Keller
2015-09-15fm10k: disable service task during suspendJacob Keller
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-06-17fm10k: Fix missing braces after if statementAlexander Duyck
2015-06-17fm10k: fix iov_msg_lport_state_pf issueJacob Keller
2015-06-17fm10k: remove err_no reference in fm10k_mbx.cJacob Keller
2015-06-17fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller
2015-06-17fm10k: pack TLV overlay structuresJacob Keller
2015-06-17fm10k: re-map all possible VF queues after a VFLRJacob Keller
2015-06-17fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller
2015-06-17fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller
2015-06-17fm10k: move setting shinfo inside ts_tx_enqueueJacob Keller
2015-06-17fm10k: use correct ethernet driver Tx timestamp functionJacob Keller
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller
2015-06-17fm10k: fold fm10k_pull_tail into fm10k_add_rx_fragAlexander Duyck
2015-05-04fm10k: Do not assume budget will never be 0 for NAPIAlexander Duyck
2015-04-14fm10k: Bump driver version to 0.15.2Jeff Kirsher
2015-04-14fm10k: corrected VF multicast updateJeff Kirsher
2015-04-14fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher
2015-04-14fm10k: reset head instead of calling update_max_sizeJeff Kirsher
2015-04-14fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher
2015-04-14fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher
2015-04-14fm10k: start service timer on probeJeff Kirsher