aboutsummaryrefslogtreecommitdiffstats
path: root/net/dcb
AgeCommit message (Expand)Author
2023-08-01net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma
2023-01-20net: dcb: add helper functions to retrieve PCP and DSCP rewrite mapsDaniel Machon
2023-01-20net: dcb: add new rewrite tableDaniel Machon
2023-01-20net: dcb: add new common function for set/del of app/rewr entriesDaniel Machon
2023-01-20net: dcb: modify dcb_app_add to take list_head ptr as parameterDaniel Machon
2022-11-15net: dcb: move getapptrust to separate functionDaniel Machon
2022-11-03net: dcb: add new apptrust attributeDaniel Machon
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon
2022-03-03net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean
2022-02-25net: dcb: flush lingering app table entries for unregistered devicesVladimir Oltean
2021-06-01net: dcb: Return the correct errno codeZheng Yongjun
2021-05-18net: dcb: Remove unnecessary INIT_LIST_HEAD()Yang Yingliang
2021-01-27net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada
2021-01-12net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata
2020-12-23net: dcb: Validate netlink message in DCB handlerPetr Machata
2020-10-30net: dcb: Fix kerneldoc warningsAndrew Lunn
2020-09-10net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata
2020-06-23dcb_doit: remove redundant skb checkGaurav Singh
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-07-27net: dcb: Add priority-to-DSCP map gettersPetr Machata
2018-07-27net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-24net/dcb: Add dcbnl buffer attributeHuy Nguyen
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-05-21dcb: enforce minimum length on IEEE_APPS attributestephen hemminger
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-12-03net: dcb: set error code on failuresPan Bian
2015-10-09net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker
2015-03-06net/dcb: Add IEEE QCN attributeShani Michaeli
2014-11-16dcbnl : Disable software interrupts before taking dcb_lockAnish Bhatt
2014-07-30dcbnl : Fix misleading dcb_app->priority explanationAnish Bhatt
2014-07-17Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8Anish Bhatt
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-01-14dcb: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-10dcbnl: fix various netlink info leaksMathias Krause
2013-03-09dcb: fix sparse warningsstephen hemminger
2012-12-10net: Allow DCBnl to use other namespaces besides init_netJohn Fastabend
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-07-10net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings
2012-06-21net: dcb: fix small regression in __dcbnl_pg_setcfg()John Fastabend
2012-06-14dcbnl: Use BUG_ON() instead of BUG()Thomas Graf