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
arch-support.txt

For generic kernel features that need architecture support, the
arch-support.txt file in each feature directory shows the arch
support matrix, for all upstream Linux architectures.

The meaning of entries in the tables is:

    | ok |  # feature supported by the architecture
    |TODO|  # feature not yet supported by the architecture
    | .. |  # feature cannot be supported by the hardware
    | N/A|  # feature doesn't apply to the architecture

back to top