summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_dcbx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
| * 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/+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-091-2/+6
| * qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru2016-08-091-20/+104
| * qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2016-08-091-30/+58
| * qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru2016-08-091-2/+1
* | qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun2016-08-151-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-241-1/+2
* qed: add support for dcbx.Sudarsana Reddy Kalluru2016-05-171-0/+562