summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_l2.c
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko2023-07-291-5/+14
* qed/qede: Fix scheduling while atomicManish Chopra2023-06-061-1/+1
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha2021-10-041-5/+6
* qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha2021-10-041-4/+2
* qed: Split huge qed_hsi.h header fileOmkar Kulkarni2021-10-041-0/+1
* qed: Improve the stack space of filter_config()Shai Malin2021-09-131-20/+3
* qed: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+1
* net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov2020-09-091-0/+3
* net: qed: sanitize BE/LE data processingAlexander Lobakin2020-07-061-9/+13
* net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin2020-07-061-30/+31
* net: qed: cleanup global structs declarationsAlexander Lobakin2020-07-061-10/+2
* net: qed: update copyright yearsAlexander Lobakin2020-06-301-0/+1
* net: qed: convert to SPDX License IdentifiersAlexander Lobakin2020-06-301-28/+1
* qed: remove redundant assignment to variable 'rc'Colin Ian King2020-04-061-1/+1
* qed: reduce maximum stack frame sizeArnd Bergmann2019-07-241-19/+15
* qed: Modify api for performing a dmae to another PFMichal Kalderon2019-05-261-2/+2
* qed: Read device port count from the shmemSudarsana Reddy Kalluru2019-02-211-1/+3
* qed: Change verbosity for coalescing message.Rahul Verma2019-02-061-1/+2
* qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-02-061-2/+3
* qed: Fix LACP pdu drops for VFsManish Chopra2019-01-281-0/+5
* qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
* qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin2018-11-081-4/+8
* qed/qede: Multi CoS support.Manish Chopra2018-08-091-3/+6
* qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru2018-07-211-8/+7
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-051-0/+3
* qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru2018-05-311-2/+10
* qed*: Support drop action classificationManish Chopra2018-05-251-15/+20
* qed*: Support other classification modes.Manish Chopra2018-05-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-4/+2
|\
| * qed: Fix l2 initializations over iWARP personalityMichal Kalderon2018-05-101-4/+2
* | qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh2018-04-201-0/+19
|/
* qed*: Utilize FW 8.33.11.0Michal Kalderon2018-03-291-1/+1
* qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-2/+1
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-42/+76
* qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King2017-08-301-1/+1
* qed: Read per queue coalesce from hardwareRahul Verma2017-07-271-0/+115
* qed: iWARP CM add passive side connectKalderon, Michal2017-07-031-13/+0
* qed: Introduce iWARP personalityKalderon, Michal2017-07-031-2/+1
* qed: Fix an off by one bugDan Carpenter2017-06-141-1/+1
* qed: VF XDP supportMintz, Yuval2017-06-041-4/+15
* qed: Multiple qzone queues for VFsMintz, Yuval2017-06-041-9/+21
* qed: IOV db support multiple queues per qzoneMintz, Yuval2017-06-041-4/+8
* qed: Make VF legacy a bitfieldMintz, Yuval2017-06-041-4/+6
* qed: Assign a unique per-queue index to queue-cidMintz, Yuval2017-06-041-1/+61
* qed: Pass vf_params when creating a queue-cidMintz, Yuval2017-06-041-24/+43
* qed*: L2 interface to use the SB structures directlyMintz, Yuval2017-06-041-15/+17
* qed: Create L2 queue databaseMintz, Yuval2017-06-041-0/+86