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:	Sat, 11 Sep 2010 07:36:15 +0200
From:	Michael Kerrisk <mtk.manpages@...il.com>
To:	Jiri Olsa <jolsa@...hat.com>
Cc:	David Miller <davem@...emloft.net>, eric.dumazet@...il.com,
	jengelh@...ozas.de, kaber@...sh.net, netdev@...r.kernel.org,
	netfilter-devel@...r.kernel.org, linux-man@...r.kernel.org
Subject: Re: [PATCH 2/2 v2] man - IP_NODEFRAG option for IPv4 socket

Hello Jiri

On Sat, Jun 26, 2010 at 9:13 PM, Jiri Olsa <jolsa@...hat.com> wrote:
> On Sat, Jun 26, 2010 at 09:58:57AM -0700, David Miller wrote:
>> From: Michael Kerrisk <mtk.manpages@...il.com>
>> Date: Sat, 26 Jun 2010 15:01:03 +0200
>>
>> >>  sent from this socket.
>> >> +.TP
>> >> +.BR IP_NODEFRAG " (since Linux 2.6)"
>> >
>> > here, we'd write the exact version in which the flag is added. It
>> > looks like that might be 2.36, right?
>>
>> It'll show up in 2.6.36
>>
>> I doubt I'll be alive when we make it to 2.36 :-)
>
> :) ok, attaching changed patch

I tweaked that slightly, and applied the below for man-pages-3.27.

Thanks,

Michael

--- a/man7/ip.7
+++ b/man7/ip.7
@@ -399,6 +399,14 @@ The default is 1 which means that multicast
packets don't leave the local
 network unless the user program explicitly requests it.
 Argument is an integer.
 .TP
+.BR IP_NODEFRAG " (since Linux 2.6.36)"
+If enabled (argument is nonzero),
+the reassembly of outgoing packets is disabled in the netfilter layer.
+This option is only valid for
+.B SOCK_RAW
+sockets.
+The argument is an integer.
+.TP
 .BR IP_OPTIONS " (since Linux 2.0)"
 .\" Precisely: 1.3.30
 Set or get the IP options to be sent with every packet from this socket.
-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ