blob: d2294ad1a895d91b255da926a8078a1ae7a61db3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * PACKET - implements raw packet sockets.
7 *
Jesper Juhl02c30a82005-05-05 16:16:16 -07008 * Authors: Ross Biro
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
10 * Alan Cox, <gw4pts@gw4pts.ampr.org>
11 *
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +090012 * Fixes:
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 * Alan Cox : verify_area() now used correctly
14 * Alan Cox : new skbuff lists, look ma no backlogs!
15 * Alan Cox : tidied skbuff lists.
16 * Alan Cox : Now uses generic datagram routines I
17 * added. Also fixed the peek/read crash
18 * from all old Linux datagram code.
19 * Alan Cox : Uses the improved datagram code.
20 * Alan Cox : Added NULL's for socket options.
21 * Alan Cox : Re-commented the code.
22 * Alan Cox : Use new kernel side addressing
23 * Rob Janssen : Correct MTU usage.
24 * Dave Platt : Counter leaks caused by incorrect
25 * interrupt locking and some slightly
26 * dubious gcc output. Can you read
27 * compiler: it said _VOLATILE_
28 * Richard Kooijman : Timestamp fixes.
29 * Alan Cox : New buffers. Use sk->mac.raw.
30 * Alan Cox : sendmsg/recvmsg support.
31 * Alan Cox : Protocol setting support
32 * Alexey Kuznetsov : Untied from IPv4 stack.
33 * Cyrus Durgin : Fixed kerneld for kmod.
34 * Michal Ostrowski : Module initialization cleanup.
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +090035 * Ulises Alonso : Frame number limit removal and
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 * packet_set_ring memory leak.
Eric W. Biederman0fb375f2005-09-21 00:11:37 -070037 * Eric Biederman : Allow for > 8 byte hardware addresses.
38 * The convention is that longer addresses
39 * will simply extend the hardware address
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +090040 * byte arrays at the end of sockaddr_ll
Eric W. Biederman0fb375f2005-09-21 00:11:37 -070041 * and packet_mreq.
Johann Baudy69e3c752009-05-18 22:11:22 -070042 * Johann Baudy : Added TX RING.
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 *
44 * This program is free software; you can redistribute it and/or
45 * modify it under the terms of the GNU General Public License
46 * as published by the Free Software Foundation; either version
47 * 2 of the License, or (at your option) any later version.
48 *
49 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +090050
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <linux/types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#include <linux/mm.h>
Randy Dunlap4fc268d2006-01-11 12:17:47 -080053#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <linux/fcntl.h>
55#include <linux/socket.h>
56#include <linux/in.h>
57#include <linux/inet.h>
58#include <linux/netdevice.h>
59#include <linux/if_packet.h>
60#include <linux/wireless.h>
Herbert Xuffbc6112007-02-04 23:33:10 -080061#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#include <linux/kmod.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090063#include <linux/slab.h>
Neil Horman0e3125c2010-11-16 10:26:47 -080064#include <linux/vmalloc.h>
Eric W. Biederman457c4cb2007-09-12 12:01:34 +020065#include <net/net_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070066#include <net/ip.h>
67#include <net/protocol.h>
68#include <linux/skbuff.h>
69#include <net/sock.h>
70#include <linux/errno.h>
71#include <linux/timer.h>
72#include <asm/system.h>
73#include <asm/uaccess.h>
74#include <asm/ioctls.h>
75#include <asm/page.h>
Al Viroa1f8e7f72006-10-19 16:08:53 -040076#include <asm/cacheflush.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070077#include <asm/io.h>
78#include <linux/proc_fs.h>
79#include <linux/seq_file.h>
80#include <linux/poll.h>
81#include <linux/module.h>
82#include <linux/init.h>
Herbert Xu905db442009-01-30 14:12:06 -080083#include <linux/mutex.h>
Eric Dumazet05423b22009-10-26 18:40:35 -070084#include <linux/if_vlan.h>
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -080085#include <linux/virtio_net.h>
Richard Cochraned85b562010-04-07 22:41:28 +000086#include <linux/errqueue.h>
Scott McMillan614f60f2010-06-02 05:53:56 -070087#include <linux/net_tstamp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070088
89#ifdef CONFIG_INET
90#include <net/inet_common.h>
91#endif
92
Linus Torvalds1da177e2005-04-16 15:20:36 -070093/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 Assumptions:
95 - if device has no dev->hard_header routine, it adds and removes ll header
96 inside itself. In this case ll header is invisible outside of device,
97 but higher levels still should reserve dev->hard_header_len.
98 Some devices are enough clever to reallocate skb, when header
99 will not fit to reserved space (tunnel), another ones are silly
100 (PPP).
101 - packet socket receives packets with pulled ll header,
102 so that SOCK_RAW should push it back.
103
104On receive:
105-----------
106
107Incoming, dev->hard_header!=NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700108 mac_header -> ll header
109 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
111Outgoing, dev->hard_header!=NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700112 mac_header -> ll header
113 data -> ll header
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114
115Incoming, dev->hard_header==NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700116 mac_header -> UNKNOWN position. It is very likely, that it points to ll
117 header. PPP makes it, that is wrong, because introduce
YOSHIFUJI Hideakidb0c58f2007-07-19 10:44:35 +0900118 assymetry between rx and tx paths.
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700119 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120
121Outgoing, dev->hard_header==NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700122 mac_header -> data. ll header is still not built!
123 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124
125Resume
126 If dev->hard_header==NULL we are unlikely to restore sensible ll header.
127
128
129On transmit:
130------------
131
132dev->hard_header != NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700133 mac_header -> ll header
134 data -> ll header
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135
136dev->hard_header == NULL (ll header is added by device, we cannot control it)
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700137 mac_header -> data
138 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
140 We should set nh.raw on output to correct posistion,
141 packet classifier depends on it.
142 */
143
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144/* Private packet socket structures. */
145
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000146struct packet_mclist {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147 struct packet_mclist *next;
148 int ifindex;
149 int count;
150 unsigned short type;
151 unsigned short alen;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -0700152 unsigned char addr[MAX_ADDR_LEN];
153};
154/* identical to struct packet_mreq except it has
155 * a longer address field.
156 */
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000157struct packet_mreq_max {
Eric W. Biederman0fb375f2005-09-21 00:11:37 -0700158 int mr_ifindex;
159 unsigned short mr_type;
160 unsigned short mr_alen;
161 unsigned char mr_address[MAX_ADDR_LEN];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162};
David S. Millera2efcfa2007-05-29 13:12:50 -0700163
Johann Baudy69e3c752009-05-18 22:11:22 -0700164static int packet_set_ring(struct sock *sk, struct tpacket_req *req,
165 int closing, int tx_ring);
166
Neil Horman0e3125c2010-11-16 10:26:47 -0800167struct pgv {
168 char *buffer;
Neil Horman0e3125c2010-11-16 10:26:47 -0800169};
170
Johann Baudy69e3c752009-05-18 22:11:22 -0700171struct packet_ring_buffer {
Neil Horman0e3125c2010-11-16 10:26:47 -0800172 struct pgv *pg_vec;
Johann Baudy69e3c752009-05-18 22:11:22 -0700173 unsigned int head;
174 unsigned int frames_per_block;
175 unsigned int frame_size;
176 unsigned int frame_max;
177
178 unsigned int pg_vec_order;
179 unsigned int pg_vec_pages;
180 unsigned int pg_vec_len;
181
182 atomic_t pending;
183};
184
185struct packet_sock;
186static int tpacket_snd(struct packet_sock *po, struct msghdr *msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
188static void packet_flush_mclist(struct sock *sk);
189
David S. Millerdc99f602011-07-05 01:45:05 -0700190struct packet_fanout;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191struct packet_sock {
192 /* struct sock has to be the first member of packet_sock */
193 struct sock sk;
David S. Millerdc99f602011-07-05 01:45:05 -0700194 struct packet_fanout *fanout;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195 struct tpacket_stats stats;
Johann Baudy69e3c752009-05-18 22:11:22 -0700196 struct packet_ring_buffer rx_ring;
197 struct packet_ring_buffer tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 int copy_thresh;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 spinlock_t bind_lock;
Herbert Xu905db442009-01-30 14:12:06 -0800200 struct mutex pg_vec_lock;
Herbert Xu8dc41942007-02-04 23:31:32 -0800201 unsigned int running:1, /* prot_hook is attached*/
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -0700202 auxdata:1,
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -0800203 origdev:1,
204 has_vnet_hdr:1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 int ifindex; /* bound device */
Al Viro0e11c912006-11-08 00:26:29 -0800206 __be16 num;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 struct packet_mclist *mclist;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 atomic_t mapped;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700209 enum tpacket_versions tp_version;
210 unsigned int tp_hdrlen;
Patrick McHardy8913336a2008-07-18 18:05:19 -0700211 unsigned int tp_reserve;
Johann Baudy69e3c752009-05-18 22:11:22 -0700212 unsigned int tp_loss:1;
Scott McMillan614f60f2010-06-02 05:53:56 -0700213 unsigned int tp_tstamp;
Eric Dumazet94b05952009-10-16 04:02:20 +0000214 struct packet_type prot_hook ____cacheline_aligned_in_smp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215};
216
David S. Millerdc99f602011-07-05 01:45:05 -0700217#define PACKET_FANOUT_MAX 256
218
219struct packet_fanout {
220#ifdef CONFIG_NET_NS
221 struct net *net;
222#endif
223 unsigned int num_members;
224 u16 id;
225 u8 type;
David S. Miller7736d332011-07-05 01:43:20 -0700226 u8 defrag;
David S. Millerdc99f602011-07-05 01:45:05 -0700227 atomic_t rr_cur;
228 struct list_head list;
229 struct sock *arr[PACKET_FANOUT_MAX];
230 spinlock_t lock;
231 atomic_t sk_ref;
232 struct packet_type prot_hook ____cacheline_aligned_in_smp;
233};
234
Herbert Xuffbc6112007-02-04 23:33:10 -0800235struct packet_skb_cb {
236 unsigned int origlen;
237 union {
238 struct sockaddr_pkt pkt;
239 struct sockaddr_ll ll;
240 } sa;
241};
242
243#define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb))
Herbert Xu8dc41942007-02-04 23:31:32 -0800244
David S. Millerce06b032011-07-04 01:44:29 -0700245static inline struct packet_sock *pkt_sk(struct sock *sk)
246{
247 return (struct packet_sock *)sk;
248}
249
David S. Millerdc99f602011-07-05 01:45:05 -0700250static void __fanout_unlink(struct sock *sk, struct packet_sock *po);
251static void __fanout_link(struct sock *sk, struct packet_sock *po);
252
David S. Millerce06b032011-07-04 01:44:29 -0700253/* register_prot_hook must be invoked with the po->bind_lock held,
254 * or from a context in which asynchronous accesses to the packet
255 * socket is not possible (packet_create()).
256 */
257static void register_prot_hook(struct sock *sk)
258{
259 struct packet_sock *po = pkt_sk(sk);
260 if (!po->running) {
David S. Millerdc99f602011-07-05 01:45:05 -0700261 if (po->fanout)
262 __fanout_link(sk, po);
263 else
264 dev_add_pack(&po->prot_hook);
David S. Millerce06b032011-07-04 01:44:29 -0700265 sock_hold(sk);
266 po->running = 1;
267 }
268}
269
270/* {,__}unregister_prot_hook() must be invoked with the po->bind_lock
271 * held. If the sync parameter is true, we will temporarily drop
272 * the po->bind_lock and do a synchronize_net to make sure no
273 * asynchronous packet processing paths still refer to the elements
274 * of po->prot_hook. If the sync parameter is false, it is the
275 * callers responsibility to take care of this.
276 */
277static void __unregister_prot_hook(struct sock *sk, bool sync)
278{
279 struct packet_sock *po = pkt_sk(sk);
280
281 po->running = 0;
David S. Millerdc99f602011-07-05 01:45:05 -0700282 if (po->fanout)
283 __fanout_unlink(sk, po);
284 else
285 __dev_remove_pack(&po->prot_hook);
David S. Millerce06b032011-07-04 01:44:29 -0700286 __sock_put(sk);
287
288 if (sync) {
289 spin_unlock(&po->bind_lock);
290 synchronize_net();
291 spin_lock(&po->bind_lock);
292 }
293}
294
295static void unregister_prot_hook(struct sock *sk, bool sync)
296{
297 struct packet_sock *po = pkt_sk(sk);
298
299 if (po->running)
300 __unregister_prot_hook(sk, sync);
301}
302
Changli Gaof6dafa92010-12-07 04:26:16 +0000303static inline __pure struct page *pgv_to_page(void *addr)
Changli Gao0af55bb2010-12-01 02:52:20 +0000304{
305 if (is_vmalloc_addr(addr))
306 return vmalloc_to_page(addr);
307 return virt_to_page(addr);
308}
309
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700310static void __packet_set_status(struct packet_sock *po, void *frame, int status)
311{
312 union {
313 struct tpacket_hdr *h1;
314 struct tpacket2_hdr *h2;
315 void *raw;
316 } h;
317
318 h.raw = frame;
319 switch (po->tp_version) {
320 case TPACKET_V1:
321 h.h1->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000322 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700323 break;
324 case TPACKET_V2:
325 h.h2->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000326 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700327 break;
Johann Baudy69e3c752009-05-18 22:11:22 -0700328 default:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000329 pr_err("TPACKET version not supported\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700330 BUG();
331 }
332
333 smp_wmb();
334}
335
336static int __packet_get_status(struct packet_sock *po, void *frame)
337{
338 union {
339 struct tpacket_hdr *h1;
340 struct tpacket2_hdr *h2;
341 void *raw;
342 } h;
343
344 smp_rmb();
345
346 h.raw = frame;
347 switch (po->tp_version) {
348 case TPACKET_V1:
Changli Gao0af55bb2010-12-01 02:52:20 +0000349 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700350 return h.h1->tp_status;
351 case TPACKET_V2:
Changli Gao0af55bb2010-12-01 02:52:20 +0000352 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700353 return h.h2->tp_status;
354 default:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000355 pr_err("TPACKET version not supported\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700356 BUG();
357 return 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700358 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359}
Johann Baudy69e3c752009-05-18 22:11:22 -0700360
361static void *packet_lookup_frame(struct packet_sock *po,
362 struct packet_ring_buffer *rb,
363 unsigned int position,
364 int status)
365{
366 unsigned int pg_vec_pos, frame_offset;
367 union {
368 struct tpacket_hdr *h1;
369 struct tpacket2_hdr *h2;
370 void *raw;
371 } h;
372
373 pg_vec_pos = position / rb->frames_per_block;
374 frame_offset = position % rb->frames_per_block;
375
Neil Horman0e3125c2010-11-16 10:26:47 -0800376 h.raw = rb->pg_vec[pg_vec_pos].buffer +
377 (frame_offset * rb->frame_size);
Johann Baudy69e3c752009-05-18 22:11:22 -0700378
379 if (status != __packet_get_status(po, h.raw))
380 return NULL;
381
382 return h.raw;
383}
384
385static inline void *packet_current_frame(struct packet_sock *po,
386 struct packet_ring_buffer *rb,
387 int status)
388{
389 return packet_lookup_frame(po, rb, rb->head, status);
390}
391
392static inline void *packet_previous_frame(struct packet_sock *po,
393 struct packet_ring_buffer *rb,
394 int status)
395{
396 unsigned int previous = rb->head ? rb->head - 1 : rb->frame_max;
397 return packet_lookup_frame(po, rb, previous, status);
398}
399
400static inline void packet_increment_head(struct packet_ring_buffer *buff)
401{
402 buff->head = buff->head != buff->frame_max ? buff->head+1 : 0;
403}
404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405static void packet_sock_destruct(struct sock *sk)
406{
Richard Cochraned85b562010-04-07 22:41:28 +0000407 skb_queue_purge(&sk->sk_error_queue);
408
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700409 WARN_ON(atomic_read(&sk->sk_rmem_alloc));
410 WARN_ON(atomic_read(&sk->sk_wmem_alloc));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411
412 if (!sock_flag(sk, SOCK_DEAD)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000413 pr_err("Attempt to release alive packet socket: %p\n", sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 return;
415 }
416
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -0800417 sk_refcnt_debug_dec(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418}
419
David S. Millerdc99f602011-07-05 01:45:05 -0700420static int fanout_rr_next(struct packet_fanout *f, unsigned int num)
421{
422 int x = atomic_read(&f->rr_cur) + 1;
423
424 if (x >= num)
425 x = 0;
426
427 return x;
428}
429
430static struct sock *fanout_demux_hash(struct packet_fanout *f, struct sk_buff *skb, unsigned int num)
431{
432 u32 idx, hash = skb->rxhash;
433
434 idx = ((u64)hash * num) >> 32;
435
436 return f->arr[idx];
437}
438
439static struct sock *fanout_demux_lb(struct packet_fanout *f, struct sk_buff *skb, unsigned int num)
440{
441 int cur, old;
442
443 cur = atomic_read(&f->rr_cur);
444 while ((old = atomic_cmpxchg(&f->rr_cur, cur,
445 fanout_rr_next(f, num))) != cur)
446 cur = old;
447 return f->arr[cur];
448}
449
David S. Miller95ec3eb2011-07-06 01:56:38 -0700450static struct sock *fanout_demux_cpu(struct packet_fanout *f, struct sk_buff *skb, unsigned int num)
451{
452 unsigned int cpu = smp_processor_id();
453
454 return f->arr[cpu % num];
455}
456
David S. Miller7736d332011-07-05 01:43:20 -0700457static struct sk_buff *fanout_check_defrag(struct sk_buff *skb)
458{
David S. Miller31817df2011-07-07 08:18:04 -0700459#ifdef CONFIG_INET
David S. Miller7736d332011-07-05 01:43:20 -0700460 const struct iphdr *iph;
461 u32 len;
462
463 if (skb->protocol != htons(ETH_P_IP))
464 return skb;
465
466 if (!pskb_may_pull(skb, sizeof(struct iphdr)))
467 return skb;
468
469 iph = ip_hdr(skb);
470 if (iph->ihl < 5 || iph->version != 4)
471 return skb;
472 if (!pskb_may_pull(skb, iph->ihl*4))
473 return skb;
474 iph = ip_hdr(skb);
475 len = ntohs(iph->tot_len);
476 if (skb->len < len || len < (iph->ihl * 4))
477 return skb;
478
479 if (ip_is_fragment(ip_hdr(skb))) {
David S. Milleraec27312011-07-06 07:30:59 -0700480 skb = skb_share_check(skb, GFP_ATOMIC);
David S. Miller7736d332011-07-05 01:43:20 -0700481 if (skb) {
482 if (pskb_trim_rcsum(skb, len))
483 return skb;
484 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm));
485 if (ip_defrag(skb, IP_DEFRAG_AF_PACKET))
486 return NULL;
487 skb->rxhash = 0;
488 }
489 }
David S. Miller31817df2011-07-07 08:18:04 -0700490#endif
David S. Miller7736d332011-07-05 01:43:20 -0700491 return skb;
492}
493
David S. Miller95ec3eb2011-07-06 01:56:38 -0700494static int packet_rcv_fanout(struct sk_buff *skb, struct net_device *dev,
495 struct packet_type *pt, struct net_device *orig_dev)
David S. Millerdc99f602011-07-05 01:45:05 -0700496{
497 struct packet_fanout *f = pt->af_packet_priv;
498 unsigned int num = f->num_members;
499 struct packet_sock *po;
500 struct sock *sk;
501
502 if (!net_eq(dev_net(dev), read_pnet(&f->net)) ||
503 !num) {
504 kfree_skb(skb);
505 return 0;
506 }
507
David S. Miller95ec3eb2011-07-06 01:56:38 -0700508 switch (f->type) {
509 case PACKET_FANOUT_HASH:
510 default:
511 if (f->defrag) {
512 skb = fanout_check_defrag(skb);
513 if (!skb)
514 return 0;
515 }
516 skb_get_rxhash(skb);
517 sk = fanout_demux_hash(f, skb, num);
518 break;
519 case PACKET_FANOUT_LB:
520 sk = fanout_demux_lb(f, skb, num);
521 break;
522 case PACKET_FANOUT_CPU:
523 sk = fanout_demux_cpu(f, skb, num);
524 break;
David S. Miller7736d332011-07-05 01:43:20 -0700525 }
526
David S. Millerdc99f602011-07-05 01:45:05 -0700527 po = pkt_sk(sk);
528
529 return po->prot_hook.func(skb, dev, &po->prot_hook, orig_dev);
530}
531
532static DEFINE_MUTEX(fanout_mutex);
533static LIST_HEAD(fanout_list);
534
535static void __fanout_link(struct sock *sk, struct packet_sock *po)
536{
537 struct packet_fanout *f = po->fanout;
538
539 spin_lock(&f->lock);
540 f->arr[f->num_members] = sk;
541 smp_wmb();
542 f->num_members++;
543 spin_unlock(&f->lock);
544}
545
546static void __fanout_unlink(struct sock *sk, struct packet_sock *po)
547{
548 struct packet_fanout *f = po->fanout;
549 int i;
550
551 spin_lock(&f->lock);
552 for (i = 0; i < f->num_members; i++) {
553 if (f->arr[i] == sk)
554 break;
555 }
556 BUG_ON(i >= f->num_members);
557 f->arr[i] = f->arr[f->num_members - 1];
558 f->num_members--;
559 spin_unlock(&f->lock);
560}
561
David S. Miller7736d332011-07-05 01:43:20 -0700562static int fanout_add(struct sock *sk, u16 id, u16 type_flags)
David S. Millerdc99f602011-07-05 01:45:05 -0700563{
564 struct packet_sock *po = pkt_sk(sk);
565 struct packet_fanout *f, *match;
David S. Miller7736d332011-07-05 01:43:20 -0700566 u8 type = type_flags & 0xff;
567 u8 defrag = (type_flags & PACKET_FANOUT_FLAG_DEFRAG) ? 1 : 0;
David S. Millerdc99f602011-07-05 01:45:05 -0700568 int err;
569
570 switch (type) {
571 case PACKET_FANOUT_HASH:
572 case PACKET_FANOUT_LB:
David S. Miller95ec3eb2011-07-06 01:56:38 -0700573 case PACKET_FANOUT_CPU:
David S. Millerdc99f602011-07-05 01:45:05 -0700574 break;
575 default:
576 return -EINVAL;
577 }
578
579 if (!po->running)
580 return -EINVAL;
581
582 if (po->fanout)
583 return -EALREADY;
584
585 mutex_lock(&fanout_mutex);
586 match = NULL;
587 list_for_each_entry(f, &fanout_list, list) {
588 if (f->id == id &&
589 read_pnet(&f->net) == sock_net(sk)) {
590 match = f;
591 break;
592 }
593 }
Eric Dumazetafe62c62011-07-07 06:41:29 -0700594 err = -EINVAL;
David S. Miller7736d332011-07-05 01:43:20 -0700595 if (match && match->defrag != defrag)
Eric Dumazetafe62c62011-07-07 06:41:29 -0700596 goto out;
David S. Millerdc99f602011-07-05 01:45:05 -0700597 if (!match) {
Eric Dumazetafe62c62011-07-07 06:41:29 -0700598 err = -ENOMEM;
David S. Millerdc99f602011-07-05 01:45:05 -0700599 match = kzalloc(sizeof(*match), GFP_KERNEL);
Eric Dumazetafe62c62011-07-07 06:41:29 -0700600 if (!match)
601 goto out;
602 write_pnet(&match->net, sock_net(sk));
603 match->id = id;
604 match->type = type;
605 match->defrag = defrag;
606 atomic_set(&match->rr_cur, 0);
607 INIT_LIST_HEAD(&match->list);
608 spin_lock_init(&match->lock);
609 atomic_set(&match->sk_ref, 0);
610 match->prot_hook.type = po->prot_hook.type;
611 match->prot_hook.dev = po->prot_hook.dev;
612 match->prot_hook.func = packet_rcv_fanout;
613 match->prot_hook.af_packet_priv = match;
614 dev_add_pack(&match->prot_hook);
615 list_add(&match->list, &fanout_list);
616 }
617 err = -EINVAL;
618 if (match->type == type &&
619 match->prot_hook.type == po->prot_hook.type &&
620 match->prot_hook.dev == po->prot_hook.dev) {
621 err = -ENOSPC;
622 if (atomic_read(&match->sk_ref) < PACKET_FANOUT_MAX) {
623 __dev_remove_pack(&po->prot_hook);
624 po->fanout = match;
625 atomic_inc(&match->sk_ref);
626 __fanout_link(sk, po);
627 err = 0;
David S. Millerdc99f602011-07-05 01:45:05 -0700628 }
629 }
Eric Dumazetafe62c62011-07-07 06:41:29 -0700630out:
David S. Millerdc99f602011-07-05 01:45:05 -0700631 mutex_unlock(&fanout_mutex);
632 return err;
633}
634
635static void fanout_release(struct sock *sk)
636{
637 struct packet_sock *po = pkt_sk(sk);
638 struct packet_fanout *f;
639
640 f = po->fanout;
641 if (!f)
642 return;
643
644 po->fanout = NULL;
645
646 mutex_lock(&fanout_mutex);
647 if (atomic_dec_and_test(&f->sk_ref)) {
648 list_del(&f->list);
649 dev_remove_pack(&f->prot_hook);
650 kfree(f);
651 }
652 mutex_unlock(&fanout_mutex);
653}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654
Eric Dumazet90ddc4f2005-12-22 12:49:22 -0800655static const struct proto_ops packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656
Eric Dumazet90ddc4f2005-12-22 12:49:22 -0800657static const struct proto_ops packet_ops_spkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000659static int packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev,
660 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661{
662 struct sock *sk;
663 struct sockaddr_pkt *spkt;
664
665 /*
666 * When we registered the protocol we saved the socket in the data
667 * field for just this event.
668 */
669
670 sk = pt->af_packet_priv;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900671
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 /*
673 * Yank back the headers [hope the device set this
674 * right or kerboom...]
675 *
676 * Incoming packets have ll header pulled,
677 * push it back.
678 *
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700679 * For outgoing ones skb->data == skb_mac_header(skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 * so that this procedure is noop.
681 */
682
683 if (skb->pkt_type == PACKET_LOOPBACK)
684 goto out;
685
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800686 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -0800687 goto out;
688
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000689 skb = skb_share_check(skb, GFP_ATOMIC);
690 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691 goto oom;
692
693 /* drop any routing info */
Eric Dumazetadf30902009-06-02 05:19:30 +0000694 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695
Phil Oester84531c22005-07-12 11:57:52 -0700696 /* drop conntrack reference */
697 nf_reset(skb);
698
Herbert Xuffbc6112007-02-04 23:33:10 -0800699 spkt = &PACKET_SKB_CB(skb)->sa.pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700701 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702
703 /*
704 * The SOCK_PACKET socket receives _all_ frames.
705 */
706
707 spkt->spkt_family = dev->type;
708 strlcpy(spkt->spkt_device, dev->name, sizeof(spkt->spkt_device));
709 spkt->spkt_protocol = skb->protocol;
710
711 /*
712 * Charge the memory to the socket. This is done specifically
713 * to prevent sockets using all the memory up.
714 */
715
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000716 if (sock_queue_rcv_skb(sk, skb) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717 return 0;
718
719out:
720 kfree_skb(skb);
721oom:
722 return 0;
723}
724
725
726/*
727 * Output a raw packet to a device layer. This bypasses all the other
728 * protocol layers and you must therefore supply it with a complete frame
729 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900730
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731static int packet_sendmsg_spkt(struct kiocb *iocb, struct socket *sock,
732 struct msghdr *msg, size_t len)
733{
734 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000735 struct sockaddr_pkt *saddr = (struct sockaddr_pkt *)msg->msg_name;
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000736 struct sk_buff *skb = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 struct net_device *dev;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000738 __be16 proto = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 int err;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900742 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 */
744
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000745 if (saddr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746 if (msg->msg_namelen < sizeof(struct sockaddr))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000747 return -EINVAL;
748 if (msg->msg_namelen == sizeof(struct sockaddr_pkt))
749 proto = saddr->spkt_protocol;
750 } else
751 return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752
753 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900754 * Find the device first to size check it
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755 */
756
757 saddr->spkt_device[13] = 0;
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000758retry:
Eric Dumazet654d1f82009-11-02 10:43:32 +0100759 rcu_read_lock();
760 dev = dev_get_by_name_rcu(sock_net(sk), saddr->spkt_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761 err = -ENODEV;
762 if (dev == NULL)
763 goto out_unlock;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900764
David S. Millerd5e76b02007-01-25 19:30:36 -0800765 err = -ENETDOWN;
766 if (!(dev->flags & IFF_UP))
767 goto out_unlock;
768
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 /*
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000770 * You may not queue a frame bigger than the mtu. This is the lowest level
771 * raw protocol and you must do your own fragmentation at this level.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900773
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 err = -EMSGSIZE;
Ben Greear57f89bf2011-02-11 09:35:18 +0000775 if (len > dev->mtu + dev->hard_header_len + VLAN_HLEN)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 goto out_unlock;
777
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000778 if (!skb) {
779 size_t reserved = LL_RESERVED_SPACE(dev);
780 unsigned int hhlen = dev->header_ops ? dev->hard_header_len : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000782 rcu_read_unlock();
783 skb = sock_wmalloc(sk, len + reserved, 0, GFP_KERNEL);
784 if (skb == NULL)
785 return -ENOBUFS;
786 /* FIXME: Save some space for broken drivers that write a hard
787 * header at transmission time by themselves. PPP is the notable
788 * one here. This should really be fixed at the driver level.
789 */
790 skb_reserve(skb, reserved);
791 skb_reset_network_header(skb);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900792
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000793 /* Try to align data part correctly */
794 if (hhlen) {
795 skb->data -= hhlen;
796 skb->tail -= hhlen;
797 if (len < hhlen)
798 skb_reset_network_header(skb);
799 }
800 err = memcpy_fromiovec(skb_put(skb, len), msg->msg_iov, len);
801 if (err)
802 goto out_free;
803 goto retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 }
805
Ben Greear57f89bf2011-02-11 09:35:18 +0000806 if (len > (dev->mtu + dev->hard_header_len)) {
807 /* Earlier code assumed this would be a VLAN pkt,
808 * double-check this now that we have the actual
809 * packet in hand.
810 */
811 struct ethhdr *ehdr;
812 skb_reset_mac_header(skb);
813 ehdr = eth_hdr(skb);
814 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
815 err = -EMSGSIZE;
816 goto out_unlock;
817 }
818 }
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 skb->protocol = proto;
821 skb->dev = dev;
822 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +0000823 skb->mark = sk->sk_mark;
Oliver Hartkopp2244d072010-08-17 08:59:14 +0000824 err = sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Richard Cochraned85b562010-04-07 22:41:28 +0000825 if (err < 0)
826 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
828 dev_queue_xmit(skb);
Eric Dumazet654d1f82009-11-02 10:43:32 +0100829 rcu_read_unlock();
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000830 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832out_unlock:
Eric Dumazet654d1f82009-11-02 10:43:32 +0100833 rcu_read_unlock();
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000834out_free:
835 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836 return err;
837}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838
Eric Dumazet62ab0812010-12-06 20:50:09 +0000839static inline unsigned int run_filter(const struct sk_buff *skb,
840 const struct sock *sk,
David S. Millerdbcb5852007-01-24 15:21:02 -0800841 unsigned int res)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842{
843 struct sk_filter *filter;
844
Eric Dumazet80f8f102011-01-18 07:46:52 +0000845 rcu_read_lock();
846 filter = rcu_dereference(sk->sk_filter);
David S. Millerdbcb5852007-01-24 15:21:02 -0800847 if (filter != NULL)
Eric Dumazet0a148422011-04-20 09:27:32 +0000848 res = SK_RUN_FILTER(filter, skb);
Eric Dumazet80f8f102011-01-18 07:46:52 +0000849 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850
David S. Millerdbcb5852007-01-24 15:21:02 -0800851 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852}
853
854/*
Eric Dumazet62ab0812010-12-06 20:50:09 +0000855 * This function makes lazy skb cloning in hope that most of packets
856 * are discarded by BPF.
857 *
858 * Note tricky part: we DO mangle shared skb! skb->data, skb->len
859 * and skb->cb are mangled. It works because (and until) packets
860 * falling here are owned by current CPU. Output packets are cloned
861 * by dev_queue_xmit_nit(), input packets are processed by net_bh
862 * sequencially, so that if we return skb to original state on exit,
863 * we will not harm anyone.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 */
865
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000866static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
867 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868{
869 struct sock *sk;
870 struct sockaddr_ll *sll;
871 struct packet_sock *po;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000872 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -0800874 unsigned int snaplen, res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875
876 if (skb->pkt_type == PACKET_LOOPBACK)
877 goto drop;
878
879 sk = pt->af_packet_priv;
880 po = pkt_sk(sk);
881
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800882 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -0800883 goto drop;
884
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885 skb->dev = dev;
886
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -0700887 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 /* The device has an explicit notion of ll header,
Eric Dumazet62ab0812010-12-06 20:50:09 +0000889 * exported to higher levels.
890 *
891 * Otherwise, the device hides details of its frame
892 * structure, so that corresponding packet head is
893 * never delivered to user.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 */
895 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700896 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 else if (skb->pkt_type == PACKET_OUTGOING) {
898 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -0300899 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 }
901 }
902
903 snaplen = skb->len;
904
David S. Millerdbcb5852007-01-24 15:21:02 -0800905 res = run_filter(skb, sk, snaplen);
906 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -0700907 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -0800908 if (snaplen > res)
909 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910
911 if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >=
912 (unsigned)sk->sk_rcvbuf)
913 goto drop_n_acct;
914
915 if (skb_shared(skb)) {
916 struct sk_buff *nskb = skb_clone(skb, GFP_ATOMIC);
917 if (nskb == NULL)
918 goto drop_n_acct;
919
920 if (skb_head != skb->data) {
921 skb->data = skb_head;
922 skb->len = skb_len;
923 }
924 kfree_skb(skb);
925 skb = nskb;
926 }
927
Herbert Xuffbc6112007-02-04 23:33:10 -0800928 BUILD_BUG_ON(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8 >
929 sizeof(skb->cb));
930
931 sll = &PACKET_SKB_CB(skb)->sa.ll;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 sll->sll_family = AF_PACKET;
933 sll->sll_hatype = dev->type;
934 sll->sll_protocol = skb->protocol;
935 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -0800936 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -0700937 sll->sll_ifindex = orig_dev->ifindex;
938 else
939 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940
Stephen Hemmingerb95cce32007-09-26 22:13:38 -0700941 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942
Herbert Xuffbc6112007-02-04 23:33:10 -0800943 PACKET_SKB_CB(skb)->origlen = skb->len;
Herbert Xu8dc41942007-02-04 23:31:32 -0800944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 if (pskb_trim(skb, snaplen))
946 goto drop_n_acct;
947
948 skb_set_owner_r(skb, sk);
949 skb->dev = NULL;
Eric Dumazetadf30902009-06-02 05:19:30 +0000950 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951
Phil Oester84531c22005-07-12 11:57:52 -0700952 /* drop conntrack reference */
953 nf_reset(skb);
954
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955 spin_lock(&sk->sk_receive_queue.lock);
956 po->stats.tp_packets++;
Neil Horman3b885782009-10-12 13:26:31 -0700957 skb->dropcount = atomic_read(&sk->sk_drops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 __skb_queue_tail(&sk->sk_receive_queue, skb);
959 spin_unlock(&sk->sk_receive_queue.lock);
960 sk->sk_data_ready(sk, skb->len);
961 return 0;
962
963drop_n_acct:
Neil Horman3b885782009-10-12 13:26:31 -0700964 po->stats.tp_drops = atomic_inc_return(&sk->sk_drops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
966drop_n_restore:
967 if (skb_head != skb->data && skb_shared(skb)) {
968 skb->data = skb_head;
969 skb->len = skb_len;
970 }
971drop:
Neil Hormanead2ceb2009-03-11 09:49:55 +0000972 consume_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973 return 0;
974}
975
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000976static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
977 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978{
979 struct sock *sk;
980 struct packet_sock *po;
981 struct sockaddr_ll *sll;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700982 union {
983 struct tpacket_hdr *h1;
984 struct tpacket2_hdr *h2;
985 void *raw;
986 } h;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000987 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -0800989 unsigned int snaplen, res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990 unsigned long status = TP_STATUS_LOSING|TP_STATUS_USER;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700991 unsigned short macoff, netoff, hdrlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 struct sk_buff *copy_skb = NULL;
Eric Dumazetb7aa0bf2007-04-19 16:16:32 -0700993 struct timeval tv;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700994 struct timespec ts;
Scott McMillan614f60f2010-06-02 05:53:56 -0700995 struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
997 if (skb->pkt_type == PACKET_LOOPBACK)
998 goto drop;
999
1000 sk = pt->af_packet_priv;
1001 po = pkt_sk(sk);
1002
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001003 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001004 goto drop;
1005
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -07001006 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001008 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009 else if (skb->pkt_type == PACKET_OUTGOING) {
1010 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001011 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012 }
1013 }
1014
Herbert Xu8dc41942007-02-04 23:31:32 -08001015 if (skb->ip_summed == CHECKSUM_PARTIAL)
1016 status |= TP_STATUS_CSUMNOTREADY;
1017
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 snaplen = skb->len;
1019
David S. Millerdbcb5852007-01-24 15:21:02 -08001020 res = run_filter(skb, sk, snaplen);
1021 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -07001022 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -08001023 if (snaplen > res)
1024 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025
1026 if (sk->sk_type == SOCK_DGRAM) {
Patrick McHardy8913336a2008-07-18 18:05:19 -07001027 macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 +
1028 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 } else {
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001030 unsigned maclen = skb_network_offset(skb);
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001031 netoff = TPACKET_ALIGN(po->tp_hdrlen +
Patrick McHardy8913336a2008-07-18 18:05:19 -07001032 (maclen < 16 ? 16 : maclen)) +
1033 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 macoff = netoff - maclen;
1035 }
1036
Johann Baudy69e3c752009-05-18 22:11:22 -07001037 if (macoff + snaplen > po->rx_ring.frame_size) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 if (po->copy_thresh &&
1039 atomic_read(&sk->sk_rmem_alloc) + skb->truesize <
1040 (unsigned)sk->sk_rcvbuf) {
1041 if (skb_shared(skb)) {
1042 copy_skb = skb_clone(skb, GFP_ATOMIC);
1043 } else {
1044 copy_skb = skb_get(skb);
1045 skb_head = skb->data;
1046 }
1047 if (copy_skb)
1048 skb_set_owner_r(copy_skb, sk);
1049 }
Johann Baudy69e3c752009-05-18 22:11:22 -07001050 snaplen = po->rx_ring.frame_size - macoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 if ((int)snaplen < 0)
1052 snaplen = 0;
1053 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054
1055 spin_lock(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07001056 h.raw = packet_current_frame(po, &po->rx_ring, TP_STATUS_KERNEL);
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001057 if (!h.raw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 goto ring_is_full;
Johann Baudy69e3c752009-05-18 22:11:22 -07001059 packet_increment_head(&po->rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060 po->stats.tp_packets++;
1061 if (copy_skb) {
1062 status |= TP_STATUS_COPY;
1063 __skb_queue_tail(&sk->sk_receive_queue, copy_skb);
1064 }
1065 if (!po->stats.tp_drops)
1066 status &= ~TP_STATUS_LOSING;
1067 spin_unlock(&sk->sk_receive_queue.lock);
1068
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001069 skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001071 switch (po->tp_version) {
1072 case TPACKET_V1:
1073 h.h1->tp_len = skb->len;
1074 h.h1->tp_snaplen = snaplen;
1075 h.h1->tp_mac = macoff;
1076 h.h1->tp_net = netoff;
Scott McMillan614f60f2010-06-02 05:53:56 -07001077 if ((po->tp_tstamp & SOF_TIMESTAMPING_SYS_HARDWARE)
1078 && shhwtstamps->syststamp.tv64)
1079 tv = ktime_to_timeval(shhwtstamps->syststamp);
1080 else if ((po->tp_tstamp & SOF_TIMESTAMPING_RAW_HARDWARE)
1081 && shhwtstamps->hwtstamp.tv64)
1082 tv = ktime_to_timeval(shhwtstamps->hwtstamp);
1083 else if (skb->tstamp.tv64)
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001084 tv = ktime_to_timeval(skb->tstamp);
1085 else
1086 do_gettimeofday(&tv);
1087 h.h1->tp_sec = tv.tv_sec;
1088 h.h1->tp_usec = tv.tv_usec;
1089 hdrlen = sizeof(*h.h1);
1090 break;
1091 case TPACKET_V2:
1092 h.h2->tp_len = skb->len;
1093 h.h2->tp_snaplen = snaplen;
1094 h.h2->tp_mac = macoff;
1095 h.h2->tp_net = netoff;
Scott McMillan614f60f2010-06-02 05:53:56 -07001096 if ((po->tp_tstamp & SOF_TIMESTAMPING_SYS_HARDWARE)
1097 && shhwtstamps->syststamp.tv64)
1098 ts = ktime_to_timespec(shhwtstamps->syststamp);
1099 else if ((po->tp_tstamp & SOF_TIMESTAMPING_RAW_HARDWARE)
1100 && shhwtstamps->hwtstamp.tv64)
1101 ts = ktime_to_timespec(shhwtstamps->hwtstamp);
1102 else if (skb->tstamp.tv64)
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001103 ts = ktime_to_timespec(skb->tstamp);
1104 else
1105 getnstimeofday(&ts);
1106 h.h2->tp_sec = ts.tv_sec;
1107 h.h2->tp_nsec = ts.tv_nsec;
Ben Greeara3bcc232011-06-01 06:49:10 +00001108 if (vlan_tx_tag_present(skb)) {
1109 h.h2->tp_vlan_tci = vlan_tx_tag_get(skb);
1110 status |= TP_STATUS_VLAN_VALID;
1111 } else {
1112 h.h2->tp_vlan_tci = 0;
1113 }
Eric Dumazet13fcb7b2011-06-06 22:42:06 -07001114 h.h2->tp_padding = 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001115 hdrlen = sizeof(*h.h2);
1116 break;
1117 default:
1118 BUG();
1119 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001121 sll = h.raw + TPACKET_ALIGN(hdrlen);
Stephen Hemmingerb95cce32007-09-26 22:13:38 -07001122 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123 sll->sll_family = AF_PACKET;
1124 sll->sll_hatype = dev->type;
1125 sll->sll_protocol = skb->protocol;
1126 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -08001127 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07001128 sll->sll_ifindex = orig_dev->ifindex;
1129 else
1130 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001132 __packet_set_status(po, h.raw, status);
Ralf Baechlee16aa202006-12-07 00:11:33 -08001133 smp_mb();
Changli Gaof6dafa92010-12-07 04:26:16 +00001134#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 {
Changli Gao0af55bb2010-12-01 02:52:20 +00001136 u8 *start, *end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137
Changli Gao0af55bb2010-12-01 02:52:20 +00001138 end = (u8 *)PAGE_ALIGN((unsigned long)h.raw + macoff + snaplen);
1139 for (start = h.raw; start < end; start += PAGE_SIZE)
1140 flush_dcache_page(pgv_to_page(start));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 }
Changli Gaof6dafa92010-12-07 04:26:16 +00001142#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143
1144 sk->sk_data_ready(sk, 0);
1145
1146drop_n_restore:
1147 if (skb_head != skb->data && skb_shared(skb)) {
1148 skb->data = skb_head;
1149 skb->len = skb_len;
1150 }
1151drop:
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001152 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 return 0;
1154
1155ring_is_full:
1156 po->stats.tp_drops++;
1157 spin_unlock(&sk->sk_receive_queue.lock);
1158
1159 sk->sk_data_ready(sk, 0);
Wei Yongjunacb5d752009-02-25 00:36:42 +00001160 kfree_skb(copy_skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 goto drop_n_restore;
1162}
1163
Johann Baudy69e3c752009-05-18 22:11:22 -07001164static void tpacket_destruct_skb(struct sk_buff *skb)
1165{
1166 struct packet_sock *po = pkt_sk(skb->sk);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001167 void *ph;
Johann Baudy69e3c752009-05-18 22:11:22 -07001168
1169 BUG_ON(skb == NULL);
1170
1171 if (likely(po->tx_ring.pg_vec)) {
1172 ph = skb_shinfo(skb)->destructor_arg;
1173 BUG_ON(__packet_get_status(po, ph) != TP_STATUS_SENDING);
1174 BUG_ON(atomic_read(&po->tx_ring.pending) == 0);
1175 atomic_dec(&po->tx_ring.pending);
1176 __packet_set_status(po, ph, TP_STATUS_AVAILABLE);
1177 }
1178
1179 sock_wfree(skb);
1180}
1181
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001182static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb,
1183 void *frame, struct net_device *dev, int size_max,
1184 __be16 proto, unsigned char *addr)
Johann Baudy69e3c752009-05-18 22:11:22 -07001185{
1186 union {
1187 struct tpacket_hdr *h1;
1188 struct tpacket2_hdr *h2;
1189 void *raw;
1190 } ph;
1191 int to_write, offset, len, tp_len, nr_frags, len_max;
1192 struct socket *sock = po->sk.sk_socket;
1193 struct page *page;
1194 void *data;
1195 int err;
1196
1197 ph.raw = frame;
1198
1199 skb->protocol = proto;
1200 skb->dev = dev;
1201 skb->priority = po->sk.sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001202 skb->mark = po->sk.sk_mark;
Johann Baudy69e3c752009-05-18 22:11:22 -07001203 skb_shinfo(skb)->destructor_arg = ph.raw;
1204
1205 switch (po->tp_version) {
1206 case TPACKET_V2:
1207 tp_len = ph.h2->tp_len;
1208 break;
1209 default:
1210 tp_len = ph.h1->tp_len;
1211 break;
1212 }
1213 if (unlikely(tp_len > size_max)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001214 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max);
Johann Baudy69e3c752009-05-18 22:11:22 -07001215 return -EMSGSIZE;
1216 }
1217
1218 skb_reserve(skb, LL_RESERVED_SPACE(dev));
1219 skb_reset_network_header(skb);
1220
1221 data = ph.raw + po->tp_hdrlen - sizeof(struct sockaddr_ll);
1222 to_write = tp_len;
1223
1224 if (sock->type == SOCK_DGRAM) {
1225 err = dev_hard_header(skb, dev, ntohs(proto), addr,
1226 NULL, tp_len);
1227 if (unlikely(err < 0))
1228 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001229 } else if (dev->hard_header_len) {
Johann Baudy69e3c752009-05-18 22:11:22 -07001230 /* net device doesn't like empty head */
1231 if (unlikely(tp_len <= dev->hard_header_len)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001232 pr_err("packet size is too short (%d < %d)\n",
1233 tp_len, dev->hard_header_len);
Johann Baudy69e3c752009-05-18 22:11:22 -07001234 return -EINVAL;
1235 }
1236
1237 skb_push(skb, dev->hard_header_len);
1238 err = skb_store_bits(skb, 0, data,
1239 dev->hard_header_len);
1240 if (unlikely(err))
1241 return err;
1242
1243 data += dev->hard_header_len;
1244 to_write -= dev->hard_header_len;
1245 }
1246
1247 err = -EFAULT;
Johann Baudy69e3c752009-05-18 22:11:22 -07001248 offset = offset_in_page(data);
1249 len_max = PAGE_SIZE - offset;
1250 len = ((to_write > len_max) ? len_max : to_write);
1251
1252 skb->data_len = to_write;
1253 skb->len += to_write;
1254 skb->truesize += to_write;
1255 atomic_add(to_write, &po->sk.sk_wmem_alloc);
1256
1257 while (likely(to_write)) {
1258 nr_frags = skb_shinfo(skb)->nr_frags;
1259
1260 if (unlikely(nr_frags >= MAX_SKB_FRAGS)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001261 pr_err("Packet exceed the number of skb frags(%lu)\n",
1262 MAX_SKB_FRAGS);
Johann Baudy69e3c752009-05-18 22:11:22 -07001263 return -EFAULT;
1264 }
1265
Changli Gao0af55bb2010-12-01 02:52:20 +00001266 page = pgv_to_page(data);
1267 data += len;
Johann Baudy69e3c752009-05-18 22:11:22 -07001268 flush_dcache_page(page);
1269 get_page(page);
Changli Gao0af55bb2010-12-01 02:52:20 +00001270 skb_fill_page_desc(skb, nr_frags, page, offset, len);
Johann Baudy69e3c752009-05-18 22:11:22 -07001271 to_write -= len;
1272 offset = 0;
1273 len_max = PAGE_SIZE;
1274 len = ((to_write > len_max) ? len_max : to_write);
1275 }
1276
1277 return tp_len;
1278}
1279
1280static int tpacket_snd(struct packet_sock *po, struct msghdr *msg)
1281{
Johann Baudy69e3c752009-05-18 22:11:22 -07001282 struct sk_buff *skb;
1283 struct net_device *dev;
1284 __be16 proto;
Ben Greear827d9782011-06-01 07:18:53 +00001285 bool need_rls_dev = false;
1286 int err, reserve = 0;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001287 void *ph;
1288 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Johann Baudy69e3c752009-05-18 22:11:22 -07001289 int tp_len, size_max;
1290 unsigned char *addr;
1291 int len_sum = 0;
1292 int status = 0;
1293
Johann Baudy69e3c752009-05-18 22:11:22 -07001294 mutex_lock(&po->pg_vec_lock);
1295
1296 err = -EBUSY;
1297 if (saddr == NULL) {
Ben Greear827d9782011-06-01 07:18:53 +00001298 dev = po->prot_hook.dev;
Johann Baudy69e3c752009-05-18 22:11:22 -07001299 proto = po->num;
1300 addr = NULL;
1301 } else {
1302 err = -EINVAL;
1303 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
1304 goto out;
1305 if (msg->msg_namelen < (saddr->sll_halen
1306 + offsetof(struct sockaddr_ll,
1307 sll_addr)))
1308 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07001309 proto = saddr->sll_protocol;
1310 addr = saddr->sll_addr;
Ben Greear827d9782011-06-01 07:18:53 +00001311 dev = dev_get_by_index(sock_net(&po->sk), saddr->sll_ifindex);
1312 need_rls_dev = true;
Johann Baudy69e3c752009-05-18 22:11:22 -07001313 }
1314
Johann Baudy69e3c752009-05-18 22:11:22 -07001315 err = -ENXIO;
1316 if (unlikely(dev == NULL))
1317 goto out;
1318
1319 reserve = dev->hard_header_len;
1320
1321 err = -ENETDOWN;
1322 if (unlikely(!(dev->flags & IFF_UP)))
1323 goto out_put;
1324
1325 size_max = po->tx_ring.frame_size
Gabor Gombasb5dd8842009-10-29 03:19:11 -07001326 - (po->tp_hdrlen - sizeof(struct sockaddr_ll));
Johann Baudy69e3c752009-05-18 22:11:22 -07001327
1328 if (size_max > dev->mtu + reserve)
1329 size_max = dev->mtu + reserve;
1330
1331 do {
1332 ph = packet_current_frame(po, &po->tx_ring,
1333 TP_STATUS_SEND_REQUEST);
1334
1335 if (unlikely(ph == NULL)) {
1336 schedule();
1337 continue;
1338 }
1339
1340 status = TP_STATUS_SEND_REQUEST;
1341 skb = sock_alloc_send_skb(&po->sk,
1342 LL_ALLOCATED_SPACE(dev)
1343 + sizeof(struct sockaddr_ll),
1344 0, &err);
1345
1346 if (unlikely(skb == NULL))
1347 goto out_status;
1348
1349 tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto,
1350 addr);
1351
1352 if (unlikely(tp_len < 0)) {
1353 if (po->tp_loss) {
1354 __packet_set_status(po, ph,
1355 TP_STATUS_AVAILABLE);
1356 packet_increment_head(&po->tx_ring);
1357 kfree_skb(skb);
1358 continue;
1359 } else {
1360 status = TP_STATUS_WRONG_FORMAT;
1361 err = tp_len;
1362 goto out_status;
1363 }
1364 }
1365
1366 skb->destructor = tpacket_destruct_skb;
1367 __packet_set_status(po, ph, TP_STATUS_SENDING);
1368 atomic_inc(&po->tx_ring.pending);
1369
1370 status = TP_STATUS_SEND_REQUEST;
1371 err = dev_queue_xmit(skb);
Jarek Poplawskieb70df12010-01-10 22:04:19 +00001372 if (unlikely(err > 0)) {
1373 err = net_xmit_errno(err);
1374 if (err && __packet_get_status(po, ph) ==
1375 TP_STATUS_AVAILABLE) {
1376 /* skb was destructed already */
1377 skb = NULL;
1378 goto out_status;
1379 }
1380 /*
1381 * skb was dropped but not destructed yet;
1382 * let's treat it like congestion or err < 0
1383 */
1384 err = 0;
1385 }
Johann Baudy69e3c752009-05-18 22:11:22 -07001386 packet_increment_head(&po->tx_ring);
1387 len_sum += tp_len;
Joe Perchesf64f9e72009-11-29 16:55:45 -08001388 } while (likely((ph != NULL) ||
1389 ((!(msg->msg_flags & MSG_DONTWAIT)) &&
1390 (atomic_read(&po->tx_ring.pending))))
1391 );
Johann Baudy69e3c752009-05-18 22:11:22 -07001392
1393 err = len_sum;
1394 goto out_put;
1395
Johann Baudy69e3c752009-05-18 22:11:22 -07001396out_status:
1397 __packet_set_status(po, ph, status);
1398 kfree_skb(skb);
1399out_put:
Ben Greear827d9782011-06-01 07:18:53 +00001400 if (need_rls_dev)
1401 dev_put(dev);
Johann Baudy69e3c752009-05-18 22:11:22 -07001402out:
1403 mutex_unlock(&po->pg_vec_lock);
1404 return err;
1405}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001407static inline struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad,
1408 size_t reserve, size_t len,
1409 size_t linear, int noblock,
1410 int *err)
1411{
1412 struct sk_buff *skb;
1413
1414 /* Under a page? Don't bother with paged skb. */
1415 if (prepad + len < PAGE_SIZE || !linear)
1416 linear = len;
1417
1418 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
1419 err);
1420 if (!skb)
1421 return NULL;
1422
1423 skb_reserve(skb, reserve);
1424 skb_put(skb, linear);
1425 skb->data_len = len - linear;
1426 skb->len += len - linear;
1427
1428 return skb;
1429}
1430
Johann Baudy69e3c752009-05-18 22:11:22 -07001431static int packet_snd(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432 struct msghdr *msg, size_t len)
1433{
1434 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001435 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 struct sk_buff *skb;
1437 struct net_device *dev;
Al Viro0e11c912006-11-08 00:26:29 -08001438 __be16 proto;
Ben Greear827d9782011-06-01 07:18:53 +00001439 bool need_rls_dev = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 unsigned char *addr;
Ben Greear827d9782011-06-01 07:18:53 +00001441 int err, reserve = 0;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001442 struct virtio_net_hdr vnet_hdr = { 0 };
1443 int offset = 0;
1444 int vnet_hdr_len;
1445 struct packet_sock *po = pkt_sk(sk);
1446 unsigned short gso_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447
1448 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001449 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001451
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452 if (saddr == NULL) {
Ben Greear827d9782011-06-01 07:18:53 +00001453 dev = po->prot_hook.dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 proto = po->num;
1455 addr = NULL;
1456 } else {
1457 err = -EINVAL;
1458 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
1459 goto out;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001460 if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
1461 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462 proto = saddr->sll_protocol;
1463 addr = saddr->sll_addr;
Ben Greear827d9782011-06-01 07:18:53 +00001464 dev = dev_get_by_index(sock_net(sk), saddr->sll_ifindex);
1465 need_rls_dev = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466 }
1467
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468 err = -ENXIO;
1469 if (dev == NULL)
1470 goto out_unlock;
1471 if (sock->type == SOCK_RAW)
1472 reserve = dev->hard_header_len;
1473
David S. Millerd5e76b02007-01-25 19:30:36 -08001474 err = -ENETDOWN;
1475 if (!(dev->flags & IFF_UP))
1476 goto out_unlock;
1477
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001478 if (po->has_vnet_hdr) {
1479 vnet_hdr_len = sizeof(vnet_hdr);
1480
1481 err = -EINVAL;
1482 if (len < vnet_hdr_len)
1483 goto out_unlock;
1484
1485 len -= vnet_hdr_len;
1486
1487 err = memcpy_fromiovec((void *)&vnet_hdr, msg->msg_iov,
1488 vnet_hdr_len);
1489 if (err < 0)
1490 goto out_unlock;
1491
1492 if ((vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) &&
1493 (vnet_hdr.csum_start + vnet_hdr.csum_offset + 2 >
1494 vnet_hdr.hdr_len))
1495 vnet_hdr.hdr_len = vnet_hdr.csum_start +
1496 vnet_hdr.csum_offset + 2;
1497
1498 err = -EINVAL;
1499 if (vnet_hdr.hdr_len > len)
1500 goto out_unlock;
1501
1502 if (vnet_hdr.gso_type != VIRTIO_NET_HDR_GSO_NONE) {
1503 switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
1504 case VIRTIO_NET_HDR_GSO_TCPV4:
1505 gso_type = SKB_GSO_TCPV4;
1506 break;
1507 case VIRTIO_NET_HDR_GSO_TCPV6:
1508 gso_type = SKB_GSO_TCPV6;
1509 break;
1510 case VIRTIO_NET_HDR_GSO_UDP:
1511 gso_type = SKB_GSO_UDP;
1512 break;
1513 default:
1514 goto out_unlock;
1515 }
1516
1517 if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN)
1518 gso_type |= SKB_GSO_TCP_ECN;
1519
1520 if (vnet_hdr.gso_size == 0)
1521 goto out_unlock;
1522
1523 }
1524 }
1525
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526 err = -EMSGSIZE;
Ben Greear57f89bf2011-02-11 09:35:18 +00001527 if (!gso_type && (len > dev->mtu + reserve + VLAN_HLEN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528 goto out_unlock;
1529
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001530 err = -ENOBUFS;
1531 skb = packet_alloc_skb(sk, LL_ALLOCATED_SPACE(dev),
1532 LL_RESERVED_SPACE(dev), len, vnet_hdr.hdr_len,
1533 msg->msg_flags & MSG_DONTWAIT, &err);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001534 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001535 goto out_unlock;
1536
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001537 skb_set_network_header(skb, reserve);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001538
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07001539 err = -EINVAL;
1540 if (sock->type == SOCK_DGRAM &&
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001541 (offset = dev_hard_header(skb, dev, ntohs(proto), addr, NULL, len)) < 0)
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07001542 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543
1544 /* Returns -EFAULT on error */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001545 err = skb_copy_datagram_from_iovec(skb, offset, msg->msg_iov, 0, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 if (err)
1547 goto out_free;
Oliver Hartkopp2244d072010-08-17 08:59:14 +00001548 err = sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Richard Cochraned85b562010-04-07 22:41:28 +00001549 if (err < 0)
1550 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551
Ben Greear57f89bf2011-02-11 09:35:18 +00001552 if (!gso_type && (len > dev->mtu + reserve)) {
1553 /* Earlier code assumed this would be a VLAN pkt,
1554 * double-check this now that we have the actual
1555 * packet in hand.
1556 */
1557 struct ethhdr *ehdr;
1558 skb_reset_mac_header(skb);
1559 ehdr = eth_hdr(skb);
1560 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
1561 err = -EMSGSIZE;
1562 goto out_free;
1563 }
1564 }
1565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566 skb->protocol = proto;
1567 skb->dev = dev;
1568 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001569 skb->mark = sk->sk_mark;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001571 if (po->has_vnet_hdr) {
1572 if (vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) {
1573 if (!skb_partial_csum_set(skb, vnet_hdr.csum_start,
1574 vnet_hdr.csum_offset)) {
1575 err = -EINVAL;
1576 goto out_free;
1577 }
1578 }
1579
1580 skb_shinfo(skb)->gso_size = vnet_hdr.gso_size;
1581 skb_shinfo(skb)->gso_type = gso_type;
1582
1583 /* Header must be checked, and gso_segs computed. */
1584 skb_shinfo(skb)->gso_type |= SKB_GSO_DODGY;
1585 skb_shinfo(skb)->gso_segs = 0;
1586
1587 len += vnet_hdr_len;
1588 }
1589
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 /*
1591 * Now send it
1592 */
1593
1594 err = dev_queue_xmit(skb);
1595 if (err > 0 && (err = net_xmit_errno(err)) != 0)
1596 goto out_unlock;
1597
Ben Greear827d9782011-06-01 07:18:53 +00001598 if (need_rls_dev)
1599 dev_put(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001601 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602
1603out_free:
1604 kfree_skb(skb);
1605out_unlock:
Ben Greear827d9782011-06-01 07:18:53 +00001606 if (dev && need_rls_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607 dev_put(dev);
1608out:
1609 return err;
1610}
1611
Johann Baudy69e3c752009-05-18 22:11:22 -07001612static int packet_sendmsg(struct kiocb *iocb, struct socket *sock,
1613 struct msghdr *msg, size_t len)
1614{
Johann Baudy69e3c752009-05-18 22:11:22 -07001615 struct sock *sk = sock->sk;
1616 struct packet_sock *po = pkt_sk(sk);
1617 if (po->tx_ring.pg_vec)
1618 return tpacket_snd(po, msg);
1619 else
Johann Baudy69e3c752009-05-18 22:11:22 -07001620 return packet_snd(sock, msg, len);
1621}
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623/*
1624 * Close a PACKET socket. This is fairly simple. We immediately go
1625 * to 'closed' state and remove our protocol entry in the device list.
1626 */
1627
1628static int packet_release(struct socket *sock)
1629{
1630 struct sock *sk = sock->sk;
1631 struct packet_sock *po;
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001632 struct net *net;
Johann Baudy69e3c752009-05-18 22:11:22 -07001633 struct tpacket_req req;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634
1635 if (!sk)
1636 return 0;
1637
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001638 net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639 po = pkt_sk(sk);
1640
stephen hemminger808f5112010-02-22 07:57:18 +00001641 spin_lock_bh(&net->packet.sklist_lock);
1642 sk_del_node_init_rcu(sk);
Eric Dumazet920de802008-11-24 00:09:29 -08001643 sock_prot_inuse_add(net, sk->sk_prot, -1);
stephen hemminger808f5112010-02-22 07:57:18 +00001644 spin_unlock_bh(&net->packet.sklist_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645
stephen hemminger808f5112010-02-22 07:57:18 +00001646 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07001647 unregister_prot_hook(sk, false);
Ben Greear160ff182011-06-01 07:18:52 +00001648 if (po->prot_hook.dev) {
1649 dev_put(po->prot_hook.dev);
1650 po->prot_hook.dev = NULL;
1651 }
stephen hemminger808f5112010-02-22 07:57:18 +00001652 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654 packet_flush_mclist(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655
Johann Baudy69e3c752009-05-18 22:11:22 -07001656 memset(&req, 0, sizeof(req));
1657
1658 if (po->rx_ring.pg_vec)
1659 packet_set_ring(sk, &req, 1, 0);
1660
1661 if (po->tx_ring.pg_vec)
1662 packet_set_ring(sk, &req, 1, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
David S. Millerdc99f602011-07-05 01:45:05 -07001664 fanout_release(sk);
1665
stephen hemminger808f5112010-02-22 07:57:18 +00001666 synchronize_net();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667 /*
1668 * Now the socket is dead. No more input will appear.
1669 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670 sock_orphan(sk);
1671 sock->sk = NULL;
1672
1673 /* Purge queues */
1674
1675 skb_queue_purge(&sk->sk_receive_queue);
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08001676 sk_refcnt_debug_release(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677
1678 sock_put(sk);
1679 return 0;
1680}
1681
1682/*
1683 * Attach a packet hook.
1684 */
1685
Al Viro0e11c912006-11-08 00:26:29 -08001686static int packet_do_bind(struct sock *sk, struct net_device *dev, __be16 protocol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687{
1688 struct packet_sock *po = pkt_sk(sk);
David S. Millerdc99f602011-07-05 01:45:05 -07001689
1690 if (po->fanout)
1691 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692
1693 lock_sock(sk);
1694
1695 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07001696 unregister_prot_hook(sk, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697 po->num = protocol;
1698 po->prot_hook.type = protocol;
Ben Greear160ff182011-06-01 07:18:52 +00001699 if (po->prot_hook.dev)
1700 dev_put(po->prot_hook.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 po->prot_hook.dev = dev;
1702
1703 po->ifindex = dev ? dev->ifindex : 0;
1704
1705 if (protocol == 0)
1706 goto out_unlock;
1707
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08001708 if (!dev || (dev->flags & IFF_UP)) {
David S. Millerce06b032011-07-04 01:44:29 -07001709 register_prot_hook(sk);
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08001710 } else {
1711 sk->sk_err = ENETDOWN;
1712 if (!sock_flag(sk, SOCK_DEAD))
1713 sk->sk_error_report(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 }
1715
1716out_unlock:
1717 spin_unlock(&po->bind_lock);
1718 release_sock(sk);
1719 return 0;
1720}
1721
1722/*
1723 * Bind a packet socket to a device
1724 */
1725
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001726static int packet_bind_spkt(struct socket *sock, struct sockaddr *uaddr,
1727 int addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001729 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730 char name[15];
1731 struct net_device *dev;
1732 int err = -ENODEV;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 /*
1735 * Check legality
1736 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001737
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08001738 if (addr_len != sizeof(struct sockaddr))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001740 strlcpy(name, uaddr->sa_data, sizeof(name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001742 dev = dev_get_by_name(sock_net(sk), name);
Ben Greear160ff182011-06-01 07:18:52 +00001743 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 err = packet_do_bind(sk, dev, pkt_sk(sk)->num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 return err;
1746}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747
1748static int packet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
1749{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001750 struct sockaddr_ll *sll = (struct sockaddr_ll *)uaddr;
1751 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752 struct net_device *dev = NULL;
1753 int err;
1754
1755
1756 /*
1757 * Check legality
1758 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001759
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760 if (addr_len < sizeof(struct sockaddr_ll))
1761 return -EINVAL;
1762 if (sll->sll_family != AF_PACKET)
1763 return -EINVAL;
1764
1765 if (sll->sll_ifindex) {
1766 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001767 dev = dev_get_by_index(sock_net(sk), sll->sll_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768 if (dev == NULL)
1769 goto out;
1770 }
1771 err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772
1773out:
1774 return err;
1775}
1776
1777static struct proto packet_proto = {
1778 .name = "PACKET",
1779 .owner = THIS_MODULE,
1780 .obj_size = sizeof(struct packet_sock),
1781};
1782
1783/*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001784 * Create a packet of type SOCK_PACKET.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 */
1786
Eric Paris3f378b62009-11-05 22:18:14 -08001787static int packet_create(struct net *net, struct socket *sock, int protocol,
1788 int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789{
1790 struct sock *sk;
1791 struct packet_sock *po;
Al Viro0e11c912006-11-08 00:26:29 -08001792 __be16 proto = (__force __be16)protocol; /* weird, but documented */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793 int err;
1794
1795 if (!capable(CAP_NET_RAW))
1796 return -EPERM;
David S. Millerbe020972007-05-29 13:16:31 -07001797 if (sock->type != SOCK_DGRAM && sock->type != SOCK_RAW &&
1798 sock->type != SOCK_PACKET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 return -ESOCKTNOSUPPORT;
1800
1801 sock->state = SS_UNCONNECTED;
1802
1803 err = -ENOBUFS;
Pavel Emelyanov6257ff22007-11-01 00:39:31 -07001804 sk = sk_alloc(net, PF_PACKET, GFP_KERNEL, &packet_proto);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 if (sk == NULL)
1806 goto out;
1807
1808 sock->ops = &packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 if (sock->type == SOCK_PACKET)
1810 sock->ops = &packet_ops_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07001811
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 sock_init_data(sock, sk);
1813
1814 po = pkt_sk(sk);
1815 sk->sk_family = PF_PACKET;
Al Viro0e11c912006-11-08 00:26:29 -08001816 po->num = proto;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817
1818 sk->sk_destruct = packet_sock_destruct;
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08001819 sk_refcnt_debug_inc(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820
1821 /*
1822 * Attach a protocol block
1823 */
1824
1825 spin_lock_init(&po->bind_lock);
Herbert Xu905db442009-01-30 14:12:06 -08001826 mutex_init(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 po->prot_hook.func = packet_rcv;
David S. Millerbe020972007-05-29 13:16:31 -07001828
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 if (sock->type == SOCK_PACKET)
1830 po->prot_hook.func = packet_rcv_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07001831
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 po->prot_hook.af_packet_priv = sk;
1833
Al Viro0e11c912006-11-08 00:26:29 -08001834 if (proto) {
1835 po->prot_hook.type = proto;
David S. Millerce06b032011-07-04 01:44:29 -07001836 register_prot_hook(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 }
1838
stephen hemminger808f5112010-02-22 07:57:18 +00001839 spin_lock_bh(&net->packet.sklist_lock);
1840 sk_add_node_rcu(sk, &net->packet.sklist);
Eric Dumazet36804532008-11-19 14:25:35 -08001841 sock_prot_inuse_add(net, &packet_proto, 1);
stephen hemminger808f5112010-02-22 07:57:18 +00001842 spin_unlock_bh(&net->packet.sklist_lock);
1843
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001844 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845out:
1846 return err;
1847}
1848
Richard Cochraned85b562010-04-07 22:41:28 +00001849static int packet_recv_error(struct sock *sk, struct msghdr *msg, int len)
1850{
1851 struct sock_exterr_skb *serr;
1852 struct sk_buff *skb, *skb2;
1853 int copied, err;
1854
1855 err = -EAGAIN;
1856 skb = skb_dequeue(&sk->sk_error_queue);
1857 if (skb == NULL)
1858 goto out;
1859
1860 copied = skb->len;
1861 if (copied > len) {
1862 msg->msg_flags |= MSG_TRUNC;
1863 copied = len;
1864 }
1865 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
1866 if (err)
1867 goto out_free_skb;
1868
1869 sock_recv_timestamp(msg, sk, skb);
1870
1871 serr = SKB_EXT_ERR(skb);
1872 put_cmsg(msg, SOL_PACKET, PACKET_TX_TIMESTAMP,
1873 sizeof(serr->ee), &serr->ee);
1874
1875 msg->msg_flags |= MSG_ERRQUEUE;
1876 err = copied;
1877
1878 /* Reset and regenerate socket error */
1879 spin_lock_bh(&sk->sk_error_queue.lock);
1880 sk->sk_err = 0;
1881 if ((skb2 = skb_peek(&sk->sk_error_queue)) != NULL) {
1882 sk->sk_err = SKB_EXT_ERR(skb2)->ee.ee_errno;
1883 spin_unlock_bh(&sk->sk_error_queue.lock);
1884 sk->sk_error_report(sk);
1885 } else
1886 spin_unlock_bh(&sk->sk_error_queue.lock);
1887
1888out_free_skb:
1889 kfree_skb(skb);
1890out:
1891 return err;
1892}
1893
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894/*
1895 * Pull a packet from our receive queue and hand it to the user.
1896 * If necessary we block.
1897 */
1898
1899static int packet_recvmsg(struct kiocb *iocb, struct socket *sock,
1900 struct msghdr *msg, size_t len, int flags)
1901{
1902 struct sock *sk = sock->sk;
1903 struct sk_buff *skb;
1904 int copied, err;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001905 struct sockaddr_ll *sll;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001906 int vnet_hdr_len = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907
1908 err = -EINVAL;
Richard Cochraned85b562010-04-07 22:41:28 +00001909 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 goto out;
1911
1912#if 0
1913 /* What error should we return now? EUNATTACH? */
1914 if (pkt_sk(sk)->ifindex < 0)
1915 return -ENODEV;
1916#endif
1917
Richard Cochraned85b562010-04-07 22:41:28 +00001918 if (flags & MSG_ERRQUEUE) {
1919 err = packet_recv_error(sk, msg, len);
1920 goto out;
1921 }
1922
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001924 * Call the generic datagram receiver. This handles all sorts
1925 * of horrible races and re-entrancy so we can forget about it
1926 * in the protocol layers.
1927 *
1928 * Now it will return ENETDOWN, if device have just gone down,
1929 * but then it will block.
1930 */
1931
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001932 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933
1934 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001935 * An error occurred so return it. Because skb_recv_datagram()
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 * handles the blocking we don't see and worry about blocking
1937 * retries.
1938 */
1939
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08001940 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 goto out;
1942
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001943 if (pkt_sk(sk)->has_vnet_hdr) {
1944 struct virtio_net_hdr vnet_hdr = { 0 };
1945
1946 err = -EINVAL;
1947 vnet_hdr_len = sizeof(vnet_hdr);
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00001948 if (len < vnet_hdr_len)
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001949 goto out_free;
1950
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00001951 len -= vnet_hdr_len;
1952
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001953 if (skb_is_gso(skb)) {
1954 struct skb_shared_info *sinfo = skb_shinfo(skb);
1955
1956 /* This is a hint as to how much should be linear. */
1957 vnet_hdr.hdr_len = skb_headlen(skb);
1958 vnet_hdr.gso_size = sinfo->gso_size;
1959 if (sinfo->gso_type & SKB_GSO_TCPV4)
1960 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV4;
1961 else if (sinfo->gso_type & SKB_GSO_TCPV6)
1962 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV6;
1963 else if (sinfo->gso_type & SKB_GSO_UDP)
1964 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_UDP;
1965 else if (sinfo->gso_type & SKB_GSO_FCOE)
1966 goto out_free;
1967 else
1968 BUG();
1969 if (sinfo->gso_type & SKB_GSO_TCP_ECN)
1970 vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN;
1971 } else
1972 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_NONE;
1973
1974 if (skb->ip_summed == CHECKSUM_PARTIAL) {
1975 vnet_hdr.flags = VIRTIO_NET_HDR_F_NEEDS_CSUM;
Michał Mirosław55508d62010-12-14 15:24:08 +00001976 vnet_hdr.csum_start = skb_checksum_start_offset(skb);
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001977 vnet_hdr.csum_offset = skb->csum_offset;
Jason Wang10a8d942011-06-10 00:56:17 +00001978 } else if (skb->ip_summed == CHECKSUM_UNNECESSARY) {
1979 vnet_hdr.flags = VIRTIO_NET_HDR_F_DATA_VALID;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001980 } /* else everything is zero */
1981
1982 err = memcpy_toiovec(msg->msg_iov, (void *)&vnet_hdr,
1983 vnet_hdr_len);
1984 if (err < 0)
1985 goto out_free;
1986 }
1987
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 /*
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001989 * If the address length field is there to be filled in, we fill
1990 * it in now.
1991 */
1992
Herbert Xuffbc6112007-02-04 23:33:10 -08001993 sll = &PACKET_SKB_CB(skb)->sa.ll;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001994 if (sock->type == SOCK_PACKET)
1995 msg->msg_namelen = sizeof(struct sockaddr_pkt);
1996 else
1997 msg->msg_namelen = sll->sll_halen + offsetof(struct sockaddr_ll, sll_addr);
1998
1999 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 * You lose any data beyond the buffer you gave. If it worries a
2001 * user program they can ask the device for its MTU anyway.
2002 */
2003
2004 copied = skb->len;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002005 if (copied > len) {
2006 copied = len;
2007 msg->msg_flags |= MSG_TRUNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008 }
2009
2010 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
2011 if (err)
2012 goto out_free;
2013
Neil Horman3b885782009-10-12 13:26:31 -07002014 sock_recv_ts_and_drops(msg, sk, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015
2016 if (msg->msg_name)
Herbert Xuffbc6112007-02-04 23:33:10 -08002017 memcpy(msg->msg_name, &PACKET_SKB_CB(skb)->sa,
2018 msg->msg_namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019
Herbert Xu8dc41942007-02-04 23:31:32 -08002020 if (pkt_sk(sk)->auxdata) {
Herbert Xuffbc6112007-02-04 23:33:10 -08002021 struct tpacket_auxdata aux;
2022
2023 aux.tp_status = TP_STATUS_USER;
2024 if (skb->ip_summed == CHECKSUM_PARTIAL)
2025 aux.tp_status |= TP_STATUS_CSUMNOTREADY;
2026 aux.tp_len = PACKET_SKB_CB(skb)->origlen;
2027 aux.tp_snaplen = skb->len;
2028 aux.tp_mac = 0;
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002029 aux.tp_net = skb_network_offset(skb);
Ben Greeara3bcc232011-06-01 06:49:10 +00002030 if (vlan_tx_tag_present(skb)) {
2031 aux.tp_vlan_tci = vlan_tx_tag_get(skb);
2032 aux.tp_status |= TP_STATUS_VLAN_VALID;
2033 } else {
2034 aux.tp_vlan_tci = 0;
2035 }
Eric Dumazet13fcb7b2011-06-06 22:42:06 -07002036 aux.tp_padding = 0;
Herbert Xuffbc6112007-02-04 23:33:10 -08002037 put_cmsg(msg, SOL_PACKET, PACKET_AUXDATA, sizeof(aux), &aux);
Herbert Xu8dc41942007-02-04 23:31:32 -08002038 }
2039
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040 /*
2041 * Free or return the buffer as appropriate. Again this
2042 * hides all the races and re-entrancy issues from us.
2043 */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002044 err = vnet_hdr_len + ((flags&MSG_TRUNC) ? skb->len : copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045
2046out_free:
2047 skb_free_datagram(sk, skb);
2048out:
2049 return err;
2050}
2051
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052static int packet_getname_spkt(struct socket *sock, struct sockaddr *uaddr,
2053 int *uaddr_len, int peer)
2054{
2055 struct net_device *dev;
2056 struct sock *sk = sock->sk;
2057
2058 if (peer)
2059 return -EOPNOTSUPP;
2060
2061 uaddr->sa_family = AF_PACKET;
Eric Dumazet654d1f82009-11-02 10:43:32 +01002062 rcu_read_lock();
2063 dev = dev_get_by_index_rcu(sock_net(sk), pkt_sk(sk)->ifindex);
2064 if (dev)
Vasiliy Kulikov67286642010-11-10 12:09:10 -08002065 strncpy(uaddr->sa_data, dev->name, 14);
Eric Dumazet654d1f82009-11-02 10:43:32 +01002066 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067 memset(uaddr->sa_data, 0, 14);
Eric Dumazet654d1f82009-11-02 10:43:32 +01002068 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069 *uaddr_len = sizeof(*uaddr);
2070
2071 return 0;
2072}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073
2074static int packet_getname(struct socket *sock, struct sockaddr *uaddr,
2075 int *uaddr_len, int peer)
2076{
2077 struct net_device *dev;
2078 struct sock *sk = sock->sk;
2079 struct packet_sock *po = pkt_sk(sk);
Cyrill Gorcunov13cfa972009-11-08 05:51:19 +00002080 DECLARE_SOCKADDR(struct sockaddr_ll *, sll, uaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081
2082 if (peer)
2083 return -EOPNOTSUPP;
2084
2085 sll->sll_family = AF_PACKET;
2086 sll->sll_ifindex = po->ifindex;
2087 sll->sll_protocol = po->num;
Vasiliy Kulikov67286642010-11-10 12:09:10 -08002088 sll->sll_pkttype = 0;
Eric Dumazet654d1f82009-11-02 10:43:32 +01002089 rcu_read_lock();
2090 dev = dev_get_by_index_rcu(sock_net(sk), po->ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091 if (dev) {
2092 sll->sll_hatype = dev->type;
2093 sll->sll_halen = dev->addr_len;
2094 memcpy(sll->sll_addr, dev->dev_addr, dev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 } else {
2096 sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */
2097 sll->sll_halen = 0;
2098 }
Eric Dumazet654d1f82009-11-02 10:43:32 +01002099 rcu_read_unlock();
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002100 *uaddr_len = offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101
2102 return 0;
2103}
2104
Wang Chen2aeb0b82008-07-14 20:49:46 -07002105static int packet_dev_mc(struct net_device *dev, struct packet_mclist *i,
2106 int what)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107{
2108 switch (i->type) {
2109 case PACKET_MR_MULTICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00002110 if (i->alen != dev->addr_len)
2111 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 if (what > 0)
Jiri Pirko22bedad32010-04-01 21:22:57 +00002113 return dev_mc_add(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 else
Jiri Pirko22bedad32010-04-01 21:22:57 +00002115 return dev_mc_del(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 break;
2117 case PACKET_MR_PROMISC:
Wang Chen2aeb0b82008-07-14 20:49:46 -07002118 return dev_set_promiscuity(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119 break;
2120 case PACKET_MR_ALLMULTI:
Wang Chen2aeb0b82008-07-14 20:49:46 -07002121 return dev_set_allmulti(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122 break;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002123 case PACKET_MR_UNICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00002124 if (i->alen != dev->addr_len)
2125 return -EINVAL;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002126 if (what > 0)
Jiri Pirkoa748ee22010-04-01 21:22:09 +00002127 return dev_uc_add(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002128 else
Jiri Pirkoa748ee22010-04-01 21:22:09 +00002129 return dev_uc_del(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002130 break;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002131 default:
2132 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 }
Wang Chen2aeb0b82008-07-14 20:49:46 -07002134 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135}
2136
2137static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what)
2138{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002139 for ( ; i; i = i->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 if (i->ifindex == dev->ifindex)
2141 packet_dev_mc(dev, i, what);
2142 }
2143}
2144
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002145static int packet_mc_add(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146{
2147 struct packet_sock *po = pkt_sk(sk);
2148 struct packet_mclist *ml, *i;
2149 struct net_device *dev;
2150 int err;
2151
2152 rtnl_lock();
2153
2154 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002155 dev = __dev_get_by_index(sock_net(sk), mreq->mr_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156 if (!dev)
2157 goto done;
2158
2159 err = -EINVAL;
Jiri Pirko11625632010-03-02 20:40:01 +00002160 if (mreq->mr_alen > dev->addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161 goto done;
2162
2163 err = -ENOBUFS;
Kris Katterjohn8b3a7002006-01-11 15:56:43 -08002164 i = kmalloc(sizeof(*i), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165 if (i == NULL)
2166 goto done;
2167
2168 err = 0;
2169 for (ml = po->mclist; ml; ml = ml->next) {
2170 if (ml->ifindex == mreq->mr_ifindex &&
2171 ml->type == mreq->mr_type &&
2172 ml->alen == mreq->mr_alen &&
2173 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
2174 ml->count++;
2175 /* Free the new element ... */
2176 kfree(i);
2177 goto done;
2178 }
2179 }
2180
2181 i->type = mreq->mr_type;
2182 i->ifindex = mreq->mr_ifindex;
2183 i->alen = mreq->mr_alen;
2184 memcpy(i->addr, mreq->mr_address, i->alen);
2185 i->count = 1;
2186 i->next = po->mclist;
2187 po->mclist = i;
Wang Chen2aeb0b82008-07-14 20:49:46 -07002188 err = packet_dev_mc(dev, i, 1);
2189 if (err) {
2190 po->mclist = i->next;
2191 kfree(i);
2192 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193
2194done:
2195 rtnl_unlock();
2196 return err;
2197}
2198
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002199static int packet_mc_drop(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200{
2201 struct packet_mclist *ml, **mlp;
2202
2203 rtnl_lock();
2204
2205 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) {
2206 if (ml->ifindex == mreq->mr_ifindex &&
2207 ml->type == mreq->mr_type &&
2208 ml->alen == mreq->mr_alen &&
2209 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
2210 if (--ml->count == 0) {
2211 struct net_device *dev;
2212 *mlp = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00002213 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
2214 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216 kfree(ml);
2217 }
2218 rtnl_unlock();
2219 return 0;
2220 }
2221 }
2222 rtnl_unlock();
2223 return -EADDRNOTAVAIL;
2224}
2225
2226static void packet_flush_mclist(struct sock *sk)
2227{
2228 struct packet_sock *po = pkt_sk(sk);
2229 struct packet_mclist *ml;
2230
2231 if (!po->mclist)
2232 return;
2233
2234 rtnl_lock();
2235 while ((ml = po->mclist) != NULL) {
2236 struct net_device *dev;
2237
2238 po->mclist = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00002239 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
2240 if (dev != NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242 kfree(ml);
2243 }
2244 rtnl_unlock();
2245}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246
2247static int
David S. Millerb7058842009-09-30 16:12:20 -07002248packet_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249{
2250 struct sock *sk = sock->sk;
Herbert Xu8dc41942007-02-04 23:31:32 -08002251 struct packet_sock *po = pkt_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252 int ret;
2253
2254 if (level != SOL_PACKET)
2255 return -ENOPROTOOPT;
2256
Johann Baudy69e3c752009-05-18 22:11:22 -07002257 switch (optname) {
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002258 case PACKET_ADD_MEMBERSHIP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259 case PACKET_DROP_MEMBERSHIP:
2260 {
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002261 struct packet_mreq_max mreq;
2262 int len = optlen;
2263 memset(&mreq, 0, sizeof(mreq));
2264 if (len < sizeof(struct packet_mreq))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 return -EINVAL;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002266 if (len > sizeof(mreq))
2267 len = sizeof(mreq);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002268 if (copy_from_user(&mreq, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 return -EFAULT;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002270 if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
2271 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272 if (optname == PACKET_ADD_MEMBERSHIP)
2273 ret = packet_mc_add(sk, &mreq);
2274 else
2275 ret = packet_mc_drop(sk, &mreq);
2276 return ret;
2277 }
David S. Millera2efcfa2007-05-29 13:12:50 -07002278
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279 case PACKET_RX_RING:
Johann Baudy69e3c752009-05-18 22:11:22 -07002280 case PACKET_TX_RING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281 {
2282 struct tpacket_req req;
2283
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002284 if (optlen < sizeof(req))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 return -EINVAL;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002286 if (pkt_sk(sk)->has_vnet_hdr)
2287 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002288 if (copy_from_user(&req, optval, sizeof(req)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002289 return -EFAULT;
Johann Baudy69e3c752009-05-18 22:11:22 -07002290 return packet_set_ring(sk, &req, 0, optname == PACKET_TX_RING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291 }
2292 case PACKET_COPY_THRESH:
2293 {
2294 int val;
2295
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002296 if (optlen != sizeof(val))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002298 if (copy_from_user(&val, optval, sizeof(val)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299 return -EFAULT;
2300
2301 pkt_sk(sk)->copy_thresh = val;
2302 return 0;
2303 }
Patrick McHardybbd6ef82008-07-14 22:50:15 -07002304 case PACKET_VERSION:
2305 {
2306 int val;
2307
2308 if (optlen != sizeof(val))
2309 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07002310 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardybbd6ef82008-07-14 22:50:15 -07002311 return -EBUSY;
2312 if (copy_from_user(&val, optval, sizeof(val)))
2313 return -EFAULT;
2314 switch (val) {
2315 case TPACKET_V1:
2316 case TPACKET_V2:
2317 po->tp_version = val;
2318 return 0;
2319 default:
2320 return -EINVAL;
2321 }
2322 }
Patrick McHardy8913336a2008-07-18 18:05:19 -07002323 case PACKET_RESERVE:
2324 {
2325 unsigned int val;
2326
2327 if (optlen != sizeof(val))
2328 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07002329 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardy8913336a2008-07-18 18:05:19 -07002330 return -EBUSY;
2331 if (copy_from_user(&val, optval, sizeof(val)))
2332 return -EFAULT;
2333 po->tp_reserve = val;
2334 return 0;
2335 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002336 case PACKET_LOSS:
2337 {
2338 unsigned int val;
2339
2340 if (optlen != sizeof(val))
2341 return -EINVAL;
2342 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
2343 return -EBUSY;
2344 if (copy_from_user(&val, optval, sizeof(val)))
2345 return -EFAULT;
2346 po->tp_loss = !!val;
2347 return 0;
2348 }
Herbert Xu8dc41942007-02-04 23:31:32 -08002349 case PACKET_AUXDATA:
2350 {
2351 int val;
2352
2353 if (optlen < sizeof(val))
2354 return -EINVAL;
2355 if (copy_from_user(&val, optval, sizeof(val)))
2356 return -EFAULT;
2357
2358 po->auxdata = !!val;
2359 return 0;
2360 }
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07002361 case PACKET_ORIGDEV:
2362 {
2363 int val;
2364
2365 if (optlen < sizeof(val))
2366 return -EINVAL;
2367 if (copy_from_user(&val, optval, sizeof(val)))
2368 return -EFAULT;
2369
2370 po->origdev = !!val;
2371 return 0;
2372 }
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002373 case PACKET_VNET_HDR:
2374 {
2375 int val;
2376
2377 if (sock->type != SOCK_RAW)
2378 return -EINVAL;
2379 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
2380 return -EBUSY;
2381 if (optlen < sizeof(val))
2382 return -EINVAL;
2383 if (copy_from_user(&val, optval, sizeof(val)))
2384 return -EFAULT;
2385
2386 po->has_vnet_hdr = !!val;
2387 return 0;
2388 }
Scott McMillan614f60f2010-06-02 05:53:56 -07002389 case PACKET_TIMESTAMP:
2390 {
2391 int val;
2392
2393 if (optlen != sizeof(val))
2394 return -EINVAL;
2395 if (copy_from_user(&val, optval, sizeof(val)))
2396 return -EFAULT;
2397
2398 po->tp_tstamp = val;
2399 return 0;
2400 }
David S. Millerdc99f602011-07-05 01:45:05 -07002401 case PACKET_FANOUT:
2402 {
2403 int val;
2404
2405 if (optlen != sizeof(val))
2406 return -EINVAL;
2407 if (copy_from_user(&val, optval, sizeof(val)))
2408 return -EFAULT;
2409
2410 return fanout_add(sk, val & 0xffff, val >> 16);
2411 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 default:
2413 return -ENOPROTOOPT;
2414 }
2415}
2416
2417static int packet_getsockopt(struct socket *sock, int level, int optname,
2418 char __user *optval, int __user *optlen)
2419{
2420 int len;
Herbert Xu8dc41942007-02-04 23:31:32 -08002421 int val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 struct sock *sk = sock->sk;
2423 struct packet_sock *po = pkt_sk(sk);
Herbert Xu8dc41942007-02-04 23:31:32 -08002424 void *data;
2425 struct tpacket_stats st;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426
2427 if (level != SOL_PACKET)
2428 return -ENOPROTOOPT;
2429
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002430 if (get_user(len, optlen))
2431 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432
2433 if (len < 0)
2434 return -EINVAL;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002435
Johann Baudy69e3c752009-05-18 22:11:22 -07002436 switch (optname) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437 case PACKET_STATISTICS:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 if (len > sizeof(struct tpacket_stats))
2439 len = sizeof(struct tpacket_stats);
2440 spin_lock_bh(&sk->sk_receive_queue.lock);
2441 st = po->stats;
2442 memset(&po->stats, 0, sizeof(st));
2443 spin_unlock_bh(&sk->sk_receive_queue.lock);
2444 st.tp_packets += st.tp_drops;
2445
Herbert Xu8dc41942007-02-04 23:31:32 -08002446 data = &st;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447 break;
Herbert Xu8dc41942007-02-04 23:31:32 -08002448 case PACKET_AUXDATA:
2449 if (len > sizeof(int))
2450 len = sizeof(int);
2451 val = po->auxdata;
2452
2453 data = &val;
2454 break;
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07002455 case PACKET_ORIGDEV:
2456 if (len > sizeof(int))
2457 len = sizeof(int);
2458 val = po->origdev;
2459
2460 data = &val;
2461 break;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002462 case PACKET_VNET_HDR:
2463 if (len > sizeof(int))
2464 len = sizeof(int);
2465 val = po->has_vnet_hdr;
2466
2467 data = &val;
2468 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07002469 case PACKET_VERSION:
2470 if (len > sizeof(int))
2471 len = sizeof(int);
2472 val = po->tp_version;
2473 data = &val;
2474 break;
2475 case PACKET_HDRLEN:
2476 if (len > sizeof(int))
2477 len = sizeof(int);
2478 if (copy_from_user(&val, optval, len))
2479 return -EFAULT;
2480 switch (val) {
2481 case TPACKET_V1:
2482 val = sizeof(struct tpacket_hdr);
2483 break;
2484 case TPACKET_V2:
2485 val = sizeof(struct tpacket2_hdr);
2486 break;
2487 default:
2488 return -EINVAL;
2489 }
2490 data = &val;
2491 break;
Patrick McHardy8913336a2008-07-18 18:05:19 -07002492 case PACKET_RESERVE:
2493 if (len > sizeof(unsigned int))
2494 len = sizeof(unsigned int);
2495 val = po->tp_reserve;
2496 data = &val;
2497 break;
Johann Baudy69e3c752009-05-18 22:11:22 -07002498 case PACKET_LOSS:
2499 if (len > sizeof(unsigned int))
2500 len = sizeof(unsigned int);
2501 val = po->tp_loss;
2502 data = &val;
2503 break;
Scott McMillan614f60f2010-06-02 05:53:56 -07002504 case PACKET_TIMESTAMP:
2505 if (len > sizeof(int))
2506 len = sizeof(int);
2507 val = po->tp_tstamp;
2508 data = &val;
2509 break;
David S. Millerdc99f602011-07-05 01:45:05 -07002510 case PACKET_FANOUT:
2511 if (len > sizeof(int))
2512 len = sizeof(int);
2513 val = (po->fanout ?
2514 ((u32)po->fanout->id |
2515 ((u32)po->fanout->type << 16)) :
2516 0);
2517 data = &val;
2518 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 default:
2520 return -ENOPROTOOPT;
2521 }
2522
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002523 if (put_user(len, optlen))
2524 return -EFAULT;
Herbert Xu8dc41942007-02-04 23:31:32 -08002525 if (copy_to_user(optval, data, len))
2526 return -EFAULT;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002527 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528}
2529
2530
2531static int packet_notifier(struct notifier_block *this, unsigned long msg, void *data)
2532{
2533 struct sock *sk;
2534 struct hlist_node *node;
Jason Lunzad930652007-02-20 23:19:54 -08002535 struct net_device *dev = data;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002536 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537
stephen hemminger808f5112010-02-22 07:57:18 +00002538 rcu_read_lock();
2539 sk_for_each_rcu(sk, node, &net->packet.sklist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540 struct packet_sock *po = pkt_sk(sk);
2541
2542 switch (msg) {
2543 case NETDEV_UNREGISTER:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 if (po->mclist)
2545 packet_dev_mclist(dev, po->mclist, -1);
David S. Millera2efcfa2007-05-29 13:12:50 -07002546 /* fallthrough */
2547
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 case NETDEV_DOWN:
2549 if (dev->ifindex == po->ifindex) {
2550 spin_lock(&po->bind_lock);
2551 if (po->running) {
David S. Millerce06b032011-07-04 01:44:29 -07002552 __unregister_prot_hook(sk, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 sk->sk_err = ENETDOWN;
2554 if (!sock_flag(sk, SOCK_DEAD))
2555 sk->sk_error_report(sk);
2556 }
2557 if (msg == NETDEV_UNREGISTER) {
2558 po->ifindex = -1;
Ben Greear160ff182011-06-01 07:18:52 +00002559 if (po->prot_hook.dev)
2560 dev_put(po->prot_hook.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561 po->prot_hook.dev = NULL;
2562 }
2563 spin_unlock(&po->bind_lock);
2564 }
2565 break;
2566 case NETDEV_UP:
stephen hemminger808f5112010-02-22 07:57:18 +00002567 if (dev->ifindex == po->ifindex) {
2568 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07002569 if (po->num)
2570 register_prot_hook(sk);
stephen hemminger808f5112010-02-22 07:57:18 +00002571 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573 break;
2574 }
2575 }
stephen hemminger808f5112010-02-22 07:57:18 +00002576 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577 return NOTIFY_DONE;
2578}
2579
2580
2581static int packet_ioctl(struct socket *sock, unsigned int cmd,
2582 unsigned long arg)
2583{
2584 struct sock *sk = sock->sk;
2585
Johann Baudy69e3c752009-05-18 22:11:22 -07002586 switch (cmd) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002587 case SIOCOUTQ:
2588 {
2589 int amount = sk_wmem_alloc_get(sk);
Eric Dumazet31e6d362009-06-17 19:05:41 -07002590
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002591 return put_user(amount, (int __user *)arg);
2592 }
2593 case SIOCINQ:
2594 {
2595 struct sk_buff *skb;
2596 int amount = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002598 spin_lock_bh(&sk->sk_receive_queue.lock);
2599 skb = skb_peek(&sk->sk_receive_queue);
2600 if (skb)
2601 amount = skb->len;
2602 spin_unlock_bh(&sk->sk_receive_queue.lock);
2603 return put_user(amount, (int __user *)arg);
2604 }
2605 case SIOCGSTAMP:
2606 return sock_get_timestamp(sk, (struct timeval __user *)arg);
2607 case SIOCGSTAMPNS:
2608 return sock_get_timestampns(sk, (struct timespec __user *)arg);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002609
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610#ifdef CONFIG_INET
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002611 case SIOCADDRT:
2612 case SIOCDELRT:
2613 case SIOCDARP:
2614 case SIOCGARP:
2615 case SIOCSARP:
2616 case SIOCGIFADDR:
2617 case SIOCSIFADDR:
2618 case SIOCGIFBRDADDR:
2619 case SIOCSIFBRDADDR:
2620 case SIOCGIFNETMASK:
2621 case SIOCSIFNETMASK:
2622 case SIOCGIFDSTADDR:
2623 case SIOCSIFDSTADDR:
2624 case SIOCSIFFLAGS:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002625 return inet_dgram_ops.ioctl(sock, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626#endif
2627
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002628 default:
2629 return -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 }
2631 return 0;
2632}
2633
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002634static unsigned int packet_poll(struct file *file, struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635 poll_table *wait)
2636{
2637 struct sock *sk = sock->sk;
2638 struct packet_sock *po = pkt_sk(sk);
2639 unsigned int mask = datagram_poll(file, sock, wait);
2640
2641 spin_lock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07002642 if (po->rx_ring.pg_vec) {
2643 if (!packet_previous_frame(po, &po->rx_ring, TP_STATUS_KERNEL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 mask |= POLLIN | POLLRDNORM;
2645 }
2646 spin_unlock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07002647 spin_lock_bh(&sk->sk_write_queue.lock);
2648 if (po->tx_ring.pg_vec) {
2649 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE))
2650 mask |= POLLOUT | POLLWRNORM;
2651 }
2652 spin_unlock_bh(&sk->sk_write_queue.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002653 return mask;
2654}
2655
2656
2657/* Dirty? Well, I still did not learn better way to account
2658 * for user mmaps.
2659 */
2660
2661static void packet_mm_open(struct vm_area_struct *vma)
2662{
2663 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002664 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002666
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667 if (sk)
2668 atomic_inc(&pkt_sk(sk)->mapped);
2669}
2670
2671static void packet_mm_close(struct vm_area_struct *vma)
2672{
2673 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002674 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002676
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 if (sk)
2678 atomic_dec(&pkt_sk(sk)->mapped);
2679}
2680
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04002681static const struct vm_operations_struct packet_mmap_ops = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002682 .open = packet_mm_open,
2683 .close = packet_mm_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684};
2685
Neil Horman0e3125c2010-11-16 10:26:47 -08002686static void free_pg_vec(struct pgv *pg_vec, unsigned int order,
2687 unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688{
2689 int i;
2690
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002691 for (i = 0; i < len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08002692 if (likely(pg_vec[i].buffer)) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00002693 if (is_vmalloc_addr(pg_vec[i].buffer))
Neil Horman0e3125c2010-11-16 10:26:47 -08002694 vfree(pg_vec[i].buffer);
2695 else
2696 free_pages((unsigned long)pg_vec[i].buffer,
2697 order);
2698 pg_vec[i].buffer = NULL;
2699 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 }
2701 kfree(pg_vec);
2702}
2703
Changli Gaoc56b4d92010-12-01 02:52:57 +00002704static inline char *alloc_one_pg_vec_page(unsigned long order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002705{
Neil Horman0e3125c2010-11-16 10:26:47 -08002706 char *buffer = NULL;
2707 gfp_t gfp_flags = GFP_KERNEL | __GFP_COMP |
2708 __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY;
Eric Dumazet719bfea2009-04-15 03:39:52 -07002709
Neil Horman0e3125c2010-11-16 10:26:47 -08002710 buffer = (char *) __get_free_pages(gfp_flags, order);
2711
2712 if (buffer)
2713 return buffer;
2714
2715 /*
2716 * __get_free_pages failed, fall back to vmalloc
2717 */
Eric Dumazetbbce5a52010-11-20 07:31:54 +00002718 buffer = vzalloc((1 << order) * PAGE_SIZE);
Neil Horman0e3125c2010-11-16 10:26:47 -08002719
2720 if (buffer)
2721 return buffer;
2722
2723 /*
2724 * vmalloc failed, lets dig into swap here
2725 */
Neil Horman0e3125c2010-11-16 10:26:47 -08002726 gfp_flags &= ~__GFP_NORETRY;
2727 buffer = (char *)__get_free_pages(gfp_flags, order);
2728 if (buffer)
2729 return buffer;
2730
2731 /*
2732 * complete and utter failure
2733 */
2734 return NULL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002735}
2736
Neil Horman0e3125c2010-11-16 10:26:47 -08002737static struct pgv *alloc_pg_vec(struct tpacket_req *req, int order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002738{
2739 unsigned int block_nr = req->tp_block_nr;
Neil Horman0e3125c2010-11-16 10:26:47 -08002740 struct pgv *pg_vec;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002741 int i;
2742
Neil Horman0e3125c2010-11-16 10:26:47 -08002743 pg_vec = kcalloc(block_nr, sizeof(struct pgv), GFP_KERNEL);
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002744 if (unlikely(!pg_vec))
2745 goto out;
2746
2747 for (i = 0; i < block_nr; i++) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00002748 pg_vec[i].buffer = alloc_one_pg_vec_page(order);
Neil Horman0e3125c2010-11-16 10:26:47 -08002749 if (unlikely(!pg_vec[i].buffer))
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002750 goto out_free_pgvec;
2751 }
2752
2753out:
2754 return pg_vec;
2755
2756out_free_pgvec:
2757 free_pg_vec(pg_vec, order, block_nr);
2758 pg_vec = NULL;
2759 goto out;
2760}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761
Johann Baudy69e3c752009-05-18 22:11:22 -07002762static int packet_set_ring(struct sock *sk, struct tpacket_req *req,
2763 int closing, int tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764{
Neil Horman0e3125c2010-11-16 10:26:47 -08002765 struct pgv *pg_vec = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766 struct packet_sock *po = pkt_sk(sk);
Al Viro0e11c912006-11-08 00:26:29 -08002767 int was_running, order = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07002768 struct packet_ring_buffer *rb;
2769 struct sk_buff_head *rb_queue;
Al Viro0e11c912006-11-08 00:26:29 -08002770 __be16 num;
Johann Baudy69e3c752009-05-18 22:11:22 -07002771 int err;
2772
2773 rb = tx_ring ? &po->tx_ring : &po->rx_ring;
2774 rb_queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue;
2775
2776 err = -EBUSY;
2777 if (!closing) {
2778 if (atomic_read(&po->mapped))
2779 goto out;
2780 if (atomic_read(&rb->pending))
2781 goto out;
2782 }
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002783
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784 if (req->tp_block_nr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785 /* Sanity tests and some calculations */
Johann Baudy69e3c752009-05-18 22:11:22 -07002786 err = -EBUSY;
2787 if (unlikely(rb->pg_vec))
2788 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789
Patrick McHardybbd6ef82008-07-14 22:50:15 -07002790 switch (po->tp_version) {
2791 case TPACKET_V1:
2792 po->tp_hdrlen = TPACKET_HDRLEN;
2793 break;
2794 case TPACKET_V2:
2795 po->tp_hdrlen = TPACKET2_HDRLEN;
2796 break;
2797 }
2798
Johann Baudy69e3c752009-05-18 22:11:22 -07002799 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002800 if (unlikely((int)req->tp_block_size <= 0))
Johann Baudy69e3c752009-05-18 22:11:22 -07002801 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002802 if (unlikely(req->tp_block_size & (PAGE_SIZE - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07002803 goto out;
Patrick McHardy8913336a2008-07-18 18:05:19 -07002804 if (unlikely(req->tp_frame_size < po->tp_hdrlen +
Johann Baudy69e3c752009-05-18 22:11:22 -07002805 po->tp_reserve))
2806 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002807 if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07002808 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809
Johann Baudy69e3c752009-05-18 22:11:22 -07002810 rb->frames_per_block = req->tp_block_size/req->tp_frame_size;
2811 if (unlikely(rb->frames_per_block <= 0))
2812 goto out;
2813 if (unlikely((rb->frames_per_block * req->tp_block_nr) !=
2814 req->tp_frame_nr))
2815 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816
2817 err = -ENOMEM;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002818 order = get_order(req->tp_block_size);
2819 pg_vec = alloc_pg_vec(req, order);
2820 if (unlikely(!pg_vec))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002822 }
2823 /* Done */
2824 else {
2825 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002826 if (unlikely(req->tp_frame_nr))
Johann Baudy69e3c752009-05-18 22:11:22 -07002827 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828 }
2829
2830 lock_sock(sk);
2831
2832 /* Detach socket from network */
2833 spin_lock(&po->bind_lock);
2834 was_running = po->running;
2835 num = po->num;
2836 if (was_running) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837 po->num = 0;
David S. Millerce06b032011-07-04 01:44:29 -07002838 __unregister_prot_hook(sk, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839 }
2840 spin_unlock(&po->bind_lock);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002841
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842 synchronize_net();
2843
2844 err = -EBUSY;
Herbert Xu905db442009-01-30 14:12:06 -08002845 mutex_lock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846 if (closing || atomic_read(&po->mapped) == 0) {
2847 err = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07002848 spin_lock_bh(&rb_queue->lock);
Changli Gaoc053fd92010-12-10 16:02:20 -08002849 swap(rb->pg_vec, pg_vec);
Johann Baudy69e3c752009-05-18 22:11:22 -07002850 rb->frame_max = (req->tp_frame_nr - 1);
2851 rb->head = 0;
2852 rb->frame_size = req->tp_frame_size;
2853 spin_unlock_bh(&rb_queue->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854
Changli Gaoc053fd92010-12-10 16:02:20 -08002855 swap(rb->pg_vec_order, order);
2856 swap(rb->pg_vec_len, req->tp_block_nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857
Johann Baudy69e3c752009-05-18 22:11:22 -07002858 rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE;
2859 po->prot_hook.func = (po->rx_ring.pg_vec) ?
2860 tpacket_rcv : packet_rcv;
2861 skb_queue_purge(rb_queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 if (atomic_read(&po->mapped))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002863 pr_err("packet_mmap: vma is busy: %d\n",
2864 atomic_read(&po->mapped));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 }
Herbert Xu905db442009-01-30 14:12:06 -08002866 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867
2868 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07002869 if (was_running) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870 po->num = num;
David S. Millerce06b032011-07-04 01:44:29 -07002871 register_prot_hook(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 }
2873 spin_unlock(&po->bind_lock);
2874
2875 release_sock(sk);
2876
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877 if (pg_vec)
2878 free_pg_vec(pg_vec, order, req->tp_block_nr);
2879out:
2880 return err;
2881}
2882
Johann Baudy69e3c752009-05-18 22:11:22 -07002883static int packet_mmap(struct file *file, struct socket *sock,
2884 struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885{
2886 struct sock *sk = sock->sk;
2887 struct packet_sock *po = pkt_sk(sk);
Johann Baudy69e3c752009-05-18 22:11:22 -07002888 unsigned long size, expected_size;
2889 struct packet_ring_buffer *rb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002890 unsigned long start;
2891 int err = -EINVAL;
2892 int i;
2893
2894 if (vma->vm_pgoff)
2895 return -EINVAL;
2896
Herbert Xu905db442009-01-30 14:12:06 -08002897 mutex_lock(&po->pg_vec_lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07002898
2899 expected_size = 0;
2900 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
2901 if (rb->pg_vec) {
2902 expected_size += rb->pg_vec_len
2903 * rb->pg_vec_pages
2904 * PAGE_SIZE;
2905 }
2906 }
2907
2908 if (expected_size == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002910
2911 size = vma->vm_end - vma->vm_start;
2912 if (size != expected_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913 goto out;
2914
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 start = vma->vm_start;
Johann Baudy69e3c752009-05-18 22:11:22 -07002916 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
2917 if (rb->pg_vec == NULL)
2918 continue;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002919
Johann Baudy69e3c752009-05-18 22:11:22 -07002920 for (i = 0; i < rb->pg_vec_len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08002921 struct page *page;
2922 void *kaddr = rb->pg_vec[i].buffer;
Johann Baudy69e3c752009-05-18 22:11:22 -07002923 int pg_num;
2924
Changli Gaoc56b4d92010-12-01 02:52:57 +00002925 for (pg_num = 0; pg_num < rb->pg_vec_pages; pg_num++) {
2926 page = pgv_to_page(kaddr);
Johann Baudy69e3c752009-05-18 22:11:22 -07002927 err = vm_insert_page(vma, start, page);
2928 if (unlikely(err))
2929 goto out;
2930 start += PAGE_SIZE;
Neil Horman0e3125c2010-11-16 10:26:47 -08002931 kaddr += PAGE_SIZE;
Johann Baudy69e3c752009-05-18 22:11:22 -07002932 }
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002933 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002935
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002936 atomic_inc(&po->mapped);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937 vma->vm_ops = &packet_mmap_ops;
2938 err = 0;
2939
2940out:
Herbert Xu905db442009-01-30 14:12:06 -08002941 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942 return err;
2943}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08002945static const struct proto_ops packet_ops_spkt = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946 .family = PF_PACKET,
2947 .owner = THIS_MODULE,
2948 .release = packet_release,
2949 .bind = packet_bind_spkt,
2950 .connect = sock_no_connect,
2951 .socketpair = sock_no_socketpair,
2952 .accept = sock_no_accept,
2953 .getname = packet_getname_spkt,
2954 .poll = datagram_poll,
2955 .ioctl = packet_ioctl,
2956 .listen = sock_no_listen,
2957 .shutdown = sock_no_shutdown,
2958 .setsockopt = sock_no_setsockopt,
2959 .getsockopt = sock_no_getsockopt,
2960 .sendmsg = packet_sendmsg_spkt,
2961 .recvmsg = packet_recvmsg,
2962 .mmap = sock_no_mmap,
2963 .sendpage = sock_no_sendpage,
2964};
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08002966static const struct proto_ops packet_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967 .family = PF_PACKET,
2968 .owner = THIS_MODULE,
2969 .release = packet_release,
2970 .bind = packet_bind,
2971 .connect = sock_no_connect,
2972 .socketpair = sock_no_socketpair,
2973 .accept = sock_no_accept,
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002974 .getname = packet_getname,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 .poll = packet_poll,
2976 .ioctl = packet_ioctl,
2977 .listen = sock_no_listen,
2978 .shutdown = sock_no_shutdown,
2979 .setsockopt = packet_setsockopt,
2980 .getsockopt = packet_getsockopt,
2981 .sendmsg = packet_sendmsg,
2982 .recvmsg = packet_recvmsg,
2983 .mmap = packet_mmap,
2984 .sendpage = sock_no_sendpage,
2985};
2986
Stephen Hemmingerec1b4cf2009-10-05 05:58:39 +00002987static const struct net_proto_family packet_family_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988 .family = PF_PACKET,
2989 .create = packet_create,
2990 .owner = THIS_MODULE,
2991};
2992
2993static struct notifier_block packet_netdev_notifier = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002994 .notifier_call = packet_notifier,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995};
2996
2997#ifdef CONFIG_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998
2999static void *packet_seq_start(struct seq_file *seq, loff_t *pos)
stephen hemminger808f5112010-02-22 07:57:18 +00003000 __acquires(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001{
Denis V. Luneve372c412007-11-19 22:31:54 -08003002 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00003003
3004 rcu_read_lock();
3005 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006}
3007
3008static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3009{
Herbert Xu1bf40952007-12-16 14:04:02 -08003010 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00003011 return seq_hlist_next_rcu(v, &net->packet.sklist, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012}
3013
3014static void packet_seq_stop(struct seq_file *seq, void *v)
stephen hemminger808f5112010-02-22 07:57:18 +00003015 __releases(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016{
stephen hemminger808f5112010-02-22 07:57:18 +00003017 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018}
3019
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003020static int packet_seq_show(struct seq_file *seq, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021{
3022 if (v == SEQ_START_TOKEN)
3023 seq_puts(seq, "sk RefCnt Type Proto Iface R Rmem User Inode\n");
3024 else {
Li Zefanb7ceabd2010-02-08 23:19:29 +00003025 struct sock *s = sk_entry(v);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003026 const struct packet_sock *po = pkt_sk(s);
3027
3028 seq_printf(seq,
Dan Rosenberg71338aa2011-05-23 12:17:35 +00003029 "%pK %-6d %-4d %04x %-5d %1d %-6u %-6u %-6lu\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030 s,
3031 atomic_read(&s->sk_refcnt),
3032 s->sk_type,
3033 ntohs(po->num),
3034 po->ifindex,
3035 po->running,
3036 atomic_read(&s->sk_rmem_alloc),
3037 sock_i_uid(s),
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003038 sock_i_ino(s));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 }
3040
3041 return 0;
3042}
3043
Philippe De Muyter56b3d972007-07-10 23:07:31 -07003044static const struct seq_operations packet_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045 .start = packet_seq_start,
3046 .next = packet_seq_next,
3047 .stop = packet_seq_stop,
3048 .show = packet_seq_show,
3049};
3050
3051static int packet_seq_open(struct inode *inode, struct file *file)
3052{
Denis V. Luneve372c412007-11-19 22:31:54 -08003053 return seq_open_net(inode, file, &packet_seq_ops,
3054 sizeof(struct seq_net_private));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055}
3056
Arjan van de Venda7071d2007-02-12 00:55:36 -08003057static const struct file_operations packet_seq_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 .owner = THIS_MODULE,
3059 .open = packet_seq_open,
3060 .read = seq_read,
3061 .llseek = seq_lseek,
Denis V. Luneve372c412007-11-19 22:31:54 -08003062 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063};
3064
3065#endif
3066
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003067static int __net_init packet_net_init(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003068{
stephen hemminger808f5112010-02-22 07:57:18 +00003069 spin_lock_init(&net->packet.sklist_lock);
Denis V. Lunev2aaef4e2007-12-11 04:19:54 -08003070 INIT_HLIST_HEAD(&net->packet.sklist);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003071
3072 if (!proc_net_fops_create(net, "packet", 0, &packet_seq_fops))
3073 return -ENOMEM;
3074
3075 return 0;
3076}
3077
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003078static void __net_exit packet_net_exit(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003079{
3080 proc_net_remove(net, "packet");
3081}
3082
3083static struct pernet_operations packet_net_ops = {
3084 .init = packet_net_init,
3085 .exit = packet_net_exit,
3086};
3087
3088
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089static void __exit packet_exit(void)
3090{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091 unregister_netdevice_notifier(&packet_netdev_notifier);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003092 unregister_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093 sock_unregister(PF_PACKET);
3094 proto_unregister(&packet_proto);
3095}
3096
3097static int __init packet_init(void)
3098{
3099 int rc = proto_register(&packet_proto, 0);
3100
3101 if (rc != 0)
3102 goto out;
3103
3104 sock_register(&packet_family_ops);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003105 register_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 register_netdevice_notifier(&packet_netdev_notifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107out:
3108 return rc;
3109}
3110
3111module_init(packet_init);
3112module_exit(packet_exit);
3113MODULE_LICENSE("GPL");
3114MODULE_ALIAS_NETPROTO(PF_PACKET);