gnome-control-center/panels
Simon Arlott 019cbc6a54 network: Increase maximum MTU value from 10000 to 65536
The maximum MTU value of 10000 is too low for USB Ethernet, which has a
maximum (for Linux USB gadgets) of 15412 bytes (although the upper limit
is the USB wMaxPacketSize which goes up to 4294967295 bytes):
  linux/drivers/usb/gadget/function/u_ether.c:#define GETHER_MAX_MTU_SIZE 15412

Multiple Intel NICs can use an MTU of 16110 bytes:
  linux/drivers/net/ethernet/intel/e1000/e1000_hw.h:#define MAX_JUMBO_FRAME_SIZE         0x3F00
  linux/drivers/net/ethernet/intel/e1000e/defines.h:#define MAX_JUMBO_FRAME_SIZE    0x3F00
  linux/drivers/net/ethernet/intel/igbvf/defines.h:#define MAX_JUMBO_FRAME_SIZE         0x3F00

The NetworkManager limit is 4294967295 bytes but this is unreasonable
in a typical enivornment because of the memory required for packets of
that size.

The maximum IPv4 and IPv6 (without using Jumbograms) packet size is 65535
bytes so increase the maximum MTU value to 65536 allow full size IP
packets to be used.

There is a corresponding change in network-manager-applet.
2023-03-24 01:47:09 +00:00
..
applications multiple panels: show start title buttons in header bar 2023-03-16 13:18:37 +00:00
background background: Remove unused thumbnail factory 2023-01-25 09:54:10 +00:00
bluetooth bluetooth: Decouple active and state properties usage 2023-03-03 18:16:57 +00:00
camera camera: Make the switches toggleable when disabled 2023-02-14 18:15:33 +00:00
color color-panel: Do not try to access to null pointer in destruction 2023-03-21 15:34:44 +00:00
common split-row / illustrated-row: Keep track of the resources path 2023-03-23 22:58:56 +00:00
datetime datetime: Decouple active and state properties usage 2023-03-03 18:16:57 +00:00
default-apps Replace "application" with "app" 2023-01-23 11:10:28 +00:00
diagnostics diagnostics: Update comment 2023-02-03 14:56:39 +00:00
display display: Removed the loop from the snapping function 2023-03-23 15:52:15 +00:00
firmware-security firmware-security-dialog: Increase the dialog height 2023-03-02 15:53:07 +00:00
info-overview info-overview: Actually don't show the firmware version row when in a VM 2023-02-21 10:04:27 +00:00
keyboard remove extra line 2023-03-23 22:15:15 +00:00
location location: Make the switches toggleable when disabled 2023-02-14 18:15:33 +00:00
microphone microphone: Make the switches toggleable when disabled 2023-02-14 18:15:33 +00:00
mouse panels/mouse: Simplify binding of touchpad sensitive widgets 2023-03-22 13:49:20 +00:00
multitasking common, multitasking: Introduce CcIllustratedRow 2023-02-14 13:31:23 -03:00
network network: Increase maximum MTU value from 10000 to 65536 2023-03-24 01:47:09 +00:00
notifications notifications: Replace "Applications" with "Apps" 2023-03-14 19:49:54 +00:00
online-accounts desktop: Remove obsolete Bugzilla entries 2022-10-20 13:20:09 +00:00
power power: Label the main "battery" as UPS if that's what it is 2023-03-14 19:19:51 +00:00
printers printers: Use CUPS dest API for printing test page instead CUPS IPP API 2023-02-16 15:12:27 +00:00
region region: Remove deprecated gtk_widget_show/hide usage 2023-01-02 22:10:39 +00:00
removable-media Replace "application" with "app" 2023-01-23 11:10:28 +00:00
screen screen: Update comment 2023-02-03 14:56:39 +00:00
search Replace "application" with "app" 2023-01-23 11:10:28 +00:00
sharing sharing: Disable AdwActionRow markup for networks 2023-03-24 00:56:03 +00:00
sound sound: Prevent duplicate sound device entries 2023-03-22 13:06:39 +00:00
thunderbolt thunderbolt: Decouple active and state properties usage 2023-03-03 18:16:57 +00:00
universal-access multiple panels: show start title buttons in header bar 2023-03-16 13:18:37 +00:00
usage usage: Fix confirmation dialog when clearing history 2023-03-15 13:25:20 +00:00
user-accounts multiple panels: show start title buttons in header bar 2023-03-16 13:18:37 +00:00
wacom wacom: Rename "Test Your Settings" button to "Test Settings" 2023-03-15 13:37:44 +00:00
wwan Drop most uses of deprecated gtk_style_context_add/remove_class 2023-01-05 18:55:51 +00:00
meson.build build: Update G_LOG_DOMAIN 2023-01-25 09:55:34 +00:00
panel-app-icons.svg usage: minor icon tweak 2022-03-01 12:14:52 +01:00