aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-362/+392
2017-10-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-81/+107
2017-10-09Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-89/+259
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-64/+48
2017-10-09cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado1-0/+13
2017-10-09i40e: Avoid some useless variables and initializers in NVM functionsStefano Brivio1-13/+7
2017-10-09i40e: fix a typoRami Rosen1-1/+1
2017-10-09i40e: use a local variable instead of calculating multiple timesLihong Yang1-13/+7
2017-10-09i40e: Retry AQC GetPhyAbilities to overcome I2CRead hangsJayaprakash Shanmugam3-13/+35
2017-10-09i40e: add check for return from find_first_bit callLihong Yang1-0/+4
2017-10-09i40e: allow XPS with QoS enabledJacob Keller1-11/+6
2017-10-09i40e/i40evf: bundle more descriptors when allocating buffersJacob Keller2-2/+2
2017-10-09i40e/i40evf: bump tail only in multiples of 8Jacob Keller2-0/+18
2017-10-09i40e: reduce lrxqthresh from 2 to 1Jacob Keller2-2/+2
2017-10-09i40e/i40evf: always set the CLEARPBA flag when re-enabling interruptsJacob Keller5-18/+10
2017-10-09i40e/i40evf: fix incorrect default ITR values on driver loadJacob Keller4-8/+12
2017-10-09i40evf: fix mac filter removal timing issueAlan Brady1-0/+2
2017-10-09i40e: 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
2017-10-09qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon2-0/+127
2017-10-09qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon2-0/+66
2017-10-09qed: Add LL2 slowpath handlingMichal Kalderon1-2/+38
2017-10-09qed: Add the source of a packet sent on an iWARP ll2 connectionMichal Kalderon1-1/+6
2017-10-09qed: Fix initialization of ll2 offload featureMichal Kalderon1-0/+3
2017-10-09qed: Add ll2 option for dropping a tx packetMichal Kalderon1-2/+14
2017-10-09qed: Add ll2 ability of opening a secondary queueMichal Kalderon2-1/+7
2017-10-09qed: Add ll2 option to limit the number of bds per packetMichal Kalderon2-14/+24
2017-10-09mlxsw: spectrum_switchdev: Support bridge mrouter notificationsYotam Gigi1-2/+63
2017-10-09mlxsw: spectrum_switchdev: Add support for router port in SMID entriesYotam Gigi1-2/+11
2017-10-09mlxsw: spectrum: router: Export the mlxsw_sp_router_port functionYotam Gigi2-1/+2
2017-10-09ixgbe: fix crash when injecting AER after failed resetEmil Tantilov1-0/+3
2017-10-09ixgbe: Update adaptive ITR algorithmAlexander Duyck3-55/+178
2017-10-09ixgbe: fix the FWSM.PT check in ixgbe_mng_present()Emil Tantilov1-2/+2
2017-10-09ixgbe: fix use of uninitialized paddingEmil Tantilov2-2/+4
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer3-0/+7
2017-10-09nfp: bpf: pass dst register to ld_field instructionJakub Kicinski1-1/+2
2017-10-09nfp: bpf: byte swap the instructionsJakub Kicinski1-2/+4
2017-10-09nfp: bpf: pad code with valid nopsJakub Kicinski2-1/+13
2017-10-09nfp: bpf: calculate code store ECCJakub Kicinski3-0/+60
2017-10-09nfp: bpf: move to datapath ABI version 2Jakub Kicinski3-19/+26
2017-10-09nfp: bpf: encode extended LM pointer operandsJakub Kicinski3-20/+70