summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_dcbx.c
Commit message (Expand)AuthorAgeFilesLines
* qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-08-241-7/+4
* qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-221-4/+4
* qed: remove unnecessary call to memsetHimanshu Jha2017-09-151-1/+0
* 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/+0
* 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-261-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/+3
* | qed: Cleanup DCBx unnecessary parameters.sudarsana.kalluru@cavium.com2017-04-241-23/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-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-031-8/+6
|/
* qed: Add support for hardware offloaded FCoE.Arun Easi2017-02-191-2/+11
* qed*: Update to dual-licenseMintz, Yuval2017-01-011-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-121-3/+17
|\
| * qed: fix kzalloc-simple.cocci warningsWu Fengguang2016-09-011-4/+2
| * qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru2016-08-311-0/+4
| * qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru2016-08-311-1/+9
| * qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru2016-08-311-0/+4
* | qed: mark symbols static where possibleBaoyou Xie2016-09-091-4/+6
* | qed: Remove OOM messagesJoe Perches2016-09-061-10/+3
* | 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-081-2/+6
| * qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru2016-08-081-20/+104
| * qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2016-08-081-30/+58
| * qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru2016-08-081-2/+1
* | qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun2016-08-141-0/+1
|/
* qed: Add dcbnl support.Sudarsana Reddy Kalluru2016-06-081-0/+1090
* qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru2016-06-081-1/+532
* qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru2016-05-251-1/+1
* qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter2016-05-231-1/+2
* qed: add support for dcbx.Sudarsana Reddy Kalluru2016-05-171-0/+562