summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-221-1/+1
* i40e: restore promiscuous after resetAlan Brady2017-11-221-72/+83
* i40e: Remove limit of 64 max queues per channelAmritha Nambiar2017-11-221-8/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-301/+2457
|\
| * net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
| * net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-3/+3
| * i40e: Enable cloud filters via tc-flowerAmritha Nambiar2017-10-311-30/+927
| * i40e: Clean up of cloud filtersAmritha Nambiar2017-10-311-0/+24
| * i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar2017-10-311-1/+1
| * i40e: Map TCs with the VSI seidsAmritha Nambiar2017-10-311-0/+2
| * i40e: only redistribute MSI-X vectors when neededShannon Nelson2017-10-311-2/+3
| * i40e: mark PM functions as __maybe_unusedArnd Bergmann2017-10-311-9/+2Star
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-191-18/+40
| |\
| | * i40e: fix u64 division usageAlan Brady2017-10-171-18/+40
| * | ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
| |/
| * i40e: Add support setting TC max bandwidth ratesAmritha Nambiar2017-10-131-9/+91
| * i40e: Refactor VF BW rate limitingAmritha Nambiar2017-10-131-0/+64
| * i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar2017-10-131-105/+352
| * i40e: Add infrastructure for queue channel supportAmritha Nambiar2017-10-131-9/+709
| * i40e: Add macro for PF reset bitAmritha Nambiar2017-10-131-5/+4Star
| * i40e: fix a typoRami Rosen2017-10-091-1/+1
| * i40e: allow XPS with QoS enabledJacob Keller2017-10-091-11/+6Star
| * i40e: reduce lrxqthresh from 2 to 1Jacob Keller2017-10-091-1/+1
| * i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller2017-10-091-6/+5Star
| * i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller2017-10-091-2/+2
| * i40e: implement split PCI error reset handlerAlan Brady2017-10-061-0/+24
| * i40e: Properly maintain flow director filters listFilip Sadowski2017-10-061-0/+1
| * i40e: Display error message if module does not meet thermal requirementsFilip Sadowski2017-10-061-5/+19
| * i40e: fix merge errorAlice Michael2017-10-061-5/+0Star
| * i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg2017-10-061-2/+2
| * i40e: re-enable PTP L4 capabilities for XL710 if FW >6.0Alan Brady2017-10-061-0/+5
| * i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller2017-10-061-5/+11
| * i40e: add private flag to control source pruningMitch Williams2017-10-061-0/+25
| * i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson2017-10-021-0/+7
| * i40e: limit lan queue count in large CPU count machineShannon Nelson2017-10-021-4/+7
| * i40e: refactor FW version checkingMitch Williams2017-09-291-1/+1
| * i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2017-09-291-1/+67
| * i40e: prevent service task from running while we're suspendedJacob Keller2017-09-291-0/+8
| * i40e: don't clear suspended state until we finish resumingJacob Keller2017-09-291-6/+13
| * i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller2017-09-291-37/+17Star
| * i40e: use separate state bit for miscellaneous IRQ setupJacob Keller2017-09-291-25/+14Star
| * i40e: fix for flow director counters not wrapping as expectedMariusz Stachura2017-09-291-12/+23
| * i40e: relax warning message in case of version mismatchMariusz Stachura2017-09-291-2/+1Star
| * i40e: simplify member variable accessesSudheer Mogilappagari2017-09-291-10/+11
| * i40e: Fix link down message when interface is brought upSudheer Mogilappagari2017-09-291-2/+1Star
| * i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari2017-09-291-9/+0Star
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller2017-08-281-5/+7
* i40e: remove workaround for resetting XPSJacob Keller2017-08-281-12/+5Star
* i40e: Fix for unused value issue found by static analysisCarolyn Wyborny2017-08-281-1/+3