/* * net/sched/cls_rsvp6.c Special RSVP packet classifier for IPv6. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Authors: Alexey Kuznetsov, */ #include #include #include #include #include #include #include #include #include #include #define RSVP_DST_LEN 4 #define RSVP_ID "rsvp6" #define RSVP_OPS cls_rsvp6_ops #include "cls_rsvp.h" MODULE_LICENSE("GPL"); ndex : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
d class='ctrl'>
AgeCommit message (Collapse)AuthorFilesLines
mode:
authorCaesar Wang <wxt@rock-chips.com>2016-05-20 07:56:20 +0800
committerMark Brown <broonie@kernel.org>2016-05-31 17:05:01 +0100
commit1eb1c5dc601a9f53d5bd53702d95afad337d35d2 (patch)
tree6184d05520cf1484232dd5c6472fb00e85fe1941 /Documentation/sysrq.txt
parent1a695a905c18548062509178b98bc91e67510864 (diff)
spi/rockchip: add rk3036/rk3228/rk3368 SoCs for spi document
We had supported the rk3036/rk3066/rk3188/rk3228/rk3288/rk3368/rk3399 family SoCs in linux kernel. Let's add the other SoCs, in order to a better understanding from the rockchip spi document. Signed-off-by: Caesar Wang <wxt@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/sysrq.txt')