summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-41/+75
2017-10-10net/mlx4_en: Increase number of default RX ringsInbar Karmy1-2/+1
2017-10-10net/mlx4_en: Limit the number of RX ringsInbar Karmy1-1/+6
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy4-7/+7
2017-10-10net: hns3: fix the ring count for ETHTOOL_GRXRINGSLipeng1-1/+1
2017-10-10net: hns3: add support for ETHTOOL_GRXFHLipeng3-0/+68
2017-10-10net: hns3: add support for set_rxnfcLipeng6-2/+129
2017-10-10net: hns3: add support for set_ringparamLipeng3-2/+81
2017-10-10net: hns3: fixes the ring index in hns3_fini_ringLipeng1-1/+1
2017-10-10cxgb4: add new T5 pci device id'sGanesh Goudar1-0/+2
2017-10-10cxgb4: Add support for new flash partsGanesh Goudar1-20/+116
2017-10-10igb: check memory allocation failureChristophe JAILLET1-0/+2
2017-10-10e1000e: Be drop monitor friendlyFlorian Fainelli1-7/+11
2017-10-10e1000e: apply burst mode settings only on defaultWillem de Bruijn3-13/+15
2017-10-10e1000e: fix buffer overrun while the I219 is processing DMA transactionsSasha Neftin1-3/+5
2017-10-10e1000e: Avoid receiver overrun interrupt burstsBenjamin Poirier2-8/+26
2017-10-10e1000e: Separate signaling for link check/link upBenjamin Poirier2-4/+9
2017-10-10e1000e: Fix return value testBenjamin Poirier1-1/+1
2017-10-10e1000e: Fix wrong comment related to link detectionBenjamin Poirier1-2/+2
2017-10-10e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2017-10-10Add a driver for Renesas uPD60620 and uPD60620A PHYsBernd Edlinger3-0/+115
2017-10-10vhost_net: do not stall on zerocopy depletionWillem de Bruijn1-9/+3
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-362/+392
2017-10-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller12-81/+107
2017-10-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller7-89/+259
2017-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-64/+48
2017-10-10cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado1-0/+13
2017-10-10i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio1-13/+7
2017-10-10i40e: fix a typoRami Rosen1-1/+1
2017-10-10i40e: use a local variable instead of calculating multiple timesLihong Yang1-13/+7
2017-10-10i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam3-13/+35
2017-10-10i40e: add check for return from find_first_bit callLihong Yang1-0/+4
2017-10-10i40e: allow XPS with QoS enabledJacob Keller1-11/+6
2017-10-10i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller2-2/+2
2017-10-10i40e/i40evf: bump tail only in multiples of 8Jacob Keller2-0/+18
2017-10-10i40e: reduce lrxqthresh from 2 to 1Jacob Keller2-2/+2
2017-10-10i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller5-18/+10
2017-10-10i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller4-8/+12
2017-10-10i40evf: fix mac filter removal timing issueAlan Brady1-0/+2
2017-10-10i40e: use the safe hash table iterator when deleting mac filtersLihong Yang1-1/+2
2017-10-09i40e: fix flags declarationJacob Keller1-1/+1
2017-10-09net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva1-0/+2
2017-10-09net/mlx4_en: Use __force to fix a sparse warning in TX datapathTariq Toukan1-1/+1
2017-10-09net/mlx4_core: Fix cast warning in fw.cTariq Toukan1-3/+3
2017-10-09net/mlx4: Fix endianness issue in qp context paramsTariq Toukan3-3/+3
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierMika Westerberg2-1/+4
2017-10-09qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon2-0/+194
2017-10-09qed: Add support for MPA header being split over two tcp packetsMichal Kalderon2-1/+41
2017-10-09qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon2-0/+26
2017-10-09qed: Add unaligned and packed packet processingMichal Kalderon2-0/+270