Age | Commit message (Expand) | Author | Files | Lines |
2020-07-23 | qed: introduce qed_chain_get_elem_used{,u32}() | Alexander Lobakin | 1 | -4/+14 |
2020-07-23 | qed: optimize common chain accessors | Alexander Lobakin | 1 | -27/+33 |
2020-07-23 | qed: add support for different page sizes for chains | Alexander Lobakin | 1 | -8/+13 |
2020-07-23 | qed: simplify chain allocation with init params struct | Alexander Lobakin | 2 | -14/+16 |
2020-07-23 | qed: move chain initialization inlines next to allocation functions | Alexander Lobakin | 1 | -112/+0 |
2020-07-23 | qed: sanitize PBL chains allocation | Alexander Lobakin | 1 | -8/+8 |
2020-07-23 | qed: reformat "qed_chain.h" a bit | Alexander Lobakin | 1 | -60/+66 |
2020-07-21 | qed: add support for the extended speed and FEC modes | Alexander Lobakin | 1 | -0/+1 |
2020-07-21 | qed: add missing loopback modes | Alexander Lobakin | 1 | -0/+5 |
2020-07-21 | qed: add support for Forward Error Correction | Alexander Lobakin | 1 | -0/+13 |
2020-07-21 | qed: reformat several structures a bit | Alexander Lobakin | 1 | -31/+33 |
2020-07-21 | qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE | Alexander Lobakin | 1 | -41/+6 |
2020-07-16 | net: qed: drop duplicate words in comments | Randy Dunlap | 2 | -2/+2 |
2020-07-06 | net: qed: sanitize BE/LE data processing | Alexander Lobakin | 1 | -8/+7 |
2020-07-01 | net: qed: update copyright years | Alexander Lobakin | 18 | -0/+18 |
2020-07-01 | net: qed: convert to SPDX License Identifiers | Alexander Lobakin | 16 | -448/+18 |
2020-07-01 | net: qed: correct existing SPDX tags | Alexander Lobakin | 2 | -2/+3 |
2020-06-24 | net: qed: fix left elements count calculation | Alexander Lobakin | 1 | -10/+16 |
2020-06-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2020-06-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+0 |
2020-06-03 | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 1 | -1/+0 |
2020-05-27 | qed: Add EDPM mode type for user-fw compatibility | Yuval Basson | 1 | -0/+3 |
2020-05-22 | qed: Add XRC to RoCE | Yuval Basson | 1 | -0/+19 |
2020-05-14 | net: qed: fix bad formatting | Igor Russkikh | 1 | -3/+2 |
2020-05-14 | net: qed: attention clearing properties | Igor Russkikh | 1 | -0/+9 |
2020-05-14 | net: qed: adding hw_err states and handling | Igor Russkikh | 1 | -0/+12 |
2020-04-18 | scsi: qed: Send BW update notifications to the protocol drivers | Sudarsana Reddy Kalluru | 1 | -0/+1 |
2020-03-30 | qed: Fix use after free in qed_chain_free | Yuval Basson | 1 | -9/+15 |
2020-01-27 | qed: FW 8.42.2.0 debug features | Michal Kalderon | 1 | -0/+9 |
2020-01-27 | qed: Debug feature: ilt and mdump | Michal Kalderon | 1 | -0/+1 |
2020-01-27 | qed: FW 8.42.2.0 HSI changes | Michal Kalderon | 2 | -31/+68 |
2020-01-27 | qed: FW 8.42.2.0 iscsi/fcoe changes | Michal Kalderon | 2 | -41/+26 |
2020-01-27 | qed: Add abstraction for different hsi values per chip | Michal Kalderon | 1 | -2/+2 |
2020-01-27 | qed: FW 8.42.2.0 Additional ll2 type | Michal Kalderon | 3 | -3/+23 |
2020-01-27 | qed: FW 8.42.2.0 Internal ram offsets modifications | Michal Kalderon | 1 | -2/+2 |
2019-09-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+1 |
2019-09-11 | qed*: Fix size of config attribute dump. | Sudarsana Reddy Kalluru | 1 | -0/+8 |
2019-08-31 | qed: Add APIs for configuring grc dump config flags. | Sudarsana Reddy Kalluru | 1 | -0/+9 |
2019-08-31 | qed: Add APIs for reading config id attributes. | Sudarsana Reddy Kalluru | 1 | -0/+11 |
2019-08-15 | qed: Add driver API for flashing the config attributes. | Sudarsana Reddy Kalluru | 1 | -0/+1 |
2019-08-09 | qed: Add new ethtool supported port types based on media. | Rahul Verma | 1 | -1/+1 |
2019-07-25 | qed*: Change dpi_addr to be denoted with __iomem | Michal Kalderon | 1 | -1/+1 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440 | Thomas Gleixner | 1 | -4/+1 |
2019-05-26 | qed*: Add iWARP 100g support | Michal Kalderon | 1 | -0/+2 |
2019-05-26 | qed*: Change hwfn used for sb initialization | Michal Kalderon | 1 | -1/+9 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -2/+0 |
2019-02-09 | qed: Add API for SmartAN query. | Sudarsana Reddy Kalluru | 1 | -0/+1 |
2019-01-28 | qede: Error recovery process | Tomer Tayar | 1 | -4/+6 |
2019-01-28 | qed: Add infrastructure for error detection and recovery | Tomer Tayar | 1 | -0/+20 |