summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-03-241-4/+12
* scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+1
* i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-181-0/+2
* i40e: remove duplicate device id from PCI tableCarolyn Wyborny2017-02-181-1/+0
* i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller2017-02-181-2/+3
* i40e: Error handling for link eventHarshitha Ramamurthy2017-02-182-2/+13
* i40e: properly convert le16 value to CPU formatJacob Keller2017-02-181-5/+6
* i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller2017-02-181-2/+3
* i40e: refactor AQ CMD buffer debug printingAlan Brady2017-02-181-7/+12
* i40e: Fix Adaptive ITR enablingCarolyn Wyborny2017-02-181-6/+6
* i40e: remove unnecessary call to i40e_update_link_infoJacob Keller2017-02-181-1/+0
* i40e: enable mc magic pkt wakeup during power downJoshua Hay2017-02-183-10/+67
* i40e: fix disable overflow promiscuous modeAlan Brady2017-02-181-5/+7
* i40e: Save more link abilities when using ethtoolHenry Tieman2017-02-111-0/+3
* i40e: avoid race condition when sending filters to firmware for additionJacob Keller2017-02-112-51/+112
* i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller2017-02-111-8/+29
* i40e: don't warn every time we clear an Rx timestamp registerJacob Keller2017-02-111-5/+16
* i40e: Save link FEC info from link up eventHenry Tieman2017-02-113-2/+22
* i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari2017-02-114-13/+17
* i40e: Clean up dead codeMitch Williams2017-02-111-10/+3
* i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari2017-02-111-1/+1
* i40e: update comment explaining where FDIR buffers are freedJacob Keller2017-02-111-1/+6
* i40e/i40evf: eliminate i40e_pull_tail()Scott Peterson2017-02-111-76/+93
* i40e/i40evf: Moves skb from i40e_rx_buffer to i40e_ringScott Peterson2017-02-112-17/+23
* i40e/i40evf: Limit DMA sync of RX buffers to actual packet sizeScott Peterson2017-02-111-7/+9
* i40e: don't check params until after checking for client instanceJacob Keller2017-02-111-2/+2
* i40e: add interrupt rate limit verbosityAlan Brady2017-02-021-3/+10
* i40e: refactor macro INTRL_USEC_TO_REGAlan Brady2017-02-023-3/+16
* i40e: remove unused functionMitch Williams2017-02-022-36/+0
* i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2017-02-021-20/+27
* i40e: remove unnecessary __packedTushar Dave2017-02-021-2/+2
* i40e: Deprecating unused macroBimmy Pujari2017-02-023-17/+3
* i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2017-02-022-10/+7
* i40e: avoid O(n^2) loop when deleting all filtersJacob Keller2017-02-023-2/+3
* i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2017-02-023-16/+18
* i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller2017-02-021-4/+1
* i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2017-02-022-13/+6
* i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2017-02-022-6/+12
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-15/+8
* i40e: don't truncate match_method assignmentKeller, Jacob E2016-12-101-2/+1
* i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller2016-12-061-101/+113
* i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-063-17/+32
* i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller2016-12-061-13/+55
* i40e: delete filter after adding its replacement when convertingJacob Keller2016-12-061-1/+1
* i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller2016-12-061-37/+21
* i40e: recalculate vsi->active_filters from hash contentsJacob Keller2016-12-061-23/+29
* i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-064-9/+31
* i40e: lock service task correctlyMitch Williams2016-12-061-17/+7
* i40e: Add functions which apply correct PHY access method for read and write ...Michal Kosiarz2016-12-062-0/+76
* i40e: Add FEC for 25gCarolyn Wyborny2016-12-062-2/+25
OpenPOWER on IntegriCloud