summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_dcbx.c
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin2018-11-131-7/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-17/+28
|\
| * qed: Add missing device config for RoCE EDPM in UFP mode.Sudarsana Reddy Kalluru2018-09-201-18/+22
| * qed: Do not add VLAN 0 tag to untagged frames in multi-function mode.Sudarsana Reddy Kalluru2018-09-201-1/+8
* | qed: Lower the severity of a dcbx log message.Sudarsana Reddy Kalluru2018-09-021-2/+3
|/
* qed: Add a flag which indicates if offload TC is setDenis Bolotin2018-08-071-1/+1
* qed: Add DCBX API - qed_dcbx_get_priority_tc()Denis Bolotin2018-08-071-0/+18
* qed: Make some functions staticYueHaibing2018-08-011-1/+1
* qed: remove redundant pointer 'name'Colin Ian King2018-07-041-2/+0Star
* qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
* qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4Star
* qed: Add support for Unified Fabric Port.Sudarsana Reddy Kalluru2018-05-081-2/+12
* qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-021-3/+1Star
* qed: use kzalloc instead of kmalloc and memsetColin Ian King2017-11-161-2/+1Star
* qed: Delete redundant check on dcb_app priorityChristos Gkekas2017-10-091-1/+1
* qed: remove unnecessary call to memsetHimanshu Jha2017-09-151-1/+0Star
* qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal2017-06-211-1/+1
* qed: Disable RoCE dpm when DCBx change occursMintz, Yuval2017-06-201-0/+8
* qed: RoCE EDPM to honor PFCMintz, Yuval2017-06-201-0/+16
* qed: Don't inherit RoCE DCBx for V2Sudarsana Reddy Kalluru2017-05-301-11/+0Star
* qed: Correct DCBx update schemeSudarsana Reddy Kalluru2017-05-301-8/+9
* qed: Add missing static/local dcbx infoSudarsana Reddy Kalluru2017-05-301-1/+3
* qed: Revise alloc/setup/free flowTomer Tayar2017-05-211-0/+1
* qed: Utilize FW 8.20.0.0Mintz, Yuval2017-05-181-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-5/+5
|\
| * qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com2017-04-251-5/+5
* | qed: Add support for static dcbx.sudarsana.kalluru@cavium.com2017-04-241-5/+19
* | qed: Support dcbnl IEEE selector field.sudarsana.kalluru@cavium.com2017-04-241-9/+44
* | qed: Add additional DCBx debug messages.sudarsana.kalluru@cavium.com2017-04-241-6/+11
* | qed: Separate RoCE DCBx support for V2.sudarsana.kalluru@cavium.com2017-04-241-8/+3Star
* | qed: Cleanup DCBx unnecessary parameters.sudarsana.kalluru@cavium.com2017-04-241-23/+15Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-221-1/+12
|\|
| * qed: Fix issue in populating the PFC config paramters.sudarsana.kalluru@cavium.com2017-04-201-0/+2
| * qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com2017-04-201-1/+1
| * qed: Fix sending an invalid PFC error mask to MFW.sudarsana.kalluru@cavium.com2017-04-201-0/+2
| * qed: Fix possible error in populating max_tc field.sudarsana.kalluru@cavium.com2017-04-201-0/+7
* | qed: Revise QM cofigurationAriel Elior2017-04-041-8/+6Star
|/
* qed: Add support for hardware offloaded FCoE.Arun Easi2017-02-201-2/+11
* qed*: Update to dual-licenseMintz, Yuval2017-01-021-4/+28
* qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru2016-10-221-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-3/+17
|\
| * qed: fix kzalloc-simple.cocci warningsWu Fengguang2016-09-011-4/+2Star
| * qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru2016-09-011-0/+4
| * qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru2016-09-011-1/+9
| * qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru2016-09-011-0/+4
* | qed: mark symbols static where possibleBaoyou Xie2016-09-101-4/+6
* | qed: Remove OOM messagesJoe Perches2016-09-061-10/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-54/+169
|\|
| * qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru2016-08-091-2/+6
| * qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru2016-08-091-20/+104