summaryrefslogtreecommitdiffstats
path: root/net/dcb
Commit message (Expand)AuthorAgeFilesLines
* net/dcb: Add dcbnl buffer attributeHuy Nguyen2018-05-241-0/+20
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-2/+2
* dcb: enforce minimum length on IEEE_APPS attributestephen hemminger2017-05-211-4/+7
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-2/+3
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-30/+27
* net: dcb: set error code on failuresPan Bian2016-12-031-0/+1
* net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker2015-10-091-27/+3
* net/dcb: Add IEEE QCN attributeShani Michaeli2015-03-061-3/+41
* dcbnl : Disable software interrupts before taking dcb_lockAnish Bhatt2014-11-161-18/+18
* dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2014-07-301-2/+3
* Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt2014-07-171-1/+7
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
* dcb: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue2014-01-141-10/+5
* net/*: Fix FSF address in file headersJeff Kirsher2013-12-062-4/+2
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-0/+8
|\
| * dcbnl: fix various netlink info leaksMathias Krause2013-03-101-0/+8
* | dcb: fix sparse warningsstephen hemminger2013-03-091-0/+1
|/
* net: Allow DCBnl to use other namespaces besides init_netJohn Fastabend2012-12-101-5/+2
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-9/+9
* net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings2012-07-101-2/+1
* net: dcb: fix small regression in __dcbnl_pg_setcfg()John Fastabend2012-06-211-2/+1
* dcbnl: Use BUG_ON() instead of BUG()Thomas Graf2012-06-141-4/+1
* dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf2012-06-141-1/+1
* dcbnl: Use type safe nlmsg_data()Thomas Graf2012-06-131-1/+1
* dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf2012-06-131-25/+22
* dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf2012-06-131-46/+35
* dcbnl: Return consistent error codesThomas Graf2012-06-131-135/+138
* dcbnl: Use dcbnl_newmsg() where possibleThomas Graf2012-06-131-14/+2
* dcbnl: Remove now unused dcbnl_reply()Thomas Graf2012-06-131-37/+0
* dcbnl: Shorten all command handling functionsThomas Graf2012-06-131-550/+172
* dcbnl: Prepare framework to shorten handling functionsThomas Graf2012-06-131-0/+71
* net: dcb: add CEE notify callsJohn Fastabend2012-04-251-0/+2
* net/dcb: Add an optional max rate attributeAmir Vadai2012-04-051-0/+20
* dcbnl: Stop using NLA_PUT*().David S. Miller2012-04-021-30/+42
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* dcb: add DCBX mode to event notifier attributesJohn Fastabend2011-10-061-0/+6
* dcb: Use ifindex instead of ifnameMark Rustad2011-10-061-12/+12
* dcbnl: unlock on an error path in dcbnl_cee_fill()Dan Carpenter2011-07-081-1/+1
* dcbnl: Add CEE notificationShmulik Ravid2011-07-051-190/+225
* dcbnl: Aggregated CEE GET operationShmulik Ravid2011-07-051-7/+152
* dcb: use nlmsg_free() instead of kfree()Dan Carpenter2011-06-231-2/+2
* dcb: Add missing error check in dcb_ieee_set()John Fastabend2011-06-211-0/+3
* dcb: fix return type on dcb_setapp()John Fastabend2011-06-211-1/+1
* dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend2011-06-211-0/+26
* dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend2011-06-211-2/+88
* dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend2011-06-211-4/+51
* net: dcbnl, add multicast group for DCBJohn Fastabend2011-06-211-83/+146