summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_l2.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-1/+2
* qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-02-071-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-091-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-221-8/+7Star
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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-121-4/+2Star
|\
| * qed: Fix l2 initializations over iWARP personalityMichal Kalderon2018-05-101-4/+2Star
* | 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-031-2/+1Star
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-42/+76
* qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King2017-08-311-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/+0Star
* qed: Introduce iWARP personalityKalderon, Michal2017-07-031-2/+1Star
* qed: Fix an off by one bugDan Carpenter2017-06-141-1/+1
* qed: VF XDP supportMintz, Yuval2017-06-051-4/+15
* qed: Multiple qzone queues for VFsMintz, Yuval2017-06-051-9/+21
* qed: IOV db support multiple queues per qzoneMintz, Yuval2017-06-051-4/+8
* qed: Make VF legacy a bitfieldMintz, Yuval2017-06-051-4/+6
* qed: Assign a unique per-queue index to queue-cidMintz, Yuval2017-06-051-1/+61
* qed: Pass vf_params when creating a queue-cidMintz, Yuval2017-06-051-24/+43
* qed*: L2 interface to use the SB structures directlyMintz, Yuval2017-06-051-15/+17
* qed: Create L2 queue databaseMintz, Yuval2017-06-051-0/+86
* qed: !main_ptt for tunnel configurationManish Chopra2017-05-241-2/+15
* qed: Remove unused including <linux/version.h>Wei Yongjun2017-05-181-1/+0Star
* qed - VF tunnelling support [VXLAN/GENEVE/GRE]Chopra, Manish2017-04-251-3/+0Star
* qed/qede: Add UDP ports in bulletin boardChopra, Manish2017-04-251-0/+19
* qed: refactor tunnelling - API/StructsChopra, Manish2017-04-251-8/+7Star
* qed: aRFS infrastructure supportChopra, Manish2017-04-171-0/+133
* qed: Don't use main-ptt in unrelated flowsRahul Verma2017-04-061-2/+12
* qed: Revise QM cofigurationAriel Elior2017-04-041-4/+1Star
* qed*: Add support for QL41xxx adaptersMintz, Yuval2017-03-141-75/+109
* qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru2017-02-151-0/+5
* qed: Replace memset with eth_zero_addrShyam Saini2017-01-171-1/+1
* qed: Support Multicast on Tx-switchingMintz, Yuval2017-01-021-2/+5
* qed*: RSS indirection based on queue-handlesMintz, Yuval2017-01-021-89/+143
* qed*: Change maximal number of queuesMintz, Yuval2017-01-021-7/+25
* qed*: Update to dual-licenseMintz, Yuval2017-01-021-4/+28
* qed*: Handle-based L2-queues.Mintz, Yuval2016-11-301-265/+330