Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-21 | qed: Duplicate qed_roce.[ch] to qed_rdma.[ch] |  Kalderon, Michal | 2 | -0/+2983 |
2017-06-21 | qed: Cleanup qed_roce before duplicating it |  Kalderon, Michal | 1 | -39/+12 |
2017-06-20 | qed: SPQ async callback registration |  Michal Kalderon | 7 | -55/+96 |
2017-06-20 | qed: Wait for resources before FUNC_CLOSE |  Michal Kalderon | 1 | -15/+20 |
2017-06-20 | qed: Disable RoCE dpm when DCBx change occurs |  Mintz, Yuval | 3 | -0/+49 |
2017-06-20 | qed: RoCE EDPM to honor PFC |  Mintz, Yuval | 2 | -0/+22 |
2017-06-20 | qed: Chain support for external PBL |  Mintz, Yuval | 5 | -19/+39 |
2017-06-14 | qed: Fix an off by one bug |  Dan Carpenter | 1 | -1/+1 |
2017-06-09 | qed: add qed_int_sb_init() stub function |  Arnd Bergmann | 1 | -0/+5 |
2017-06-09 | qed: collect GSI port statistics |  Mintz, Yuval | 1 | -0/+23 |
2017-06-09 | qed: Call rx_release_cb() when flushing LL2 |  Mintz, Yuval | 1 | -6/+7 |
2017-06-09 | qed: No need for LL2 frags indication |  Mintz, Yuval | 1 | -23/+8 |
2017-06-09 | qed*: LL2 callback operations |  Michal Kalderon | 5 | -447/+132 |
2017-06-09 | qed: LL2 code relocations |  Mintz, Yuval | 1 | -30/+28 |
2017-06-09 | qed: Cleaner seperation of LL2 inputs |  Mintz, Yuval | 3 | -229/+223 |
2017-06-09 | qed: Revise ll2 Rx completion |  Mintz, Yuval | 1 | -34/+50 |
2017-06-09 | qed: LL2 to use packed information for tx |  Mintz, Yuval | 3 | -111/+75 |
2017-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -1/+2 |
2017-06-04 | qed: VF XDP support |  Mintz, Yuval | 3 | -7/+37 |
2017-06-04 | qed: VFs to try utilizing the doorbell bar |  Mintz, Yuval | 7 | -72/+231 |
2017-06-04 | qed: Multiple qzone queues for VFs |  Mintz, Yuval | 6 | -35/+211 |
2017-06-04 | qed: IOV db support multiple queues per qzone |  Mintz, Yuval | 4 | -72/+123 |
2017-06-04 | qed: Make VF legacy a bitfield |  Mintz, Yuval | 3 | -21/+33 |
2017-06-04 | qed: Assign a unique per-queue index to queue-cid |  Mintz, Yuval | 4 | -4/+88 |
2017-06-04 | qed: Pass vf_params when creating a queue-cid |  Mintz, Yuval | 3 | -45/+95 |
2017-06-04 | qed*: L2 interface to use the SB structures directly |  Mintz, Yuval | 4 | -28/+49 |