https://github.com/torvalds/linux
Revision e8fe9e8308b227002d68d6a32bbd141386727328 authored by Jakub Kicinski on 04 January 2022, 03:50:16 UTC, committed by Jakub Kicinski on 04 January 2022, 03:50:17 UTC
Simon Wunderlich says:

====================
Here is a batman-adv bugfix:

 - avoid sending link-local multicast to multicast routers,
   by Linus Lüssing

* tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-merge:
  batman-adv: mcast: don't send link-local multicast to mcast routers
====================

Link: https://lore.kernel.org/r/20220103171203.1124980-1-sw@simonwunderlich.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parent s 065e1ae + 938f2e0
Raw File
Tip revision: e8fe9e8308b227002d68d6a32bbd141386727328 authored by Jakub Kicinski on 04 January 2022, 03:50:16 UTC
Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-merge
Tip revision: e8fe9e8
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top