diff options
author | David Ahern <dsa@cumulusnetworks.com> | 2015-08-25 19:26:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-25 23:31:26 +0200 |
commit | 081958ebe150dc42a0f50669169c4177786b747e (patch) | |
tree | 13857ec67b4ea1824686f2d3f30eb72a09cec321 /MAINTAINERS | |
parent | route: fix a use-after-free (diff) | |
download | linux-081958ebe150dc42a0f50669169c4177786b747e.tar.xz linux-081958ebe150dc42a0f50669169c4177786b747e.zip |
MAINTAINERS: Add VRF entry
Add entry for new VRF device driver.
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4e6dcb692d30..5110e62a0e57 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11078,6 +11078,14 @@ S: Supported F: drivers/regulator/ F: include/linux/regulator/ +VRF +M: David Ahern <dsa@cumulusnetworks.com> +M: Shrijeet Mukherjee <shm@cumulusnetworks.com> +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/vrf.c +F: include/net/vrf.h + VT1211 HARDWARE MONITOR DRIVER M: Juerg Haefliger <juergh@gmail.com> L: lm-sensors@lm-sensors.org |