]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'gtp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 17 Dec 2016 17:00:26 +0000 (12:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Dec 2016 17:00:26 +0000 (12:00 -0500)
commit05c9ef03d82d7ec9feb7c73fa3fc5946f48ac390
treef3cf4fe1fde1ad082570a5a27ab6edc399750ed9
parent0be9aa69375caa655b6cd513160239a1c8d71d89
parentb644f74e28fdbba1478da60beaa947131af0f6ed
Merge branch 'gtp-fixes'

Pablo Neira Ayuso says:

====================
GTP tunneling fixes for net

The following patchset contains two GTP tunneling fixes for your net
tree, they are:

1) Offset to IPv4 header in gtp_check_src_ms_ipv4() is incorrect, thus
   this function always succeeds and therefore this defeats this sanity
   check. This allows packets that have no PDP to go though, patch from
   Lionel Gauthier.

2) According to Note 0 of Figure 2 in Section 6 of 3GPP TS 29.060 v13.5.0
   Release 13, always set GTPv1 reserved bit to zero. This may cause
   interoperability problems, patch from Harald Welte.

Please, apply, thanks a lot!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>