lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 09 Jan 2024 15:06:52 +0000
From: David Howells <dhowells@...hat.com>
Cc: dhowells@...hat.com, Marc Dionne <marc.dionne@...istor.com>,
    "David S.
 Miller" <davem@...emloft.net>,
    Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
    Paolo Abeni <pabeni@...hat.com>, linux-afs@...ts.infradead.org,
    netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net v2] rxrpc: Fix use of Don't Fragment flag

David Howells <dhowells@...hat.com> wrote:

> +void rxrpc_local_dont_fragment(const struct rxrpc_local *local, bool set)
> +{
> +	if (set)
> +		ip_sock_set_mtu_discover(local->socket->sk, IP_PMTUDISC_DONT);
> +	else
> +		ip_sock_set_mtu_discover(local->socket->sk, IP_PMTUDISC_DO);
> +}

Oops... I forgot to commit the change.

David


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ