linux_dsm_epyc7002/net/dccp
David Ahern 4297a0ef08 net: ipv6: add second dif to inet6 socket lookups
Add a second device index, sdif, to inet6 socket lookups. sdif is the
index for ingress devices enslaved to an l3mdev. It allows the lookups
to consider the enslaved device as well as the L3 domain when searching
for a socket.

TCP moves the data in the cb. Prior to tcp_v4_rcv (e.g., early demux) the
ingress index is obtained from IPCB using inet_sdif and after tcp_v4_rcv
tcp_v4_sdif is used.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-07 11:39:22 -07:00
..
ccids dccp: do not use tcp_time_stamp 2017-05-17 16:06:01 -04:00
ackvec.c
ackvec.h
ccid.c
ccid.h
dccp.h
diag.c
feat.c dccp: fix a memleak for dccp_feat_init err process 2017-07-27 00:01:05 -07:00
feat.h
input.c dccp: make const array error_code static 2017-07-13 09:24:02 -07:00
ipv4.c net: ipv4: add second dif to inet socket lookups 2017-08-07 11:39:21 -07:00
ipv6.c net: ipv6: add second dif to inet6 socket lookups 2017-08-07 11:39:22 -07:00
ipv6.h
Kconfig
Makefile
minisocks.c
options.c networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
output.c
probe.c
proto.c
qpolicy.c
sysctl.c
timer.c