obj-$(CONFIG_IEEE802154) += ieee802154.o obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o obj-y += 6lowpan/ ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ header_ops.o sysfs.o nl802154.o trace.o ieee802154_socket-y := socket.o CFLAGS_trace.o := -I$(src) r' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/memory
='1'>ignore
AgeCommit message (Expand)AuthorFilesLines
mode:
authorAndreas Schultz <aschultz@tpip.net>2017-01-27 10:40:58 +0100
committerDavid S. Miller <davem@davemloft.net>2017-01-27 10:39:09 -0500
commit3ab1b469e847ba425af3c5ad5068cc94b55b38d0 (patch)
tree1271f92f74eb06692fdc4699e48ef31c6083c5ec
parentc6ce1d08eede4c2968ed08aafa3165e8e183c5a1 (diff)
gtp: fix cross netns recv on gtp socket
The use of the passed through netlink src_net to check for a cross netns operation was wrong. Using the GTP socket and the GTP netdevice is always correct (even if the netdev has been moved to new netns after link creation). Remove the now obsolete net field from gtp_dev. Signed-off-by: Andreas Schultz <aschultz@tpip.net> Acked-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat