aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-29fm10k: don't try to stop queues if we've lost hw_addrJacob Keller1-0/+3
2016-08-29fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller1-0/+6
2016-08-29fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller1-1/+4
2016-08-29fm10k: NAPI polling routine must return actual work doneJacob Keller1-1/+1
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller5-9/+9
2016-08-29fm10k: remove fm10k_get_reta_size from namespaceJacob Keller2-2/+1
2016-08-29fm10k: use variadic form of alloc_workqueueJacob Keller1-1/+1
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller3-6/+17
2016-08-29fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller1-1/+1
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+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-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-6/+2
2016-06-29fm10k: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-29fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller1-2/+3
2016-06-29fm10k: Align Rx buffers to 512B blocksAlexander Duyck1-1/+1
2016-06-29fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller1-1/+1
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-8/+3
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-16/+20
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+22
2016-04-21fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-20fm10k: fix incorrect IPv6 extended header checksumJacob Keller1-9/+16
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller20-30/+30
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller2-18/+22
2016-04-20fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan1-0/+4
2016-04-20fm10k: update comment regarding reserved bits checkJacob Keller1-1/+1
2016-04-20fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller3-3/+8
2016-04-20fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller1-2/+2
2016-04-20fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller1-8/+10
2016-04-20fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller1-2/+0
2016-04-20fm10k: correctly handle LPORT_MAP errorJacob Keller4-1/+35