Age | Commit message (Expand) | Author | Files | Lines |
2020-07-23 | qed: simplify chain allocation with init params struct | Alexander Lobakin | 1 | -21/+23 |
2020-07-06 | net: qed: sanitize BE/LE data processing | Alexander Lobakin | 1 | -3/+6 |
2020-07-01 | net: qed: update copyright years | Alexander Lobakin | 1 | -0/+1 |
2020-07-01 | net: qed: convert to SPDX License Identifiers | Alexander Lobakin | 1 | -28/+1 |
2020-04-24 | qed: Make ll2_cbs static | Zou Wei | 1 | -1/+1 |
2020-01-27 | qed: FW 8.42.2.0 Additional ll2 type | Michal Kalderon | 1 | -17/+132 |
2019-05-26 | qedr: Change the MSI-X vectors selection to be based on affined engine | Michal Kalderon | 1 | -2/+2 |
2019-05-26 | qed: Modify offload protocols to use the affined engine | Michal Kalderon | 1 | -146/+232 |
2019-05-26 | qed: Add llh ppfid interface and 100g support for offload protocols | Michal Kalderon | 1 | -16/+12 |
2019-01-28 | qed: Fix system crash in ll2 xmit | Manish Chopra | 1 | -5/+15 |
2019-01-04 | qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier | Denis Bolotin | 1 | -0/+4 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-12-19 | qed: Fix an error code qed_ll2_start_xmit() | Dan Carpenter | 1 | -0/+1 |
2018-12-01 | qed: Register light L2 queues with doorbell overflow recovery mechanism | Ariel Elior | 1 | -10/+20 |
2018-10-04 | qed: Avoid implicit enum conversion in qed_ooo_submit_tx_buffers | Nathan Chancellor | 1 | -1/+12 |
2018-09-28 | qed: fix spelling mistake "b_cb_registred" -> "b_cb_registered" | Colin Ian King | 1 | -6/+6 |
2018-08-01 | qed: Make some functions static | YueHaibing | 1 | -1/+2 |
2018-06-20 | qed: Fix possible memory leak in Rx error path handling. | Sudarsana Reddy Kalluru | 1 | -2/+9 |
2018-05-16 | qed: Fix LL2 race during connection terminate | Michal Kalderon | 1 | -10/+14 |
2018-05-16 | qed: Fix possibility of list corruption during rmmod flows | Michal Kalderon | 1 | -1/+10 |
2018-05-16 | qed: LL2 flush isles when connection is closed | Michal Kalderon | 1 | -0/+26 |
2018-05-08 | qed: Add support for Unified Fabric Port. | Sudarsana Reddy Kalluru | 1 | -11/+29 |
2018-05-08 | qed*: Refactor mf_mode to consist of bits. | Sudarsana Reddy Kalluru | 1 | -3/+3 |
2018-04-30 | qed: fix spelling mistake: "checksumed" -> "checksummed" | Colin Ian King | 1 | -1/+1 |
2018-03-29 | qed*: Utilize FW 8.33.11.0 | Michal Kalderon | 1 | -13/+0 |
2018-01-02 | qed*: Utilize FW 8.33.1.0 | Tomer Tayar | 1 | -7/+21 |
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 | 1 | -1/+6 |
2017-10-09 | qed: Add ll2 option to limit the number of bds per packet | Michal Kalderon | 1 | -8/+21 |
2017-09-26 | qed: iWARP - Add check for errors on a SYN packet | Michal Kalderon | 1 | -0/+1 |
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 | 1 | -15/+14 |
2017-07-03 | qed: Introduce iWARP personality | Kalderon, Michal | 1 | -1/+1 |
2017-06-21 | qed: Split rdma content between qed_rdma and qed_roce | Kalderon, Michal | 1 | -1/+1 |
2017-06-20 | qed: Chain support for external PBL | Mintz, Yuval | 1 | -3/+3 |
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 | 1 | -98/+99 |
2017-06-09 | qed: LL2 code relocations | Mintz, Yuval | 1 | -30/+28 |
2017-06-09 | qed: Cleaner seperation of LL2 inputs | Mintz, Yuval | 1 | -179/+200 |
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 | 1 | -70/+57 |
2017-05-21 | qed: Revise alloc/setup/free flow | Tomer Tayar | 1 | -9/+12 |
2017-05-18 | qed: Remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
2017-04-07 | qed: Don't use main-ptt in unrelated flows | Rahul Verma | 1 | -14/+35 |
2017-04-06 | qed: fix missing break in OOO_LB_TC case | Colin Ian King | 1 | -0/+1 |