]> git.baikalelectronics.ru Git - kernel.git/commit
net: relax SO_TXTIME CAP_NET_ADMIN check
authorEric Dumazet <edumazet@google.com>
Thu, 7 May 2020 17:05:39 +0000 (10:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2020 01:17:32 +0000 (18:17 -0700)
commit1ba2aa69be3786fbf62b98bf534a3e78d984ec17
tree165a7ba2f91f39267a788f37f8ccb47b44d92ad5
parentf5338403ec6047a3d180243f5fe31fe65a95be7c
net: relax SO_TXTIME CAP_NET_ADMIN check

Now sch_fq has horizon feature, we want to allow QUIC/UDP applications
to use EDT model so that pacing can be offloaded to the kernel (sch_fq)
or the NIC.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Willem de Bruijn <willemb@google.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c