14 Nov, 2011
1 commit
-
commit 3ceca749668a52bd795585e0f71c6f0b04814f7b added a TOS attribute.
Unfortunately TOS and TCLASS are both present in a dual-stack v6 socket,
furthermore they can have different values. As such one cannot in a
sane way expose both through a single attribute.Signed-off-by: Maciej Żenczyowski
CC: Murali Raja
CC: Stephen Hemminger
CC: Eric Dumazet
CC: David S. Miller
Signed-off-by: David S. Miller
13 Oct, 2011
1 commit
-
This patch exposes the tos value for the TCP sockets when the TOS flag
is requested in the ext_flags for the inet_diag request. This would mainly be
used to expose TOS values for both for TCP and UDP sockets. Currently it is
supported for TCP. When netlink support for UDP would be added the support
to expose the TOS values would alse be done. For IPV4 tos value is exposed
and for IPV6 tclass value is exposed.Signed-off-by: Murali Raja
Acked-by: Stephen Hemminger
Acked-by: Eric Dumazet
Signed-off-by: David S. Miller
31 Jan, 2009
1 commit
-
fix the following 'make headers_check' warning:
usr/include/linux/inet_diag.h:16: found __[us]{8,16,32,64} type without #include
Signed-off-by: Jaswinder Singh Rajput
29 Sep, 2006
1 commit
-
Signed-off-by: Al Viro
Signed-off-by: David S. Miller
30 Aug, 2005
1 commit
-
Next changeset will introduce net/ipv4/tcp_diag.c, moving the code that was put
transitioanlly in inet_diag.c.Signed-off-by: Arnaldo Carvalho de Melo
Signed-off-by: David S. Miller