aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_l2.c
AgeCommit message (Expand)Author
2023-07-29qed: Fix scheduling in a tasklet while getting statsKonstantin Khorenko
2023-06-06qed/qede: Fix scheduling while atomicManish Chopra
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni
2021-09-13qed: Improve the stack space of filter_config()Shai Malin
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-09-09net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin
2020-07-06net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin
2020-07-06net: qed: cleanup global structs declarationsAlexander Lobakin
2020-06-30net: qed: update copyright yearsAlexander Lobakin
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin
2020-04-06qed: remove redundant assignment to variable 'rc'Colin Ian King
2019-07-24qed: reduce maximum stack frame sizeArnd Bergmann
2019-05-26qed: Modify api for performing a dmae to another PFMichal Kalderon
2019-02-21qed: Read device port count from the shmemSudarsana Reddy Kalluru
2019-02-06qed: Change verbosity for coalescing message.Rahul Verma
2019-02-06qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru
2019-01-28qed: Fix LACP pdu drops for VFsManish Chopra
2019-01-28qed: Fix bug in tx promiscuous mode settingsManish Chopra
2018-11-08qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin
2018-08-09qed/qede: Multi CoS support.Manish Chopra
2018-07-21qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru
2018-05-25qed*: Support drop action classificationManish Chopra
2018-05-25qed*: Support other classification modes.Manish Chopra
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10qed: Fix l2 initializations over iWARP personalityMichal Kalderon
2018-04-20qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh
2018-03-29qed*: Utilize FW 8.33.11.0Michal Kalderon
2018-01-02qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar
2017-08-30qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal
2017-07-03qed: Introduce iWARP personalityKalderon, Michal
2017-06-14qed: Fix an off by one bugDan Carpenter
2017-06-04qed: VF XDP supportMintz, Yuval
2017-06-04qed: Multiple qzone queues for VFsMintz, Yuval
2017-06-04qed: IOV db support multiple queues per qzoneMintz, Yuval
2017-06-04qed: Make VF legacy a bitfieldMintz, Yuval
2017-06-04qed: Assign a unique per-queue index to queue-cidMintz, Yuval
2017-06-04qed: Pass vf_params when creating a queue-cidMintz, Yuval
2017-06-04qed*: L2 interface to use the SB structures directlyMintz, Yuval
2017-06-04qed: Create L2 queue databaseMintz, Yuval