Age | Commit message (Expand) | Author | Files | Lines |
2023-07-29 | qed: Fix scheduling in a tasklet while getting stats | Konstantin Khorenko | 1 | -5/+14 |
2023-06-06 | qed/qede: Fix scheduling while atomic | Manish Chopra | 1 | -1/+1 |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 1 | -1/+1 |
2021-10-04 | qed: Add '_GTT' suffix to the IRO RAM macros | Prabhakar Kushwaha | 1 | -5/+6 |
2021-10-04 | qed: Update qed_hsi.h for fw 8.59.1.0 | Prabhakar Kushwaha | 1 | -4/+2 |
2021-10-04 | qed: Split huge qed_hsi.h header file | Omkar Kulkarni | 1 | -0/+1 |
2021-09-13 | qed: Improve the stack space of filter_config() | Shai Malin | 1 | -20/+3 |
2021-03-10 | qed: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-09-10 | net: qed: Disable aRFS for NPAR and 100G | Dmitry Bogdanov | 1 | -0/+3 |
2020-07-06 | net: qed: sanitize BE/LE data processing | Alexander Lobakin | 1 | -9/+13 |
2020-07-06 | net: qed: use ptr shortcuts to dedup field accessing in some parts | Alexander Lobakin | 1 | -30/+31 |
2020-07-06 | net: qed: cleanup global structs declarations | Alexander Lobakin | 1 | -10/+2 |
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-06 | qed: remove redundant assignment to variable 'rc' | Colin Ian King | 1 | -1/+1 |
2019-07-25 | qed: reduce maximum stack frame size | Arnd Bergmann | 1 | -19/+15 |
2019-05-26 | qed: Modify api for performing a dmae to another PF | Michal Kalderon | 1 | -2/+2 |
2019-02-21 | qed: Read device port count from the shmem | Sudarsana Reddy Kalluru | 1 | -1/+3 |
2019-02-07 | qed: Change verbosity for coalescing message. | Rahul Verma | 1 | -1/+2 |
2019-02-07 | qed: Consider TX tcs while deriving the max num_queues for PF. | Sudarsana Reddy Kalluru | 1 | -2/+3 |
2019-01-28 | qed: Fix LACP pdu drops for VFs | Manish Chopra | 1 | -0/+5 |
2019-01-28 | qed: Fix bug in tx promiscuous mode settings | Manish Chopra | 1 | -1/+6 |
2018-11-09 | qed: Fix SPQ entries not returned to pool in error flows | Denis Bolotin | 1 | -4/+8 |
2018-08-10 | qed/qede: Multi CoS support. | Manish Chopra | 1 | -3/+6 |
2018-07-22 | qed: Correct Multicast API to reflect existence of 256 approximate buckets. | Sudarsana Reddy Kalluru | 1 | -8/+7 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-06-05 | qed*: Utilize FW 8.37.2.0 | Michal Kalderon | 1 | -0/+3 |
2018-05-31 | qed*: Add link change count value to ethtool statistics display. | Sudarsana Reddy Kalluru | 1 | -2/+10 |
2018-05-25 | qed*: Support drop action classification | Manish Chopra | 1 | -15/+20 |
2018-05-25 | qed*: Support other classification modes. | Manish Chopra | 1 | -0/+2 |
2018-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
2018-05-10 | qed: Fix l2 initializations over iWARP personality | Michal Kalderon | 1 | -4/+2 |
2018-04-20 | qed* : Add new TLV to request PF to update MAC in bulletin board | Shahed Shaikh | 1 | -0/+19 |
2018-03-29 | qed*: Utilize FW 8.33.11.0 | Michal Kalderon | 1 | -1/+1 |
2018-01-03 | qed: Use zeroing memory allocator than allocator/memset | Himanshu Jha | 1 | -2/+1 |
2018-01-02 | qed*: Utilize FW 8.33.1.0 | Tomer Tayar | 1 | -42/+76 |
2017-08-31 | qed: fix spelling mistake: "calescing" -> "coalescing" | Colin Ian King | 1 | -1/+1 |
2017-07-27 | qed: Read per queue coalesce from hardware | Rahul Verma | 1 | -0/+115 |
2017-07-03 | qed: iWARP CM add passive side connect | Kalderon, Michal | 1 | -13/+0 |
2017-07-03 | qed: Introduce iWARP personality | Kalderon, Michal | 1 | -2/+1 |
2017-06-14 | qed: Fix an off by one bug | Dan Carpenter | 1 | -1/+1 |
2017-06-05 | qed: VF XDP support | Mintz, Yuval | 1 | -4/+15 |
2017-06-05 | qed: Multiple qzone queues for VFs | Mintz, Yuval | 1 | -9/+21 |
2017-06-05 | qed: IOV db support multiple queues per qzone | Mintz, Yuval | 1 | -4/+8 |
2017-06-05 | qed: Make VF legacy a bitfield | Mintz, Yuval | 1 | -4/+6 |
2017-06-05 | qed: Assign a unique per-queue index to queue-cid | Mintz, Yuval | 1 | -1/+61 |
2017-06-05 | qed: Pass vf_params when creating a queue-cid | Mintz, Yuval | 1 | -24/+43 |
2017-06-05 | qed*: L2 interface to use the SB structures directly | Mintz, Yuval | 1 | -15/+17 |
2017-06-05 | qed: Create L2 queue database | Mintz, Yuval | 1 | -0/+86 |