Age | Commit message (Expand) | Author | Files | Lines |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 3 | -3/+4 |
2021-10-04 | qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT") | Prabhakar Kushwaha | 1 | -0/+1 |
2021-10-04 | qed: Update TCP silly-window-syndrome timeout for iwarp, scsi | Nikolay Assa | 1 | -0/+2 |
2021-10-04 | qed: Update qed_hsi.h for fw 8.59.1.0 | Prabhakar Kushwaha | 2 | -0/+2 |
2021-10-04 | qed: Update common_hsi for FW ver 8.59.1.0 | Prabhakar Kushwaha | 1 | -8/+105 |
2021-10-04 | qed: Remove e4_ and _e4 from FW HSI | Shai Malin | 5 | -387/+386 |
2021-10-04 | qed: Fix kernel-doc warnings | Prabhakar Kushwaha | 5 | -183/+230 |
2021-09-13 | qed: Improve the stack space of filter_config() | Shai Malin | 1 | -13/+8 |
2021-06-03 | qed: Add IP services APIs support | Nikolay Assa | 1 | -0/+29 |
2021-06-03 | qed: Add NVMeTCP Offload IO Level FW Initializations | Shai Malin | 2 | -0/+21 |
2021-06-03 | qed: Add NVMeTCP Offload IO Level FW and HW HSI | Shai Malin | 2 | -1/+365 |
2021-06-03 | qed: Add support of HW filter block | Prabhakar Kushwaha | 1 | -0/+24 |
2021-06-03 | qed: Add NVMeTCP Offload Connection Level FW and HW HSI | Shai Malin | 2 | -0/+237 |
2021-06-03 | qed: Add NVMeTCP Offload PF Level FW and HW HSI | Shai Malin | 3 | -0/+143 |
2021-06-03 | qed: Add TCP_ULP FW resource layout | Omkar Kulkarni | 2 | -2/+2 |
2021-04-08 | net: qed: remove unused including <linux/version.h> | Tian Tao | 1 | -1/+0 |
2021-03-22 | linux/qed: Mundane spelling fixes throughout the file | Bhaskar Chowdhury | 1 | -4/+4 |
2021-01-28 | linux/qed: fix spelling typo in qed_chain.h | dingsenjie | 1 | -1/+1 |
2020-11-23 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 1 | -0/+1 |
2020-10-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -3/+3 |
2020-10-16 | Merge branch 'dynamic_sg' into rdma.git for-next | Jason Gunthorpe | 1 | -0/+1 |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2020-09-11 | qede: Notify qedr when mtu has changed | Michal Kalderon | 1 | -1/+3 |
2020-09-11 | RDMA/qedr: Remove fbo and zbva from the MR | Jason Gunthorpe | 1 | -2/+0 |
2020-09-09 | net: qed: Disable aRFS for NPAR and 100G | Dmitry Bogdanov | 1 | -0/+1 |
2020-08-24 | qed: align adjacent indent | Igor Russkikh | 1 | -36/+33 |
2020-08-24 | qed: use devlink logic to report errors | Igor Russkikh | 1 | -0/+3 |
2020-08-24 | qed: health reporter init deinit seq | Igor Russkikh | 1 | -0/+1 |
2020-08-24 | qed/qede: make devlink survive recovery | Igor Russkikh | 1 | -0/+9 |
2020-07-22 | qed: introduce qed_chain_get_elem_used{,u32}() | Alexander Lobakin | 1 | -4/+14 |
2020-07-22 | qed: optimize common chain accessors | Alexander Lobakin | 1 | -27/+33 |
2020-07-22 | qed: add support for different page sizes for chains | Alexander Lobakin | 1 | -8/+13 |
2020-07-22 | qed: simplify chain allocation with init params struct | Alexander Lobakin | 2 | -14/+16 |
2020-07-22 | qed: move chain initialization inlines next to allocation functions | Alexander Lobakin | 1 | -112/+0 |
2020-07-22 | qed: sanitize PBL chains allocation | Alexander Lobakin | 1 | -8/+8 |
2020-07-22 | qed: reformat "qed_chain.h" a bit | Alexander Lobakin | 1 | -60/+66 |
2020-07-20 | qed: add support for the extended speed and FEC modes | Alexander Lobakin | 1 | -0/+1 |
2020-07-20 | qed: add missing loopback modes | Alexander Lobakin | 1 | -0/+5 |
2020-07-20 | qed: add support for Forward Error Correction | Alexander Lobakin | 1 | -0/+13 |
2020-07-20 | qed: reformat several structures a bit | Alexander Lobakin | 1 | -31/+33 |
2020-07-20 | qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE | Alexander Lobakin | 1 | -41/+6 |
2020-07-15 | 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-06-30 | net: qed: update copyright years | Alexander Lobakin | 18 | -0/+18 |
2020-06-30 | net: qed: convert to SPDX License Identifiers | Alexander Lobakin | 16 | -448/+18 |
2020-06-30 | net: qed: correct existing SPDX tags | Alexander Lobakin | 2 | -2/+3 |
2020-06-23 | net: qed: fix left elements count calculation | Alexander Lobakin | 1 | -10/+16 |
2020-06-05 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -1/+0 |
2020-06-02 | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 1 | -1/+0 |