]> www.infradead.org Git - users/jedix/linux-maple.git/commit
batman-adv: Add support for jumbo frames
authorSven Eckelmann <sven@narfation.org>
Sun, 2 Feb 2025 11:39:57 +0000 (12:39 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 22 Feb 2025 10:34:52 +0000 (11:34 +0100)
commit1666951c4424205d700143a55d75ced4982afb21
treeb90e0494d7343d799bc895f3769f53caf475a3d3
parent00b35530811f2aa3d7ceec2dbada80861c7632a8
batman-adv: Add support for jumbo frames

Since batman-adv is not actually depending on hardware capabilities, it has
no limit on the MTU. Only the lower hard interfaces can limit it. In case
these have an high enough MTU or fragmentation is enabled, a higher MTU
than 1500 can be enabled.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/hard-interface.c
net/batman-adv/main.h
net/batman-adv/soft-interface.c