aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-26i40e: link_down_on_close private flag supportMariusz Stachura1-0/+75
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand1-11/+5
2018-02-13i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman1-0/+10
2018-02-13i40e: do not force filter failure in overflow promiscuousAlan Brady1-14/+1
2018-02-13i40e: refactor promisc_changed in i40e_sync_vsi_filtersAlan Brady1-22/+20
2018-02-13i40e: broadcast filters can trigger overflow promiscuousAlan Brady1-2/+4
2018-02-13i40e: don't leak memory addressesMitch Williams1-7/+6
2018-02-13i40e: Make local function i40e_get_link_speed staticWei Yongjun1-1/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-9/+6
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-8/+14
2018-02-12i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski1-0/+11
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-7/+7
2018-02-07i40e: Fix the number of queues available to be mapped for useAmritha Nambiar1-13/+14
2018-01-26i40e: Do not allow use more TC queue pairs than MSI-X vectors existPaweł Jabłoński1-0/+4
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck1-0/+1
2018-01-26i40e: program fragmented IPv4 filter input setJacob Keller1-0/+3
2018-01-26i40e: Fix kdump failureAvinash Dayanand1-2/+2
2018-01-26i40e: fix FW_LLDP flag on initAlan Brady1-0/+3
2018-01-26i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman1-2/+12
2018-01-25i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-5/+3
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
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_int...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 f...Pawel 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 ...Mark Rutland1-2/+2
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David 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