aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_iwarp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha1-0/+1
2021-10-04qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa1-0/+1
2021-09-22qed: rdma - don't wait for resources under hw error recovery flowShai Malin1-0/+8
2021-08-03qed: Remove redundant prints from the iWARP SYN handlingShai Malin1-2/+0
2020-11-17qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin1-50/+82
2020-07-06net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin1-8/+10
2020-07-06net: qed: improve indentation of some parts of codeAlexander Lobakin1-6/+4
2020-06-30net: qed: update copyright yearsAlexander Lobakin1-0/+1
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin1-28/+2
2020-06-23net: qed: fix async event callbacks unregisteringAlexander Lobakin1-2/+0
2020-01-27qed: FW 8.42.2.0 Additional ll2 typeMichal Kalderon1-2/+6
2019-09-05net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-06-14qed: iWARP - Fix default window size to be based on chipMichal Kalderon1-5/+25
2019-06-14qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon1-0/+2
2019-06-14qed: iWARP - fix uninitialized callbackMichal Kalderon1-0/+1
2019-06-14qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon1-5/+11
2019-05-26qed: Add llh ppfid interface and 100g support for offload protocolsMichal Kalderon1-12/+12
2019-02-18qed: Fix iWARP syn packet mac address validation.Michal Kalderon1-0/+9
2019-02-18qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon1-6/+6
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-09-26qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor1-2/+2
2018-09-26net: qed: list usage cleanupzhong jiang1-5/+4
2018-08-01qed: Make some functions staticYueHaibing1-9/+11
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon1-11/+2
2018-06-04qed: Add srq core support for RoCE and iWARPYuval Bason1-0/+23
2018-03-29qed*: Utilize FW 8.33.11.0Michal Kalderon1-7/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+16
2018-03-16qed: Fix non TCP packets should be dropped on iWARP ll2 connectionMichal Kalderon1-0/+15
2018-03-16qed: Fix MPA unalign flow in case header is split across two packets.Michal Kalderon1-1/+1
2018-02-28qlogic/qed: Constify *pkt_type_str[]HernĂ¡n Gonzalez1-1/+1
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-5/+28
2017-10-19qed: Fix iWARP out of order flowMichal Kalderon1-1/+6
2017-10-09qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon1-0/+193
2017-10-09qed: Add support for MPA header being split over two tcp packetsMichal Kalderon1-1/+35
2017-10-09qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon1-0/+25
2017-10-09qed: Add unaligned and packed packet processingMichal Kalderon1-0/+257
2017-10-09qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon1-0/+116
2017-10-09qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon1-0/+65
2017-09-26qed: iWARP - Add check for errors on a SYN packetMichal Kalderon1-0/+8
2017-09-26qed: Add iWARP out of order supportMichal Kalderon1-0/+44
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: 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, Michal1-12/+228
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal1-6/+933
2017-07-03qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal1-3/+266
2017-07-03qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal1-3/+208
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal1-0/+531