aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski1-0/+2
2018-01-23i40e: Fix channel addition in reset flowAmritha Nambiar1-0/+11
2018-01-23i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()Markus Elfring1-3/+2
2018-01-23i40e: simplify pointer dereferencesMitch Williams1-10/+8
2018-01-23i40e: check for invalid DCB configMitch Williams1-1/+33
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-99/+1
2018-01-23i40e: avoid divide by zeroMitch Williams1-2/+7
2018-01-23i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags for NVM updatePawel Jablonski1-1/+1
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael1-2/+2
2018-01-03i40e: flower: Fix return value for unsupported offloadJiri Pirko1-1/+1
2018-01-03i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller1-1/+16
2018-01-03i40e: Remove UDP support for big bufferAmritha Nambiar1-9/+9
2017-11-27i40e: Fix reporting incorrect error codesAmritha Nambiar1-1/+0
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21i40e: restore promiscuous after resetAlan Brady1-72/+83
2017-11-21i40e: Remove limit of 64 max queues per channelAmritha Nambiar1-8/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-301/+2457
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-3/+3
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar1-30/+927
2017-10-31i40e: Clean up of cloud filtersAmritha Nambiar1-0/+24
2017-10-31i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar1-1/+1
2017-10-31i40e: Map TCs with the VSI seidsAmritha Nambiar1-0/+2
2017-10-31i40e: only redistribute MSI-X vectors when neededShannon Nelson1-2/+3
2017-10-31i40e: mark PM functions as __maybe_unusedArnd Bergmann1-9/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-18/+40
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-17i40e: fix u64 division usageAlan Brady1-18/+40
2017-10-13i40e: Add support setting TC max bandwidth ratesAmritha Nambiar1-9/+91
2017-10-13i40e: Refactor VF BW rate limitingAmritha Nambiar1-0/+64
2017-10-13i40e: Enable 'channel' mode in mqprio for TC configsAmritha Nambiar1-105/+352
2017-10-13i40e: Add infrastructure for queue channel supportAmritha Nambiar1-9/+709
2017-10-13i40e: Add macro for PF reset bitAmritha Nambiar1-5/+4
2017-10-09i40e: fix a typoRami Rosen1-1/+1
2017-10-09i40e: allow XPS with QoS enabledJacob Keller1-11/+6
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller1-1/+1
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller1-6/+5
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller1-2/+2
2017-10-06i40e: implement split PCI error reset handlerAlan Brady1-0/+24
2017-10-06i40e: Properly maintain flow director filters listFilip Sadowski1-0/+1
2017-10-06i40e: Display error message if module does not meet thermal requirementsFilip Sadowski1-5/+19
2017-10-06i40e: fix merge errorAlice Michael1-5/+0
2017-10-06i40e/i40evf: use DECLARE_BITMAP for stateJesse Brandeburg1-2/+2
2017-10-06i40e: re-enable PTP L4 capabilities for XL710 if FW >6.0Alan Brady1-0/+5
2017-10-06i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller1-5/+11
2017-10-06i40e: add private flag to control source pruningMitch Williams1-0/+25
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson1-0/+7
2017-10-02i40e: limit lan queue count in large CPU count machineShannon Nelson1-4/+7
2017-09-29i40e: refactor FW version checkingMitch Williams1-1/+1