summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2019-12-11 08:23:00 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-04 14:00:17 +0100
commit0ddfaacfb76d8d54a1f94bfa4e4bc9a7c452d4c7 (patch)
tree846908e18ff53e181399683394488b0c48f9bac8 /net/ipv4/tcp_ipv4.c
parentde211c95f9b107b001d8864bfc8e45f62bcb6614 (diff)
gtp: do not allow adding duplicate tid and ms_addr pdp context
[ Upstream commit 6b01b1d9b2d38dc84ac398bfe9f00baff06a31e5 ] GTP RX packet path lookups pdp context with TID. If duplicate TID pdp contexts are existing in the list, it couldn't select correct pdp context. So, TID value should be unique. GTP TX packet path lookups pdp context with ms_addr. If duplicate ms_addr pdp contexts are existing in the list, it couldn't select correct pdp context. So, ms_addr value should be unique. Fixes: 459aa660eb1d ("gtp: add initial driver for datapath of GPRS Tunneling Protocol (GTP-U)") Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
0 files changed, 0 insertions, 0 deletions