aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-11i40e: don't warn every time we clear an Rx timestamp registerJacob Keller1-5/+16
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman3-2/+22
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari4-13/+17
2017-02-11i40e: Clean up dead codeMitch Williams1-10/+3
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari1-1/+1
2017-02-11i40e: update comment explaining where FDIR buffers are freedJacob Keller1-1/+6
2017-02-11i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson1-76/+93
2017-02-11i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson2-17/+23
2017-02-11i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson1-7/+9
2017-02-11i40e: don't check params until after checking for client instanceJacob Keller1-2/+2
2017-02-02i40e: add interrupt rate limit verbosityAlan Brady1-3/+10
2017-02-02i40e: refactor macro INTRL_USEC_TO_REGAlan Brady3-3/+16
2017-02-02i40e: remove unused functionMitch Williams2-36/+0
2017-02-02i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck1-20/+27
2017-02-02i40e: remove unnecessary __packedTushar Dave1-2/+2
2017-02-02i40e: Deprecating unused macroBimmy Pujari3-17/+3
2017-02-02i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2-10/+7
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller3-2/+3
2017-02-02i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller3-16/+18
2017-02-02i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller1-4/+1
2017-02-02i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2-13/+6
2017-02-02i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2-6/+12
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger2-15/+8
2016-12-10i40e: don't truncate match_method assignmentKeller, Jacob E1-2/+1
2016-12-06i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller1-101/+113
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller3-17/+32
2016-12-06i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller1-13/+55
2016-12-06i40e: delete filter after adding its replacement when convertingJacob Keller1-1/+1
2016-12-06i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller1-37/+21
2016-12-06i40e: recalculate vsi->active_filters from hash contentsJacob Keller1-23/+29
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller4-9/+31
2016-12-06i40e: lock service task correctlyMitch Williams1-17/+7
2016-12-06i40e: Add functions which apply correct PHY access method for read and write operationMichal Kosiarz2-0/+76
2016-12-06i40e: Add FEC for 25gCarolyn Wyborny2-2/+25
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny7-41/+119
2016-12-06i40e: use unsigned printf format specifier for active_filters countJacob Keller1-1/+1
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari1-1/+1
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman3-8/+8
2016-12-06i40e: remove code to handle dev_addr speciallyJacob Keller1-36/+7
2016-12-06i40e/i40evf: napi_poll must return the work doneAlexander Duyck1-1/+1
2016-12-06i40e: restore workaround for removing default MAC filterJacob Keller1-0/+41
2016-12-06i40e: simplify txd use count calculationMitch Williams1-17/+28
2016-12-06i40e: Driver prints log message on link speed changeFilip Sadowski2-1/+6
2016-12-02i40e: change message to only appear when extra debug info is wantedCarolyn Wyborny1-1/+1
2016-12-02i40e/i40evf: replace for memcpy with single memcpy call in ethtoolJacob Keller1-16/+8
2016-12-02i40e: set broadcast promiscuous mode for each active VLANJacob Keller4-21/+129
2016-12-02i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy3-7/+13
2016-12-02i40e: Pass unknown PHY type for unknown PHYsHenry Tieman1-1/+2
2016-12-02i40e: Remove unreachable codeHenry Tieman1-8/+1
2016-12-02i40e: fix panic on SPARC while changing num of descTushar Dave1-5/+5