sit.c 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. /*
  2. * IPv6 over IPv4 tunnel device - Simple Internet Transition (SIT)
  3. * Linux INET6 implementation
  4. *
  5. * Authors:
  6. * Pedro Roque <roque@di.fc.ul.pt>
  7. * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version
  12. * 2 of the License, or (at your option) any later version.
  13. *
  14. * Changes:
  15. * Roger Venning <r.venning@telstra.com>: 6to4 support
  16. * Nate Thompson <nate@thebog.net>: 6to4 support
  17. * Fred Templin <fred.l.templin@boeing.com>: isatap support
  18. */
  19. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  20. #include <linux/module.h>
  21. #include <linux/capability.h>
  22. #include <linux/errno.h>
  23. #include <linux/types.h>
  24. #include <linux/socket.h>
  25. #include <linux/sockios.h>
  26. #include <linux/net.h>
  27. #include <linux/in6.h>
  28. #include <linux/netdevice.h>
  29. #include <linux/if_arp.h>
  30. #include <linux/icmp.h>
  31. #include <linux/slab.h>
  32. #include <asm/uaccess.h>
  33. #include <linux/init.h>
  34. #include <linux/netfilter_ipv4.h>
  35. #include <linux/if_ether.h>
  36. #include <net/sock.h>
  37. #include <net/snmp.h>
  38. #include <net/ipv6.h>
  39. #include <net/protocol.h>
  40. #include <net/transp_v6.h>
  41. #include <net/ip6_fib.h>
  42. #include <net/ip6_route.h>
  43. #include <net/ndisc.h>
  44. #include <net/addrconf.h>
  45. #include <net/ip.h>
  46. #include <net/udp.h>
  47. #include <net/icmp.h>
  48. #include <net/ip_tunnels.h>
  49. #include <net/inet_ecn.h>
  50. #include <net/xfrm.h>
  51. #include <net/dsfield.h>
  52. #include <net/net_namespace.h>
  53. #include <net/netns/generic.h>
  54. /*
  55. This version of net/ipv6/sit.c is cloned of net/ipv4/ip_gre.c
  56. For comments look at net/ipv4/ip_gre.c --ANK
  57. */
  58. #define HASH_SIZE 16
  59. #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF)
  60. static bool log_ecn_error = true;
  61. module_param(log_ecn_error, bool, 0644);
  62. MODULE_PARM_DESC(log_ecn_error, "Log packets received with corrupted ECN");
  63. static int ipip6_tunnel_init(struct net_device *dev);
  64. static void ipip6_tunnel_setup(struct net_device *dev);
  65. static void ipip6_dev_free(struct net_device *dev);
  66. static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst,
  67. __be32 *v4dst);
  68. static struct rtnl_link_ops sit_link_ops __read_mostly;
  69. static int sit_net_id __read_mostly;
  70. struct sit_net {
  71. struct ip_tunnel __rcu *tunnels_r_l[HASH_SIZE];
  72. struct ip_tunnel __rcu *tunnels_r[HASH_SIZE];
  73. struct ip_tunnel __rcu *tunnels_l[HASH_SIZE];
  74. struct ip_tunnel __rcu *tunnels_wc[1];
  75. struct ip_tunnel __rcu **tunnels[4];
  76. struct net_device *fb_tunnel_dev;
  77. };
  78. /*
  79. * Must be invoked with rcu_read_lock
  80. */
  81. static struct ip_tunnel *ipip6_tunnel_lookup(struct net *net,
  82. struct net_device *dev, __be32 remote, __be32 local)
  83. {
  84. unsigned int h0 = HASH(remote);
  85. unsigned int h1 = HASH(local);
  86. struct ip_tunnel *t;
  87. struct sit_net *sitn = net_generic(net, sit_net_id);
  88. for_each_ip_tunnel_rcu(t, sitn->tunnels_r_l[h0 ^ h1]) {
  89. if (local == t->parms.iph.saddr &&
  90. remote == t->parms.iph.daddr &&
  91. (!dev || !t->parms.link || dev->iflink == t->parms.link) &&
  92. (t->dev->flags & IFF_UP))
  93. return t;
  94. }
  95. for_each_ip_tunnel_rcu(t, sitn->tunnels_r[h0]) {
  96. if (remote == t->parms.iph.daddr &&
  97. (!dev || !t->parms.link || dev->iflink == t->parms.link) &&
  98. (t->dev->flags & IFF_UP))
  99. return t;
  100. }
  101. for_each_ip_tunnel_rcu(t, sitn->tunnels_l[h1]) {
  102. if (local == t->parms.iph.saddr &&
  103. (!dev || !t->parms.link || dev->iflink == t->parms.link) &&
  104. (t->dev->flags & IFF_UP))
  105. return t;
  106. }
  107. t = rcu_dereference(sitn->tunnels_wc[0]);
  108. if ((t != NULL) && (t->dev->flags & IFF_UP))
  109. return t;
  110. return NULL;
  111. }
  112. static struct ip_tunnel __rcu **__ipip6_bucket(struct sit_net *sitn,
  113. struct ip_tunnel_parm *parms)
  114. {
  115. __be32 remote = parms->iph.daddr;
  116. __be32 local = parms->iph.saddr;
  117. unsigned int h = 0;
  118. int prio = 0;
  119. if (remote) {
  120. prio |= 2;
  121. h ^= HASH(remote);
  122. }
  123. if (local) {
  124. prio |= 1;
  125. h ^= HASH(local);
  126. }
  127. return &sitn->tunnels[prio][h];
  128. }
  129. static inline struct ip_tunnel __rcu **ipip6_bucket(struct sit_net *sitn,
  130. struct ip_tunnel *t)
  131. {
  132. return __ipip6_bucket(sitn, &t->parms);
  133. }
  134. static void ipip6_tunnel_unlink(struct sit_net *sitn, struct ip_tunnel *t)
  135. {
  136. struct ip_tunnel __rcu **tp;
  137. struct ip_tunnel *iter;
  138. for (tp = ipip6_bucket(sitn, t);
  139. (iter = rtnl_dereference(*tp)) != NULL;
  140. tp = &iter->next) {
  141. if (t == iter) {
  142. rcu_assign_pointer(*tp, t->next);
  143. break;
  144. }
  145. }
  146. }
  147. static void ipip6_tunnel_link(struct sit_net *sitn, struct ip_tunnel *t)
  148. {
  149. struct ip_tunnel __rcu **tp = ipip6_bucket(sitn, t);
  150. rcu_assign_pointer(t->next, rtnl_dereference(*tp));
  151. rcu_assign_pointer(*tp, t);
  152. }
  153. static void ipip6_tunnel_clone_6rd(struct net_device *dev, struct sit_net *sitn)
  154. {
  155. #ifdef CONFIG_IPV6_SIT_6RD
  156. struct ip_tunnel *t = netdev_priv(dev);
  157. if (t->dev == sitn->fb_tunnel_dev) {
  158. ipv6_addr_set(&t->ip6rd.prefix, htonl(0x20020000), 0, 0, 0);
  159. t->ip6rd.relay_prefix = 0;
  160. t->ip6rd.prefixlen = 16;
  161. t->ip6rd.relay_prefixlen = 0;
  162. } else {
  163. struct ip_tunnel *t0 = netdev_priv(sitn->fb_tunnel_dev);
  164. memcpy(&t->ip6rd, &t0->ip6rd, sizeof(t->ip6rd));
  165. }
  166. #endif
  167. }
  168. static int ipip6_tunnel_create(struct net_device *dev)
  169. {
  170. struct ip_tunnel *t = netdev_priv(dev);
  171. struct net *net = dev_net(dev);
  172. struct sit_net *sitn = net_generic(net, sit_net_id);
  173. int err;
  174. err = ipip6_tunnel_init(dev);
  175. if (err < 0)
  176. goto out;
  177. ipip6_tunnel_clone_6rd(dev, sitn);
  178. if ((__force u16)t->parms.i_flags & SIT_ISATAP)
  179. dev->priv_flags |= IFF_ISATAP;
  180. err = register_netdevice(dev);
  181. if (err < 0)
  182. goto out;
  183. strcpy(t->parms.name, dev->name);
  184. dev->rtnl_link_ops = &sit_link_ops;
  185. dev_hold(dev);
  186. ipip6_tunnel_link(sitn, t);
  187. return 0;
  188. out:
  189. return err;
  190. }
  191. static struct ip_tunnel *ipip6_tunnel_locate(struct net *net,
  192. struct ip_tunnel_parm *parms, int create)
  193. {
  194. __be32 remote = parms->iph.daddr;
  195. __be32 local = parms->iph.saddr;
  196. struct ip_tunnel *t, *nt;
  197. struct ip_tunnel __rcu **tp;
  198. struct net_device *dev;
  199. char name[IFNAMSIZ];
  200. struct sit_net *sitn = net_generic(net, sit_net_id);
  201. for (tp = __ipip6_bucket(sitn, parms);
  202. (t = rtnl_dereference(*tp)) != NULL;
  203. tp = &t->next) {
  204. if (local == t->parms.iph.saddr &&
  205. remote == t->parms.iph.daddr &&
  206. parms->link == t->parms.link) {
  207. if (create)
  208. return NULL;
  209. else
  210. return t;
  211. }
  212. }
  213. if (!create)
  214. goto failed;
  215. if (parms->name[0])
  216. strlcpy(name, parms->name, IFNAMSIZ);
  217. else
  218. strcpy(name, "sit%d");
  219. dev = alloc_netdev(sizeof(*t), name, ipip6_tunnel_setup);
  220. if (dev == NULL)
  221. return NULL;
  222. dev_net_set(dev, net);
  223. nt = netdev_priv(dev);
  224. nt->parms = *parms;
  225. if (ipip6_tunnel_create(dev) < 0)
  226. goto failed_free;
  227. return nt;
  228. failed_free:
  229. ipip6_dev_free(dev);
  230. failed:
  231. return NULL;
  232. }
  233. #define for_each_prl_rcu(start) \
  234. for (prl = rcu_dereference(start); \
  235. prl; \
  236. prl = rcu_dereference(prl->next))
  237. static struct ip_tunnel_prl_entry *
  238. __ipip6_tunnel_locate_prl(struct ip_tunnel *t, __be32 addr)
  239. {
  240. struct ip_tunnel_prl_entry *prl;
  241. for_each_prl_rcu(t->prl)
  242. if (prl->addr == addr)
  243. break;
  244. return prl;
  245. }
  246. static int ipip6_tunnel_get_prl(struct ip_tunnel *t,
  247. struct ip_tunnel_prl __user *a)
  248. {
  249. struct ip_tunnel_prl kprl, *kp;
  250. struct ip_tunnel_prl_entry *prl;
  251. unsigned int cmax, c = 0, ca, len;
  252. int ret = 0;
  253. if (copy_from_user(&kprl, a, sizeof(kprl)))
  254. return -EFAULT;
  255. cmax = kprl.datalen / sizeof(kprl);
  256. if (cmax > 1 && kprl.addr != htonl(INADDR_ANY))
  257. cmax = 1;
  258. /* For simple GET or for root users,
  259. * we try harder to allocate.
  260. */
  261. kp = (cmax <= 1 || capable(CAP_NET_ADMIN)) ?
  262. kcalloc(cmax, sizeof(*kp), GFP_KERNEL) :
  263. NULL;
  264. rcu_read_lock();
  265. ca = t->prl_count < cmax ? t->prl_count : cmax;
  266. if (!kp) {
  267. /* We don't try hard to allocate much memory for
  268. * non-root users.
  269. * For root users, retry allocating enough memory for
  270. * the answer.
  271. */
  272. kp = kcalloc(ca, sizeof(*kp), GFP_ATOMIC);
  273. if (!kp) {
  274. ret = -ENOMEM;
  275. goto out;
  276. }
  277. }
  278. c = 0;
  279. for_each_prl_rcu(t->prl) {
  280. if (c >= cmax)
  281. break;
  282. if (kprl.addr != htonl(INADDR_ANY) && prl->addr != kprl.addr)
  283. continue;
  284. kp[c].addr = prl->addr;
  285. kp[c].flags = prl->flags;
  286. c++;
  287. if (kprl.addr != htonl(INADDR_ANY))
  288. break;
  289. }
  290. out:
  291. rcu_read_unlock();
  292. len = sizeof(*kp) * c;
  293. ret = 0;
  294. if ((len && copy_to_user(a + 1, kp, len)) || put_user(len, &a->datalen))
  295. ret = -EFAULT;
  296. kfree(kp);
  297. return ret;
  298. }
  299. static int
  300. ipip6_tunnel_add_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a, int chg)
  301. {
  302. struct ip_tunnel_prl_entry *p;
  303. int err = 0;
  304. if (a->addr == htonl(INADDR_ANY))
  305. return -EINVAL;
  306. ASSERT_RTNL();
  307. for (p = rtnl_dereference(t->prl); p; p = rtnl_dereference(p->next)) {
  308. if (p->addr == a->addr) {
  309. if (chg) {
  310. p->flags = a->flags;
  311. goto out;
  312. }
  313. err = -EEXIST;
  314. goto out;
  315. }
  316. }
  317. if (chg) {
  318. err = -ENXIO;
  319. goto out;
  320. }
  321. p = kzalloc(sizeof(struct ip_tunnel_prl_entry), GFP_KERNEL);
  322. if (!p) {
  323. err = -ENOBUFS;
  324. goto out;
  325. }
  326. p->next = t->prl;
  327. p->addr = a->addr;
  328. p->flags = a->flags;
  329. t->prl_count++;
  330. rcu_assign_pointer(t->prl, p);
  331. out:
  332. return err;
  333. }
  334. static void prl_list_destroy_rcu(struct rcu_head *head)
  335. {
  336. struct ip_tunnel_prl_entry *p, *n;
  337. p = container_of(head, struct ip_tunnel_prl_entry, rcu_head);
  338. do {
  339. n = rcu_dereference_protected(p->next, 1);
  340. kfree(p);
  341. p = n;
  342. } while (p);
  343. }
  344. static int
  345. ipip6_tunnel_del_prl(struct ip_tunnel *t, struct ip_tunnel_prl *a)
  346. {
  347. struct ip_tunnel_prl_entry *x;
  348. struct ip_tunnel_prl_entry __rcu **p;
  349. int err = 0;
  350. ASSERT_RTNL();
  351. if (a && a->addr != htonl(INADDR_ANY)) {
  352. for (p = &t->prl;
  353. (x = rtnl_dereference(*p)) != NULL;
  354. p = &x->next) {
  355. if (x->addr == a->addr) {
  356. *p = x->next;
  357. kfree_rcu(x, rcu_head);
  358. t->prl_count--;
  359. goto out;
  360. }
  361. }
  362. err = -ENXIO;
  363. } else {
  364. x = rtnl_dereference(t->prl);
  365. if (x) {
  366. t->prl_count = 0;
  367. call_rcu(&x->rcu_head, prl_list_destroy_rcu);
  368. t->prl = NULL;
  369. }
  370. }
  371. out:
  372. return err;
  373. }
  374. static int
  375. isatap_chksrc(struct sk_buff *skb, const struct iphdr *iph, struct ip_tunnel *t)
  376. {
  377. struct ip_tunnel_prl_entry *p;
  378. int ok = 1;
  379. rcu_read_lock();
  380. p = __ipip6_tunnel_locate_prl(t, iph->saddr);
  381. if (p) {
  382. if (p->flags & PRL_DEFAULT)
  383. skb->ndisc_nodetype = NDISC_NODETYPE_DEFAULT;
  384. else
  385. skb->ndisc_nodetype = NDISC_NODETYPE_NODEFAULT;
  386. } else {
  387. const struct in6_addr *addr6 = &ipv6_hdr(skb)->saddr;
  388. if (ipv6_addr_is_isatap(addr6) &&
  389. (addr6->s6_addr32[3] == iph->saddr) &&
  390. ipv6_chk_prefix(addr6, t->dev))
  391. skb->ndisc_nodetype = NDISC_NODETYPE_HOST;
  392. else
  393. ok = 0;
  394. }
  395. rcu_read_unlock();
  396. return ok;
  397. }
  398. static void ipip6_tunnel_uninit(struct net_device *dev)
  399. {
  400. struct ip_tunnel *tunnel = netdev_priv(dev);
  401. struct sit_net *sitn = net_generic(tunnel->net, sit_net_id);
  402. if (dev == sitn->fb_tunnel_dev) {
  403. RCU_INIT_POINTER(sitn->tunnels_wc[0], NULL);
  404. } else {
  405. ipip6_tunnel_unlink(sitn, tunnel);
  406. ipip6_tunnel_del_prl(tunnel, NULL);
  407. }
  408. dev_put(dev);
  409. }
  410. static int ipip6_err(struct sk_buff *skb, u32 info)
  411. {
  412. /* All the routers (except for Linux) return only
  413. 8 bytes of packet payload. It means, that precise relaying of
  414. ICMP in the real Internet is absolutely infeasible.
  415. */
  416. const struct iphdr *iph = (const struct iphdr *)skb->data;
  417. const int type = icmp_hdr(skb)->type;
  418. const int code = icmp_hdr(skb)->code;
  419. struct ip_tunnel *t;
  420. int err;
  421. switch (type) {
  422. default:
  423. case ICMP_PARAMETERPROB:
  424. return 0;
  425. case ICMP_DEST_UNREACH:
  426. switch (code) {
  427. case ICMP_SR_FAILED:
  428. case ICMP_PORT_UNREACH:
  429. /* Impossible event. */
  430. return 0;
  431. default:
  432. /* All others are translated to HOST_UNREACH.
  433. rfc2003 contains "deep thoughts" about NET_UNREACH,
  434. I believe they are just ether pollution. --ANK
  435. */
  436. break;
  437. }
  438. break;
  439. case ICMP_TIME_EXCEEDED:
  440. if (code != ICMP_EXC_TTL)
  441. return 0;
  442. break;
  443. case ICMP_REDIRECT:
  444. break;
  445. }
  446. err = -ENOENT;
  447. t = ipip6_tunnel_lookup(dev_net(skb->dev),
  448. skb->dev,
  449. iph->daddr,
  450. iph->saddr);
  451. if (t == NULL)
  452. goto out;
  453. if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
  454. ipv4_update_pmtu(skb, dev_net(skb->dev), info,
  455. t->dev->ifindex, 0, IPPROTO_IPV6, 0);
  456. err = 0;
  457. goto out;
  458. }
  459. if (type == ICMP_REDIRECT) {
  460. ipv4_redirect(skb, dev_net(skb->dev), t->dev->ifindex, 0,
  461. IPPROTO_IPV6, 0);
  462. err = 0;
  463. goto out;
  464. }
  465. if (t->parms.iph.daddr == 0)
  466. goto out;
  467. err = 0;
  468. if (t->parms.iph.ttl == 0 && type == ICMP_TIME_EXCEEDED)
  469. goto out;
  470. if (time_before(jiffies, t->err_time + IPTUNNEL_ERR_TIMEO))
  471. t->err_count++;
  472. else
  473. t->err_count = 1;
  474. t->err_time = jiffies;
  475. out:
  476. return err;
  477. }
  478. static inline bool is_spoofed_6rd(struct ip_tunnel *tunnel, const __be32 v4addr,
  479. const struct in6_addr *v6addr)
  480. {
  481. __be32 v4embed = 0;
  482. if (check_6rd(tunnel, v6addr, &v4embed) && v4addr != v4embed)
  483. return true;
  484. return false;
  485. }
  486. /* Checks if an address matches an address on the tunnel interface.
  487. * Used to detect the NAT of proto 41 packets and let them pass spoofing test.
  488. * Long story:
  489. * This function is called after we considered the packet as spoofed
  490. * in is_spoofed_6rd.
  491. * We may have a router that is doing NAT for proto 41 packets
  492. * for an internal station. Destination a.a.a.a/PREFIX:bbbb:bbbb
  493. * will be translated to n.n.n.n/PREFIX:bbbb:bbbb. And is_spoofed_6rd
  494. * function will return true, dropping the packet.
  495. * But, we can still check if is spoofed against the IP
  496. * addresses associated with the interface.
  497. */
  498. static bool only_dnatted(const struct ip_tunnel *tunnel,
  499. const struct in6_addr *v6dst)
  500. {
  501. int prefix_len;
  502. #ifdef CONFIG_IPV6_SIT_6RD
  503. prefix_len = tunnel->ip6rd.prefixlen + 32
  504. - tunnel->ip6rd.relay_prefixlen;
  505. #else
  506. prefix_len = 48;
  507. #endif
  508. return ipv6_chk_custom_prefix(v6dst, prefix_len, tunnel->dev);
  509. }
  510. /* Returns true if a packet is spoofed */
  511. static bool packet_is_spoofed(struct sk_buff *skb,
  512. const struct iphdr *iph,
  513. struct ip_tunnel *tunnel)
  514. {
  515. const struct ipv6hdr *ipv6h;
  516. if (tunnel->dev->priv_flags & IFF_ISATAP) {
  517. if (!isatap_chksrc(skb, iph, tunnel))
  518. return true;
  519. return false;
  520. }
  521. if (tunnel->dev->flags & IFF_POINTOPOINT)
  522. return false;
  523. ipv6h = ipv6_hdr(skb);
  524. if (unlikely(is_spoofed_6rd(tunnel, iph->saddr, &ipv6h->saddr))) {
  525. net_warn_ratelimited("Src spoofed %pI4/%pI6c -> %pI4/%pI6c\n",
  526. &iph->saddr, &ipv6h->saddr,
  527. &iph->daddr, &ipv6h->daddr);
  528. return true;
  529. }
  530. if (likely(!is_spoofed_6rd(tunnel, iph->daddr, &ipv6h->daddr)))
  531. return false;
  532. if (only_dnatted(tunnel, &ipv6h->daddr))
  533. return false;
  534. net_warn_ratelimited("Dst spoofed %pI4/%pI6c -> %pI4/%pI6c\n",
  535. &iph->saddr, &ipv6h->saddr,
  536. &iph->daddr, &ipv6h->daddr);
  537. return true;
  538. }
  539. static int ipip6_rcv(struct sk_buff *skb)
  540. {
  541. const struct iphdr *iph = ip_hdr(skb);
  542. struct ip_tunnel *tunnel;
  543. int err;
  544. tunnel = ipip6_tunnel_lookup(dev_net(skb->dev), skb->dev,
  545. iph->saddr, iph->daddr);
  546. if (tunnel != NULL) {
  547. struct pcpu_tstats *tstats;
  548. if (tunnel->parms.iph.protocol != IPPROTO_IPV6 &&
  549. tunnel->parms.iph.protocol != 0)
  550. goto out;
  551. skb->mac_header = skb->network_header;
  552. skb_reset_network_header(skb);
  553. IPCB(skb)->flags = 0;
  554. skb->protocol = htons(ETH_P_IPV6);
  555. if (packet_is_spoofed(skb, iph, tunnel)) {
  556. tunnel->dev->stats.rx_errors++;
  557. goto out;
  558. }
  559. __skb_tunnel_rx(skb, tunnel->dev, tunnel->net);
  560. err = IP_ECN_decapsulate(iph, skb);
  561. if (unlikely(err)) {
  562. if (log_ecn_error)
  563. net_info_ratelimited("non-ECT from %pI4 with TOS=%#x\n",
  564. &iph->saddr, iph->tos);
  565. if (err > 1) {
  566. ++tunnel->dev->stats.rx_frame_errors;
  567. ++tunnel->dev->stats.rx_errors;
  568. goto out;
  569. }
  570. }
  571. tstats = this_cpu_ptr(tunnel->dev->tstats);
  572. tstats->rx_packets++;
  573. tstats->rx_bytes += skb->len;
  574. netif_rx(skb);
  575. return 0;
  576. }
  577. /* no tunnel matched, let upstream know, ipsec may handle it */
  578. return 1;
  579. out:
  580. kfree_skb(skb);
  581. return 0;
  582. }
  583. static const struct tnl_ptk_info tpi = {
  584. /* no tunnel info required for ipip. */
  585. .proto = htons(ETH_P_IP),
  586. };
  587. static int ipip_rcv(struct sk_buff *skb)
  588. {
  589. const struct iphdr *iph;
  590. struct ip_tunnel *tunnel;
  591. iph = ip_hdr(skb);
  592. tunnel = ipip6_tunnel_lookup(dev_net(skb->dev), skb->dev,
  593. iph->saddr, iph->daddr);
  594. if (tunnel != NULL) {
  595. if (tunnel->parms.iph.protocol != IPPROTO_IPIP &&
  596. tunnel->parms.iph.protocol != 0)
  597. goto drop;
  598. if (!xfrm4_policy_check(NULL, XFRM_POLICY_IN, skb))
  599. goto drop;
  600. if (iptunnel_pull_header(skb, 0, tpi.proto))
  601. goto drop;
  602. return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error);
  603. }
  604. return 1;
  605. drop:
  606. kfree_skb(skb);
  607. return 0;
  608. }
  609. /*
  610. * If the IPv6 address comes from 6rd / 6to4 (RFC 3056) addr space this function
  611. * stores the embedded IPv4 address in v4dst and returns true.
  612. */
  613. static bool check_6rd(struct ip_tunnel *tunnel, const struct in6_addr *v6dst,
  614. __be32 *v4dst)
  615. {
  616. #ifdef CONFIG_IPV6_SIT_6RD
  617. if (ipv6_prefix_equal(v6dst, &tunnel->ip6rd.prefix,
  618. tunnel->ip6rd.prefixlen)) {
  619. unsigned int pbw0, pbi0;
  620. int pbi1;
  621. u32 d;
  622. pbw0 = tunnel->ip6rd.prefixlen >> 5;
  623. pbi0 = tunnel->ip6rd.prefixlen & 0x1f;
  624. d = (ntohl(v6dst->s6_addr32[pbw0]) << pbi0) >>
  625. tunnel->ip6rd.relay_prefixlen;
  626. pbi1 = pbi0 - tunnel->ip6rd.relay_prefixlen;
  627. if (pbi1 > 0)
  628. d |= ntohl(v6dst->s6_addr32[pbw0 + 1]) >>
  629. (32 - pbi1);
  630. *v4dst = tunnel->ip6rd.relay_prefix | htonl(d);
  631. return true;
  632. }
  633. #else
  634. if (v6dst->s6_addr16[0] == htons(0x2002)) {
  635. /* 6to4 v6 addr has 16 bits prefix, 32 v4addr, 16 SLA, ... */
  636. memcpy(v4dst, &v6dst->s6_addr16[1], 4);
  637. return true;
  638. }
  639. #endif
  640. return false;
  641. }
  642. static inline __be32 try_6rd(struct ip_tunnel *tunnel,
  643. const struct in6_addr *v6dst)
  644. {
  645. __be32 dst = 0;
  646. check_6rd(tunnel, v6dst, &dst);
  647. return dst;
  648. }
  649. /*
  650. * This function assumes it is being called from dev_queue_xmit()
  651. * and that skb is filled properly by that function.
  652. */
  653. static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,
  654. struct net_device *dev)
  655. {
  656. struct ip_tunnel *tunnel = netdev_priv(dev);
  657. const struct iphdr *tiph = &tunnel->parms.iph;
  658. const struct ipv6hdr *iph6 = ipv6_hdr(skb);
  659. u8 tos = tunnel->parms.iph.tos;
  660. __be16 df = tiph->frag_off;
  661. struct rtable *rt; /* Route to the other host */
  662. struct net_device *tdev; /* Device to other host */
  663. unsigned int max_headroom; /* The extra header space needed */
  664. __be32 dst = tiph->daddr;
  665. struct flowi4 fl4;
  666. int mtu;
  667. const struct in6_addr *addr6;
  668. int addr_type;
  669. u8 ttl;
  670. int err;
  671. if (skb->protocol != htons(ETH_P_IPV6))
  672. goto tx_error;
  673. if (tos == 1)
  674. tos = ipv6_get_dsfield(iph6);
  675. /* ISATAP (RFC4214) - must come before 6to4 */
  676. if (dev->priv_flags & IFF_ISATAP) {
  677. struct neighbour *neigh = NULL;
  678. bool do_tx_error = false;
  679. if (skb_dst(skb))
  680. neigh = dst_neigh_lookup(skb_dst(skb), &iph6->daddr);
  681. if (neigh == NULL) {
  682. net_dbg_ratelimited("nexthop == NULL\n");
  683. goto tx_error;
  684. }
  685. addr6 = (const struct in6_addr *)&neigh->primary_key;
  686. addr_type = ipv6_addr_type(addr6);
  687. if ((addr_type & IPV6_ADDR_UNICAST) &&
  688. ipv6_addr_is_isatap(addr6))
  689. dst = addr6->s6_addr32[3];
  690. else
  691. do_tx_error = true;
  692. neigh_release(neigh);
  693. if (do_tx_error)
  694. goto tx_error;
  695. }
  696. if (!dst)
  697. dst = try_6rd(tunnel, &iph6->daddr);
  698. if (!dst) {
  699. struct neighbour *neigh = NULL;
  700. bool do_tx_error = false;
  701. if (skb_dst(skb))
  702. neigh = dst_neigh_lookup(skb_dst(skb), &iph6->daddr);
  703. if (neigh == NULL) {
  704. net_dbg_ratelimited("nexthop == NULL\n");
  705. goto tx_error;
  706. }
  707. addr6 = (const struct in6_addr *)&neigh->primary_key;
  708. addr_type = ipv6_addr_type(addr6);
  709. if (addr_type == IPV6_ADDR_ANY) {
  710. addr6 = &ipv6_hdr(skb)->daddr;
  711. addr_type = ipv6_addr_type(addr6);
  712. }
  713. if ((addr_type & IPV6_ADDR_COMPATv4) != 0)
  714. dst = addr6->s6_addr32[3];
  715. else
  716. do_tx_error = true;
  717. neigh_release(neigh);
  718. if (do_tx_error)
  719. goto tx_error;
  720. }
  721. rt = ip_route_output_ports(tunnel->net, &fl4, NULL,
  722. dst, tiph->saddr,
  723. 0, 0,
  724. IPPROTO_IPV6, RT_TOS(tos),
  725. tunnel->parms.link);
  726. if (IS_ERR(rt)) {
  727. dev->stats.tx_carrier_errors++;
  728. goto tx_error_icmp;
  729. }
  730. if (rt->rt_type != RTN_UNICAST) {
  731. ip_rt_put(rt);
  732. dev->stats.tx_carrier_errors++;
  733. goto tx_error_icmp;
  734. }
  735. tdev = rt->dst.dev;
  736. if (tdev == dev) {
  737. ip_rt_put(rt);
  738. dev->stats.collisions++;
  739. goto tx_error;
  740. }
  741. if (df) {
  742. mtu = dst_mtu(&rt->dst) - sizeof(struct iphdr);
  743. if (mtu < 68) {
  744. dev->stats.collisions++;
  745. ip_rt_put(rt);
  746. goto tx_error;
  747. }
  748. if (mtu < IPV6_MIN_MTU) {
  749. mtu = IPV6_MIN_MTU;
  750. df = 0;
  751. }
  752. if (tunnel->parms.iph.daddr && skb_dst(skb))
  753. skb_dst(skb)->ops->update_pmtu(skb_dst(skb), NULL, skb, mtu);
  754. if (skb->len > mtu) {
  755. icmpv6_send(skb, ICMPV6_PKT_TOOBIG, 0, mtu);
  756. ip_rt_put(rt);
  757. goto tx_error;
  758. }
  759. }
  760. if (tunnel->err_count > 0) {
  761. if (time_before(jiffies,
  762. tunnel->err_time + IPTUNNEL_ERR_TIMEO)) {
  763. tunnel->err_count--;
  764. dst_link_failure(skb);
  765. } else
  766. tunnel->err_count = 0;
  767. }
  768. /*
  769. * Okay, now see if we can stuff it in the buffer as-is.
  770. */
  771. max_headroom = LL_RESERVED_SPACE(tdev)+sizeof(struct iphdr);
  772. if (skb_headroom(skb) < max_headroom || skb_shared(skb) ||
  773. (skb_cloned(skb) && !skb_clone_writable(skb, 0))) {
  774. struct sk_buff *new_skb = skb_realloc_headroom(skb, max_headroom);
  775. if (!new_skb) {
  776. ip_rt_put(rt);
  777. dev->stats.tx_dropped++;
  778. dev_kfree_skb(skb);
  779. return NETDEV_TX_OK;
  780. }
  781. if (skb->sk)
  782. skb_set_owner_w(new_skb, skb->sk);
  783. dev_kfree_skb(skb);
  784. skb = new_skb;
  785. iph6 = ipv6_hdr(skb);
  786. }
  787. ttl = tiph->ttl;
  788. if (ttl == 0)
  789. ttl = iph6->hop_limit;
  790. tos = INET_ECN_encapsulate(tos, ipv6_get_dsfield(iph6));
  791. skb = iptunnel_handle_offloads(skb, false, SKB_GSO_SIT);
  792. if (IS_ERR(skb))
  793. goto out;
  794. err = iptunnel_xmit(rt, skb, fl4.saddr, fl4.daddr, IPPROTO_IPV6, tos,
  795. ttl, df, !net_eq(tunnel->net, dev_net(dev)));
  796. iptunnel_xmit_stats(err, &dev->stats, dev->tstats);
  797. return NETDEV_TX_OK;
  798. tx_error_icmp:
  799. dst_link_failure(skb);
  800. tx_error:
  801. dev_kfree_skb(skb);
  802. out:
  803. dev->stats.tx_errors++;
  804. return NETDEV_TX_OK;
  805. }
  806. static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
  807. {
  808. struct ip_tunnel *tunnel = netdev_priv(dev);
  809. const struct iphdr *tiph = &tunnel->parms.iph;
  810. skb = iptunnel_handle_offloads(skb, false, SKB_GSO_IPIP);
  811. if (IS_ERR(skb))
  812. goto out;
  813. ip_tunnel_xmit(skb, dev, tiph, IPPROTO_IPIP);
  814. return NETDEV_TX_OK;
  815. out:
  816. dev->stats.tx_errors++;
  817. return NETDEV_TX_OK;
  818. }
  819. static netdev_tx_t sit_tunnel_xmit(struct sk_buff *skb,
  820. struct net_device *dev)
  821. {
  822. switch (skb->protocol) {
  823. case htons(ETH_P_IP):
  824. ipip_tunnel_xmit(skb, dev);
  825. break;
  826. case htons(ETH_P_IPV6):
  827. ipip6_tunnel_xmit(skb, dev);
  828. break;
  829. default:
  830. goto tx_err;
  831. }
  832. return NETDEV_TX_OK;
  833. tx_err:
  834. dev->stats.tx_errors++;
  835. dev_kfree_skb(skb);
  836. return NETDEV_TX_OK;
  837. }
  838. static void ipip6_tunnel_bind_dev(struct net_device *dev)
  839. {
  840. struct net_device *tdev = NULL;
  841. struct ip_tunnel *tunnel;
  842. const struct iphdr *iph;
  843. struct flowi4 fl4;
  844. tunnel = netdev_priv(dev);
  845. iph = &tunnel->parms.iph;
  846. if (iph->daddr) {
  847. struct rtable *rt = ip_route_output_ports(tunnel->net, &fl4,
  848. NULL,
  849. iph->daddr, iph->saddr,
  850. 0, 0,
  851. IPPROTO_IPV6,
  852. RT_TOS(iph->tos),
  853. tunnel->parms.link);
  854. if (!IS_ERR(rt)) {
  855. tdev = rt->dst.dev;
  856. ip_rt_put(rt);
  857. }
  858. dev->flags |= IFF_POINTOPOINT;
  859. }
  860. if (!tdev && tunnel->parms.link)
  861. tdev = __dev_get_by_index(tunnel->net, tunnel->parms.link);
  862. if (tdev) {
  863. dev->hard_header_len = tdev->hard_header_len + sizeof(struct iphdr);
  864. dev->mtu = tdev->mtu - sizeof(struct iphdr);
  865. if (dev->mtu < IPV6_MIN_MTU)
  866. dev->mtu = IPV6_MIN_MTU;
  867. }
  868. dev->iflink = tunnel->parms.link;
  869. }
  870. static void ipip6_tunnel_update(struct ip_tunnel *t, struct ip_tunnel_parm *p)
  871. {
  872. struct net *net = t->net;
  873. struct sit_net *sitn = net_generic(net, sit_net_id);
  874. ipip6_tunnel_unlink(sitn, t);
  875. synchronize_net();
  876. t->parms.iph.saddr = p->iph.saddr;
  877. t->parms.iph.daddr = p->iph.daddr;
  878. memcpy(t->dev->dev_addr, &p->iph.saddr, 4);
  879. memcpy(t->dev->broadcast, &p->iph.daddr, 4);
  880. ipip6_tunnel_link(sitn, t);
  881. t->parms.iph.ttl = p->iph.ttl;
  882. t->parms.iph.tos = p->iph.tos;
  883. if (t->parms.link != p->link) {
  884. t->parms.link = p->link;
  885. ipip6_tunnel_bind_dev(t->dev);
  886. }
  887. netdev_state_change(t->dev);
  888. }
  889. #ifdef CONFIG_IPV6_SIT_6RD
  890. static int ipip6_tunnel_update_6rd(struct ip_tunnel *t,
  891. struct ip_tunnel_6rd *ip6rd)
  892. {
  893. struct in6_addr prefix;
  894. __be32 relay_prefix;
  895. if (ip6rd->relay_prefixlen > 32 ||
  896. ip6rd->prefixlen + (32 - ip6rd->relay_prefixlen) > 64)
  897. return -EINVAL;
  898. ipv6_addr_prefix(&prefix, &ip6rd->prefix, ip6rd->prefixlen);
  899. if (!ipv6_addr_equal(&prefix, &ip6rd->prefix))
  900. return -EINVAL;
  901. if (ip6rd->relay_prefixlen)
  902. relay_prefix = ip6rd->relay_prefix &
  903. htonl(0xffffffffUL <<
  904. (32 - ip6rd->relay_prefixlen));
  905. else
  906. relay_prefix = 0;
  907. if (relay_prefix != ip6rd->relay_prefix)
  908. return -EINVAL;
  909. t->ip6rd.prefix = prefix;
  910. t->ip6rd.relay_prefix = relay_prefix;
  911. t->ip6rd.prefixlen = ip6rd->prefixlen;
  912. t->ip6rd.relay_prefixlen = ip6rd->relay_prefixlen;
  913. netdev_state_change(t->dev);
  914. return 0;
  915. }
  916. #endif
  917. static int
  918. ipip6_tunnel_ioctl (struct net_device *dev, struct ifreq *ifr, int cmd)
  919. {
  920. int err = 0;
  921. struct ip_tunnel_parm p;
  922. struct ip_tunnel_prl prl;
  923. struct ip_tunnel *t;
  924. struct net *net = dev_net(dev);
  925. struct sit_net *sitn = net_generic(net, sit_net_id);
  926. #ifdef CONFIG_IPV6_SIT_6RD
  927. struct ip_tunnel_6rd ip6rd;
  928. #endif
  929. switch (cmd) {
  930. case SIOCGETTUNNEL:
  931. #ifdef CONFIG_IPV6_SIT_6RD
  932. case SIOCGET6RD:
  933. #endif
  934. t = NULL;
  935. if (dev == sitn->fb_tunnel_dev) {
  936. if (copy_from_user(&p, ifr->ifr_ifru.ifru_data, sizeof(p))) {
  937. err = -EFAULT;
  938. break;
  939. }
  940. t = ipip6_tunnel_locate(net, &p, 0);
  941. }
  942. if (t == NULL)
  943. t = netdev_priv(dev);
  944. err = -EFAULT;
  945. if (cmd == SIOCGETTUNNEL) {
  946. memcpy(&p, &t->parms, sizeof(p));
  947. if (copy_to_user(ifr->ifr_ifru.ifru_data, &p,
  948. sizeof(p)))
  949. goto done;
  950. #ifdef CONFIG_IPV6_SIT_6RD
  951. } else {
  952. ip6rd.prefix = t->ip6rd.prefix;
  953. ip6rd.relay_prefix = t->ip6rd.relay_prefix;
  954. ip6rd.prefixlen = t->ip6rd.prefixlen;
  955. ip6rd.relay_prefixlen = t->ip6rd.relay_prefixlen;
  956. if (copy_to_user(ifr->ifr_ifru.ifru_data, &ip6rd,
  957. sizeof(ip6rd)))
  958. goto done;
  959. #endif
  960. }
  961. err = 0;
  962. break;
  963. case SIOCADDTUNNEL:
  964. case SIOCCHGTUNNEL:
  965. err = -EPERM;
  966. if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
  967. goto done;
  968. err = -EFAULT;
  969. if (copy_from_user(&p, ifr->ifr_ifru.ifru_data, sizeof(p)))
  970. goto done;
  971. err = -EINVAL;
  972. if (p.iph.protocol != IPPROTO_IPV6 &&
  973. p.iph.protocol != IPPROTO_IPIP &&
  974. p.iph.protocol != 0)
  975. goto done;
  976. if (p.iph.version != 4 ||
  977. p.iph.ihl != 5 || (p.iph.frag_off&htons(~IP_DF)))
  978. goto done;
  979. if (p.iph.ttl)
  980. p.iph.frag_off |= htons(IP_DF);
  981. t = ipip6_tunnel_locate(net, &p, cmd == SIOCADDTUNNEL);
  982. if (dev != sitn->fb_tunnel_dev && cmd == SIOCCHGTUNNEL) {
  983. if (t != NULL) {
  984. if (t->dev != dev) {
  985. err = -EEXIST;
  986. break;
  987. }
  988. } else {
  989. if (((dev->flags&IFF_POINTOPOINT) && !p.iph.daddr) ||
  990. (!(dev->flags&IFF_POINTOPOINT) && p.iph.daddr)) {
  991. err = -EINVAL;
  992. break;
  993. }
  994. t = netdev_priv(dev);
  995. }
  996. ipip6_tunnel_update(t, &p);
  997. }
  998. if (t) {
  999. err = 0;
  1000. if (copy_to_user(ifr->ifr_ifru.ifru_data, &t->parms, sizeof(p)))
  1001. err = -EFAULT;
  1002. } else
  1003. err = (cmd == SIOCADDTUNNEL ? -ENOBUFS : -ENOENT);
  1004. break;
  1005. case SIOCDELTUNNEL:
  1006. err = -EPERM;
  1007. if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
  1008. goto done;
  1009. if (dev == sitn->fb_tunnel_dev) {
  1010. err = -EFAULT;
  1011. if (copy_from_user(&p, ifr->ifr_ifru.ifru_data, sizeof(p)))
  1012. goto done;
  1013. err = -ENOENT;
  1014. if ((t = ipip6_tunnel_locate(net, &p, 0)) == NULL)
  1015. goto done;
  1016. err = -EPERM;
  1017. if (t == netdev_priv(sitn->fb_tunnel_dev))
  1018. goto done;
  1019. dev = t->dev;
  1020. }
  1021. unregister_netdevice(dev);
  1022. err = 0;
  1023. break;
  1024. case SIOCGETPRL:
  1025. err = -EINVAL;
  1026. if (dev == sitn->fb_tunnel_dev)
  1027. goto done;
  1028. err = -ENOENT;
  1029. if (!(t = netdev_priv(dev)))
  1030. goto done;
  1031. err = ipip6_tunnel_get_prl(t, ifr->ifr_ifru.ifru_data);
  1032. break;
  1033. case SIOCADDPRL:
  1034. case SIOCDELPRL:
  1035. case SIOCCHGPRL:
  1036. err = -EPERM;
  1037. if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
  1038. goto done;
  1039. err = -EINVAL;
  1040. if (dev == sitn->fb_tunnel_dev)
  1041. goto done;
  1042. err = -EFAULT;
  1043. if (copy_from_user(&prl, ifr->ifr_ifru.ifru_data, sizeof(prl)))
  1044. goto done;
  1045. err = -ENOENT;
  1046. if (!(t = netdev_priv(dev)))
  1047. goto done;
  1048. switch (cmd) {
  1049. case SIOCDELPRL:
  1050. err = ipip6_tunnel_del_prl(t, &prl);
  1051. break;
  1052. case SIOCADDPRL:
  1053. case SIOCCHGPRL:
  1054. err = ipip6_tunnel_add_prl(t, &prl, cmd == SIOCCHGPRL);
  1055. break;
  1056. }
  1057. netdev_state_change(dev);
  1058. break;
  1059. #ifdef CONFIG_IPV6_SIT_6RD
  1060. case SIOCADD6RD:
  1061. case SIOCCHG6RD:
  1062. case SIOCDEL6RD:
  1063. err = -EPERM;
  1064. if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
  1065. goto done;
  1066. err = -EFAULT;
  1067. if (copy_from_user(&ip6rd, ifr->ifr_ifru.ifru_data,
  1068. sizeof(ip6rd)))
  1069. goto done;
  1070. t = netdev_priv(dev);
  1071. if (cmd != SIOCDEL6RD) {
  1072. err = ipip6_tunnel_update_6rd(t, &ip6rd);
  1073. if (err < 0)
  1074. goto done;
  1075. } else
  1076. ipip6_tunnel_clone_6rd(dev, sitn);
  1077. err = 0;
  1078. break;
  1079. #endif
  1080. default:
  1081. err = -EINVAL;
  1082. }
  1083. done:
  1084. return err;
  1085. }
  1086. static int ipip6_tunnel_change_mtu(struct net_device *dev, int new_mtu)
  1087. {
  1088. if (new_mtu < IPV6_MIN_MTU || new_mtu > 0xFFF8 - sizeof(struct iphdr))
  1089. return -EINVAL;
  1090. dev->mtu = new_mtu;
  1091. return 0;
  1092. }
  1093. static const struct net_device_ops ipip6_netdev_ops = {
  1094. .ndo_uninit = ipip6_tunnel_uninit,
  1095. .ndo_start_xmit = sit_tunnel_xmit,
  1096. .ndo_do_ioctl = ipip6_tunnel_ioctl,
  1097. .ndo_change_mtu = ipip6_tunnel_change_mtu,
  1098. .ndo_get_stats64 = ip_tunnel_get_stats64,
  1099. };
  1100. static void ipip6_dev_free(struct net_device *dev)
  1101. {
  1102. free_percpu(dev->tstats);
  1103. free_netdev(dev);
  1104. }
  1105. #define SIT_FEATURES (NETIF_F_SG | \
  1106. NETIF_F_FRAGLIST | \
  1107. NETIF_F_HIGHDMA | \
  1108. NETIF_F_GSO_SOFTWARE | \
  1109. NETIF_F_HW_CSUM)
  1110. static void ipip6_tunnel_setup(struct net_device *dev)
  1111. {
  1112. dev->netdev_ops = &ipip6_netdev_ops;
  1113. dev->destructor = ipip6_dev_free;
  1114. dev->type = ARPHRD_SIT;
  1115. dev->hard_header_len = LL_MAX_HEADER + sizeof(struct iphdr);
  1116. dev->mtu = ETH_DATA_LEN - sizeof(struct iphdr);
  1117. dev->flags = IFF_NOARP;
  1118. dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
  1119. dev->iflink = 0;
  1120. dev->addr_len = 4;
  1121. dev->features |= NETIF_F_LLTX;
  1122. dev->features |= SIT_FEATURES;
  1123. dev->hw_features |= SIT_FEATURES;
  1124. }
  1125. static int ipip6_tunnel_init(struct net_device *dev)
  1126. {
  1127. struct ip_tunnel *tunnel = netdev_priv(dev);
  1128. tunnel->dev = dev;
  1129. tunnel->net = dev_net(dev);
  1130. memcpy(dev->dev_addr, &tunnel->parms.iph.saddr, 4);
  1131. memcpy(dev->broadcast, &tunnel->parms.iph.daddr, 4);
  1132. ipip6_tunnel_bind_dev(dev);
  1133. dev->tstats = alloc_percpu(struct pcpu_tstats);
  1134. if (!dev->tstats)
  1135. return -ENOMEM;
  1136. return 0;
  1137. }
  1138. static int __net_init ipip6_fb_tunnel_init(struct net_device *dev)
  1139. {
  1140. struct ip_tunnel *tunnel = netdev_priv(dev);
  1141. struct iphdr *iph = &tunnel->parms.iph;
  1142. struct net *net = dev_net(dev);
  1143. struct sit_net *sitn = net_generic(net, sit_net_id);
  1144. tunnel->dev = dev;
  1145. tunnel->net = dev_net(dev);
  1146. strcpy(tunnel->parms.name, dev->name);
  1147. iph->version = 4;
  1148. iph->protocol = IPPROTO_IPV6;
  1149. iph->ihl = 5;
  1150. iph->ttl = 64;
  1151. dev->tstats = alloc_percpu(struct pcpu_tstats);
  1152. if (!dev->tstats)
  1153. return -ENOMEM;
  1154. dev_hold(dev);
  1155. rcu_assign_pointer(sitn->tunnels_wc[0], tunnel);
  1156. return 0;
  1157. }
  1158. static int ipip6_validate(struct nlattr *tb[], struct nlattr *data[])
  1159. {
  1160. u8 proto;
  1161. if (!data || !data[IFLA_IPTUN_PROTO])
  1162. return 0;
  1163. proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
  1164. if (proto != IPPROTO_IPV6 &&
  1165. proto != IPPROTO_IPIP &&
  1166. proto != 0)
  1167. return -EINVAL;
  1168. return 0;
  1169. }
  1170. static void ipip6_netlink_parms(struct nlattr *data[],
  1171. struct ip_tunnel_parm *parms)
  1172. {
  1173. memset(parms, 0, sizeof(*parms));
  1174. parms->iph.version = 4;
  1175. parms->iph.protocol = IPPROTO_IPV6;
  1176. parms->iph.ihl = 5;
  1177. parms->iph.ttl = 64;
  1178. if (!data)
  1179. return;
  1180. if (data[IFLA_IPTUN_LINK])
  1181. parms->link = nla_get_u32(data[IFLA_IPTUN_LINK]);
  1182. if (data[IFLA_IPTUN_LOCAL])
  1183. parms->iph.saddr = nla_get_be32(data[IFLA_IPTUN_LOCAL]);
  1184. if (data[IFLA_IPTUN_REMOTE])
  1185. parms->iph.daddr = nla_get_be32(data[IFLA_IPTUN_REMOTE]);
  1186. if (data[IFLA_IPTUN_TTL]) {
  1187. parms->iph.ttl = nla_get_u8(data[IFLA_IPTUN_TTL]);
  1188. if (parms->iph.ttl)
  1189. parms->iph.frag_off = htons(IP_DF);
  1190. }
  1191. if (data[IFLA_IPTUN_TOS])
  1192. parms->iph.tos = nla_get_u8(data[IFLA_IPTUN_TOS]);
  1193. if (!data[IFLA_IPTUN_PMTUDISC] || nla_get_u8(data[IFLA_IPTUN_PMTUDISC]))
  1194. parms->iph.frag_off = htons(IP_DF);
  1195. if (data[IFLA_IPTUN_FLAGS])
  1196. parms->i_flags = nla_get_be16(data[IFLA_IPTUN_FLAGS]);
  1197. if (data[IFLA_IPTUN_PROTO])
  1198. parms->iph.protocol = nla_get_u8(data[IFLA_IPTUN_PROTO]);
  1199. }
  1200. #ifdef CONFIG_IPV6_SIT_6RD
  1201. /* This function returns true when 6RD attributes are present in the nl msg */
  1202. static bool ipip6_netlink_6rd_parms(struct nlattr *data[],
  1203. struct ip_tunnel_6rd *ip6rd)
  1204. {
  1205. bool ret = false;
  1206. memset(ip6rd, 0, sizeof(*ip6rd));
  1207. if (!data)
  1208. return ret;
  1209. if (data[IFLA_IPTUN_6RD_PREFIX]) {
  1210. ret = true;
  1211. nla_memcpy(&ip6rd->prefix, data[IFLA_IPTUN_6RD_PREFIX],
  1212. sizeof(struct in6_addr));
  1213. }
  1214. if (data[IFLA_IPTUN_6RD_RELAY_PREFIX]) {
  1215. ret = true;
  1216. ip6rd->relay_prefix =
  1217. nla_get_be32(data[IFLA_IPTUN_6RD_RELAY_PREFIX]);
  1218. }
  1219. if (data[IFLA_IPTUN_6RD_PREFIXLEN]) {
  1220. ret = true;
  1221. ip6rd->prefixlen = nla_get_u16(data[IFLA_IPTUN_6RD_PREFIXLEN]);
  1222. }
  1223. if (data[IFLA_IPTUN_6RD_RELAY_PREFIXLEN]) {
  1224. ret = true;
  1225. ip6rd->relay_prefixlen =
  1226. nla_get_u16(data[IFLA_IPTUN_6RD_RELAY_PREFIXLEN]);
  1227. }
  1228. return ret;
  1229. }
  1230. #endif
  1231. static int ipip6_newlink(struct net *src_net, struct net_device *dev,
  1232. struct nlattr *tb[], struct nlattr *data[])
  1233. {
  1234. struct net *net = dev_net(dev);
  1235. struct ip_tunnel *nt;
  1236. #ifdef CONFIG_IPV6_SIT_6RD
  1237. struct ip_tunnel_6rd ip6rd;
  1238. #endif
  1239. int err;
  1240. nt = netdev_priv(dev);
  1241. ipip6_netlink_parms(data, &nt->parms);
  1242. if (ipip6_tunnel_locate(net, &nt->parms, 0))
  1243. return -EEXIST;
  1244. err = ipip6_tunnel_create(dev);
  1245. if (err < 0)
  1246. return err;
  1247. #ifdef CONFIG_IPV6_SIT_6RD
  1248. if (ipip6_netlink_6rd_parms(data, &ip6rd))
  1249. err = ipip6_tunnel_update_6rd(nt, &ip6rd);
  1250. #endif
  1251. return err;
  1252. }
  1253. static int ipip6_changelink(struct net_device *dev, struct nlattr *tb[],
  1254. struct nlattr *data[])
  1255. {
  1256. struct ip_tunnel *t = netdev_priv(dev);
  1257. struct ip_tunnel_parm p;
  1258. struct net *net = t->net;
  1259. struct sit_net *sitn = net_generic(net, sit_net_id);
  1260. #ifdef CONFIG_IPV6_SIT_6RD
  1261. struct ip_tunnel_6rd ip6rd;
  1262. #endif
  1263. if (dev == sitn->fb_tunnel_dev)
  1264. return -EINVAL;
  1265. ipip6_netlink_parms(data, &p);
  1266. if (((dev->flags & IFF_POINTOPOINT) && !p.iph.daddr) ||
  1267. (!(dev->flags & IFF_POINTOPOINT) && p.iph.daddr))
  1268. return -EINVAL;
  1269. t = ipip6_tunnel_locate(net, &p, 0);
  1270. if (t) {
  1271. if (t->dev != dev)
  1272. return -EEXIST;
  1273. } else
  1274. t = netdev_priv(dev);
  1275. ipip6_tunnel_update(t, &p);
  1276. #ifdef CONFIG_IPV6_SIT_6RD
  1277. if (ipip6_netlink_6rd_parms(data, &ip6rd))
  1278. return ipip6_tunnel_update_6rd(t, &ip6rd);
  1279. #endif
  1280. return 0;
  1281. }
  1282. static size_t ipip6_get_size(const struct net_device *dev)
  1283. {
  1284. return
  1285. /* IFLA_IPTUN_LINK */
  1286. nla_total_size(4) +
  1287. /* IFLA_IPTUN_LOCAL */
  1288. nla_total_size(4) +
  1289. /* IFLA_IPTUN_REMOTE */
  1290. nla_total_size(4) +
  1291. /* IFLA_IPTUN_TTL */
  1292. nla_total_size(1) +
  1293. /* IFLA_IPTUN_TOS */
  1294. nla_total_size(1) +
  1295. /* IFLA_IPTUN_PMTUDISC */
  1296. nla_total_size(1) +
  1297. /* IFLA_IPTUN_FLAGS */
  1298. nla_total_size(2) +
  1299. /* IFLA_IPTUN_PROTO */
  1300. nla_total_size(1) +
  1301. #ifdef CONFIG_IPV6_SIT_6RD
  1302. /* IFLA_IPTUN_6RD_PREFIX */
  1303. nla_total_size(sizeof(struct in6_addr)) +
  1304. /* IFLA_IPTUN_6RD_RELAY_PREFIX */
  1305. nla_total_size(4) +
  1306. /* IFLA_IPTUN_6RD_PREFIXLEN */
  1307. nla_total_size(2) +
  1308. /* IFLA_IPTUN_6RD_RELAY_PREFIXLEN */
  1309. nla_total_size(2) +
  1310. #endif
  1311. 0;
  1312. }
  1313. static int ipip6_fill_info(struct sk_buff *skb, const struct net_device *dev)
  1314. {
  1315. struct ip_tunnel *tunnel = netdev_priv(dev);
  1316. struct ip_tunnel_parm *parm = &tunnel->parms;
  1317. if (nla_put_u32(skb, IFLA_IPTUN_LINK, parm->link) ||
  1318. nla_put_be32(skb, IFLA_IPTUN_LOCAL, parm->iph.saddr) ||
  1319. nla_put_be32(skb, IFLA_IPTUN_REMOTE, parm->iph.daddr) ||
  1320. nla_put_u8(skb, IFLA_IPTUN_TTL, parm->iph.ttl) ||
  1321. nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) ||
  1322. nla_put_u8(skb, IFLA_IPTUN_PMTUDISC,
  1323. !!(parm->iph.frag_off & htons(IP_DF))) ||
  1324. nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) ||
  1325. nla_put_be16(skb, IFLA_IPTUN_FLAGS, parm->i_flags))
  1326. goto nla_put_failure;
  1327. #ifdef CONFIG_IPV6_SIT_6RD
  1328. if (nla_put(skb, IFLA_IPTUN_6RD_PREFIX, sizeof(struct in6_addr),
  1329. &tunnel->ip6rd.prefix) ||
  1330. nla_put_be32(skb, IFLA_IPTUN_6RD_RELAY_PREFIX,
  1331. tunnel->ip6rd.relay_prefix) ||
  1332. nla_put_u16(skb, IFLA_IPTUN_6RD_PREFIXLEN,
  1333. tunnel->ip6rd.prefixlen) ||
  1334. nla_put_u16(skb, IFLA_IPTUN_6RD_RELAY_PREFIXLEN,
  1335. tunnel->ip6rd.relay_prefixlen))
  1336. goto nla_put_failure;
  1337. #endif
  1338. return 0;
  1339. nla_put_failure:
  1340. return -EMSGSIZE;
  1341. }
  1342. static const struct nla_policy ipip6_policy[IFLA_IPTUN_MAX + 1] = {
  1343. [IFLA_IPTUN_LINK] = { .type = NLA_U32 },
  1344. [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 },
  1345. [IFLA_IPTUN_REMOTE] = { .type = NLA_U32 },
  1346. [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
  1347. [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
  1348. [IFLA_IPTUN_PMTUDISC] = { .type = NLA_U8 },
  1349. [IFLA_IPTUN_FLAGS] = { .type = NLA_U16 },
  1350. [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
  1351. #ifdef CONFIG_IPV6_SIT_6RD
  1352. [IFLA_IPTUN_6RD_PREFIX] = { .len = sizeof(struct in6_addr) },
  1353. [IFLA_IPTUN_6RD_RELAY_PREFIX] = { .type = NLA_U32 },
  1354. [IFLA_IPTUN_6RD_PREFIXLEN] = { .type = NLA_U16 },
  1355. [IFLA_IPTUN_6RD_RELAY_PREFIXLEN] = { .type = NLA_U16 },
  1356. #endif
  1357. };
  1358. static struct rtnl_link_ops sit_link_ops __read_mostly = {
  1359. .kind = "sit",
  1360. .maxtype = IFLA_IPTUN_MAX,
  1361. .policy = ipip6_policy,
  1362. .priv_size = sizeof(struct ip_tunnel),
  1363. .setup = ipip6_tunnel_setup,
  1364. .validate = ipip6_validate,
  1365. .newlink = ipip6_newlink,
  1366. .changelink = ipip6_changelink,
  1367. .get_size = ipip6_get_size,
  1368. .fill_info = ipip6_fill_info,
  1369. };
  1370. static struct xfrm_tunnel sit_handler __read_mostly = {
  1371. .handler = ipip6_rcv,
  1372. .err_handler = ipip6_err,
  1373. .priority = 1,
  1374. };
  1375. static struct xfrm_tunnel ipip_handler __read_mostly = {
  1376. .handler = ipip_rcv,
  1377. .err_handler = ipip6_err,
  1378. .priority = 2,
  1379. };
  1380. static void __net_exit sit_destroy_tunnels(struct sit_net *sitn, struct list_head *head)
  1381. {
  1382. struct net *net = dev_net(sitn->fb_tunnel_dev);
  1383. struct net_device *dev, *aux;
  1384. int prio;
  1385. for_each_netdev_safe(net, dev, aux)
  1386. if (dev->rtnl_link_ops == &sit_link_ops)
  1387. unregister_netdevice_queue(dev, head);
  1388. for (prio = 1; prio < 4; prio++) {
  1389. int h;
  1390. for (h = 0; h < HASH_SIZE; h++) {
  1391. struct ip_tunnel *t;
  1392. t = rtnl_dereference(sitn->tunnels[prio][h]);
  1393. while (t != NULL) {
  1394. /* If dev is in the same netns, it has already
  1395. * been added to the list by the previous loop.
  1396. */
  1397. if (!net_eq(dev_net(t->dev), net))
  1398. unregister_netdevice_queue(t->dev,
  1399. head);
  1400. t = rtnl_dereference(t->next);
  1401. }
  1402. }
  1403. }
  1404. }
  1405. static int __net_init sit_init_net(struct net *net)
  1406. {
  1407. struct sit_net *sitn = net_generic(net, sit_net_id);
  1408. struct ip_tunnel *t;
  1409. int err;
  1410. sitn->tunnels[0] = sitn->tunnels_wc;
  1411. sitn->tunnels[1] = sitn->tunnels_l;
  1412. sitn->tunnels[2] = sitn->tunnels_r;
  1413. sitn->tunnels[3] = sitn->tunnels_r_l;
  1414. sitn->fb_tunnel_dev = alloc_netdev(sizeof(struct ip_tunnel), "sit0",
  1415. ipip6_tunnel_setup);
  1416. if (!sitn->fb_tunnel_dev) {
  1417. err = -ENOMEM;
  1418. goto err_alloc_dev;
  1419. }
  1420. dev_net_set(sitn->fb_tunnel_dev, net);
  1421. sitn->fb_tunnel_dev->rtnl_link_ops = &sit_link_ops;
  1422. /* FB netdevice is special: we have one, and only one per netns.
  1423. * Allowing to move it to another netns is clearly unsafe.
  1424. */
  1425. sitn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL;
  1426. err = ipip6_fb_tunnel_init(sitn->fb_tunnel_dev);
  1427. if (err)
  1428. goto err_dev_free;
  1429. ipip6_tunnel_clone_6rd(sitn->fb_tunnel_dev, sitn);
  1430. if ((err = register_netdev(sitn->fb_tunnel_dev)))
  1431. goto err_reg_dev;
  1432. t = netdev_priv(sitn->fb_tunnel_dev);
  1433. strcpy(t->parms.name, sitn->fb_tunnel_dev->name);
  1434. return 0;
  1435. err_reg_dev:
  1436. dev_put(sitn->fb_tunnel_dev);
  1437. err_dev_free:
  1438. ipip6_dev_free(sitn->fb_tunnel_dev);
  1439. err_alloc_dev:
  1440. return err;
  1441. }
  1442. static void __net_exit sit_exit_net(struct net *net)
  1443. {
  1444. struct sit_net *sitn = net_generic(net, sit_net_id);
  1445. LIST_HEAD(list);
  1446. rtnl_lock();
  1447. sit_destroy_tunnels(sitn, &list);
  1448. unregister_netdevice_many(&list);
  1449. rtnl_unlock();
  1450. }
  1451. static struct pernet_operations sit_net_ops = {
  1452. .init = sit_init_net,
  1453. .exit = sit_exit_net,
  1454. .id = &sit_net_id,
  1455. .size = sizeof(struct sit_net),
  1456. };
  1457. static void __exit sit_cleanup(void)
  1458. {
  1459. rtnl_link_unregister(&sit_link_ops);
  1460. xfrm4_tunnel_deregister(&sit_handler, AF_INET6);
  1461. xfrm4_tunnel_deregister(&ipip_handler, AF_INET);
  1462. unregister_pernet_device(&sit_net_ops);
  1463. rcu_barrier(); /* Wait for completion of call_rcu()'s */
  1464. }
  1465. static int __init sit_init(void)
  1466. {
  1467. int err;
  1468. pr_info("IPv6 over IPv4 tunneling driver\n");
  1469. err = register_pernet_device(&sit_net_ops);
  1470. if (err < 0)
  1471. return err;
  1472. err = xfrm4_tunnel_register(&sit_handler, AF_INET6);
  1473. if (err < 0) {
  1474. pr_info("%s: can't register ip6ip4\n", __func__);
  1475. goto xfrm_tunnel_failed;
  1476. }
  1477. err = xfrm4_tunnel_register(&ipip_handler, AF_INET);
  1478. if (err < 0) {
  1479. pr_info("%s: can't register ip4ip4\n", __func__);
  1480. goto xfrm_tunnel4_failed;
  1481. }
  1482. err = rtnl_link_register(&sit_link_ops);
  1483. if (err < 0)
  1484. goto rtnl_link_failed;
  1485. out:
  1486. return err;
  1487. rtnl_link_failed:
  1488. xfrm4_tunnel_deregister(&ipip_handler, AF_INET);
  1489. xfrm_tunnel4_failed:
  1490. xfrm4_tunnel_deregister(&sit_handler, AF_INET6);
  1491. xfrm_tunnel_failed:
  1492. unregister_pernet_device(&sit_net_ops);
  1493. goto out;
  1494. }
  1495. module_init(sit_init);
  1496. module_exit(sit_cleanup);
  1497. MODULE_LICENSE("GPL");
  1498. MODULE_ALIAS_NETDEV("sit0");