]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'gtp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2017 15:39:10 +0000 (10:39 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2017 15:39:10 +0000 (10:39 -0500)
commit0c18469685a0d0d608d4c9fd31eaf4d20a044be7
tree1271f92f74eb06692fdc4699e48ef31c6083c5ec
parent89b9d37ad1332bf73cf4e0606e04d4ff461c983e
parent2a432976051d7a44dabf1ac70d6e9390f31e01d2
Merge branch 'gtp-fixes'

Andreas Schultz says:

====================
various gtp fixes

I'm sorry for the compile error mess up in the last version.
It's no excuse for not test compiling, but the hunks got lost in
a rebase.

This is the part of the previous "simple gtp improvements" series
that Pablo indicated should go into net.

The addition of the module alias fixes genl family autoloading,
clearing the DF bit fixes a protocol violation in regard to the
specification and the netns comparison fixes a corner case of
cross netns recv.

v2->v3: fix compiler error introduced in rebase
====================

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