summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata1-4/+7
2016-12-04net: dcb: set error code on failuresPan Bian1-0/+1
2015-10-09net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker1-27/+3
2015-03-07net/dcb: Add IEEE QCN attributeShani Michaeli3-3/+110
2014-11-16dcbnl : Disable software interrupts before taking dcb_lockAnish Bhatt1-18/+18
2014-07-31dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt2-3/+5
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt6-25/+22
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman19-36/+38
2014-01-15dcb: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-10/+5
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher8-16/+8
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf20-117/+47
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller335-1609/+2687
2013-03-10dcbnl: fix various netlink info leaksMathias Krause1-0/+8
2013-03-09dcb: fix sparse warningsstephen hemminger1-0/+1
2012-12-10net: Allow DCBnl to use other namespaces besides init_netJohn Fastabend1-5/+2
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman17-1/+102
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman75-728/+728
2012-07-11net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings4-17/+8
2012-06-21net: dcb: fix small regression in __dcbnl_pg_setcfg()John Fastabend1-2/+1
2012-06-14dcbnl: Use BUG_ON() instead of BUG()Thomas Graf1-4/+1
2012-06-14dcbnl: Silence harmless gcc warning about uninitialized reply_nlhThomas Graf1-1/+1
2012-06-13dcbnl: Use type safe nlmsg_data()Thomas Graf1-1/+1
2012-06-13dcbnl: Move dcb app allocation into dcb_app_add()Thomas Graf1-25/+22
2012-06-13dcbnl: Move dcb app lookup code into dcb_app_lookup()Thomas Graf1-46/+35
2012-06-13dcbnl: Return consistent error codesThomas Graf1-135/+138
2012-06-13dcbnl: Use dcbnl_newmsg() where possibleThomas Graf1-14/+2
2012-06-13dcbnl: Remove now unused dcbnl_reply()Thomas Graf1-37/+0
2012-06-13dcbnl: Shorten all command handling functionsThomas Graf1-550/+172
2012-06-13dcbnl: Prepare framework to shorten handling functionsThomas Graf1-0/+71
2012-04-25net: dcb: add CEE notify callsJohn Fastabend1-0/+2
2012-04-05net/dcb: Add an optional max rate attributeAmir Vadai3-0/+34
2012-04-02dcbnl: Stop using NLA_PUT*().David S. Miller1-30/+42
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker129-0/+130
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker29-0/+30
2011-10-06dcb: add DCBX mode to event notifier attributesJohn Fastabend2-0/+7
2011-10-06dcb: Use ifindex instead of ifnameMark Rustad2-13/+13
2011-07-08dcbnl: unlock on an error path in dcbnl_cee_fill()Dan Carpenter1-1/+1
2011-07-06dcbnl: Add CEE notificationShmulik Ravid2-191/+229
2011-07-06dcbnl: Aggregated CEE GET operationShmulik Ravid2-9/+173
2011-06-23dcb: use nlmsg_free() instead of kfree()Dan Carpenter1-2/+2
2011-06-21dcb: Add missing error check in dcb_ieee_set()John Fastabend1-0/+3
2011-06-21dcb: fix return type on dcb_setapp()John Fastabend2-2/+2
2011-06-21dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend2-0/+27
2011-06-21dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend3-2/+92
2011-06-21dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend2-4/+52
2011-06-21net: dcbnl, add multicast group for DCBJohn Fastabend3-83/+150
2011-06-21dcb: Add DCBX capabilities bitmask to the get_ieee responseJohn Fastabend1-0/+12
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose30-90/+158
2011-03-15net: dcbnl: Update copyright datesMark Rustad2-2/+2
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller358-1966/+3305
[next]