~canonical-kernel/ubuntu/+source/linux-gcp/+git/jammy:master-next--s2024.01.08-1--auto

Last commit made on 2024-03-14
Get this branch:
git clone -b master-next--s2024.01.08-1--auto https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-gcp/+git/jammy
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master-next--s2024.01.08-1--auto
Repository:
lp:~canonical-kernel/ubuntu/+source/linux-gcp/+git/jammy

Recent commits

86d7ec6... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Ubuntu-gcp-5.15.0-1052.60

Signed-off-by: Ubuntu Kernel Bot <email address hidden>

5aeeeca... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: debian/dkms-versions -- update from kernel-versions (main/s2024.01.08)

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

4ecab6a... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

b359068... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] resync git-ubuntu-log

BugLink: https://bugs.launchpad.net/bugs/2052234
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

7a0ebc2... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2052234

Properties: no-test-build
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

69adbda... by John Cabaj

UBUNTU: Ubuntu-gcp-5.15.0-1051.59

Signed-off-by: John Cabaj <email address hidden>

193f84b... by John Cabaj

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2051131
Properties: no-test-build
Signed-off-by: John Cabaj <email address hidden>

5d85538... by John Cabaj

UBUNTU: Start new release

Ignore: yes
Signed-off-by: John Cabaj <email address hidden>

d88eabf... by Coco Li <email address hidden>

gro: add ability to control gro max packet size

BugLink: https://bugs.launchpad.net/bugs/2040522

Eric Dumazet suggested to allow users to modify max GRO packet size.

We have seen GRO being disabled by users of appliances (such as
wifi access points) because of claimed bufferbloat issues,
or some work arounds in sch_cake, to split GRO/GSO packets.

Instead of disabling GRO completely, one can chose to limit
the maximum packet size of GRO packets, depending on their
latency constraints.

This patch adds a per device gro_max_size attribute
that can be changed with ip link command.

ip link set dev eth0 gro_max_size 16000

Suggested-by: Eric Dumazet <email address hidden>
Signed-off-by: Coco Li <email address hidden>
Signed-off-by: Eric Dumazet <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
(backported from commit eac1b93c14d645ef147b049ace0d5230df755548)
[john-cabaj: context changes]
Signed-off-by: John Cabaj <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Portia Stephens <email address hidden>
Acked-by: Yuxuan Luo <email address hidden>
Signed-off-by: John Cabaj <email address hidden>

74c2a37... by Coco Li <email address hidden>

IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver

BugLink: https://bugs.launchpad.net/bugs/2040522

IPv6/TCP and GRO stacks can build big TCP packets with an added
temporary Hop By Hop header.

Is GSO is not involved, then the temporary header needs to be removed in
the driver. This patch provides a generic helper for drivers that need
to modify their headers in place.

Tested:
Compiled and ran with ethtool -K eth1 tso off
Could send Big TCP packets

Signed-off-by: Coco Li <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Jakub Kicinski <email address hidden>
(cherry picked from commit 89300468e2b2ec216c7827ba04ac45c129794403)
Signed-off-by: John Cabaj <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Portia Stephens <email address hidden>
Acked-by: Yuxuan Luo <email address hidden>
Signed-off-by: John Cabaj <email address hidden>