aboutsummaryrefslogtreecommitdiffstats
path: root/net/dcb
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-061-190/+225
* dcbnl: Aggregated CEE GET operationShmulik Ravid2011-07-061-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
* dcb: Add DCBX capabilities bitmask to the get_ieee responseJohn Fastabend2011-06-211-0/+12
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-2/+2
* net: dcbnl: Update copyright datesMark Rustad2011-03-141-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-1/+1
|\
| * net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend2011-03-021-1/+1
* | dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid2011-03-021-4/+81
* | dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid2011-03-021-0/+69
|/
* Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp()Jesper Juhl2011-02-131-0/+3
* net: dcb: application priority is per net_deviceJohn Fastabend2011-02-131-1/+5
* dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend2011-01-241-2/+11
* dcb: use after free in dcb_flushapp()Dan Carpenter2011-01-061-1/+2
* dcb: unlock on error in dcbnl_ieee_get()Dan Carpenter2011-01-061-3/+8