aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_dcbx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-22qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru1-0/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+17
2016-09-09qed: mark symbols static where possibleBaoyou Xie1-4/+6
2016-09-06qed: Remove OOM messagesJoe Perches1-10/+3
2016-09-01qed: fix kzalloc-simple.cocci warningsWu Fengguang1-4/+2
2016-08-31qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru1-0/+4
2016-08-31qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru1-1/+9
2016-08-31qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru1-0/+4
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-54/+169
2016-08-14qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun1-0/+1
2016-08-08qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru1-2/+6
2016-08-08qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru1-20/+104
2016-08-08qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru1-30/+58
2016-08-08qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru1-2/+1
2016-06-08qed: Add dcbnl support.Sudarsana Reddy Kalluru1-0/+1090
2016-06-08qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru1-1/+532
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-23qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter1-1/+2
2016-05-17qed: add support for dcbx.Sudarsana Reddy Kalluru1-0/+562