diff options
author | Jakub Kicinski <kuba@kernel.org> | 2020-12-05 15:08:05 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-12-05 15:08:06 -0800 |
commit | 78d6bb584dd948ea3ab213884c8944ac5f01c6eb (patch) | |
tree | e87e132527452f946a47c1f7cadff6b6d221afd4 /MAINTAINERS | |
parent | 4560b2a3ecdd5d587c4c6eea4339899f173a559a (diff) | |
parent | 34a14c2e6310a348a3f23af6e95bf9ea040f3ec8 (diff) | |
download | linux-stable-78d6bb584dd948ea3ab213884c8944ac5f01c6eb.tar.gz linux-stable-78d6bb584dd948ea3ab213884c8944ac5f01c6eb.tar.bz2 linux-stable-78d6bb584dd948ea3ab213884c8944ac5f01c6eb.zip |
Merge tag 'batadv-next-pullrequest-20201204' of git://git.open-mesh.org/linux-merge
Simon Wunderlich says:
====================
This cleanup patchset includes the following patches:
- bump version strings, by Simon Wunderlich
- update include for min/max helpers, by Sven Eckelmann
- add infrastructure and netlink functions for routing algo selection,
by Sven Eckelmann (2 patches)
- drop deprecated debugfs and sysfs support and obsoleted
functionality, by Sven Eckelmann (3 patches)
- drop unused include in fragmentation.c, by Simon Wunderlich
* tag 'batadv-next-pullrequest-20201204' of git://git.open-mesh.org/linux-merge:
batman-adv: Drop unused soft-interface.h include in fragmentation.c
batman-adv: Drop legacy code for auto deleting mesh interfaces
batman-adv: Drop deprecated debugfs support
batman-adv: Drop deprecated sysfs support
batman-adv: Allow selection of routing algorithm over rtnetlink
batman-adv: Prepare infrastructure for newlink settings
batman-adv: Add new include for min/max helpers
batman-adv: Start new development cycle
====================
Link: https://lore.kernel.org/r/20201204154631.21063-1-sw@simonwunderlich.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 061e64b2423a..321b5fb0dd92 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3111,8 +3111,6 @@ Q: https://patchwork.open-mesh.org/project/batman/list/ B: https://www.open-mesh.org/projects/batman-adv/issues C: irc://chat.freenode.net/batman T: git https://git.open-mesh.org/linux-merge.git -F: Documentation/ABI/obsolete/sysfs-class-net-batman-adv -F: Documentation/ABI/obsolete/sysfs-class-net-mesh F: Documentation/networking/batman-adv.rst F: include/uapi/linux/batadv_packet.h F: include/uapi/linux/batman_adv.h |