Home
last modified time | relevance | path

Searched hist:"4 f6570d7206bb052f42718d55fbe72977f0318ea" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dinet6_connection_sock.cdiff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()

Currently, ip6_xmit() sets skb->priority based on sk->sk_priority

This is not desirable for TCP since TCP shares the same ctl socket
for a given netns. We want to be able to send RST or ACK packets
with a non zero skb->priority.

This patch has no functional change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dip6_output.cdiff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()

Currently, ip6_xmit() sets skb->priority based on sk->sk_priority

This is not desirable for TCP since TCP shares the same ctl socket
for a given netns. We want to be able to send RST or ACK packets
with a non zero skb->priority.

This patch has no functional change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dtcp_ipv6.cdiff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()

Currently, ip6_xmit() sets skb->priority based on sk->sk_priority

This is not desirable for TCP since TCP shares the same ctl socket
for a given netns. We want to be able to send RST or ACK packets
with a non zero skb->priority.

This patch has no functional change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/sctp/
H A Dipv6.cdiff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()

Currently, ip6_xmit() sets skb->priority based on sk->sk_priority

This is not desirable for TCP since TCP shares the same ctl socket
for a given netns. We want to be able to send RST or ACK packets
with a non zero skb->priority.

This patch has no functional change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/dccp/
H A Dipv6.cdiff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()

Currently, ip6_xmit() sets skb->priority based on sk->sk_priority

This is not desirable for TCP since TCP shares the same ctl socket
for a given netns. We want to be able to send RST or ACK packets
with a non zero skb->priority.

This patch has no functional change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/net/
H A Dipv6.hdiff 4f6570d7206bb052f42718d55fbe72977f0318ea Tue Sep 24 10:01:14 CDT 2019 Eric Dumazet <edumazet@google.com> ipv6: add priority parameter to ip6_xmit()

Currently, ip6_xmit() sets skb->priority based on sk->sk_priority

This is not desirable for TCP since TCP shares the same ctl socket
for a given netns. We want to be able to send RST or ACK packets
with a non zero skb->priority.

This patch has no functional change.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>