aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_l2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-04qed: Add '_GTT' suffix to the IRO RAM macrosPrabhakar Kushwaha1-5/+6
2021-10-04qed: Update qed_hsi.h for fw 8.59.1.0Prabhakar Kushwaha1-4/+2
2021-10-04qed: Split huge qed_hsi.h header fileOmkar Kulkarni1-0/+1
2021-09-13qed: Improve the stack space of filter_config()Shai Malin1-20/+3
2021-03-10qed: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-09-09net: qed: Disable aRFS for NPAR and 100GDmitry Bogdanov1-0/+3
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin1-9/+13
2020-07-06net: qed: use ptr shortcuts to dedup field accessing in some partsAlexander Lobakin1-30/+31
2020-07-06net: qed: cleanup global structs declarationsAlexander Lobakin1-10/+2
2020-06-30net: qed: update copyright yearsAlexander Lobakin1-0/+1
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin1-28/+1
2020-04-06qed: remove redundant assignment to variable 'rc'Colin Ian King1-1/+1
2019-07-24qed: reduce maximum stack frame sizeArnd Bergmann1-19/+15
2019-05-26qed: Modify api for performing a dmae to another PFMichal Kalderon1-2/+2
2019-02-21qed: Read device port count from the shmemSudarsana Reddy Kalluru1-1/+3
2019-02-06qed: Change verbosity for coalescing message.Rahul Verma1-1/+2
2019-02-06qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru1-2/+3
2019-01-28qed: Fix LACP pdu drops for VFsManish Chopra1-0/+5
2019-01-28qed: Fix bug in tx promiscuous mode settingsManish Chopra1-1/+6
2018-11-08qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin1-4/+8
2018-08-09qed/qede: Multi CoS support.Manish Chopra1-3/+6
2018-07-21qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru1-8/+7
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-05qed*: Utilize FW 8.37.2.0Michal Kalderon1-0/+3
2018-05-31qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru1-2/+10
2018-05-25qed*: Support drop action classificationManish Chopra1-15/+20
2018-05-25qed*: Support other classification modes.Manish Chopra1-0/+2
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2018-05-10qed: Fix l2 initializations over iWARP personalityMichal Kalderon1-4/+2
2018-04-20qed* : Add new TLV to request PF to update MAC in bulletin boardShahed Shaikh1-0/+19
2018-03-29qed*: Utilize FW 8.33.11.0Michal Kalderon1-1/+1
2018-01-02qed: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-2/+1
2018-01-02qed*: Utilize FW 8.33.1.0Tomer Tayar1-42/+76
2017-08-30qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King1-1/+1
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma1-0/+115
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal1-13/+0
2017-07-03qed: Introduce iWARP personalityKalderon, Michal1-2/+1
2017-06-14qed: Fix an off by one bugDan Carpenter1-1/+1
2017-06-04qed: VF XDP supportMintz, Yuval1-4/+15
2017-06-04qed: Multiple qzone queues for VFsMintz, Yuval1-9/+21
2017-06-04qed: IOV db support multiple queues per qzoneMintz, Yuval1-4/+8
2017-06-04qed: Make VF legacy a bitfieldMintz, Yuval1-4/+6
2017-06-04qed: Assign a unique per-queue index to queue-cidMintz, Yuval1-1/+61
2017-06-04qed: Pass vf_params when creating a queue-cidMintz, Yuval1-24/+43
2017-06-04qed*: L2 interface to use the SB structures directlyMintz, Yuval1-15/+17
2017-06-04qed: Create L2 queue databaseMintz, Yuval1-0/+86
2017-05-24qed: !main_ptt for tunnel configurationManish Chopra1-2/+15
2017-05-18qed: Remove unused including <linux/version.h>Wei Yongjun1-1/+0