[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20140529090028.73cde5d2@nehalam.linuxnetplumber.net>
Date: Thu, 29 May 2014 09:00:28 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Subject: Fw: [Bug 77081] New: sock_tx_timestamp for SOCK_RAW
Begin forwarded message:
Date: Thu, 29 May 2014 02:00:26 -0700
From: "bugzilla-daemon@...zilla.kernel.org" <bugzilla-daemon@...zilla.kernel.org>
To: "stephen@...workplumber.org" <stephen@...workplumber.org>
Subject: [Bug 77081] New: sock_tx_timestamp for SOCK_RAW
https://bugzilla.kernel.org/show_bug.cgi?id=77081
Bug ID: 77081
Summary: sock_tx_timestamp for SOCK_RAW
Product: Networking
Version: 2.5
Kernel Version: 3.14
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: enhancement
Priority: P1
Component: IPV4
Assignee: shemminger@...ux-foundation.org
Reporter: yangzhe1990@...il.com
Regression: No
I just wonder if we could enable the support for AF_INET / AF_INET6, SOCK_RAW
sockets. We already have that for UDP packets.
We only need to add a line of sock_tx_timestamp(sk, &ipc.tx_flags) after
net/ipv4/raw.c:525, and change net/ipv6/ip6_output.c:1257 to if
(sk->sk_type == SOCK_DGRAM || sk->sk_type == SOCK_RAW).
--
You are receiving this mail because:
You are the assignee for the bug.
--
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