aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-19qed: Fix iWARP out of order flowMichal Kalderon4-6/+22
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-08qed: Delete redundant check on dcb_app priorityChristos Gkekas1-1/+1
2017-09-26qed: iWARP - Add check for errors on a SYN packetMichal Kalderon2-0/+9
2017-09-26qed: Fix maximum number of CQs for iWARPMichal Kalderon1-6/+6
2017-09-26qed: Add iWARP out of order supportMichal Kalderon3-3/+59
2017-09-26qed: Add iWARP enablement supportMichal Kalderon4-5/+15
2017-09-15qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-08-30qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King1-1/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-07qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet1-1/+1
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma8-16/+280
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma7-75/+221
2017-07-27qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru5-7/+236
2017-07-27qed/qede: Add setter APIs support for RX flow classificationChopra, Manish1-8/+0
2017-07-11qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal1-3/+3
2017-07-03qed: initialize ll2_syn_handle at start of functionMichal Kalderon1-2/+1
2017-07-03qed: Add iWARP support for physical queue allocationKalderon, Michal1-0/+4
2017-07-03qed: Add iWARP protocol support in context allocationKalderon, Michal1-2/+11
2017-07-03qed: iWARP CM add error handlingKalderon, Michal1-2/+181
2017-07-03qed: iWARP implement disconnect flowsKalderon, Michal1-1/+89
2017-07-03qed: iWARP CM add active side connectKalderon, Michal3-12/+239
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal7-19/+1012
2017-07-03qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal3-3/+291
2017-07-03qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2-3/+220
2017-07-03qed: Add iWARP support in ll2 connectionsKalderon, Michal1-2/+11
2017-07-03qed: Rename some ll2 related definesKalderon, Michal2-16/+15
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal9-40/+749
2017-07-03qed: Introduce iWARP personalityKalderon, Michal6-26/+42
2017-06-21qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal3-3/+3
2017-06-21qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal9-2919/+86
2017-06-21qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]Kalderon, Michal2-0/+2983
2017-06-21qed: Cleanup qed_roce before duplicating itKalderon, Michal1-39/+12
2017-06-20qed: SPQ async callback registrationMichal Kalderon7-55/+96
2017-06-20qed: Wait for resources before FUNC_CLOSEMichal Kalderon1-15/+20
2017-06-20qed: Disable RoCE dpm when DCBx change occursMintz, Yuval3-0/+49
2017-06-20qed: RoCE EDPM to honor PFCMintz, Yuval2-0/+22
2017-06-20qed: Chain support for external PBLMintz, Yuval5-19/+39
2017-06-14qed: Fix an off by one bugDan Carpenter1-1/+1