aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-26i40e: check pointers before useShannon Nelson1-1/+1
2015-02-26i40e: catch NVM write semaphore timeout and retryShannon Nelson1-0/+35
2015-02-26i40e: stop flow director on shutdownMitch A Williams1-0/+1
2015-02-26i40e: disconnect irqs on shutdownShannon Nelson1-6/+8
2015-02-26i40e: Issue a PF reset if Tx queue disable timeoutParikh, Neerav1-1/+7
2015-02-26i40e: Fix the Tx ring qset handle when DCB reconfiguresParikh, Neerav1-2/+9
2015-02-26i40e: Fix the case where per TC queue count was higher than queues enabledAnjali Singhai1-1/+6
2015-02-26i40e: fix race in hang checkJesse Brandeburg1-24/+30
2015-02-26i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai2-0/+66
2015-02-26i40e: Don't check for Tx hang when PF downAkeem G Abodunrin1-1/+2
2015-02-26i40e: fix shift precedence issueShannon Nelson2-3/+4
2015-02-26i40e: Fix memory leak at failure path in i40e_dbg_command_write()Alexey Khoroshilov1-1/+3
2015-02-09i40e: Fix for stats init function call in Rx setupCarolyn Wyborny1-1/+1
2015-02-09i40e/i40evf: Add call to u64_stats_init to initCarolyn Wyborny1-0/+2
2015-02-09i40e: Enable Loopback for the FCOE vsi as wellAnjali Singhai Jain1-0/+1
2015-02-09i40e: use dev_port for fcoe netdevVasu Dev1-0/+6
2015-02-09i40e: Fix function headerGreg Rose1-1/+1
2015-02-09i40e: fix led blink toggle to enable steady stateMatt Jared1-2/+4
2015-02-09i40evf: Force Tx writeback on ITRAnjali Singhai Jain1-2/+2
2015-02-08i40e: stop the service task at shutdownMitch Williams1-0/+2
2015-02-08i40e: add locking around VF resetMitch Williams2-6/+8
2015-02-08i40e: Use even more ARQ descriptorsMitch Williams1-2/+2
2015-02-08i40e: delay after VF resetMitch Williams1-6/+6
2015-02-08i40e: avoid use of uninitialized v_budget in i40e_init_msixJohn W Linville1-5/+5
2015-02-08i40e: i40e_fcoe.c: Remove unused functionRickard Strandqvist1-9/+0
2015-01-16i40e/i40evf: Bump i40e and i40evf versionsSravanthi Tangeda1-1/+1
2015-01-16i40e: Support for NPAR iSCSI partition with DCBNeerav Parikh3-18/+61
2015-01-16i40e: when Rx timestamps disabled set specific modeJacob Keller1-11/+17
2015-01-16i40e: use same check for Rx hang as for Rx timestampsJacob Keller1-1/+6
2015-01-16i40e: AQ API updates for new commandsShannon Nelson1-5/+85
2015-01-16i40e: AQ API updatesJeff Kirsher1-5/+5
2015-01-16i40e: add more struct size checksShannon Nelson1-0/+43
2015-01-16i40e: Issue "Stop LLDP" command for firmware older than v4.3Neerav Parikh1-0/+10
2015-01-16i40e: check I40E_FLAG_PTP before handling Tx or Rx timestampsJacob Keller2-1/+11
2015-01-16i40e: only enable PTP interrupt cause if PTP is enabledJacob Keller1-4/+7
2015-01-16i40e/i40evf: Bump i40e/i40evf versionsCatherine Sullivan1-1/+1
2015-01-16i40e: Dump Stats string removed from debugfs help commandSravanthi Tangeda1-1/+0
2015-01-16i40e: Add define for interrupt name string lenCarolyn Wyborny2-8/+9
2015-01-16i40e: don't give up on DCB error after resetShannon Nelson1-4/+6
2015-01-16i40e: fix proc/int descriptionsCarolyn Wyborny1-2/+2
2015-01-16i40e/i40evf: Increase ASQ timeoutKevin Scott1-1/+1
2015-01-16i40e/i40evf: AdminQ updates ww36Shannon Nelson1-4/+5
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-35/+76
2015-01-14i40e: adds FCoE configure optionVasu Dev2-3/+3
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-13i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson1-1/+1
2015-01-13i40e: Don't exit link event early if link speed has changedCatherine Sullivan1-0/+4
2015-01-13i40e: limit WoL and link settings to partition 1Shannon Nelson1-1/+42
2015-01-13i40e: Adding function for reading PBA StringKamil Krawczyk3-0/+63
2015-01-13i40e/i40evf: find partition_id in npar modeShannon Nelson3-1/+75