]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: do not allow adding duplicate tid and ms_addr pdp context
authorTaehee Yoo <ap420073@gmail.com>
Wed, 11 Dec 2019 08:23:00 +0000 (08:23 +0000)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Sun, 15 Dec 2019 01:15:24 +0000 (17:15 -0800)
commit02d52780eb56662910aebc9757c3eb4e23b4e406
tree1a53bd7f1d76c70728e9038c8e491db2f34da683
parent2728135480afd13bca32f9b54e9d54f19aef61a8
gtp: do not allow adding duplicate tid and ms_addr pdp context

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: 1b1001cc4e44 ("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>
drivers/net/gtp.c