Age | Commit message (Expand) | Author | Files | Lines |
2024-10-15 | dcb: Use rtnl_register_many(). | Kuniyuki Iwashima | 1 | -2/+6 |
2023-08-01 | net: dcb: choose correct policy to parse DCB_ATTR_BCN | Lin Ma | 1 | -1/+1 |
2023-01-20 | net: dcb: add helper functions to retrieve PCP and DSCP rewrite maps | Daniel Machon | 1 | -0/+52 |
2023-01-20 | net: dcb: add new rewrite table | Daniel Machon | 1 | -1/+112 |
2023-01-20 | net: dcb: add new common function for set/del of app/rewr entries | Daniel Machon | 1 | -55/+45 |
2023-01-20 | net: dcb: modify dcb_app_add to take list_head ptr as parameter | Daniel Machon | 1 | -4/+5 |
2022-11-15 | net: dcb: move getapptrust to separate function | Daniel Machon | 1 | -22/+43 |
2022-11-03 | net: dcb: add new apptrust attribute | Daniel Machon | 1 | -2/+74 |
2022-11-03 | net: dcb: add new pcp selector to app object | Daniel Machon | 1 | -4/+54 |
2022-03-03 | net: dcb: disable softirqs in dcbnl_flush_dev() | Vladimir Oltean | 1 | -2/+2 |
2022-02-25 | net: dcb: flush lingering app table entries for unregistered devices | Vladimir Oltean | 1 | -0/+44 |
2021-06-01 | net: dcb: Return the correct errno code | Zheng Yongjun | 1 | -2/+2 |
2021-05-18 | net: dcb: Remove unnecessary INIT_LIST_HEAD() | Yang Yingliang | 1 | -2/+0 |
2021-01-27 | net: dcb: use obj-$(CONFIG_DCB) form in net/Makefile | Masahiro Yamada | 1 | -1/+1 |
2021-01-12 | net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands | Petr Machata | 1 | -1/+1 |
2020-12-23 | net: dcb: Validate netlink message in DCB handler | Petr Machata | 1 | -0/+2 |
2020-10-30 | net: dcb: Fix kerneldoc warnings | Andrew Lunn | 1 | -3/+13 |
2020-09-10 | net: DCB: Validate DCB_ATTR_DCB_BUFFER argument | Petr Machata | 1 | -0/+8 |
2020-06-23 | dcb_doit: remove redundant skb check | Gaurav Singh | 1 | -1/+1 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 2 | -24/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -36/+54 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -19/+21 |
2018-07-27 | net: dcb: Add priority-to-DSCP map getters | Petr Machata | 1 | -0/+86 |
2018-07-27 | net: dcb: For wild-card lookups, use priority -1, not 0 | Petr Machata | 1 | -4/+7 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
2018-05-24 | net/dcb: Add dcbnl buffer attribute | Huy Nguyen | 1 | -0/+20 |
2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -2/+2 |
2017-05-21 | dcb: enforce minimum length on IEEE_APPS attribute | stephen hemminger | 1 | -4/+7 |
2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 1 | -2/+3 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -30/+27 |
2016-12-03 | net: dcb: set error code on failures | Pan Bian | 1 | -0/+1 |
2015-10-09 | net/dcb: make dcbnl.c explicitly non-modular | Paul Gortmaker | 1 | -27/+3 |
2015-03-06 | net/dcb: Add IEEE QCN attribute | Shani Michaeli | 1 | -3/+41 |
2014-11-16 | dcbnl : Disable software interrupts before taking dcb_lock | Anish Bhatt | 1 | -18/+18 |
2014-07-30 | dcbnl : Fix misleading dcb_app->priority explanation | Anish Bhatt | 1 | -2/+3 |
2014-07-17 | Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 | Anish Bhatt | 1 | -1/+7 |
2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -1/+1 |
2014-01-14 | dcb: use __dev_get_by_name instead of dev_get_by_name to find interface | Ying Xue | 1 | -10/+5 |
2013-12-06 | net/*: Fix FSF address in file headers | Jeff Kirsher | 2 | -4/+2 |
2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 1 | -1/+1 |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
2013-03-10 | dcbnl: fix various netlink info leaks | Mathias Krause | 1 | -0/+8 |
2013-03-09 | dcb: fix sparse warnings | stephen hemminger | 1 | -0/+1 |
2012-12-10 | net: Allow DCBnl to use other namespaces besides init_net | John Fastabend | 1 | -5/+2 |
2012-11-18 | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 1 | -0/+3 |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -9/+9 |
2012-07-10 | net: Fix non-kernel-doc comments with kernel-doc start marker | Ben Hutchings | 1 | -2/+1 |
2012-06-21 | net: dcb: fix small regression in __dcbnl_pg_setcfg() | John Fastabend | 1 | -2/+1 |
2012-06-14 | dcbnl: Use BUG_ON() instead of BUG() | Thomas Graf | 1 | -4/+1 |
2012-06-14 | dcbnl: Silence harmless gcc warning about uninitialized reply_nlh | Thomas Graf | 1 | -1/+1 |
2012-06-13 | dcbnl: Use type safe nlmsg_data() | Thomas Graf | 1 | -1/+1 |
2012-06-13 | dcbnl: Move dcb app allocation into dcb_app_add() | Thomas Graf | 1 | -25/+22 |
2012-06-13 | dcbnl: Move dcb app lookup code into dcb_app_lookup() | Thomas Graf | 1 | -46/+35 |
2012-06-13 | dcbnl: Return consistent error codes | Thomas Graf | 1 | -135/+138 |
2012-06-13 | dcbnl: Use dcbnl_newmsg() where possible | Thomas Graf | 1 | -14/+2 |
2012-06-13 | dcbnl: Remove now unused dcbnl_reply() | Thomas Graf | 1 | -37/+0 |
2012-06-13 | dcbnl: Shorten all command handling functions | Thomas Graf | 1 | -550/+172 |
2012-06-13 | dcbnl: Prepare framework to shorten handling functions | Thomas Graf | 1 | -0/+71 |
2012-04-25 | net: dcb: add CEE notify calls | John Fastabend | 1 | -0/+2 |
2012-04-05 | net/dcb: Add an optional max rate attribute | Amir Vadai | 1 | -0/+20 |
2012-04-02 | dcbnl: Stop using NLA_PUT*(). | David S. Miller | 1 | -30/+42 |
2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
2011-10-06 | dcb: add DCBX mode to event notifier attributes | John Fastabend | 1 | -0/+6 |
2011-10-06 | dcb: Use ifindex instead of ifname | Mark Rustad | 1 | -12/+12 |
2011-07-08 | dcbnl: unlock on an error path in dcbnl_cee_fill() | Dan Carpenter | 1 | -1/+1 |
2011-07-05 | dcbnl: Add CEE notification | Shmulik Ravid | 1 | -190/+225 |
2011-07-05 | dcbnl: Aggregated CEE GET operation | Shmulik Ravid | 1 | -7/+152 |
2011-06-23 | dcb: use nlmsg_free() instead of kfree() | Dan Carpenter | 1 | -2/+2 |
2011-06-21 | dcb: Add missing error check in dcb_ieee_set() | John Fastabend | 1 | -0/+3 |
2011-06-21 | dcb: fix return type on dcb_setapp() | John Fastabend | 1 | -1/+1 |
2011-06-21 | dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settings | John Fastabend | 1 | -0/+26 |
2011-06-21 | dcb: Add ieee_dcb_delapp() and dcb op to delete app entry | John Fastabend | 1 | -2/+88 |
2011-06-21 | dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP data | John Fastabend | 1 | -4/+51 |
2011-06-21 | net: dcbnl, add multicast group for DCB | John Fastabend | 1 | -83/+146 |
2011-06-21 | dcb: Add DCBX capabilities bitmask to the get_ieee response | John Fastabend | 1 | -0/+12 |
2011-06-09 | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 1 | -2/+2 |
2011-03-14 | net: dcbnl: Update copyright dates | Mark Rustad | 1 | -1/+1 |
2011-03-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2011-03-02 | dcbnl: add support for retrieving peer configuration - cee | Shmulik Ravid | 1 | -4/+81 |
2011-03-02 | dcbnl: add support for retrieving peer configuration - ieee | Shmulik Ravid | 1 | -0/+69 |
2011-03-02 | net: dcbnl: check correct ops in dcbnl_ieee_set() | John Fastabend | 1 | -1/+1 |
2011-02-13 | Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() | Jesper Juhl | 1 | -0/+3 |
2011-02-13 | net: dcb: application priority is per net_device | John Fastabend | 1 | -1/+5 |
2011-01-24 | dcbnl: make get_app handling symmetric for IEEE and CEE DCBx | John Fastabend | 1 | -2/+11 |
2011-01-06 | dcb: use after free in dcb_flushapp() | Dan Carpenter | 1 | -1/+2 |
2011-01-06 | dcb: unlock on error in dcbnl_ieee_get() | Dan Carpenter | 1 | -3/+8 |
2011-01-03 | dcbnl: more informed return values for new dcbnl routines | Shmulik Ravid | 1 | -44/+37 |
2010-12-31 | dcbnl: cleanup | Shmulik Ravid | 1 | -1/+1 |
2010-12-31 | dcbnl: adding DCBX feature flags get-set | Shmulik Ravid | 1 | -0/+133 |
2010-12-31 | dcbnl: adding DCBX engine capability | Shmulik Ravid | 1 | -0/+43 |
2010-12-31 | net_dcb: add application notifiers | John Fastabend | 3 | -1/+43 |
2010-12-31 | dcbnl: add appliction tlv handlers | John Fastabend | 1 | -10/+123 |
2010-12-31 | dcbnl: add support for ieee8021Qaz attributes | John Fastabend | 1 | -0/+131 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-18 | const: struct nla_policy | Alexey Dobriyan | 1 | -8/+8 |
2009-11-29 | net: Move && and || to end of previous line | Joe Perches | 1 | -2/+2 |
2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | 1 | -1/+1 |
2009-09-26 | net: fix double skb free in dcbnl | John Fastabend | 1 | -8/+7 |
2009-09-01 | dcbnl: Add implementations of dcbnl setapp/getapp commands | Yi Zou | 1 | -0/+122 |
2009-09-01 | dcbnl: Add netlink attributes for setapp/getapp to dcbnl | Yi Zou | 1 | -0/+8 |
2009-01-04 | DCB: fix kfree(skb) | Roel Kluin | 1 | -7/+7 |
2008-12-21 | net: add DCNA attribute to the BCN interface for DCB | Don Skidmore | 1 | -2/+4 |
2008-12-21 | net: fix DCB setstate to return success/failure | Don Skidmore | 1 | -3/+2 |
2008-12-15 | net: fix dcbnl_setnumtcs operation check | Don Skidmore | 1 | -1/+1 |
2008-11-25 | DCB: fix kconfig option | Jeff Kirsher | 2 | -8/+18 |
2008-11-20 | DCB: Add support for DCB BCN | Alexander Duyck | 1 | -7/+167 |
2008-11-20 | DCB: Add interface to query the state of PFC feature. | Alexander Duyck | 1 | -0/+43 |
2008-11-20 | DCB: Add interface to query # of TCs supported by device | Alexander Duyck | 1 | -0/+132 |
2008-11-20 | DCB: Add interface to query for the DCB capabilities of an device. | Alexander Duyck | 1 | -0/+82 |
2008-11-20 | ixgbe: this patch adds support for DCB to the kernel and ixgbe driver | Alexander Duyck | 3 | -0/+717 |