Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | qed: Use zeroing memory allocator than allocator/memset | Himanshu Jha | 2 | -9/+6 |
2018-01-02 | qed*: Advance drivers' version to 8.33.0.20 | Tomer Tayar | 1 | -4/+4 |
2018-01-02 | qed*: Utilize FW 8.33.1.0 | Tomer Tayar | 23 | -1437/+2469 |
2018-01-02 | qed*: HSI renaming for different types of HW | Tomer Tayar | 10 | -3951/+3952 |
2018-01-02 | qed*: Refactoring and rearranging FW API with no functional impact | Tomer Tayar | 8 | -3825/+4148 |
2017-11-16 | qed: use kzalloc instead of kmalloc and memset | Colin Ian King | 1 | -2/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-10-19 | qed: Fix iWARP out of order flow | Michal Kalderon | 4 | -6/+22 |
2017-10-09 | qed: Add iWARP support for fpdu spanned over more than two tcp packets | Michal Kalderon | 2 | -0/+194 |
2017-10-09 | qed: Add support for MPA header being split over two tcp packets | Michal Kalderon | 2 | -1/+41 |
2017-10-09 | qed: Add support for freeing two ll2 buffers for corner cases | Michal Kalderon | 2 | -0/+26 |
2017-10-09 | qed: Add unaligned and packed packet processing | Michal Kalderon | 2 | -0/+270 |
2017-10-09 | qed: Add mpa buffer descriptors for storing and processing mpa fpdus | Michal Kalderon | 2 | -0/+127 |
2017-10-09 | qed: Add ll2 connection for processing unaligned MPA packets | Michal Kalderon | 2 | -0/+66 |
2017-10-09 | qed: Add LL2 slowpath handling | Michal Kalderon | 1 | -2/+38 |
2017-10-09 | qed: Add the source of a packet sent on an iWARP ll2 connection | Michal Kalderon | 1 | -1/+6 |
2017-10-09 | qed: Fix initialization of ll2 offload feature | Michal Kalderon | 1 | -0/+3 |
2017-10-09 | qed: Add ll2 option for dropping a tx packet | Michal Kalderon | 1 | -2/+14 |
2017-10-09 | qed: Add ll2 ability of opening a secondary queue | Michal Kalderon | 2 | -1/+7 |
2017-10-09 | qed: Add ll2 option to limit the number of bds per packet | Michal Kalderon | 2 | -14/+24 |
2017-10-08 | qed: Delete redundant check on dcb_app priority | Christos Gkekas | 1 | -1/+1 |
2017-09-26 | qed: iWARP - Add check for errors on a SYN packet | Michal Kalderon | 2 | -0/+9 |
2017-09-26 | qed: Fix maximum number of CQs for iWARP | Michal Kalderon | 1 | -6/+6 |
2017-09-26 | qed: Add iWARP out of order support | Michal Kalderon | 3 | -3/+59 |
2017-09-26 | qed: Add iWARP enablement support | Michal Kalderon | 4 | -5/+15 |
2017-09-15 | qed: remove unnecessary call to memset | Himanshu Jha | 1 | -1/+0 |
2017-08-30 | qed: fix spelling mistake: "calescing" -> "coalescing" | Colin Ian King | 1 | -1/+1 |
2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-08-07 | qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()' | Christophe Jaillet | 1 | -1/+1 |
2017-07-27 | qed: Read per queue coalesce from hardware | Rahul Verma | 8 | -16/+280 |
2017-07-27 | qed: Add support for vf coalesce configuration. | Rahul Verma | 7 | -75/+221 |
2017-07-27 | qed: Add support for Energy efficient ethernet. | Sudarsana Reddy Kalluru | 5 | -7/+236 |
2017-07-27 | qed/qede: Add setter APIs support for RX flow classification | Chopra, Manish | 1 | -8/+0 |
2017-07-11 | qed: Fix printk option passed when printing ipv6 addresses | Kalderon, Michal | 1 | -3/+3 |
2017-07-03 | qed: initialize ll2_syn_handle at start of function | Michal Kalderon | 1 | -2/+1 |
2017-07-03 | qed: Add iWARP support for physical queue allocation | Kalderon, Michal | 1 | -0/+4 |
2017-07-03 | qed: Add iWARP protocol support in context allocation | Kalderon, Michal | 1 | -2/+11 |
2017-07-03 | qed: iWARP CM add error handling | Kalderon, Michal | 1 | -2/+181 |
2017-07-03 | qed: iWARP implement disconnect flows | Kalderon, Michal | 1 | -1/+89 |
2017-07-03 | qed: iWARP CM add active side connect | Kalderon, Michal | 3 | -12/+239 |
2017-07-03 | qed: iWARP CM add passive side connect | Kalderon, Michal | 7 | -19/+1012 |
2017-07-03 | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 3 | -3/+291 |
2017-07-03 | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal | 2 | -3/+220 |
2017-07-03 | qed: Add iWARP support in ll2 connections | Kalderon, Michal | 1 | -2/+11 |
2017-07-03 | qed: Rename some ll2 related defines | Kalderon, Michal | 2 | -16/+15 |
2017-07-03 | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 9 | -40/+749 |
2017-07-03 | qed: Introduce iWARP personality | Kalderon, Michal | 6 | -26/+42 |
2017-06-21 | qed*: Rename qed_roce_if.h to qed_rdma_if.h | Kalderon, Michal | 3 | -3/+3 |
2017-06-21 | qed: Split rdma content between qed_rdma and qed_roce | Kalderon, Michal | 9 | -2919/+86 |