aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06i40e: close client on remove and shutdownMitch Williams1-0/+10
2017-04-06i40e: register existing client on probeMitch Williams1-0/+6
2017-04-06i40e: remove client instance on driver unloadMitch Williams1-0/+3
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala6-56/+74
2017-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-133/+239
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+13
2017-04-05fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan1-25/+80
2017-04-05fm10k: disable receive queue when configuring ringNgai-Mint Kwan1-0/+1
2017-04-05fm10k: update function header comment for fm10k_get_stats64Jacob Keller1-2/+2
2017-04-05fm10k: allow service task to reschedule itselfJacob Keller2-1/+13
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller5-57/+61
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller5-48/+82
2017-04-05fm10k: correctly check if interface is removedPhil Turnbull1-1/+1
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-29i40e: fix for queue timing delaysWyborny, Carolyn1-0/+6
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck6-27/+41
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck4-1/+111
2017-03-29i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck2-146/+130
2017-03-29i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck2-56/+89
2017-03-29i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck2-48/+68
2017-03-29i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck2-24/+24
2017-03-29i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller1-1/+0
2017-03-29i40e: remove a useless goto statementJacob Keller1-4/+0
2017-03-29i40e: Check for new arq elements before leaving the adminq subtask loopChristopher N Bednarz1-2/+4
2017-03-29i40e: use register for XL722 control register read/writePaul M Stillwell Jr2-4/+12
2017-03-29i40e: Clean up handling of private flagsAlexander Duyck2-85/+112
2017-03-29i40evf: enforce descriptor write-back mechanism for VFPreethi Banala3-75/+7
2017-03-27i40e: initialize params before notifying of l2_param_changesJacob Keller1-0/+2
2017-03-27i40evf: dereference VSI after VSI has been null checkedColin Ian King1-4/+5
2017-03-27i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck3-18/+3
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck13-612/+2
2017-03-27i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck2-10/+6
2017-03-27i40e: removed no longer needed delaysBimmy Pujari1-2/+0
2017-03-27i40e: Fixed race conditions in VF resetRobert Konklewski1-8/+35
2017-03-27i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck2-0/+2
2017-03-27i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy1-5/+10
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck4-15/+48
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-03-24Revert "e1000e: driver trying to free already-free irq"Jeff Kirsher1-1/+1
2017-03-23i40e: make use of hlist_for_each_entry_continueJacob Keller1-11/+4
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller4-0/+93
2017-03-23i40e: implement support for flexible word payloadJacob Keller4-12/+613
2017-03-23i40e: add parsing of flexible filter fields from userdefJacob Keller2-1/+118
2017-03-23i40e: partition the ring_cookie to get VF indexJacob Keller1-34/+40
2017-03-23i40e: allow changing input set for ntuple filtersJacob Keller1-3/+145
2017-03-23i40e: restore default input set for each flow typeJacob Keller2-0/+37
2017-03-23i40e: check current configured input set when adding ntuple filtersJacob Keller2-15/+121
2017-03-23i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller1-0/+83
2017-03-21ixgb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+23
2017-03-21igbvf: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+19