| Commit message (Expand) | Author | Age | Files | Lines |
* | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT") | Prabhakar Kushwaha | 2021-10-04 | 1 | -0/+1 |
* | qed: Update TCP silly-window-syndrome timeout for iwarp, scsi | Nikolay Assa | 2021-10-04 | 1 | -0/+1 |
* | qed: rdma - don't wait for resources under hw error recovery flow | Shai Malin | 2021-09-22 | 1 | -0/+8 |
* | qed: Remove redundant prints from the iWARP SYN handling | Shai Malin | 2021-08-03 | 1 | -2/+0 |
* | qed: fix error return code in qed_iwarp_ll2_start() | Zhang Changzhong | 2020-11-17 | 1 | -3/+9 |
* | net: qed: sanitize BE/LE data processing | Alexander Lobakin | 2020-07-06 | 1 | -50/+82 |
* | net: qed: use ptr shortcuts to dedup field accessing in some parts | Alexander Lobakin | 2020-07-06 | 1 | -8/+10 |
* | net: qed: improve indentation of some parts of code | Alexander Lobakin | 2020-07-06 | 1 | -6/+4 |
* | net: qed: update copyright years | Alexander Lobakin | 2020-06-30 | 1 | -0/+1 |
* | net: qed: convert to SPDX License Identifiers | Alexander Lobakin | 2020-06-30 | 1 | -28/+2 |
* | net: qed: fix async event callbacks unregistering | Alexander Lobakin | 2020-06-23 | 1 | -2/+0 |
* | qed: FW 8.42.2.0 Additional ll2 type | Michal Kalderon | 2020-01-27 | 1 | -2/+6 |
* | net: qed: Move static keyword to the front of declaration | Krzysztof Wilczynski | 2019-09-05 | 1 | -1/+1 |
* | qed: iWARP - Fix default window size to be based on chip | Michal Kalderon | 2019-06-14 | 1 | -5/+25 |
* | qed: iWARP - Fix tc for MPA ll2 connection | Michal Kalderon | 2019-06-14 | 1 | -0/+2 |
* | qed: iWARP - fix uninitialized callback | Michal Kalderon | 2019-06-14 | 1 | -0/+1 |
* | qed: iWARP - Use READ_ONCE and smp_store_release to access ep->state | Michal Kalderon | 2019-06-14 | 1 | -5/+11 |
* | qed: Add llh ppfid interface and 100g support for offload protocols | Michal Kalderon | 2019-05-26 | 1 | -12/+12 |
* | qed: Fix iWARP syn packet mac address validation. | Michal Kalderon | 2019-02-18 | 1 | -0/+9 |
* | qed: Fix iWARP buffer size provided for syn packet processing. | Michal Kalderon | 2019-02-18 | 1 | -6/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-03 | 1 | -2/+2 |
|\ |
|
| * | qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pkt | Nathan Chancellor | 2018-09-26 | 1 | -2/+2 |
* | | net: qed: list usage cleanup | zhong jiang | 2018-09-26 | 1 | -5/+4 |
|/ |
|
* | qed: Make some functions static | YueHaibing | 2018-08-01 | 1 | -9/+11 |
* | qed*: Utilize FW 8.37.2.0 | Michal Kalderon | 2018-06-05 | 1 | -11/+2 |
* | qed: Add srq core support for RoCE and iWARP | Yuval Bason | 2018-06-04 | 1 | -0/+23 |
* | qed*: Utilize FW 8.33.11.0 | Michal Kalderon | 2018-03-29 | 1 | -7/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-23 | 1 | -1/+16 |
|\ |
|
| * | qed: Fix non TCP packets should be dropped on iWARP ll2 connection | Michal Kalderon | 2018-03-16 | 1 | -0/+15 |
| * | qed: Fix MPA unalign flow in case header is split across two packets. | Michal Kalderon | 2018-03-16 | 1 | -1/+1 |
* | | qlogic/qed: Constify *pkt_type_str[] | HernĂ¡n Gonzalez | 2018-02-28 | 1 | -1/+1 |
|/ |
|
* | qed*: Utilize FW 8.33.1.0 | Tomer Tayar | 2018-01-02 | 1 | -5/+28 |
* | qed: Fix iWARP out of order flow | Michal Kalderon | 2017-10-19 | 1 | -1/+6 |
* | qed: Add iWARP support for fpdu spanned over more than two tcp packets | Michal Kalderon | 2017-10-09 | 1 | -0/+193 |
* | qed: Add support for MPA header being split over two tcp packets | Michal Kalderon | 2017-10-09 | 1 | -1/+35 |
* | qed: Add support for freeing two ll2 buffers for corner cases | Michal Kalderon | 2017-10-09 | 1 | -0/+25 |
* | qed: Add unaligned and packed packet processing | Michal Kalderon | 2017-10-09 | 1 | -0/+257 |
* | qed: Add mpa buffer descriptors for storing and processing mpa fpdus | Michal Kalderon | 2017-10-09 | 1 | -0/+116 |
* | qed: Add ll2 connection for processing unaligned MPA packets | Michal Kalderon | 2017-10-09 | 1 | -0/+65 |
* | qed: iWARP - Add check for errors on a SYN packet | Michal Kalderon | 2017-09-26 | 1 | -0/+8 |
* | qed: Add iWARP out of order support | Michal Kalderon | 2017-09-26 | 1 | -0/+44 |
* | qed: Fix printk option passed when printing ipv6 addresses | Kalderon, Michal | 2017-07-11 | 1 | -3/+3 |
* | qed: initialize ll2_syn_handle at start of function | Michal Kalderon | 2017-07-03 | 1 | -2/+1 |
* | qed: iWARP CM add error handling | Kalderon, Michal | 2017-07-03 | 1 | -2/+181 |
* | qed: iWARP implement disconnect flows | Kalderon, Michal | 2017-07-03 | 1 | -1/+89 |
* | qed: iWARP CM add active side connect | Kalderon, Michal | 2017-07-03 | 1 | -12/+228 |
* | qed: iWARP CM add passive side connect | Kalderon, Michal | 2017-07-03 | 1 | -6/+933 |
* | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 2017-07-03 | 1 | -3/+266 |
* | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal | 2017-07-03 | 1 | -3/+208 |
* | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 2017-07-03 | 1 | -0/+531 |