summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_iwarp.c
Commit message (Expand)AuthorAgeFilesLines
* qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT")Prabhakar Kushwaha2021-10-041-0/+1
* qed: Update TCP silly-window-syndrome timeout for iwarp, scsiNikolay Assa2021-10-041-0/+1
* qed: rdma - don't wait for resources under hw error recovery flowShai Malin2021-09-221-0/+8
* qed: Remove redundant prints from the iWARP SYN handlingShai Malin2021-08-031-2/+0
* qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong2020-11-171-3/+9
* net: qed: sanitize BE/LE data processingAlexander Lobakin2020-07-061-50/+82
* net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin2020-07-061-8/+10
* net: qed: improve indentation of some parts of codeAlexander Lobakin2020-07-061-6/+4
* net: qed: update copyright yearsAlexander Lobakin2020-06-301-0/+1
* net: qed: convert to SPDX License IdentifiersAlexander Lobakin2020-06-301-28/+2
* net: qed: fix async event callbacks unregisteringAlexander Lobakin2020-06-231-2/+0
* qed: FW 8.42.2.0 Additional ll2 typeMichal Kalderon2020-01-271-2/+6
* net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
* qed: iWARP - Fix default window size to be based on chipMichal Kalderon2019-06-141-5/+25
* qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon2019-06-141-0/+2
* qed: iWARP - fix uninitialized callbackMichal Kalderon2019-06-141-0/+1
* qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon2019-06-141-5/+11
* qed: Add llh ppfid interface and 100g support for offload protocolsMichal Kalderon2019-05-261-12/+12
* qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-02-181-0/+9
* qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-02-181-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-2/+2
|\
| * qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor2018-09-261-2/+2
* | net: qed: list usage cleanupzhong jiang2018-09-261-5/+4
|/
* qed: Make some functions staticYueHaibing2018-08-011-9/+11
* qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-051-11/+2
* qed: Add srq core support for RoCE and iWARPYuval Bason2018-06-041-0/+23
* qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-291-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+16
|\
| * qed: Fix non TCP packets should be dropped on iWARP ll2 connectionMichal Kalderon2018-03-161-0/+15
| * qed: Fix MPA unalign flow in case header is split across two packets.Michal Kalderon2018-03-161-1/+1
* | qlogic/qed: Constify *pkt_type_str[]HernĂ¡n Gonzalez2018-02-281-1/+1
|/
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-5/+28
* qed: Fix iWARP out of order flowMichal Kalderon2017-10-191-1/+6
* qed: Add iWARP support for fpdu spanned over more than two tcp packetsMichal Kalderon2017-10-091-0/+193
* qed: Add support for MPA header being split over two tcp packetsMichal Kalderon2017-10-091-1/+35
* qed: Add support for freeing two ll2 buffers for corner casesMichal Kalderon2017-10-091-0/+25
* qed: Add unaligned and packed packet processingMichal Kalderon2017-10-091-0/+257
* qed: Add mpa buffer descriptors for storing and processing mpa fpdusMichal Kalderon2017-10-091-0/+116
* qed: Add ll2 connection for processing unaligned MPA packetsMichal Kalderon2017-10-091-0/+65
* qed: iWARP - Add check for errors on a SYN packetMichal Kalderon2017-09-261-0/+8
* qed: Add iWARP out of order supportMichal Kalderon2017-09-261-0/+44
* qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal2017-07-111-3/+3
* qed: initialize ll2_syn_handle at start of functionMichal Kalderon2017-07-031-2/+1
* qed: iWARP CM add error handlingKalderon, Michal2017-07-031-2/+181
* qed: iWARP implement disconnect flowsKalderon, Michal2017-07-031-1/+89
* qed: iWARP CM add active side connectKalderon, Michal2017-07-031-12/+228
* qed: iWARP CM add passive side connectKalderon, Michal2017-07-031-6/+933
* qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal2017-07-031-3/+266
* qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2017-07-031-3/+208
* qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2017-07-031-0/+531