Files
i2som-imx-linux/include/net
Paolo Abeni 91ed1e666a ip/options: explicitly provide net ns to __ip_options_echo()
__ip_options_echo() uses the current network namespace, and
currently retrives it via skb->dst->dev.

This commit adds an explicit 'net' argument to __ip_options_echo()
and update all the call sites to provide it, usually via a simpler
sock_net().

After this change, __ip_options_echo() no more needs to access
skb->dst and we can drop a couple of hack to preserve such
info in the rx path.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-06 20:51:12 -07:00
..
2017-07-11 06:08:58 -04:00
2017-04-05 10:15:20 +02:00
2017-04-24 12:35:56 -04:00
2017-08-01 20:09:10 -07:00
2017-04-14 10:06:42 +02:00
2017-07-18 11:13:41 -07:00
2017-02-03 15:16:45 -05:00
2017-06-15 12:12:40 -04:00
2017-06-17 22:54:00 -04:00
2017-08-03 21:37:29 -07:00
2017-08-01 15:26:19 -07:00
2017-06-15 12:12:40 -04:00
2017-07-29 14:19:03 -07:00
2017-07-18 11:13:41 -07:00