index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dcb
Age
Commit message (
Expand
)
Author
2024-10-15
dcb: Use rtnl_register_many().
Kuniyuki Iwashima
2023-08-01
net: dcb: choose correct policy to parse DCB_ATTR_BCN
Lin Ma
2023-01-20
net: dcb: add helper functions to retrieve PCP and DSCP rewrite maps
Daniel Machon
2023-01-20
net: dcb: add new rewrite table
Daniel Machon
2023-01-20
net: dcb: add new common function for set/del of app/rewr entries
Daniel Machon
2023-01-20
net: dcb: modify dcb_app_add to take list_head ptr as parameter
Daniel Machon
2022-11-15
net: dcb: move getapptrust to separate function
Daniel Machon
2022-11-03
net: dcb: add new apptrust attribute
Daniel Machon
2022-11-03
net: dcb: add new pcp selector to app object
Daniel Machon
2022-03-03
net: dcb: disable softirqs in dcbnl_flush_dev()
Vladimir Oltean
2022-02-25
net: dcb: flush lingering app table entries for unregistered devices
Vladimir Oltean
2021-06-01
net: dcb: Return the correct errno code
Zheng Yongjun
2021-05-18
net: dcb: Remove unnecessary INIT_LIST_HEAD()
Yang Yingliang
2021-01-27
net: dcb: use obj-$(CONFIG_DCB) form in net/Makefile
Masahiro Yamada
2021-01-12
net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
Petr Machata
2020-12-23
net: dcb: Validate netlink message in DCB handler
Petr Machata
2020-10-30
net: dcb: Fix kerneldoc warnings
Andrew Lunn
2020-09-10
net: DCB: Validate DCB_ATTR_DCB_BUFFER argument
Petr Machata
2020-06-23
dcb_doit: remove redundant skb check
Gaurav Singh
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2018-07-27
net: dcb: Add priority-to-DSCP map getters
Petr Machata
2018-07-27
net: dcb: For wild-card lookups, use priority -1, not 0
Petr Machata
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-05-24
net/dcb: Add dcbnl buffer attribute
Huy Nguyen
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
2017-05-21
dcb: enforce minimum length on IEEE_APPS attribute
stephen hemminger
2017-04-17
net: rtnetlink: plumb extended ack to doit function
David Ahern
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2016-12-03
net: dcb: set error code on failures
Pan Bian
2015-10-09
net/dcb: make dcbnl.c explicitly non-modular
Paul Gortmaker
2015-03-06
net/dcb: Add IEEE QCN attribute
Shani Michaeli
2014-11-16
dcbnl : Disable software interrupts before taking dcb_lock
Anish Bhatt
2014-07-30
dcbnl : Fix misleading dcb_app->priority explanation
Anish Bhatt
2014-07-17
Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8
Anish Bhatt
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-01-14
dcb: use __dev_get_by_name instead of dev_get_by_name to find interface
Ying Xue
2013-12-06
net/*: Fix FSF address in file headers
Jeff Kirsher
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-10
dcbnl: fix various netlink info leaks
Mathias Krause
2013-03-09
dcb: fix sparse warnings
stephen hemminger
2012-12-10
net: Allow DCBnl to use other namespaces besides init_net
John Fastabend
2012-11-18
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-07-10
net: Fix non-kernel-doc comments with kernel-doc start marker
Ben Hutchings
2012-06-21
net: dcb: fix small regression in __dcbnl_pg_setcfg()
John Fastabend
[next]