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)
commit790709f249728640faa4eff38286a9feb34fed81
tree165a7ba2f91f39267a788f37f8ccb47b44d92ad5
parent738fea32af86f5d58f30dfca6645494070c976ef
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