summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2018-01-10i40e: track id can be 0Jingjing Wu1-5/+0
2018-01-10i40e: change ppp name to ddpJingjing Wu4-34/+36
2018-01-10i40e: remove redundant initialization of read_sizeColin Ian King1-1/+1
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael1-2/+2
2018-01-10i40e: add helper conversion function for link_speedJacob Keller2-2/+33
2018-01-10i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller1-0/+1
2018-01-10i40e: display priority_xon and priority_xoff statsAlice Michael1-0/+4
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+49
2018-01-05i40e: setup xdp_rxq_infoJesper Dangaard Brouer3-2/+21
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/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck1-3/+23
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-27i40e/virtchnl: fix application of sizeof to pointerGustavo A R Silva1-1/+1
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-21i40e: restore promiscuous after resetAlan Brady1-72/+83
2017-11-21i40e: Fix FLR reset timeout issueFilip Sadowski1-0/+7
2017-11-21i40e: Remove limit of 64 max queues per channelAmritha Nambiar2-9/+0
2017-11-21i40e: fix the calculation of VFs mac addressesZijie Pan1-10/+11
2017-11-21i40e: Fix for NUP NVM image downgrade failureJacob Keller4-4/+14
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-848/+4133
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-1/+2
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-3/+3
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar6-31/+1189
2017-10-31i40e: Clean up of cloud filtersAmritha Nambiar2-0/+33
2017-10-31i40e: Admin queue definitions for cloud filtersAmritha Nambiar1-2/+105
2017-10-31i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar6-5/+44
2017-10-31i40e: Map TCs with the VSI seidsAmritha Nambiar2-0/+3
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck1-9/+0
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck1-0/+1
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland4-7/+7
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+37
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller6-301/+491
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-17i40e: fix u64 division usageAlan Brady2-19/+42
2017-10-17i40e: convert i40e_set_link_ksettings to new APIAlan Brady1-36/+57
2017-10-17i40e: rename 'change' variable to 'autoneg_changed'Alan Brady1-6/+6
2017-10-17i40e: convert i40e_get_settings_link_up to new APIAlan Brady1-62/+125
2017-10-17i40e: convert i40e_phy_type_to_ethtool to new APIAlan Brady1-64/+140
2017-10-17i40e: Add new PHY types for 25G AOC and ACC supportSudheer Mogilappagari4-0/+12
2017-10-17i40e: group autoneg PHY types togetherAlan Brady1-44/+41
2017-10-17i40e: fix whitespace issues in i40e_ethtool.cAlan Brady1-26/+18
2017-10-17i40e: fix comment typoAlan Brady1-2/+2
2017-10-17i40e: fix i40e_phy_type_to_ethtool function headerAlan Brady1-1/+1