| Commit message (Expand) | Author | Age | Files | Lines |
* | net: dcb: use obj-$(CONFIG_DCB) form in net/Makefile | Masahiro Yamada | 2021-01-28 | 1 | -1/+1 |
* | net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands | Petr Machata | 2021-01-13 | 1 | -1/+1 |
* | net: dcb: Validate netlink message in DCB handler | Petr Machata | 2020-12-23 | 1 | -0/+2 |
* | net: dcb: Fix kerneldoc warnings | Andrew Lunn | 2020-10-30 | 1 | -3/+13 |
* | net: DCB: Validate DCB_ATTR_DCB_BUFFER argument | Petr Machata | 2020-09-11 | 1 | -0/+8 |
* | dcb_doit: remove redundant skb check | Gaurav Singh | 2020-06-24 | 1 | -1/+1 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 2019-05-30 | 2 | -24/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 1 | -36/+54 |
* | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2019-04-27 | 1 | -19/+21 |
* | net: dcb: Add priority-to-DSCP map getters | Petr Machata | 2018-07-27 | 1 | -0/+86 |
* | net: dcb: For wild-card lookups, use priority -1, not 0 | Petr Machata | 2018-07-27 | 1 | -4/+7 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+2 |
* | net/dcb: Add dcbnl buffer attribute | Huy Nguyen | 2018-05-24 | 1 | -0/+20 |
* | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 2017-08-10 | 1 | -2/+2 |
* | dcb: enforce minimum length on IEEE_APPS attribute | stephen hemminger | 2017-05-21 | 1 | -4/+7 |
* | net: rtnetlink: plumb extended ack to doit function | David Ahern | 2017-04-17 | 1 | -2/+3 |
* | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -30/+27 |
* | net: dcb: set error code on failures | Pan Bian | 2016-12-04 | 1 | -0/+1 |
* | net/dcb: make dcbnl.c explicitly non-modular | Paul Gortmaker | 2015-10-09 | 1 | -27/+3 |
* | net/dcb: Add IEEE QCN attribute | Shani Michaeli | 2015-03-07 | 1 | -3/+41 |
* | dcbnl : Disable software interrupts before taking dcb_lock | Anish Bhatt | 2014-11-16 | 1 | -18/+18 |
* | dcbnl : Fix misleading dcb_app->priority explanation | Anish Bhatt | 2014-07-31 | 1 | -2/+3 |
* | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 | Anish Bhatt | 2014-07-18 | 1 | -1/+7 |
* | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 2014-04-24 | 1 | -1/+1 |
* | dcb: use __dev_get_by_name instead of dev_get_by_name to find interface | Ying Xue | 2014-01-15 | 1 | -10/+5 |
* | net/*: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 2 | -4/+2 |
* | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 2013-03-22 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-03-12 | 1 | -0/+8 |
|\ |
|
| * | dcbnl: fix various netlink info leaks | Mathias Krause | 2013-03-10 | 1 | -0/+8 |
* | | dcb: fix sparse warnings | stephen hemminger | 2013-03-09 | 1 | -0/+1 |
|/ |
|
* | net: Allow DCBnl to use other namespaces besides init_net | John Fastabend | 2012-12-10 | 1 | -5/+2 |
* | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 2012-11-19 | 1 | -0/+3 |
* | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -9/+9 |
* | net: Fix non-kernel-doc comments with kernel-doc start marker | Ben Hutchings | 2012-07-11 | 1 | -2/+1 |
* | net: dcb: fix small regression in __dcbnl_pg_setcfg() | John Fastabend | 2012-06-22 | 1 | -2/+1 |
* | dcbnl: Use BUG_ON() instead of BUG() | Thomas Graf | 2012-06-14 | 1 | -4/+1 |
* | dcbnl: Silence harmless gcc warning about uninitialized reply_nlh | Thomas Graf | 2012-06-14 | 1 | -1/+1 |
* | dcbnl: Use type safe nlmsg_data() | Thomas Graf | 2012-06-14 | 1 | -1/+1 |
* | dcbnl: Move dcb app allocation into dcb_app_add() | Thomas Graf | 2012-06-14 | 1 | -25/+22 |
* | dcbnl: Move dcb app lookup code into dcb_app_lookup() | Thomas Graf | 2012-06-14 | 1 | -46/+35 |
* | dcbnl: Return consistent error codes | Thomas Graf | 2012-06-14 | 1 | -135/+138 |
* | dcbnl: Use dcbnl_newmsg() where possible | Thomas Graf | 2012-06-14 | 1 | -14/+2 |
* | dcbnl: Remove now unused dcbnl_reply() | Thomas Graf | 2012-06-14 | 1 | -37/+0 |
* | dcbnl: Shorten all command handling functions | Thomas Graf | 2012-06-14 | 1 | -550/+172 |
* | dcbnl: Prepare framework to shorten handling functions | Thomas Graf | 2012-06-14 | 1 | -0/+71 |
* | net: dcb: add CEE notify calls | John Fastabend | 2012-04-26 | 1 | -0/+2 |
* | net/dcb: Add an optional max rate attribute | Amir Vadai | 2012-04-05 | 1 | -0/+20 |
* | dcbnl: Stop using NLA_PUT*(). | David S. Miller | 2012-04-02 | 1 | -30/+42 |