aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-107/+160
2016-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-352/+350
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-32/+66
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore4-41/+72
2016-07-22ixgbe: remove redundant check on ret_valColin Ian King1-3/+0
2016-07-22ixgbevf: Commonize mailbox write/readTony Nguyen1-29/+6
2016-07-22ixgbevf: Add range checking for setting MTUTony Nguyen3-21/+40
2016-07-22ixgbevf: Protect ixgbevf_reset_subtask from remove eventDon Skidmore1-0/+1
2016-07-22ixgbe: Add missing destroy_workqueue() on error in ixgbe_init_module()Wei Yongjun1-0/+1
2016-07-22ixgbevf: Add lock around ixgbevf_reinit_locked callDon Skidmore1-0/+2
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov1-2/+2
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore5-0/+11
2016-07-22ixgbe: Fix minor typo while freeing irqBabu Moger1-1/+1
2016-07-22ixgbe: Change register variable to unsignedDon Skidmore1-1/+1
2016-07-22ixgbevf: bump version numberDon Skidmore1-1/+1
2016-07-22ixgbevf: Correct parameter sent to LED functionDon Skidmore2-2/+14
2016-07-22ixgbevf: fix NACK check in ixgbevf_set_uc_addr_vf()Emil Tantilov1-6/+8
2016-07-22i40e: Explicitly write platform-specific mac address after PF resetTushar Dave1-38/+49
2016-07-22i40e: add missing link advertise settingStefan Assmann1-0/+1
2016-07-22i40e: Move the mutex lock in i40e_client_unregisterCatherine Sullivan1-2/+2
2016-07-22i40e: Remove redundant memsetAmitoj Kaur Chawla1-1/+0
2016-07-22i40e/i40evf-bump version to 1.6.11Bimmy Pujari2-2/+2
2016-07-22i40e: refactor Rx filter handlingMitch Williams3-279/+261
2016-07-22i40evf: add hyperv dev idsJoshua Hay1-0/+2
2016-07-22i40e: Remove device ID 0x37D4Catherine Sullivan5-5/+0
2016-07-22i40e/i40evf: remove useless initializerMitch Williams2-5/+2
2016-07-22i40e: Fix to show correct Advertised Link Modes when link is downAvinash Dayanand1-19/+28
2016-07-22i40e: avoid null pointer dereferenceHeinrich Schuchardt1-1/+3
2016-07-20fm10k: bump version numberJacob Keller1-1/+1
2016-07-20fm10k: return proper error code when pci_enable_msix_range failsJacob Keller1-1/+1
2016-07-20fm10k: force link to remain down for at least a second on resume eventsJacob Keller1-0/+4
2016-07-20fm10k: implement request_lport_map pointerJacob Keller3-13/+9
2016-07-20fm10k: check if PCIe link is restoredJacob Keller1-0/+13
2016-07-20fm10k: enable bus master after every resetJacob Keller1-0/+2
2016-07-20fm10k: use common flow for suspend and resumeJacob Keller1-70/+3
2016-07-20fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller1-0/+33
2016-07-20fm10k: use common reset flow when handling io errors from PCI stackJacob Keller1-53/+7
2016-07-20fm10k: implement prepare_suspend and handle_resumeJacob Keller1-0/+38
2016-07-20fm10k: split fm10k_reinit into two functionsJacob Keller1-5/+28
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller3-7/+40
2016-07-20fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDINGJacob Keller1-1/+4
2016-07-20fm10k: use actual hardware registers when checking for pending TxJacob Keller1-3/+5
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 Keller4-15/+24
2016-07-20fm10k: Reset mailbox global interruptsNgai-Mint Kwan2-0/+6
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller2-0/+15
2016-07-20fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller1-2/+8
2016-07-20fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller1-1/+2
2016-07-14i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli1-5/+11
2016-07-14ixgbe: napi_poll must return the work donePaolo Abeni1-1/+1