Age | Commit message (Expand) | Author | Files | Lines |
2020-07-09 | qed: Populate nvm-file attributes while reading nvm config partition. | Sudarsana Reddy Kalluru | 1 | -9/+3 |
2020-06-23 | net: qed: fix "maybe uninitialized" warning | Alexander Lobakin | 1 | -1/+1 |
2020-06-23 | net: qed: fix async event callbacks unregistering | Alexander Lobakin | 1 | -2/+7 |
2020-05-21 | qed: changes to ILT to support XRC | Yuval Basson | 1 | -1/+5 |
2020-05-14 | net: qed: invoke err notify on critical areas | Igor Russkikh | 1 | -1/+3 |
2020-04-20 | qed: use true,false for bool variables | Jason Yan | 1 | -2/+2 |
2020-03-30 | qed: Fix use after free in qed_chain_free | Yuval Basson | 1 | -22/+16 |
2020-02-01 | qed: Fix a error code in qed_hw_init() | Dan Carpenter | 1 | -0/+1 |
2020-01-27 | qed: FW 8.42.2.0 debug features | Michal Kalderon | 1 | -1/+1 |
2020-01-27 | qed: rt init valid initialization changed | Michal Kalderon | 1 | -3/+0 |
2020-01-27 | qed: FW 8.42.2.0 Add fw overlay feature | Michal Kalderon | 1 | -1/+17 |
2020-01-27 | qed: Add abstraction for different hsi values per chip | Michal Kalderon | 1 | -20/+42 |
2020-01-27 | qed: FW 8.42.2.0 Additional ll2 type | Michal Kalderon | 1 | -6/+14 |
2020-01-27 | qed: Use dmae to write to widebus registers in fw_funcs | Michal Kalderon | 1 | -1/+1 |
2020-01-27 | qed: FW 8.42.2.0 Queue Manager changes | Michal Kalderon | 1 | -11/+10 |
2019-06-18 | qed: Fix -Wmaybe-uninitialized false positive | Arnd Bergmann | 1 | -0/+1 |
2019-05-30 | qed: Fix static checker warning | Michal Kalderon | 1 | -12/+12 |
2019-05-29 | qed: fix spelling mistake "inculde" -> "include" | Colin Ian King | 1 | -1/+1 |
2019-05-26 | qed: Set the doorbell address correctly | Michal Kalderon | 1 | -11/+18 |
2019-05-26 | qed: Add llh ppfid interface and 100g support for offload protocols | Michal Kalderon | 1 | -263/+983 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -51/+34 |
2019-04-14 | qed: Fix the doorbell address sanity check | Denis Bolotin | 1 | -8/+8 |
2019-04-14 | qed: Delete redundant doorbell recovery types | Denis Bolotin | 1 | -43/+26 |
2019-03-20 | qed: Define new MF bit for no_vlan config | Sudarsana Reddy Kalluru | 1 | -2/+4 |
2019-02-21 | qed: Read device port count from the shmem | Sudarsana Reddy Kalluru | 1 | -60/+35 |
2019-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
2019-01-28 | qed: Fix stack out of bounds bug | Manish Chopra | 1 | -4/+4 |
2019-01-28 | qed: Add infrastructure for error detection and recovery | Tomer Tayar | 1 | -14/+27 |
2019-01-28 | qed: Revise load sequence to avoid PCI errors | Tomer Tayar | 1 | -49/+68 |
2018-12-04 | qed: fix spelling mistake "Dispalying" -> "Displaying" | Colin Ian King | 1 | -1/+1 |
2018-11-30 | qed: Use the doorbell overflow recovery mechanism in case of doorbell overflow | Ariel Elior | 1 | -3/+11 |
2018-11-30 | qed: Add doorbell overflow recovery mechanism | Ariel Elior | 1 | -0/+320 |
2018-11-19 | qed: Fix QM getters to always return a valid pq | Denis Bolotin | 1 | -4/+20 |
2018-11-19 | qed: Fix bitmap_weight() check | Denis Bolotin | 1 | -1/+4 |
2018-11-13 | qed: Fix rdma_info structure allocation | Michal Kalderon | 1 | -4/+11 |
2018-10-02 | qed: Add driver support for 20G link speed. | Sudarsana Reddy Kalluru | 1 | -0/+3 |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+14 |
2018-09-19 | qed: Fix populating the invalid stag value in multi function mode. | Sudarsana Reddy Kalluru | 1 | -1/+14 |
2018-09-06 | qed*: Utilize FW 8.37.7.0 | Denis Bolotin | 1 | -0/+11 |
2018-08-07 | qed: qed_dev: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
2018-08-07 | qed: Add Multi-TC RoCE support | Denis Bolotin | 1 | -14/+75 |
2018-08-07 | qed: Add a flag which indicates if offload TC is set | Denis Bolotin | 1 | -5/+27 |
2018-08-01 | qed: Make some functions static | YueHaibing | 1 | -5/+5 |
2018-07-29 | qed: remove redundant functions qed_get_cm_pq_idx_rl | YueHaibing | 1 | -10/+0 |
2018-07-02 | qed: Fix setting of incorrect eswitch mode. | Sudarsana Reddy Kalluru | 1 | -1/+1 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -8/+8 |
2018-06-05 | qed*: Utilize FW 8.37.2.0 | Michal Kalderon | 1 | -1/+1 |
2018-05-30 | drivers/net: Fix various unnecessary characters after logging newlines | Joe Perches | 1 | -1/+1 |
2018-05-07 | qed: Add support for Unified Fabric Port. | Sudarsana Reddy Kalluru | 1 | -6/+26 |
2018-05-07 | qed: Add support for multi function mode with 802.1ad tagging. | Sudarsana Reddy Kalluru | 1 | -20/+44 |