No description
Find a file
Vladimir Oltean c43fd36f7f net: bridge: mcast: fix stub definition of br_multicast_querier_exists
The commit cited below has changed only the functional prototype of
br_multicast_querier_exists, but forgot to do that for the stub
prototype (the one where CONFIG_BRIDGE_IGMP_SNOOPING is disabled).

Fixes: 955062b03f ("net: bridge: mcast: add support for raw L2 multicast groups")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20201101000845.190009-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-10-31 17:23:19 -07:00
arch A couple of x86 fixes which missed rc1 due to my stupidity: 2020-10-27 14:39:29 -07:00
block
certs
crypto
Documentation sctp: enable udp tunneling socks 2020-10-30 15:24:49 -07:00
drivers r8169: use pm_runtime_put_sync in rtl_open error path 2020-10-31 16:35:59 -07:00
fs AFS fixes 2020-10-29 10:13:09 -07:00
include net: core: add devm_netdev_alloc_pcpu_stats 2020-10-31 10:22:49 -07:00
init
ipc
kernel Fix synthetic event "strcat" overrun 2020-10-28 12:05:14 -07:00
lib
LICENSES
mm
net net: bridge: mcast: fix stub definition of br_multicast_querier_exists 2020-10-31 17:23:19 -07:00
samples
scripts
security
sound
tools selftests: net: bridge: add test for igmpv3 *,g auto-add 2020-10-30 10:50:29 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wimax: move out to staging 2020-10-29 19:27:45 +01:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.