blob: c3fc7b70a879fca41d1cf0170c10690273db8b45 [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 -0800167#define PGV_FROM_VMALLOC 1
168struct pgv {
169 char *buffer;
Neil Horman0e3125c2010-11-16 10:26:47 -0800170};
171
Johann Baudy69e3c752009-05-18 22:11:22 -0700172struct packet_ring_buffer {
Neil Horman0e3125c2010-11-16 10:26:47 -0800173 struct pgv *pg_vec;
Johann Baudy69e3c752009-05-18 22:11:22 -0700174 unsigned int head;
175 unsigned int frames_per_block;
176 unsigned int frame_size;
177 unsigned int frame_max;
178
179 unsigned int pg_vec_order;
180 unsigned int pg_vec_pages;
181 unsigned int pg_vec_len;
182
183 atomic_t pending;
184};
185
186struct packet_sock;
187static int tpacket_snd(struct packet_sock *po, struct msghdr *msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188
189static void packet_flush_mclist(struct sock *sk);
190
191struct packet_sock {
192 /* struct sock has to be the first member of packet_sock */
193 struct sock sk;
194 struct tpacket_stats stats;
Johann Baudy69e3c752009-05-18 22:11:22 -0700195 struct packet_ring_buffer rx_ring;
196 struct packet_ring_buffer tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 int copy_thresh;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 spinlock_t bind_lock;
Herbert Xu905db442009-01-30 14:12:06 -0800199 struct mutex pg_vec_lock;
Herbert Xu8dc41942007-02-04 23:31:32 -0800200 unsigned int running:1, /* prot_hook is attached*/
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -0700201 auxdata:1,
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -0800202 origdev:1,
203 has_vnet_hdr:1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 int ifindex; /* bound device */
Al Viro0e11c912006-11-08 00:26:29 -0800205 __be16 num;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 struct packet_mclist *mclist;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 atomic_t mapped;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700208 enum tpacket_versions tp_version;
209 unsigned int tp_hdrlen;
Patrick McHardy8913336a2008-07-18 18:05:19 -0700210 unsigned int tp_reserve;
Johann Baudy69e3c752009-05-18 22:11:22 -0700211 unsigned int tp_loss:1;
Scott McMillan614f60f2010-06-02 05:53:56 -0700212 unsigned int tp_tstamp;
Eric Dumazet94b05952009-10-16 04:02:20 +0000213 struct packet_type prot_hook ____cacheline_aligned_in_smp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214};
215
Herbert Xuffbc6112007-02-04 23:33:10 -0800216struct packet_skb_cb {
217 unsigned int origlen;
218 union {
219 struct sockaddr_pkt pkt;
220 struct sockaddr_ll ll;
221 } sa;
222};
223
224#define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb))
Herbert Xu8dc41942007-02-04 23:31:32 -0800225
Changli Gaof6dafa92010-12-07 04:26:16 +0000226static inline __pure struct page *pgv_to_page(void *addr)
Changli Gao0af55bb2010-12-01 02:52:20 +0000227{
228 if (is_vmalloc_addr(addr))
229 return vmalloc_to_page(addr);
230 return virt_to_page(addr);
231}
232
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700233static void __packet_set_status(struct packet_sock *po, void *frame, int status)
234{
235 union {
236 struct tpacket_hdr *h1;
237 struct tpacket2_hdr *h2;
238 void *raw;
239 } h;
240
241 h.raw = frame;
242 switch (po->tp_version) {
243 case TPACKET_V1:
244 h.h1->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000245 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700246 break;
247 case TPACKET_V2:
248 h.h2->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000249 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700250 break;
Johann Baudy69e3c752009-05-18 22:11:22 -0700251 default:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000252 pr_err("TPACKET version not supported\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700253 BUG();
254 }
255
256 smp_wmb();
257}
258
259static int __packet_get_status(struct packet_sock *po, void *frame)
260{
261 union {
262 struct tpacket_hdr *h1;
263 struct tpacket2_hdr *h2;
264 void *raw;
265 } h;
266
267 smp_rmb();
268
269 h.raw = frame;
270 switch (po->tp_version) {
271 case TPACKET_V1:
Changli Gao0af55bb2010-12-01 02:52:20 +0000272 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700273 return h.h1->tp_status;
274 case TPACKET_V2:
Changli Gao0af55bb2010-12-01 02:52:20 +0000275 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700276 return h.h2->tp_status;
277 default:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000278 pr_err("TPACKET version not supported\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700279 BUG();
280 return 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700281 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282}
Johann Baudy69e3c752009-05-18 22:11:22 -0700283
284static void *packet_lookup_frame(struct packet_sock *po,
285 struct packet_ring_buffer *rb,
286 unsigned int position,
287 int status)
288{
289 unsigned int pg_vec_pos, frame_offset;
290 union {
291 struct tpacket_hdr *h1;
292 struct tpacket2_hdr *h2;
293 void *raw;
294 } h;
295
296 pg_vec_pos = position / rb->frames_per_block;
297 frame_offset = position % rb->frames_per_block;
298
Neil Horman0e3125c2010-11-16 10:26:47 -0800299 h.raw = rb->pg_vec[pg_vec_pos].buffer +
300 (frame_offset * rb->frame_size);
Johann Baudy69e3c752009-05-18 22:11:22 -0700301
302 if (status != __packet_get_status(po, h.raw))
303 return NULL;
304
305 return h.raw;
306}
307
308static inline void *packet_current_frame(struct packet_sock *po,
309 struct packet_ring_buffer *rb,
310 int status)
311{
312 return packet_lookup_frame(po, rb, rb->head, status);
313}
314
315static inline void *packet_previous_frame(struct packet_sock *po,
316 struct packet_ring_buffer *rb,
317 int status)
318{
319 unsigned int previous = rb->head ? rb->head - 1 : rb->frame_max;
320 return packet_lookup_frame(po, rb, previous, status);
321}
322
323static inline void packet_increment_head(struct packet_ring_buffer *buff)
324{
325 buff->head = buff->head != buff->frame_max ? buff->head+1 : 0;
326}
327
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328static inline struct packet_sock *pkt_sk(struct sock *sk)
329{
330 return (struct packet_sock *)sk;
331}
332
333static void packet_sock_destruct(struct sock *sk)
334{
Richard Cochraned85b562010-04-07 22:41:28 +0000335 skb_queue_purge(&sk->sk_error_queue);
336
Ilpo Järvinen547b7922008-07-25 21:43:18 -0700337 WARN_ON(atomic_read(&sk->sk_rmem_alloc));
338 WARN_ON(atomic_read(&sk->sk_wmem_alloc));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339
340 if (!sock_flag(sk, SOCK_DEAD)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000341 pr_err("Attempt to release alive packet socket: %p\n", sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 return;
343 }
344
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -0800345 sk_refcnt_debug_dec(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346}
347
348
Eric Dumazet90ddc4f2005-12-22 12:49:22 -0800349static const struct proto_ops packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350
Eric Dumazet90ddc4f2005-12-22 12:49:22 -0800351static const struct proto_ops packet_ops_spkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000353static int packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev,
354 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355{
356 struct sock *sk;
357 struct sockaddr_pkt *spkt;
358
359 /*
360 * When we registered the protocol we saved the socket in the data
361 * field for just this event.
362 */
363
364 sk = pt->af_packet_priv;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900365
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366 /*
367 * Yank back the headers [hope the device set this
368 * right or kerboom...]
369 *
370 * Incoming packets have ll header pulled,
371 * push it back.
372 *
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700373 * For outgoing ones skb->data == skb_mac_header(skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 * so that this procedure is noop.
375 */
376
377 if (skb->pkt_type == PACKET_LOOPBACK)
378 goto out;
379
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800380 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -0800381 goto out;
382
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000383 skb = skb_share_check(skb, GFP_ATOMIC);
384 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 goto oom;
386
387 /* drop any routing info */
Eric Dumazetadf30902009-06-02 05:19:30 +0000388 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
Phil Oester84531c22005-07-12 11:57:52 -0700390 /* drop conntrack reference */
391 nf_reset(skb);
392
Herbert Xuffbc6112007-02-04 23:33:10 -0800393 spkt = &PACKET_SKB_CB(skb)->sa.pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700395 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396
397 /*
398 * The SOCK_PACKET socket receives _all_ frames.
399 */
400
401 spkt->spkt_family = dev->type;
402 strlcpy(spkt->spkt_device, dev->name, sizeof(spkt->spkt_device));
403 spkt->spkt_protocol = skb->protocol;
404
405 /*
406 * Charge the memory to the socket. This is done specifically
407 * to prevent sockets using all the memory up.
408 */
409
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000410 if (sock_queue_rcv_skb(sk, skb) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 return 0;
412
413out:
414 kfree_skb(skb);
415oom:
416 return 0;
417}
418
419
420/*
421 * Output a raw packet to a device layer. This bypasses all the other
422 * protocol layers and you must therefore supply it with a complete frame
423 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900424
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425static int packet_sendmsg_spkt(struct kiocb *iocb, struct socket *sock,
426 struct msghdr *msg, size_t len)
427{
428 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000429 struct sockaddr_pkt *saddr = (struct sockaddr_pkt *)msg->msg_name;
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000430 struct sk_buff *skb = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431 struct net_device *dev;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000432 __be16 proto = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 int err;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900434
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900436 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 */
438
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000439 if (saddr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440 if (msg->msg_namelen < sizeof(struct sockaddr))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000441 return -EINVAL;
442 if (msg->msg_namelen == sizeof(struct sockaddr_pkt))
443 proto = saddr->spkt_protocol;
444 } else
445 return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446
447 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900448 * Find the device first to size check it
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 */
450
451 saddr->spkt_device[13] = 0;
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000452retry:
Eric Dumazet654d1f82009-11-02 10:43:32 +0100453 rcu_read_lock();
454 dev = dev_get_by_name_rcu(sock_net(sk), saddr->spkt_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 err = -ENODEV;
456 if (dev == NULL)
457 goto out_unlock;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900458
David S. Millerd5e76b02007-01-25 19:30:36 -0800459 err = -ENETDOWN;
460 if (!(dev->flags & IFF_UP))
461 goto out_unlock;
462
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 /*
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000464 * You may not queue a frame bigger than the mtu. This is the lowest level
465 * raw protocol and you must do your own fragmentation at this level.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900467
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 err = -EMSGSIZE;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -0800469 if (len > dev->mtu + dev->hard_header_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 goto out_unlock;
471
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000472 if (!skb) {
473 size_t reserved = LL_RESERVED_SPACE(dev);
474 unsigned int hhlen = dev->header_ops ? dev->hard_header_len : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000476 rcu_read_unlock();
477 skb = sock_wmalloc(sk, len + reserved, 0, GFP_KERNEL);
478 if (skb == NULL)
479 return -ENOBUFS;
480 /* FIXME: Save some space for broken drivers that write a hard
481 * header at transmission time by themselves. PPP is the notable
482 * one here. This should really be fixed at the driver level.
483 */
484 skb_reserve(skb, reserved);
485 skb_reset_network_header(skb);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900486
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000487 /* Try to align data part correctly */
488 if (hhlen) {
489 skb->data -= hhlen;
490 skb->tail -= hhlen;
491 if (len < hhlen)
492 skb_reset_network_header(skb);
493 }
494 err = memcpy_fromiovec(skb_put(skb, len), msg->msg_iov, len);
495 if (err)
496 goto out_free;
497 goto retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 }
499
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501 skb->protocol = proto;
502 skb->dev = dev;
503 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +0000504 skb->mark = sk->sk_mark;
Oliver Hartkopp2244d072010-08-17 08:59:14 +0000505 err = sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Richard Cochraned85b562010-04-07 22:41:28 +0000506 if (err < 0)
507 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508
509 dev_queue_xmit(skb);
Eric Dumazet654d1f82009-11-02 10:43:32 +0100510 rcu_read_unlock();
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000511 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513out_unlock:
Eric Dumazet654d1f82009-11-02 10:43:32 +0100514 rcu_read_unlock();
Eric Dumazet1a35ca82009-12-15 05:47:03 +0000515out_free:
516 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 return err;
518}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519
Eric Dumazet62ab0812010-12-06 20:50:09 +0000520static inline unsigned int run_filter(const struct sk_buff *skb,
521 const struct sock *sk,
David S. Millerdbcb5852007-01-24 15:21:02 -0800522 unsigned int res)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523{
524 struct sk_filter *filter;
525
Eric Dumazet80f8f102011-01-18 07:46:52 +0000526 rcu_read_lock();
527 filter = rcu_dereference(sk->sk_filter);
David S. Millerdbcb5852007-01-24 15:21:02 -0800528 if (filter != NULL)
Eric Dumazet93aaae22010-11-19 09:49:59 -0800529 res = sk_run_filter(skb, filter->insns);
Eric Dumazet80f8f102011-01-18 07:46:52 +0000530 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531
David S. Millerdbcb5852007-01-24 15:21:02 -0800532 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533}
534
535/*
Eric Dumazet62ab0812010-12-06 20:50:09 +0000536 * This function makes lazy skb cloning in hope that most of packets
537 * are discarded by BPF.
538 *
539 * Note tricky part: we DO mangle shared skb! skb->data, skb->len
540 * and skb->cb are mangled. It works because (and until) packets
541 * falling here are owned by current CPU. Output packets are cloned
542 * by dev_queue_xmit_nit(), input packets are processed by net_bh
543 * sequencially, so that if we return skb to original state on exit,
544 * we will not harm anyone.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545 */
546
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000547static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
548 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549{
550 struct sock *sk;
551 struct sockaddr_ll *sll;
552 struct packet_sock *po;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000553 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -0800555 unsigned int snaplen, res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556
557 if (skb->pkt_type == PACKET_LOOPBACK)
558 goto drop;
559
560 sk = pt->af_packet_priv;
561 po = pkt_sk(sk);
562
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800563 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -0800564 goto drop;
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 skb->dev = dev;
567
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -0700568 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 /* The device has an explicit notion of ll header,
Eric Dumazet62ab0812010-12-06 20:50:09 +0000570 * exported to higher levels.
571 *
572 * Otherwise, the device hides details of its frame
573 * structure, so that corresponding packet head is
574 * never delivered to user.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 */
576 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700577 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 else if (skb->pkt_type == PACKET_OUTGOING) {
579 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -0300580 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 }
582 }
583
584 snaplen = skb->len;
585
David S. Millerdbcb5852007-01-24 15:21:02 -0800586 res = run_filter(skb, sk, snaplen);
587 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -0700588 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -0800589 if (snaplen > res)
590 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591
592 if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >=
593 (unsigned)sk->sk_rcvbuf)
594 goto drop_n_acct;
595
596 if (skb_shared(skb)) {
597 struct sk_buff *nskb = skb_clone(skb, GFP_ATOMIC);
598 if (nskb == NULL)
599 goto drop_n_acct;
600
601 if (skb_head != skb->data) {
602 skb->data = skb_head;
603 skb->len = skb_len;
604 }
605 kfree_skb(skb);
606 skb = nskb;
607 }
608
Herbert Xuffbc6112007-02-04 23:33:10 -0800609 BUILD_BUG_ON(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8 >
610 sizeof(skb->cb));
611
612 sll = &PACKET_SKB_CB(skb)->sa.ll;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 sll->sll_family = AF_PACKET;
614 sll->sll_hatype = dev->type;
615 sll->sll_protocol = skb->protocol;
616 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -0800617 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -0700618 sll->sll_ifindex = orig_dev->ifindex;
619 else
620 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621
Stephen Hemmingerb95cce32007-09-26 22:13:38 -0700622 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623
Herbert Xuffbc6112007-02-04 23:33:10 -0800624 PACKET_SKB_CB(skb)->origlen = skb->len;
Herbert Xu8dc41942007-02-04 23:31:32 -0800625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 if (pskb_trim(skb, snaplen))
627 goto drop_n_acct;
628
629 skb_set_owner_r(skb, sk);
630 skb->dev = NULL;
Eric Dumazetadf30902009-06-02 05:19:30 +0000631 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632
Phil Oester84531c22005-07-12 11:57:52 -0700633 /* drop conntrack reference */
634 nf_reset(skb);
635
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 spin_lock(&sk->sk_receive_queue.lock);
637 po->stats.tp_packets++;
Neil Horman3b885782009-10-12 13:26:31 -0700638 skb->dropcount = atomic_read(&sk->sk_drops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 __skb_queue_tail(&sk->sk_receive_queue, skb);
640 spin_unlock(&sk->sk_receive_queue.lock);
641 sk->sk_data_ready(sk, skb->len);
642 return 0;
643
644drop_n_acct:
Neil Horman3b885782009-10-12 13:26:31 -0700645 po->stats.tp_drops = atomic_inc_return(&sk->sk_drops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646
647drop_n_restore:
648 if (skb_head != skb->data && skb_shared(skb)) {
649 skb->data = skb_head;
650 skb->len = skb_len;
651 }
652drop:
Neil Hormanead2ceb2009-03-11 09:49:55 +0000653 consume_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 return 0;
655}
656
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000657static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
658 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659{
660 struct sock *sk;
661 struct packet_sock *po;
662 struct sockaddr_ll *sll;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700663 union {
664 struct tpacket_hdr *h1;
665 struct tpacket2_hdr *h2;
666 void *raw;
667 } h;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000668 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -0800670 unsigned int snaplen, res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 unsigned long status = TP_STATUS_LOSING|TP_STATUS_USER;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700672 unsigned short macoff, netoff, hdrlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 struct sk_buff *copy_skb = NULL;
Eric Dumazetb7aa0bf2007-04-19 16:16:32 -0700674 struct timeval tv;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700675 struct timespec ts;
Scott McMillan614f60f2010-06-02 05:53:56 -0700676 struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677
678 if (skb->pkt_type == PACKET_LOOPBACK)
679 goto drop;
680
681 sk = pt->af_packet_priv;
682 po = pkt_sk(sk);
683
Octavian Purdila09ad9bc2009-11-25 15:14:13 -0800684 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -0800685 goto drop;
686
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -0700687 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -0700689 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 else if (skb->pkt_type == PACKET_OUTGOING) {
691 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -0300692 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 }
694 }
695
Herbert Xu8dc41942007-02-04 23:31:32 -0800696 if (skb->ip_summed == CHECKSUM_PARTIAL)
697 status |= TP_STATUS_CSUMNOTREADY;
698
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 snaplen = skb->len;
700
David S. Millerdbcb5852007-01-24 15:21:02 -0800701 res = run_filter(skb, sk, snaplen);
702 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -0700703 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -0800704 if (snaplen > res)
705 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706
707 if (sk->sk_type == SOCK_DGRAM) {
Patrick McHardy8913336a2008-07-18 18:05:19 -0700708 macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 +
709 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 } else {
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -0300711 unsigned maclen = skb_network_offset(skb);
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700712 netoff = TPACKET_ALIGN(po->tp_hdrlen +
Patrick McHardy8913336a2008-07-18 18:05:19 -0700713 (maclen < 16 ? 16 : maclen)) +
714 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715 macoff = netoff - maclen;
716 }
717
Johann Baudy69e3c752009-05-18 22:11:22 -0700718 if (macoff + snaplen > po->rx_ring.frame_size) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 if (po->copy_thresh &&
720 atomic_read(&sk->sk_rmem_alloc) + skb->truesize <
721 (unsigned)sk->sk_rcvbuf) {
722 if (skb_shared(skb)) {
723 copy_skb = skb_clone(skb, GFP_ATOMIC);
724 } else {
725 copy_skb = skb_get(skb);
726 skb_head = skb->data;
727 }
728 if (copy_skb)
729 skb_set_owner_r(copy_skb, sk);
730 }
Johann Baudy69e3c752009-05-18 22:11:22 -0700731 snaplen = po->rx_ring.frame_size - macoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 if ((int)snaplen < 0)
733 snaplen = 0;
734 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735
736 spin_lock(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -0700737 h.raw = packet_current_frame(po, &po->rx_ring, TP_STATUS_KERNEL);
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700738 if (!h.raw)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 goto ring_is_full;
Johann Baudy69e3c752009-05-18 22:11:22 -0700740 packet_increment_head(&po->rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 po->stats.tp_packets++;
742 if (copy_skb) {
743 status |= TP_STATUS_COPY;
744 __skb_queue_tail(&sk->sk_receive_queue, copy_skb);
745 }
746 if (!po->stats.tp_drops)
747 status &= ~TP_STATUS_LOSING;
748 spin_unlock(&sk->sk_receive_queue.lock);
749
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700750 skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700752 switch (po->tp_version) {
753 case TPACKET_V1:
754 h.h1->tp_len = skb->len;
755 h.h1->tp_snaplen = snaplen;
756 h.h1->tp_mac = macoff;
757 h.h1->tp_net = netoff;
Scott McMillan614f60f2010-06-02 05:53:56 -0700758 if ((po->tp_tstamp & SOF_TIMESTAMPING_SYS_HARDWARE)
759 && shhwtstamps->syststamp.tv64)
760 tv = ktime_to_timeval(shhwtstamps->syststamp);
761 else if ((po->tp_tstamp & SOF_TIMESTAMPING_RAW_HARDWARE)
762 && shhwtstamps->hwtstamp.tv64)
763 tv = ktime_to_timeval(shhwtstamps->hwtstamp);
764 else if (skb->tstamp.tv64)
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700765 tv = ktime_to_timeval(skb->tstamp);
766 else
767 do_gettimeofday(&tv);
768 h.h1->tp_sec = tv.tv_sec;
769 h.h1->tp_usec = tv.tv_usec;
770 hdrlen = sizeof(*h.h1);
771 break;
772 case TPACKET_V2:
773 h.h2->tp_len = skb->len;
774 h.h2->tp_snaplen = snaplen;
775 h.h2->tp_mac = macoff;
776 h.h2->tp_net = netoff;
Scott McMillan614f60f2010-06-02 05:53:56 -0700777 if ((po->tp_tstamp & SOF_TIMESTAMPING_SYS_HARDWARE)
778 && shhwtstamps->syststamp.tv64)
779 ts = ktime_to_timespec(shhwtstamps->syststamp);
780 else if ((po->tp_tstamp & SOF_TIMESTAMPING_RAW_HARDWARE)
781 && shhwtstamps->hwtstamp.tv64)
782 ts = ktime_to_timespec(shhwtstamps->hwtstamp);
783 else if (skb->tstamp.tv64)
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700784 ts = ktime_to_timespec(skb->tstamp);
785 else
786 getnstimeofday(&ts);
787 h.h2->tp_sec = ts.tv_sec;
788 h.h2->tp_nsec = ts.tv_nsec;
Eric Dumazet05423b22009-10-26 18:40:35 -0700789 h.h2->tp_vlan_tci = vlan_tx_tag_get(skb);
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700790 hdrlen = sizeof(*h.h2);
791 break;
792 default:
793 BUG();
794 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700796 sll = h.raw + TPACKET_ALIGN(hdrlen);
Stephen Hemmingerb95cce32007-09-26 22:13:38 -0700797 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798 sll->sll_family = AF_PACKET;
799 sll->sll_hatype = dev->type;
800 sll->sll_protocol = skb->protocol;
801 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -0800802 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -0700803 sll->sll_ifindex = orig_dev->ifindex;
804 else
805 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700807 __packet_set_status(po, h.raw, status);
Ralf Baechlee16aa202006-12-07 00:11:33 -0800808 smp_mb();
Changli Gaof6dafa92010-12-07 04:26:16 +0000809#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 {
Changli Gao0af55bb2010-12-01 02:52:20 +0000811 u8 *start, *end;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812
Changli Gao0af55bb2010-12-01 02:52:20 +0000813 end = (u8 *)PAGE_ALIGN((unsigned long)h.raw + macoff + snaplen);
814 for (start = h.raw; start < end; start += PAGE_SIZE)
815 flush_dcache_page(pgv_to_page(start));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 }
Changli Gaof6dafa92010-12-07 04:26:16 +0000817#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818
819 sk->sk_data_ready(sk, 0);
820
821drop_n_restore:
822 if (skb_head != skb->data && skb_shared(skb)) {
823 skb->data = skb_head;
824 skb->len = skb_len;
825 }
826drop:
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +0900827 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 return 0;
829
830ring_is_full:
831 po->stats.tp_drops++;
832 spin_unlock(&sk->sk_receive_queue.lock);
833
834 sk->sk_data_ready(sk, 0);
Wei Yongjunacb5d752009-02-25 00:36:42 +0000835 kfree_skb(copy_skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836 goto drop_n_restore;
837}
838
Johann Baudy69e3c752009-05-18 22:11:22 -0700839static void tpacket_destruct_skb(struct sk_buff *skb)
840{
841 struct packet_sock *po = pkt_sk(skb->sk);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000842 void *ph;
Johann Baudy69e3c752009-05-18 22:11:22 -0700843
844 BUG_ON(skb == NULL);
845
846 if (likely(po->tx_ring.pg_vec)) {
847 ph = skb_shinfo(skb)->destructor_arg;
848 BUG_ON(__packet_get_status(po, ph) != TP_STATUS_SENDING);
849 BUG_ON(atomic_read(&po->tx_ring.pending) == 0);
850 atomic_dec(&po->tx_ring.pending);
851 __packet_set_status(po, ph, TP_STATUS_AVAILABLE);
852 }
853
854 sock_wfree(skb);
855}
856
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000857static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb,
858 void *frame, struct net_device *dev, int size_max,
859 __be16 proto, unsigned char *addr)
Johann Baudy69e3c752009-05-18 22:11:22 -0700860{
861 union {
862 struct tpacket_hdr *h1;
863 struct tpacket2_hdr *h2;
864 void *raw;
865 } ph;
866 int to_write, offset, len, tp_len, nr_frags, len_max;
867 struct socket *sock = po->sk.sk_socket;
868 struct page *page;
869 void *data;
870 int err;
871
872 ph.raw = frame;
873
874 skb->protocol = proto;
875 skb->dev = dev;
876 skb->priority = po->sk.sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +0000877 skb->mark = po->sk.sk_mark;
Johann Baudy69e3c752009-05-18 22:11:22 -0700878 skb_shinfo(skb)->destructor_arg = ph.raw;
879
880 switch (po->tp_version) {
881 case TPACKET_V2:
882 tp_len = ph.h2->tp_len;
883 break;
884 default:
885 tp_len = ph.h1->tp_len;
886 break;
887 }
888 if (unlikely(tp_len > size_max)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000889 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max);
Johann Baudy69e3c752009-05-18 22:11:22 -0700890 return -EMSGSIZE;
891 }
892
893 skb_reserve(skb, LL_RESERVED_SPACE(dev));
894 skb_reset_network_header(skb);
895
896 data = ph.raw + po->tp_hdrlen - sizeof(struct sockaddr_ll);
897 to_write = tp_len;
898
899 if (sock->type == SOCK_DGRAM) {
900 err = dev_hard_header(skb, dev, ntohs(proto), addr,
901 NULL, tp_len);
902 if (unlikely(err < 0))
903 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000904 } else if (dev->hard_header_len) {
Johann Baudy69e3c752009-05-18 22:11:22 -0700905 /* net device doesn't like empty head */
906 if (unlikely(tp_len <= dev->hard_header_len)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000907 pr_err("packet size is too short (%d < %d)\n",
908 tp_len, dev->hard_header_len);
Johann Baudy69e3c752009-05-18 22:11:22 -0700909 return -EINVAL;
910 }
911
912 skb_push(skb, dev->hard_header_len);
913 err = skb_store_bits(skb, 0, data,
914 dev->hard_header_len);
915 if (unlikely(err))
916 return err;
917
918 data += dev->hard_header_len;
919 to_write -= dev->hard_header_len;
920 }
921
922 err = -EFAULT;
Johann Baudy69e3c752009-05-18 22:11:22 -0700923 offset = offset_in_page(data);
924 len_max = PAGE_SIZE - offset;
925 len = ((to_write > len_max) ? len_max : to_write);
926
927 skb->data_len = to_write;
928 skb->len += to_write;
929 skb->truesize += to_write;
930 atomic_add(to_write, &po->sk.sk_wmem_alloc);
931
932 while (likely(to_write)) {
933 nr_frags = skb_shinfo(skb)->nr_frags;
934
935 if (unlikely(nr_frags >= MAX_SKB_FRAGS)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000936 pr_err("Packet exceed the number of skb frags(%lu)\n",
937 MAX_SKB_FRAGS);
Johann Baudy69e3c752009-05-18 22:11:22 -0700938 return -EFAULT;
939 }
940
Changli Gao0af55bb2010-12-01 02:52:20 +0000941 page = pgv_to_page(data);
942 data += len;
Johann Baudy69e3c752009-05-18 22:11:22 -0700943 flush_dcache_page(page);
944 get_page(page);
Changli Gao0af55bb2010-12-01 02:52:20 +0000945 skb_fill_page_desc(skb, nr_frags, page, offset, len);
Johann Baudy69e3c752009-05-18 22:11:22 -0700946 to_write -= len;
947 offset = 0;
948 len_max = PAGE_SIZE;
949 len = ((to_write > len_max) ? len_max : to_write);
950 }
951
952 return tp_len;
953}
954
955static int tpacket_snd(struct packet_sock *po, struct msghdr *msg)
956{
957 struct socket *sock;
958 struct sk_buff *skb;
959 struct net_device *dev;
960 __be16 proto;
961 int ifindex, err, reserve = 0;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000962 void *ph;
963 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Johann Baudy69e3c752009-05-18 22:11:22 -0700964 int tp_len, size_max;
965 unsigned char *addr;
966 int len_sum = 0;
967 int status = 0;
968
969 sock = po->sk.sk_socket;
970
971 mutex_lock(&po->pg_vec_lock);
972
973 err = -EBUSY;
974 if (saddr == NULL) {
975 ifindex = po->ifindex;
976 proto = po->num;
977 addr = NULL;
978 } else {
979 err = -EINVAL;
980 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
981 goto out;
982 if (msg->msg_namelen < (saddr->sll_halen
983 + offsetof(struct sockaddr_ll,
984 sll_addr)))
985 goto out;
986 ifindex = saddr->sll_ifindex;
987 proto = saddr->sll_protocol;
988 addr = saddr->sll_addr;
989 }
990
991 dev = dev_get_by_index(sock_net(&po->sk), ifindex);
992 err = -ENXIO;
993 if (unlikely(dev == NULL))
994 goto out;
995
996 reserve = dev->hard_header_len;
997
998 err = -ENETDOWN;
999 if (unlikely(!(dev->flags & IFF_UP)))
1000 goto out_put;
1001
1002 size_max = po->tx_ring.frame_size
Gabor Gombasb5dd8842009-10-29 03:19:11 -07001003 - (po->tp_hdrlen - sizeof(struct sockaddr_ll));
Johann Baudy69e3c752009-05-18 22:11:22 -07001004
1005 if (size_max > dev->mtu + reserve)
1006 size_max = dev->mtu + reserve;
1007
1008 do {
1009 ph = packet_current_frame(po, &po->tx_ring,
1010 TP_STATUS_SEND_REQUEST);
1011
1012 if (unlikely(ph == NULL)) {
1013 schedule();
1014 continue;
1015 }
1016
1017 status = TP_STATUS_SEND_REQUEST;
1018 skb = sock_alloc_send_skb(&po->sk,
1019 LL_ALLOCATED_SPACE(dev)
1020 + sizeof(struct sockaddr_ll),
1021 0, &err);
1022
1023 if (unlikely(skb == NULL))
1024 goto out_status;
1025
1026 tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto,
1027 addr);
1028
1029 if (unlikely(tp_len < 0)) {
1030 if (po->tp_loss) {
1031 __packet_set_status(po, ph,
1032 TP_STATUS_AVAILABLE);
1033 packet_increment_head(&po->tx_ring);
1034 kfree_skb(skb);
1035 continue;
1036 } else {
1037 status = TP_STATUS_WRONG_FORMAT;
1038 err = tp_len;
1039 goto out_status;
1040 }
1041 }
1042
1043 skb->destructor = tpacket_destruct_skb;
1044 __packet_set_status(po, ph, TP_STATUS_SENDING);
1045 atomic_inc(&po->tx_ring.pending);
1046
1047 status = TP_STATUS_SEND_REQUEST;
1048 err = dev_queue_xmit(skb);
Jarek Poplawskieb70df12010-01-10 22:04:19 +00001049 if (unlikely(err > 0)) {
1050 err = net_xmit_errno(err);
1051 if (err && __packet_get_status(po, ph) ==
1052 TP_STATUS_AVAILABLE) {
1053 /* skb was destructed already */
1054 skb = NULL;
1055 goto out_status;
1056 }
1057 /*
1058 * skb was dropped but not destructed yet;
1059 * let's treat it like congestion or err < 0
1060 */
1061 err = 0;
1062 }
Johann Baudy69e3c752009-05-18 22:11:22 -07001063 packet_increment_head(&po->tx_ring);
1064 len_sum += tp_len;
Joe Perchesf64f9e72009-11-29 16:55:45 -08001065 } while (likely((ph != NULL) ||
1066 ((!(msg->msg_flags & MSG_DONTWAIT)) &&
1067 (atomic_read(&po->tx_ring.pending))))
1068 );
Johann Baudy69e3c752009-05-18 22:11:22 -07001069
1070 err = len_sum;
1071 goto out_put;
1072
Johann Baudy69e3c752009-05-18 22:11:22 -07001073out_status:
1074 __packet_set_status(po, ph, status);
1075 kfree_skb(skb);
1076out_put:
1077 dev_put(dev);
1078out:
1079 mutex_unlock(&po->pg_vec_lock);
1080 return err;
1081}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001083static inline struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad,
1084 size_t reserve, size_t len,
1085 size_t linear, int noblock,
1086 int *err)
1087{
1088 struct sk_buff *skb;
1089
1090 /* Under a page? Don't bother with paged skb. */
1091 if (prepad + len < PAGE_SIZE || !linear)
1092 linear = len;
1093
1094 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
1095 err);
1096 if (!skb)
1097 return NULL;
1098
1099 skb_reserve(skb, reserve);
1100 skb_put(skb, linear);
1101 skb->data_len = len - linear;
1102 skb->len += len - linear;
1103
1104 return skb;
1105}
1106
Johann Baudy69e3c752009-05-18 22:11:22 -07001107static int packet_snd(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 struct msghdr *msg, size_t len)
1109{
1110 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001111 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112 struct sk_buff *skb;
1113 struct net_device *dev;
Al Viro0e11c912006-11-08 00:26:29 -08001114 __be16 proto;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 unsigned char *addr;
1116 int ifindex, err, reserve = 0;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001117 struct virtio_net_hdr vnet_hdr = { 0 };
1118 int offset = 0;
1119 int vnet_hdr_len;
1120 struct packet_sock *po = pkt_sk(sk);
1121 unsigned short gso_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122
1123 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001124 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001126
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127 if (saddr == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128 ifindex = po->ifindex;
1129 proto = po->num;
1130 addr = NULL;
1131 } else {
1132 err = -EINVAL;
1133 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
1134 goto out;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001135 if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
1136 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 ifindex = saddr->sll_ifindex;
1138 proto = saddr->sll_protocol;
1139 addr = saddr->sll_addr;
1140 }
1141
1142
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001143 dev = dev_get_by_index(sock_net(sk), ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144 err = -ENXIO;
1145 if (dev == NULL)
1146 goto out_unlock;
1147 if (sock->type == SOCK_RAW)
1148 reserve = dev->hard_header_len;
1149
David S. Millerd5e76b02007-01-25 19:30:36 -08001150 err = -ENETDOWN;
1151 if (!(dev->flags & IFF_UP))
1152 goto out_unlock;
1153
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001154 if (po->has_vnet_hdr) {
1155 vnet_hdr_len = sizeof(vnet_hdr);
1156
1157 err = -EINVAL;
1158 if (len < vnet_hdr_len)
1159 goto out_unlock;
1160
1161 len -= vnet_hdr_len;
1162
1163 err = memcpy_fromiovec((void *)&vnet_hdr, msg->msg_iov,
1164 vnet_hdr_len);
1165 if (err < 0)
1166 goto out_unlock;
1167
1168 if ((vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) &&
1169 (vnet_hdr.csum_start + vnet_hdr.csum_offset + 2 >
1170 vnet_hdr.hdr_len))
1171 vnet_hdr.hdr_len = vnet_hdr.csum_start +
1172 vnet_hdr.csum_offset + 2;
1173
1174 err = -EINVAL;
1175 if (vnet_hdr.hdr_len > len)
1176 goto out_unlock;
1177
1178 if (vnet_hdr.gso_type != VIRTIO_NET_HDR_GSO_NONE) {
1179 switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
1180 case VIRTIO_NET_HDR_GSO_TCPV4:
1181 gso_type = SKB_GSO_TCPV4;
1182 break;
1183 case VIRTIO_NET_HDR_GSO_TCPV6:
1184 gso_type = SKB_GSO_TCPV6;
1185 break;
1186 case VIRTIO_NET_HDR_GSO_UDP:
1187 gso_type = SKB_GSO_UDP;
1188 break;
1189 default:
1190 goto out_unlock;
1191 }
1192
1193 if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN)
1194 gso_type |= SKB_GSO_TCP_ECN;
1195
1196 if (vnet_hdr.gso_size == 0)
1197 goto out_unlock;
1198
1199 }
1200 }
1201
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202 err = -EMSGSIZE;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001203 if (!gso_type && (len > dev->mtu+reserve))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 goto out_unlock;
1205
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001206 err = -ENOBUFS;
1207 skb = packet_alloc_skb(sk, LL_ALLOCATED_SPACE(dev),
1208 LL_RESERVED_SPACE(dev), len, vnet_hdr.hdr_len,
1209 msg->msg_flags & MSG_DONTWAIT, &err);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001210 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 goto out_unlock;
1212
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001213 skb_set_network_header(skb, reserve);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07001215 err = -EINVAL;
1216 if (sock->type == SOCK_DGRAM &&
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001217 (offset = dev_hard_header(skb, dev, ntohs(proto), addr, NULL, len)) < 0)
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07001218 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219
1220 /* Returns -EFAULT on error */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001221 err = skb_copy_datagram_from_iovec(skb, offset, msg->msg_iov, 0, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 if (err)
1223 goto out_free;
Oliver Hartkopp2244d072010-08-17 08:59:14 +00001224 err = sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Richard Cochraned85b562010-04-07 22:41:28 +00001225 if (err < 0)
1226 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227
1228 skb->protocol = proto;
1229 skb->dev = dev;
1230 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001231 skb->mark = sk->sk_mark;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001233 if (po->has_vnet_hdr) {
1234 if (vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) {
1235 if (!skb_partial_csum_set(skb, vnet_hdr.csum_start,
1236 vnet_hdr.csum_offset)) {
1237 err = -EINVAL;
1238 goto out_free;
1239 }
1240 }
1241
1242 skb_shinfo(skb)->gso_size = vnet_hdr.gso_size;
1243 skb_shinfo(skb)->gso_type = gso_type;
1244
1245 /* Header must be checked, and gso_segs computed. */
1246 skb_shinfo(skb)->gso_type |= SKB_GSO_DODGY;
1247 skb_shinfo(skb)->gso_segs = 0;
1248
1249 len += vnet_hdr_len;
1250 }
1251
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 /*
1253 * Now send it
1254 */
1255
1256 err = dev_queue_xmit(skb);
1257 if (err > 0 && (err = net_xmit_errno(err)) != 0)
1258 goto out_unlock;
1259
1260 dev_put(dev);
1261
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001262 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001263
1264out_free:
1265 kfree_skb(skb);
1266out_unlock:
1267 if (dev)
1268 dev_put(dev);
1269out:
1270 return err;
1271}
1272
Johann Baudy69e3c752009-05-18 22:11:22 -07001273static int packet_sendmsg(struct kiocb *iocb, struct socket *sock,
1274 struct msghdr *msg, size_t len)
1275{
Johann Baudy69e3c752009-05-18 22:11:22 -07001276 struct sock *sk = sock->sk;
1277 struct packet_sock *po = pkt_sk(sk);
1278 if (po->tx_ring.pg_vec)
1279 return tpacket_snd(po, msg);
1280 else
Johann Baudy69e3c752009-05-18 22:11:22 -07001281 return packet_snd(sock, msg, len);
1282}
1283
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284/*
1285 * Close a PACKET socket. This is fairly simple. We immediately go
1286 * to 'closed' state and remove our protocol entry in the device list.
1287 */
1288
1289static int packet_release(struct socket *sock)
1290{
1291 struct sock *sk = sock->sk;
1292 struct packet_sock *po;
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001293 struct net *net;
Johann Baudy69e3c752009-05-18 22:11:22 -07001294 struct tpacket_req req;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
1296 if (!sk)
1297 return 0;
1298
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001299 net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 po = pkt_sk(sk);
1301
stephen hemminger808f5112010-02-22 07:57:18 +00001302 spin_lock_bh(&net->packet.sklist_lock);
1303 sk_del_node_init_rcu(sk);
Eric Dumazet920de802008-11-24 00:09:29 -08001304 sock_prot_inuse_add(net, sk->sk_prot, -1);
stephen hemminger808f5112010-02-22 07:57:18 +00001305 spin_unlock_bh(&net->packet.sklist_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306
stephen hemminger808f5112010-02-22 07:57:18 +00001307 spin_lock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 if (po->running) {
1309 /*
stephen hemminger808f5112010-02-22 07:57:18 +00001310 * Remove from protocol table
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312 po->running = 0;
1313 po->num = 0;
stephen hemminger808f5112010-02-22 07:57:18 +00001314 __dev_remove_pack(&po->prot_hook);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 __sock_put(sk);
1316 }
stephen hemminger808f5112010-02-22 07:57:18 +00001317 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 packet_flush_mclist(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320
Johann Baudy69e3c752009-05-18 22:11:22 -07001321 memset(&req, 0, sizeof(req));
1322
1323 if (po->rx_ring.pg_vec)
1324 packet_set_ring(sk, &req, 1, 0);
1325
1326 if (po->tx_ring.pg_vec)
1327 packet_set_ring(sk, &req, 1, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328
stephen hemminger808f5112010-02-22 07:57:18 +00001329 synchronize_net();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 /*
1331 * Now the socket is dead. No more input will appear.
1332 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333 sock_orphan(sk);
1334 sock->sk = NULL;
1335
1336 /* Purge queues */
1337
1338 skb_queue_purge(&sk->sk_receive_queue);
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08001339 sk_refcnt_debug_release(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340
1341 sock_put(sk);
1342 return 0;
1343}
1344
1345/*
1346 * Attach a packet hook.
1347 */
1348
Al Viro0e11c912006-11-08 00:26:29 -08001349static int packet_do_bind(struct sock *sk, struct net_device *dev, __be16 protocol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350{
1351 struct packet_sock *po = pkt_sk(sk);
1352 /*
1353 * Detach an existing hook if present.
1354 */
1355
1356 lock_sock(sk);
1357
1358 spin_lock(&po->bind_lock);
1359 if (po->running) {
1360 __sock_put(sk);
1361 po->running = 0;
1362 po->num = 0;
1363 spin_unlock(&po->bind_lock);
1364 dev_remove_pack(&po->prot_hook);
1365 spin_lock(&po->bind_lock);
1366 }
1367
1368 po->num = protocol;
1369 po->prot_hook.type = protocol;
1370 po->prot_hook.dev = dev;
1371
1372 po->ifindex = dev ? dev->ifindex : 0;
1373
1374 if (protocol == 0)
1375 goto out_unlock;
1376
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08001377 if (!dev || (dev->flags & IFF_UP)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 dev_add_pack(&po->prot_hook);
1379 sock_hold(sk);
1380 po->running = 1;
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08001381 } else {
1382 sk->sk_err = ENETDOWN;
1383 if (!sock_flag(sk, SOCK_DEAD))
1384 sk->sk_error_report(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 }
1386
1387out_unlock:
1388 spin_unlock(&po->bind_lock);
1389 release_sock(sk);
1390 return 0;
1391}
1392
1393/*
1394 * Bind a packet socket to a device
1395 */
1396
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001397static int packet_bind_spkt(struct socket *sock, struct sockaddr *uaddr,
1398 int addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001400 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401 char name[15];
1402 struct net_device *dev;
1403 int err = -ENODEV;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001404
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 /*
1406 * Check legality
1407 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001408
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08001409 if (addr_len != sizeof(struct sockaddr))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001411 strlcpy(name, uaddr->sa_data, sizeof(name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001413 dev = dev_get_by_name(sock_net(sk), name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414 if (dev) {
1415 err = packet_do_bind(sk, dev, pkt_sk(sk)->num);
1416 dev_put(dev);
1417 }
1418 return err;
1419}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420
1421static int packet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
1422{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001423 struct sockaddr_ll *sll = (struct sockaddr_ll *)uaddr;
1424 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425 struct net_device *dev = NULL;
1426 int err;
1427
1428
1429 /*
1430 * Check legality
1431 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001432
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433 if (addr_len < sizeof(struct sockaddr_ll))
1434 return -EINVAL;
1435 if (sll->sll_family != AF_PACKET)
1436 return -EINVAL;
1437
1438 if (sll->sll_ifindex) {
1439 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001440 dev = dev_get_by_index(sock_net(sk), sll->sll_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441 if (dev == NULL)
1442 goto out;
1443 }
1444 err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num);
1445 if (dev)
1446 dev_put(dev);
1447
1448out:
1449 return err;
1450}
1451
1452static struct proto packet_proto = {
1453 .name = "PACKET",
1454 .owner = THIS_MODULE,
1455 .obj_size = sizeof(struct packet_sock),
1456};
1457
1458/*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001459 * Create a packet of type SOCK_PACKET.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 */
1461
Eric Paris3f378b62009-11-05 22:18:14 -08001462static int packet_create(struct net *net, struct socket *sock, int protocol,
1463 int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464{
1465 struct sock *sk;
1466 struct packet_sock *po;
Al Viro0e11c912006-11-08 00:26:29 -08001467 __be16 proto = (__force __be16)protocol; /* weird, but documented */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468 int err;
1469
1470 if (!capable(CAP_NET_RAW))
1471 return -EPERM;
David S. Millerbe020972007-05-29 13:16:31 -07001472 if (sock->type != SOCK_DGRAM && sock->type != SOCK_RAW &&
1473 sock->type != SOCK_PACKET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 return -ESOCKTNOSUPPORT;
1475
1476 sock->state = SS_UNCONNECTED;
1477
1478 err = -ENOBUFS;
Pavel Emelyanov6257ff22007-11-01 00:39:31 -07001479 sk = sk_alloc(net, PF_PACKET, GFP_KERNEL, &packet_proto);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480 if (sk == NULL)
1481 goto out;
1482
1483 sock->ops = &packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484 if (sock->type == SOCK_PACKET)
1485 sock->ops = &packet_ops_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07001486
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 sock_init_data(sock, sk);
1488
1489 po = pkt_sk(sk);
1490 sk->sk_family = PF_PACKET;
Al Viro0e11c912006-11-08 00:26:29 -08001491 po->num = proto;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492
1493 sk->sk_destruct = packet_sock_destruct;
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08001494 sk_refcnt_debug_inc(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495
1496 /*
1497 * Attach a protocol block
1498 */
1499
1500 spin_lock_init(&po->bind_lock);
Herbert Xu905db442009-01-30 14:12:06 -08001501 mutex_init(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 po->prot_hook.func = packet_rcv;
David S. Millerbe020972007-05-29 13:16:31 -07001503
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 if (sock->type == SOCK_PACKET)
1505 po->prot_hook.func = packet_rcv_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07001506
Linus Torvalds1da177e2005-04-16 15:20:36 -07001507 po->prot_hook.af_packet_priv = sk;
1508
Al Viro0e11c912006-11-08 00:26:29 -08001509 if (proto) {
1510 po->prot_hook.type = proto;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511 dev_add_pack(&po->prot_hook);
1512 sock_hold(sk);
1513 po->running = 1;
1514 }
1515
stephen hemminger808f5112010-02-22 07:57:18 +00001516 spin_lock_bh(&net->packet.sklist_lock);
1517 sk_add_node_rcu(sk, &net->packet.sklist);
Eric Dumazet36804532008-11-19 14:25:35 -08001518 sock_prot_inuse_add(net, &packet_proto, 1);
stephen hemminger808f5112010-02-22 07:57:18 +00001519 spin_unlock_bh(&net->packet.sklist_lock);
1520
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001521 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522out:
1523 return err;
1524}
1525
Richard Cochraned85b562010-04-07 22:41:28 +00001526static int packet_recv_error(struct sock *sk, struct msghdr *msg, int len)
1527{
1528 struct sock_exterr_skb *serr;
1529 struct sk_buff *skb, *skb2;
1530 int copied, err;
1531
1532 err = -EAGAIN;
1533 skb = skb_dequeue(&sk->sk_error_queue);
1534 if (skb == NULL)
1535 goto out;
1536
1537 copied = skb->len;
1538 if (copied > len) {
1539 msg->msg_flags |= MSG_TRUNC;
1540 copied = len;
1541 }
1542 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
1543 if (err)
1544 goto out_free_skb;
1545
1546 sock_recv_timestamp(msg, sk, skb);
1547
1548 serr = SKB_EXT_ERR(skb);
1549 put_cmsg(msg, SOL_PACKET, PACKET_TX_TIMESTAMP,
1550 sizeof(serr->ee), &serr->ee);
1551
1552 msg->msg_flags |= MSG_ERRQUEUE;
1553 err = copied;
1554
1555 /* Reset and regenerate socket error */
1556 spin_lock_bh(&sk->sk_error_queue.lock);
1557 sk->sk_err = 0;
1558 if ((skb2 = skb_peek(&sk->sk_error_queue)) != NULL) {
1559 sk->sk_err = SKB_EXT_ERR(skb2)->ee.ee_errno;
1560 spin_unlock_bh(&sk->sk_error_queue.lock);
1561 sk->sk_error_report(sk);
1562 } else
1563 spin_unlock_bh(&sk->sk_error_queue.lock);
1564
1565out_free_skb:
1566 kfree_skb(skb);
1567out:
1568 return err;
1569}
1570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571/*
1572 * Pull a packet from our receive queue and hand it to the user.
1573 * If necessary we block.
1574 */
1575
1576static int packet_recvmsg(struct kiocb *iocb, struct socket *sock,
1577 struct msghdr *msg, size_t len, int flags)
1578{
1579 struct sock *sk = sock->sk;
1580 struct sk_buff *skb;
1581 int copied, err;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001582 struct sockaddr_ll *sll;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001583 int vnet_hdr_len = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584
1585 err = -EINVAL;
Richard Cochraned85b562010-04-07 22:41:28 +00001586 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001587 goto out;
1588
1589#if 0
1590 /* What error should we return now? EUNATTACH? */
1591 if (pkt_sk(sk)->ifindex < 0)
1592 return -ENODEV;
1593#endif
1594
Richard Cochraned85b562010-04-07 22:41:28 +00001595 if (flags & MSG_ERRQUEUE) {
1596 err = packet_recv_error(sk, msg, len);
1597 goto out;
1598 }
1599
Linus Torvalds1da177e2005-04-16 15:20:36 -07001600 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601 * Call the generic datagram receiver. This handles all sorts
1602 * of horrible races and re-entrancy so we can forget about it
1603 * in the protocol layers.
1604 *
1605 * Now it will return ENETDOWN, if device have just gone down,
1606 * but then it will block.
1607 */
1608
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001609 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610
1611 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001612 * An error occurred so return it. Because skb_recv_datagram()
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613 * handles the blocking we don't see and worry about blocking
1614 * retries.
1615 */
1616
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08001617 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618 goto out;
1619
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001620 if (pkt_sk(sk)->has_vnet_hdr) {
1621 struct virtio_net_hdr vnet_hdr = { 0 };
1622
1623 err = -EINVAL;
1624 vnet_hdr_len = sizeof(vnet_hdr);
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00001625 if (len < vnet_hdr_len)
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001626 goto out_free;
1627
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00001628 len -= vnet_hdr_len;
1629
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001630 if (skb_is_gso(skb)) {
1631 struct skb_shared_info *sinfo = skb_shinfo(skb);
1632
1633 /* This is a hint as to how much should be linear. */
1634 vnet_hdr.hdr_len = skb_headlen(skb);
1635 vnet_hdr.gso_size = sinfo->gso_size;
1636 if (sinfo->gso_type & SKB_GSO_TCPV4)
1637 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV4;
1638 else if (sinfo->gso_type & SKB_GSO_TCPV6)
1639 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV6;
1640 else if (sinfo->gso_type & SKB_GSO_UDP)
1641 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_UDP;
1642 else if (sinfo->gso_type & SKB_GSO_FCOE)
1643 goto out_free;
1644 else
1645 BUG();
1646 if (sinfo->gso_type & SKB_GSO_TCP_ECN)
1647 vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN;
1648 } else
1649 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_NONE;
1650
1651 if (skb->ip_summed == CHECKSUM_PARTIAL) {
1652 vnet_hdr.flags = VIRTIO_NET_HDR_F_NEEDS_CSUM;
Michał Mirosław55508d62010-12-14 15:24:08 +00001653 vnet_hdr.csum_start = skb_checksum_start_offset(skb);
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001654 vnet_hdr.csum_offset = skb->csum_offset;
1655 } /* else everything is zero */
1656
1657 err = memcpy_toiovec(msg->msg_iov, (void *)&vnet_hdr,
1658 vnet_hdr_len);
1659 if (err < 0)
1660 goto out_free;
1661 }
1662
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 /*
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001664 * If the address length field is there to be filled in, we fill
1665 * it in now.
1666 */
1667
Herbert Xuffbc6112007-02-04 23:33:10 -08001668 sll = &PACKET_SKB_CB(skb)->sa.ll;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001669 if (sock->type == SOCK_PACKET)
1670 msg->msg_namelen = sizeof(struct sockaddr_pkt);
1671 else
1672 msg->msg_namelen = sll->sll_halen + offsetof(struct sockaddr_ll, sll_addr);
1673
1674 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675 * You lose any data beyond the buffer you gave. If it worries a
1676 * user program they can ask the device for its MTU anyway.
1677 */
1678
1679 copied = skb->len;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001680 if (copied > len) {
1681 copied = len;
1682 msg->msg_flags |= MSG_TRUNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683 }
1684
1685 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
1686 if (err)
1687 goto out_free;
1688
Neil Horman3b885782009-10-12 13:26:31 -07001689 sock_recv_ts_and_drops(msg, sk, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690
1691 if (msg->msg_name)
Herbert Xuffbc6112007-02-04 23:33:10 -08001692 memcpy(msg->msg_name, &PACKET_SKB_CB(skb)->sa,
1693 msg->msg_namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694
Herbert Xu8dc41942007-02-04 23:31:32 -08001695 if (pkt_sk(sk)->auxdata) {
Herbert Xuffbc6112007-02-04 23:33:10 -08001696 struct tpacket_auxdata aux;
1697
1698 aux.tp_status = TP_STATUS_USER;
1699 if (skb->ip_summed == CHECKSUM_PARTIAL)
1700 aux.tp_status |= TP_STATUS_CSUMNOTREADY;
1701 aux.tp_len = PACKET_SKB_CB(skb)->origlen;
1702 aux.tp_snaplen = skb->len;
1703 aux.tp_mac = 0;
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001704 aux.tp_net = skb_network_offset(skb);
Eric Dumazet05423b22009-10-26 18:40:35 -07001705 aux.tp_vlan_tci = vlan_tx_tag_get(skb);
Herbert Xuffbc6112007-02-04 23:33:10 -08001706
1707 put_cmsg(msg, SOL_PACKET, PACKET_AUXDATA, sizeof(aux), &aux);
Herbert Xu8dc41942007-02-04 23:31:32 -08001708 }
1709
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710 /*
1711 * Free or return the buffer as appropriate. Again this
1712 * hides all the races and re-entrancy issues from us.
1713 */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001714 err = vnet_hdr_len + ((flags&MSG_TRUNC) ? skb->len : copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715
1716out_free:
1717 skb_free_datagram(sk, skb);
1718out:
1719 return err;
1720}
1721
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722static int packet_getname_spkt(struct socket *sock, struct sockaddr *uaddr,
1723 int *uaddr_len, int peer)
1724{
1725 struct net_device *dev;
1726 struct sock *sk = sock->sk;
1727
1728 if (peer)
1729 return -EOPNOTSUPP;
1730
1731 uaddr->sa_family = AF_PACKET;
Eric Dumazet654d1f82009-11-02 10:43:32 +01001732 rcu_read_lock();
1733 dev = dev_get_by_index_rcu(sock_net(sk), pkt_sk(sk)->ifindex);
1734 if (dev)
Vasiliy Kulikov67286642010-11-10 12:09:10 -08001735 strncpy(uaddr->sa_data, dev->name, 14);
Eric Dumazet654d1f82009-11-02 10:43:32 +01001736 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737 memset(uaddr->sa_data, 0, 14);
Eric Dumazet654d1f82009-11-02 10:43:32 +01001738 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739 *uaddr_len = sizeof(*uaddr);
1740
1741 return 0;
1742}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743
1744static int packet_getname(struct socket *sock, struct sockaddr *uaddr,
1745 int *uaddr_len, int peer)
1746{
1747 struct net_device *dev;
1748 struct sock *sk = sock->sk;
1749 struct packet_sock *po = pkt_sk(sk);
Cyrill Gorcunov13cfa972009-11-08 05:51:19 +00001750 DECLARE_SOCKADDR(struct sockaddr_ll *, sll, uaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751
1752 if (peer)
1753 return -EOPNOTSUPP;
1754
1755 sll->sll_family = AF_PACKET;
1756 sll->sll_ifindex = po->ifindex;
1757 sll->sll_protocol = po->num;
Vasiliy Kulikov67286642010-11-10 12:09:10 -08001758 sll->sll_pkttype = 0;
Eric Dumazet654d1f82009-11-02 10:43:32 +01001759 rcu_read_lock();
1760 dev = dev_get_by_index_rcu(sock_net(sk), po->ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761 if (dev) {
1762 sll->sll_hatype = dev->type;
1763 sll->sll_halen = dev->addr_len;
1764 memcpy(sll->sll_addr, dev->dev_addr, dev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 } else {
1766 sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */
1767 sll->sll_halen = 0;
1768 }
Eric Dumazet654d1f82009-11-02 10:43:32 +01001769 rcu_read_unlock();
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001770 *uaddr_len = offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001771
1772 return 0;
1773}
1774
Wang Chen2aeb0b82008-07-14 20:49:46 -07001775static int packet_dev_mc(struct net_device *dev, struct packet_mclist *i,
1776 int what)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777{
1778 switch (i->type) {
1779 case PACKET_MR_MULTICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00001780 if (i->alen != dev->addr_len)
1781 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782 if (what > 0)
Jiri Pirko22bedad32010-04-01 21:22:57 +00001783 return dev_mc_add(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784 else
Jiri Pirko22bedad32010-04-01 21:22:57 +00001785 return dev_mc_del(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786 break;
1787 case PACKET_MR_PROMISC:
Wang Chen2aeb0b82008-07-14 20:49:46 -07001788 return dev_set_promiscuity(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 break;
1790 case PACKET_MR_ALLMULTI:
Wang Chen2aeb0b82008-07-14 20:49:46 -07001791 return dev_set_allmulti(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 break;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00001793 case PACKET_MR_UNICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00001794 if (i->alen != dev->addr_len)
1795 return -EINVAL;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00001796 if (what > 0)
Jiri Pirkoa748ee22010-04-01 21:22:09 +00001797 return dev_uc_add(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00001798 else
Jiri Pirkoa748ee22010-04-01 21:22:09 +00001799 return dev_uc_del(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00001800 break;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001801 default:
1802 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 }
Wang Chen2aeb0b82008-07-14 20:49:46 -07001804 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805}
1806
1807static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what)
1808{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001809 for ( ; i; i = i->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 if (i->ifindex == dev->ifindex)
1811 packet_dev_mc(dev, i, what);
1812 }
1813}
1814
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001815static int packet_mc_add(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816{
1817 struct packet_sock *po = pkt_sk(sk);
1818 struct packet_mclist *ml, *i;
1819 struct net_device *dev;
1820 int err;
1821
1822 rtnl_lock();
1823
1824 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09001825 dev = __dev_get_by_index(sock_net(sk), mreq->mr_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 if (!dev)
1827 goto done;
1828
1829 err = -EINVAL;
Jiri Pirko11625632010-03-02 20:40:01 +00001830 if (mreq->mr_alen > dev->addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831 goto done;
1832
1833 err = -ENOBUFS;
Kris Katterjohn8b3a7002006-01-11 15:56:43 -08001834 i = kmalloc(sizeof(*i), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835 if (i == NULL)
1836 goto done;
1837
1838 err = 0;
1839 for (ml = po->mclist; ml; ml = ml->next) {
1840 if (ml->ifindex == mreq->mr_ifindex &&
1841 ml->type == mreq->mr_type &&
1842 ml->alen == mreq->mr_alen &&
1843 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
1844 ml->count++;
1845 /* Free the new element ... */
1846 kfree(i);
1847 goto done;
1848 }
1849 }
1850
1851 i->type = mreq->mr_type;
1852 i->ifindex = mreq->mr_ifindex;
1853 i->alen = mreq->mr_alen;
1854 memcpy(i->addr, mreq->mr_address, i->alen);
1855 i->count = 1;
1856 i->next = po->mclist;
1857 po->mclist = i;
Wang Chen2aeb0b82008-07-14 20:49:46 -07001858 err = packet_dev_mc(dev, i, 1);
1859 if (err) {
1860 po->mclist = i->next;
1861 kfree(i);
1862 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863
1864done:
1865 rtnl_unlock();
1866 return err;
1867}
1868
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001869static int packet_mc_drop(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870{
1871 struct packet_mclist *ml, **mlp;
1872
1873 rtnl_lock();
1874
1875 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) {
1876 if (ml->ifindex == mreq->mr_ifindex &&
1877 ml->type == mreq->mr_type &&
1878 ml->alen == mreq->mr_alen &&
1879 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
1880 if (--ml->count == 0) {
1881 struct net_device *dev;
1882 *mlp = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00001883 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
1884 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886 kfree(ml);
1887 }
1888 rtnl_unlock();
1889 return 0;
1890 }
1891 }
1892 rtnl_unlock();
1893 return -EADDRNOTAVAIL;
1894}
1895
1896static void packet_flush_mclist(struct sock *sk)
1897{
1898 struct packet_sock *po = pkt_sk(sk);
1899 struct packet_mclist *ml;
1900
1901 if (!po->mclist)
1902 return;
1903
1904 rtnl_lock();
1905 while ((ml = po->mclist) != NULL) {
1906 struct net_device *dev;
1907
1908 po->mclist = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00001909 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
1910 if (dev != NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 kfree(ml);
1913 }
1914 rtnl_unlock();
1915}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916
1917static int
David S. Millerb7058842009-09-30 16:12:20 -07001918packet_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919{
1920 struct sock *sk = sock->sk;
Herbert Xu8dc41942007-02-04 23:31:32 -08001921 struct packet_sock *po = pkt_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922 int ret;
1923
1924 if (level != SOL_PACKET)
1925 return -ENOPROTOOPT;
1926
Johann Baudy69e3c752009-05-18 22:11:22 -07001927 switch (optname) {
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001928 case PACKET_ADD_MEMBERSHIP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 case PACKET_DROP_MEMBERSHIP:
1930 {
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001931 struct packet_mreq_max mreq;
1932 int len = optlen;
1933 memset(&mreq, 0, sizeof(mreq));
1934 if (len < sizeof(struct packet_mreq))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 return -EINVAL;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001936 if (len > sizeof(mreq))
1937 len = sizeof(mreq);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001938 if (copy_from_user(&mreq, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939 return -EFAULT;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07001940 if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
1941 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 if (optname == PACKET_ADD_MEMBERSHIP)
1943 ret = packet_mc_add(sk, &mreq);
1944 else
1945 ret = packet_mc_drop(sk, &mreq);
1946 return ret;
1947 }
David S. Millera2efcfa2007-05-29 13:12:50 -07001948
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 case PACKET_RX_RING:
Johann Baudy69e3c752009-05-18 22:11:22 -07001950 case PACKET_TX_RING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 {
1952 struct tpacket_req req;
1953
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001954 if (optlen < sizeof(req))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 return -EINVAL;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08001956 if (pkt_sk(sk)->has_vnet_hdr)
1957 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001958 if (copy_from_user(&req, optval, sizeof(req)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959 return -EFAULT;
Johann Baudy69e3c752009-05-18 22:11:22 -07001960 return packet_set_ring(sk, &req, 0, optname == PACKET_TX_RING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961 }
1962 case PACKET_COPY_THRESH:
1963 {
1964 int val;
1965
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001966 if (optlen != sizeof(val))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001968 if (copy_from_user(&val, optval, sizeof(val)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969 return -EFAULT;
1970
1971 pkt_sk(sk)->copy_thresh = val;
1972 return 0;
1973 }
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001974 case PACKET_VERSION:
1975 {
1976 int val;
1977
1978 if (optlen != sizeof(val))
1979 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07001980 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001981 return -EBUSY;
1982 if (copy_from_user(&val, optval, sizeof(val)))
1983 return -EFAULT;
1984 switch (val) {
1985 case TPACKET_V1:
1986 case TPACKET_V2:
1987 po->tp_version = val;
1988 return 0;
1989 default:
1990 return -EINVAL;
1991 }
1992 }
Patrick McHardy8913336a2008-07-18 18:05:19 -07001993 case PACKET_RESERVE:
1994 {
1995 unsigned int val;
1996
1997 if (optlen != sizeof(val))
1998 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07001999 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardy8913336a2008-07-18 18:05:19 -07002000 return -EBUSY;
2001 if (copy_from_user(&val, optval, sizeof(val)))
2002 return -EFAULT;
2003 po->tp_reserve = val;
2004 return 0;
2005 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002006 case PACKET_LOSS:
2007 {
2008 unsigned int val;
2009
2010 if (optlen != sizeof(val))
2011 return -EINVAL;
2012 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
2013 return -EBUSY;
2014 if (copy_from_user(&val, optval, sizeof(val)))
2015 return -EFAULT;
2016 po->tp_loss = !!val;
2017 return 0;
2018 }
Herbert Xu8dc41942007-02-04 23:31:32 -08002019 case PACKET_AUXDATA:
2020 {
2021 int val;
2022
2023 if (optlen < sizeof(val))
2024 return -EINVAL;
2025 if (copy_from_user(&val, optval, sizeof(val)))
2026 return -EFAULT;
2027
2028 po->auxdata = !!val;
2029 return 0;
2030 }
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07002031 case PACKET_ORIGDEV:
2032 {
2033 int val;
2034
2035 if (optlen < sizeof(val))
2036 return -EINVAL;
2037 if (copy_from_user(&val, optval, sizeof(val)))
2038 return -EFAULT;
2039
2040 po->origdev = !!val;
2041 return 0;
2042 }
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002043 case PACKET_VNET_HDR:
2044 {
2045 int val;
2046
2047 if (sock->type != SOCK_RAW)
2048 return -EINVAL;
2049 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
2050 return -EBUSY;
2051 if (optlen < sizeof(val))
2052 return -EINVAL;
2053 if (copy_from_user(&val, optval, sizeof(val)))
2054 return -EFAULT;
2055
2056 po->has_vnet_hdr = !!val;
2057 return 0;
2058 }
Scott McMillan614f60f2010-06-02 05:53:56 -07002059 case PACKET_TIMESTAMP:
2060 {
2061 int val;
2062
2063 if (optlen != sizeof(val))
2064 return -EINVAL;
2065 if (copy_from_user(&val, optval, sizeof(val)))
2066 return -EFAULT;
2067
2068 po->tp_tstamp = val;
2069 return 0;
2070 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071 default:
2072 return -ENOPROTOOPT;
2073 }
2074}
2075
2076static int packet_getsockopt(struct socket *sock, int level, int optname,
2077 char __user *optval, int __user *optlen)
2078{
2079 int len;
Herbert Xu8dc41942007-02-04 23:31:32 -08002080 int val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 struct sock *sk = sock->sk;
2082 struct packet_sock *po = pkt_sk(sk);
Herbert Xu8dc41942007-02-04 23:31:32 -08002083 void *data;
2084 struct tpacket_stats st;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085
2086 if (level != SOL_PACKET)
2087 return -ENOPROTOOPT;
2088
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002089 if (get_user(len, optlen))
2090 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091
2092 if (len < 0)
2093 return -EINVAL;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002094
Johann Baudy69e3c752009-05-18 22:11:22 -07002095 switch (optname) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 case PACKET_STATISTICS:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 if (len > sizeof(struct tpacket_stats))
2098 len = sizeof(struct tpacket_stats);
2099 spin_lock_bh(&sk->sk_receive_queue.lock);
2100 st = po->stats;
2101 memset(&po->stats, 0, sizeof(st));
2102 spin_unlock_bh(&sk->sk_receive_queue.lock);
2103 st.tp_packets += st.tp_drops;
2104
Herbert Xu8dc41942007-02-04 23:31:32 -08002105 data = &st;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 break;
Herbert Xu8dc41942007-02-04 23:31:32 -08002107 case PACKET_AUXDATA:
2108 if (len > sizeof(int))
2109 len = sizeof(int);
2110 val = po->auxdata;
2111
2112 data = &val;
2113 break;
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07002114 case PACKET_ORIGDEV:
2115 if (len > sizeof(int))
2116 len = sizeof(int);
2117 val = po->origdev;
2118
2119 data = &val;
2120 break;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002121 case PACKET_VNET_HDR:
2122 if (len > sizeof(int))
2123 len = sizeof(int);
2124 val = po->has_vnet_hdr;
2125
2126 data = &val;
2127 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07002128 case PACKET_VERSION:
2129 if (len > sizeof(int))
2130 len = sizeof(int);
2131 val = po->tp_version;
2132 data = &val;
2133 break;
2134 case PACKET_HDRLEN:
2135 if (len > sizeof(int))
2136 len = sizeof(int);
2137 if (copy_from_user(&val, optval, len))
2138 return -EFAULT;
2139 switch (val) {
2140 case TPACKET_V1:
2141 val = sizeof(struct tpacket_hdr);
2142 break;
2143 case TPACKET_V2:
2144 val = sizeof(struct tpacket2_hdr);
2145 break;
2146 default:
2147 return -EINVAL;
2148 }
2149 data = &val;
2150 break;
Patrick McHardy8913336a2008-07-18 18:05:19 -07002151 case PACKET_RESERVE:
2152 if (len > sizeof(unsigned int))
2153 len = sizeof(unsigned int);
2154 val = po->tp_reserve;
2155 data = &val;
2156 break;
Johann Baudy69e3c752009-05-18 22:11:22 -07002157 case PACKET_LOSS:
2158 if (len > sizeof(unsigned int))
2159 len = sizeof(unsigned int);
2160 val = po->tp_loss;
2161 data = &val;
2162 break;
Scott McMillan614f60f2010-06-02 05:53:56 -07002163 case PACKET_TIMESTAMP:
2164 if (len > sizeof(int))
2165 len = sizeof(int);
2166 val = po->tp_tstamp;
2167 data = &val;
2168 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 default:
2170 return -ENOPROTOOPT;
2171 }
2172
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002173 if (put_user(len, optlen))
2174 return -EFAULT;
Herbert Xu8dc41942007-02-04 23:31:32 -08002175 if (copy_to_user(optval, data, len))
2176 return -EFAULT;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002177 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178}
2179
2180
2181static int packet_notifier(struct notifier_block *this, unsigned long msg, void *data)
2182{
2183 struct sock *sk;
2184 struct hlist_node *node;
Jason Lunzad930652007-02-20 23:19:54 -08002185 struct net_device *dev = data;
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09002186 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187
stephen hemminger808f5112010-02-22 07:57:18 +00002188 rcu_read_lock();
2189 sk_for_each_rcu(sk, node, &net->packet.sklist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 struct packet_sock *po = pkt_sk(sk);
2191
2192 switch (msg) {
2193 case NETDEV_UNREGISTER:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002194 if (po->mclist)
2195 packet_dev_mclist(dev, po->mclist, -1);
David S. Millera2efcfa2007-05-29 13:12:50 -07002196 /* fallthrough */
2197
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198 case NETDEV_DOWN:
2199 if (dev->ifindex == po->ifindex) {
2200 spin_lock(&po->bind_lock);
2201 if (po->running) {
2202 __dev_remove_pack(&po->prot_hook);
2203 __sock_put(sk);
2204 po->running = 0;
2205 sk->sk_err = ENETDOWN;
2206 if (!sock_flag(sk, SOCK_DEAD))
2207 sk->sk_error_report(sk);
2208 }
2209 if (msg == NETDEV_UNREGISTER) {
2210 po->ifindex = -1;
2211 po->prot_hook.dev = NULL;
2212 }
2213 spin_unlock(&po->bind_lock);
2214 }
2215 break;
2216 case NETDEV_UP:
stephen hemminger808f5112010-02-22 07:57:18 +00002217 if (dev->ifindex == po->ifindex) {
2218 spin_lock(&po->bind_lock);
2219 if (po->num && !po->running) {
2220 dev_add_pack(&po->prot_hook);
2221 sock_hold(sk);
2222 po->running = 1;
2223 }
2224 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226 break;
2227 }
2228 }
stephen hemminger808f5112010-02-22 07:57:18 +00002229 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 return NOTIFY_DONE;
2231}
2232
2233
2234static int packet_ioctl(struct socket *sock, unsigned int cmd,
2235 unsigned long arg)
2236{
2237 struct sock *sk = sock->sk;
2238
Johann Baudy69e3c752009-05-18 22:11:22 -07002239 switch (cmd) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002240 case SIOCOUTQ:
2241 {
2242 int amount = sk_wmem_alloc_get(sk);
Eric Dumazet31e6d362009-06-17 19:05:41 -07002243
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002244 return put_user(amount, (int __user *)arg);
2245 }
2246 case SIOCINQ:
2247 {
2248 struct sk_buff *skb;
2249 int amount = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002251 spin_lock_bh(&sk->sk_receive_queue.lock);
2252 skb = skb_peek(&sk->sk_receive_queue);
2253 if (skb)
2254 amount = skb->len;
2255 spin_unlock_bh(&sk->sk_receive_queue.lock);
2256 return put_user(amount, (int __user *)arg);
2257 }
2258 case SIOCGSTAMP:
2259 return sock_get_timestamp(sk, (struct timeval __user *)arg);
2260 case SIOCGSTAMPNS:
2261 return sock_get_timestampns(sk, (struct timespec __user *)arg);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002262
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263#ifdef CONFIG_INET
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002264 case SIOCADDRT:
2265 case SIOCDELRT:
2266 case SIOCDARP:
2267 case SIOCGARP:
2268 case SIOCSARP:
2269 case SIOCGIFADDR:
2270 case SIOCSIFADDR:
2271 case SIOCGIFBRDADDR:
2272 case SIOCSIFBRDADDR:
2273 case SIOCGIFNETMASK:
2274 case SIOCSIFNETMASK:
2275 case SIOCGIFDSTADDR:
2276 case SIOCSIFDSTADDR:
2277 case SIOCSIFFLAGS:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002278 return inet_dgram_ops.ioctl(sock, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002279#endif
2280
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002281 default:
2282 return -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283 }
2284 return 0;
2285}
2286
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002287static unsigned int packet_poll(struct file *file, struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002288 poll_table *wait)
2289{
2290 struct sock *sk = sock->sk;
2291 struct packet_sock *po = pkt_sk(sk);
2292 unsigned int mask = datagram_poll(file, sock, wait);
2293
2294 spin_lock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07002295 if (po->rx_ring.pg_vec) {
2296 if (!packet_previous_frame(po, &po->rx_ring, TP_STATUS_KERNEL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 mask |= POLLIN | POLLRDNORM;
2298 }
2299 spin_unlock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07002300 spin_lock_bh(&sk->sk_write_queue.lock);
2301 if (po->tx_ring.pg_vec) {
2302 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE))
2303 mask |= POLLOUT | POLLWRNORM;
2304 }
2305 spin_unlock_bh(&sk->sk_write_queue.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306 return mask;
2307}
2308
2309
2310/* Dirty? Well, I still did not learn better way to account
2311 * for user mmaps.
2312 */
2313
2314static void packet_mm_open(struct vm_area_struct *vma)
2315{
2316 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002317 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002319
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320 if (sk)
2321 atomic_inc(&pkt_sk(sk)->mapped);
2322}
2323
2324static void packet_mm_close(struct vm_area_struct *vma)
2325{
2326 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002327 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002329
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330 if (sk)
2331 atomic_dec(&pkt_sk(sk)->mapped);
2332}
2333
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04002334static const struct vm_operations_struct packet_mmap_ops = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002335 .open = packet_mm_open,
2336 .close = packet_mm_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337};
2338
Neil Horman0e3125c2010-11-16 10:26:47 -08002339static void free_pg_vec(struct pgv *pg_vec, unsigned int order,
2340 unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341{
2342 int i;
2343
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002344 for (i = 0; i < len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08002345 if (likely(pg_vec[i].buffer)) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00002346 if (is_vmalloc_addr(pg_vec[i].buffer))
Neil Horman0e3125c2010-11-16 10:26:47 -08002347 vfree(pg_vec[i].buffer);
2348 else
2349 free_pages((unsigned long)pg_vec[i].buffer,
2350 order);
2351 pg_vec[i].buffer = NULL;
2352 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 }
2354 kfree(pg_vec);
2355}
2356
Changli Gaoc56b4d92010-12-01 02:52:57 +00002357static inline char *alloc_one_pg_vec_page(unsigned long order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002358{
Neil Horman0e3125c2010-11-16 10:26:47 -08002359 char *buffer = NULL;
2360 gfp_t gfp_flags = GFP_KERNEL | __GFP_COMP |
2361 __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY;
Eric Dumazet719bfea2009-04-15 03:39:52 -07002362
Neil Horman0e3125c2010-11-16 10:26:47 -08002363 buffer = (char *) __get_free_pages(gfp_flags, order);
2364
2365 if (buffer)
2366 return buffer;
2367
2368 /*
2369 * __get_free_pages failed, fall back to vmalloc
2370 */
Eric Dumazetbbce5a52010-11-20 07:31:54 +00002371 buffer = vzalloc((1 << order) * PAGE_SIZE);
Neil Horman0e3125c2010-11-16 10:26:47 -08002372
2373 if (buffer)
2374 return buffer;
2375
2376 /*
2377 * vmalloc failed, lets dig into swap here
2378 */
Neil Horman0e3125c2010-11-16 10:26:47 -08002379 gfp_flags &= ~__GFP_NORETRY;
2380 buffer = (char *)__get_free_pages(gfp_flags, order);
2381 if (buffer)
2382 return buffer;
2383
2384 /*
2385 * complete and utter failure
2386 */
2387 return NULL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002388}
2389
Neil Horman0e3125c2010-11-16 10:26:47 -08002390static struct pgv *alloc_pg_vec(struct tpacket_req *req, int order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002391{
2392 unsigned int block_nr = req->tp_block_nr;
Neil Horman0e3125c2010-11-16 10:26:47 -08002393 struct pgv *pg_vec;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002394 int i;
2395
Neil Horman0e3125c2010-11-16 10:26:47 -08002396 pg_vec = kcalloc(block_nr, sizeof(struct pgv), GFP_KERNEL);
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002397 if (unlikely(!pg_vec))
2398 goto out;
2399
2400 for (i = 0; i < block_nr; i++) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00002401 pg_vec[i].buffer = alloc_one_pg_vec_page(order);
Neil Horman0e3125c2010-11-16 10:26:47 -08002402 if (unlikely(!pg_vec[i].buffer))
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002403 goto out_free_pgvec;
2404 }
2405
2406out:
2407 return pg_vec;
2408
2409out_free_pgvec:
2410 free_pg_vec(pg_vec, order, block_nr);
2411 pg_vec = NULL;
2412 goto out;
2413}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414
Johann Baudy69e3c752009-05-18 22:11:22 -07002415static int packet_set_ring(struct sock *sk, struct tpacket_req *req,
2416 int closing, int tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417{
Neil Horman0e3125c2010-11-16 10:26:47 -08002418 struct pgv *pg_vec = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419 struct packet_sock *po = pkt_sk(sk);
Al Viro0e11c912006-11-08 00:26:29 -08002420 int was_running, order = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07002421 struct packet_ring_buffer *rb;
2422 struct sk_buff_head *rb_queue;
Al Viro0e11c912006-11-08 00:26:29 -08002423 __be16 num;
Johann Baudy69e3c752009-05-18 22:11:22 -07002424 int err;
2425
2426 rb = tx_ring ? &po->tx_ring : &po->rx_ring;
2427 rb_queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue;
2428
2429 err = -EBUSY;
2430 if (!closing) {
2431 if (atomic_read(&po->mapped))
2432 goto out;
2433 if (atomic_read(&rb->pending))
2434 goto out;
2435 }
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002436
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437 if (req->tp_block_nr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 /* Sanity tests and some calculations */
Johann Baudy69e3c752009-05-18 22:11:22 -07002439 err = -EBUSY;
2440 if (unlikely(rb->pg_vec))
2441 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
Patrick McHardybbd6ef82008-07-14 22:50:15 -07002443 switch (po->tp_version) {
2444 case TPACKET_V1:
2445 po->tp_hdrlen = TPACKET_HDRLEN;
2446 break;
2447 case TPACKET_V2:
2448 po->tp_hdrlen = TPACKET2_HDRLEN;
2449 break;
2450 }
2451
Johann Baudy69e3c752009-05-18 22:11:22 -07002452 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002453 if (unlikely((int)req->tp_block_size <= 0))
Johann Baudy69e3c752009-05-18 22:11:22 -07002454 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002455 if (unlikely(req->tp_block_size & (PAGE_SIZE - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07002456 goto out;
Patrick McHardy8913336a2008-07-18 18:05:19 -07002457 if (unlikely(req->tp_frame_size < po->tp_hdrlen +
Johann Baudy69e3c752009-05-18 22:11:22 -07002458 po->tp_reserve))
2459 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002460 if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07002461 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
Johann Baudy69e3c752009-05-18 22:11:22 -07002463 rb->frames_per_block = req->tp_block_size/req->tp_frame_size;
2464 if (unlikely(rb->frames_per_block <= 0))
2465 goto out;
2466 if (unlikely((rb->frames_per_block * req->tp_block_nr) !=
2467 req->tp_frame_nr))
2468 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469
2470 err = -ENOMEM;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002471 order = get_order(req->tp_block_size);
2472 pg_vec = alloc_pg_vec(req, order);
2473 if (unlikely(!pg_vec))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002474 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002475 }
2476 /* Done */
2477 else {
2478 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002479 if (unlikely(req->tp_frame_nr))
Johann Baudy69e3c752009-05-18 22:11:22 -07002480 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481 }
2482
2483 lock_sock(sk);
2484
2485 /* Detach socket from network */
2486 spin_lock(&po->bind_lock);
2487 was_running = po->running;
2488 num = po->num;
2489 if (was_running) {
2490 __dev_remove_pack(&po->prot_hook);
2491 po->num = 0;
2492 po->running = 0;
2493 __sock_put(sk);
2494 }
2495 spin_unlock(&po->bind_lock);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002496
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 synchronize_net();
2498
2499 err = -EBUSY;
Herbert Xu905db442009-01-30 14:12:06 -08002500 mutex_lock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501 if (closing || atomic_read(&po->mapped) == 0) {
2502 err = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07002503 spin_lock_bh(&rb_queue->lock);
Changli Gaoc053fd92010-12-10 16:02:20 -08002504 swap(rb->pg_vec, pg_vec);
Johann Baudy69e3c752009-05-18 22:11:22 -07002505 rb->frame_max = (req->tp_frame_nr - 1);
2506 rb->head = 0;
2507 rb->frame_size = req->tp_frame_size;
2508 spin_unlock_bh(&rb_queue->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509
Changli Gaoc053fd92010-12-10 16:02:20 -08002510 swap(rb->pg_vec_order, order);
2511 swap(rb->pg_vec_len, req->tp_block_nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512
Johann Baudy69e3c752009-05-18 22:11:22 -07002513 rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE;
2514 po->prot_hook.func = (po->rx_ring.pg_vec) ?
2515 tpacket_rcv : packet_rcv;
2516 skb_queue_purge(rb_queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 if (atomic_read(&po->mapped))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002518 pr_err("packet_mmap: vma is busy: %d\n",
2519 atomic_read(&po->mapped));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520 }
Herbert Xu905db442009-01-30 14:12:06 -08002521 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522
2523 spin_lock(&po->bind_lock);
2524 if (was_running && !po->running) {
2525 sock_hold(sk);
2526 po->running = 1;
2527 po->num = num;
2528 dev_add_pack(&po->prot_hook);
2529 }
2530 spin_unlock(&po->bind_lock);
2531
2532 release_sock(sk);
2533
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 if (pg_vec)
2535 free_pg_vec(pg_vec, order, req->tp_block_nr);
2536out:
2537 return err;
2538}
2539
Johann Baudy69e3c752009-05-18 22:11:22 -07002540static int packet_mmap(struct file *file, struct socket *sock,
2541 struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542{
2543 struct sock *sk = sock->sk;
2544 struct packet_sock *po = pkt_sk(sk);
Johann Baudy69e3c752009-05-18 22:11:22 -07002545 unsigned long size, expected_size;
2546 struct packet_ring_buffer *rb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547 unsigned long start;
2548 int err = -EINVAL;
2549 int i;
2550
2551 if (vma->vm_pgoff)
2552 return -EINVAL;
2553
Herbert Xu905db442009-01-30 14:12:06 -08002554 mutex_lock(&po->pg_vec_lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07002555
2556 expected_size = 0;
2557 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
2558 if (rb->pg_vec) {
2559 expected_size += rb->pg_vec_len
2560 * rb->pg_vec_pages
2561 * PAGE_SIZE;
2562 }
2563 }
2564
2565 if (expected_size == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002567
2568 size = vma->vm_end - vma->vm_start;
2569 if (size != expected_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570 goto out;
2571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572 start = vma->vm_start;
Johann Baudy69e3c752009-05-18 22:11:22 -07002573 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
2574 if (rb->pg_vec == NULL)
2575 continue;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002576
Johann Baudy69e3c752009-05-18 22:11:22 -07002577 for (i = 0; i < rb->pg_vec_len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08002578 struct page *page;
2579 void *kaddr = rb->pg_vec[i].buffer;
Johann Baudy69e3c752009-05-18 22:11:22 -07002580 int pg_num;
2581
Changli Gaoc56b4d92010-12-01 02:52:57 +00002582 for (pg_num = 0; pg_num < rb->pg_vec_pages; pg_num++) {
2583 page = pgv_to_page(kaddr);
Johann Baudy69e3c752009-05-18 22:11:22 -07002584 err = vm_insert_page(vma, start, page);
2585 if (unlikely(err))
2586 goto out;
2587 start += PAGE_SIZE;
Neil Horman0e3125c2010-11-16 10:26:47 -08002588 kaddr += PAGE_SIZE;
Johann Baudy69e3c752009-05-18 22:11:22 -07002589 }
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002590 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002592
David S. Miller4ebf0ae2005-12-06 16:38:35 -08002593 atomic_inc(&po->mapped);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594 vma->vm_ops = &packet_mmap_ops;
2595 err = 0;
2596
2597out:
Herbert Xu905db442009-01-30 14:12:06 -08002598 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 return err;
2600}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08002602static const struct proto_ops packet_ops_spkt = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 .family = PF_PACKET,
2604 .owner = THIS_MODULE,
2605 .release = packet_release,
2606 .bind = packet_bind_spkt,
2607 .connect = sock_no_connect,
2608 .socketpair = sock_no_socketpair,
2609 .accept = sock_no_accept,
2610 .getname = packet_getname_spkt,
2611 .poll = datagram_poll,
2612 .ioctl = packet_ioctl,
2613 .listen = sock_no_listen,
2614 .shutdown = sock_no_shutdown,
2615 .setsockopt = sock_no_setsockopt,
2616 .getsockopt = sock_no_getsockopt,
2617 .sendmsg = packet_sendmsg_spkt,
2618 .recvmsg = packet_recvmsg,
2619 .mmap = sock_no_mmap,
2620 .sendpage = sock_no_sendpage,
2621};
Linus Torvalds1da177e2005-04-16 15:20:36 -07002622
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08002623static const struct proto_ops packet_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624 .family = PF_PACKET,
2625 .owner = THIS_MODULE,
2626 .release = packet_release,
2627 .bind = packet_bind,
2628 .connect = sock_no_connect,
2629 .socketpair = sock_no_socketpair,
2630 .accept = sock_no_accept,
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002631 .getname = packet_getname,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632 .poll = packet_poll,
2633 .ioctl = packet_ioctl,
2634 .listen = sock_no_listen,
2635 .shutdown = sock_no_shutdown,
2636 .setsockopt = packet_setsockopt,
2637 .getsockopt = packet_getsockopt,
2638 .sendmsg = packet_sendmsg,
2639 .recvmsg = packet_recvmsg,
2640 .mmap = packet_mmap,
2641 .sendpage = sock_no_sendpage,
2642};
2643
Stephen Hemmingerec1b4cf2009-10-05 05:58:39 +00002644static const struct net_proto_family packet_family_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645 .family = PF_PACKET,
2646 .create = packet_create,
2647 .owner = THIS_MODULE,
2648};
2649
2650static struct notifier_block packet_netdev_notifier = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002651 .notifier_call = packet_notifier,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652};
2653
2654#ifdef CONFIG_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655
2656static void *packet_seq_start(struct seq_file *seq, loff_t *pos)
stephen hemminger808f5112010-02-22 07:57:18 +00002657 __acquires(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658{
Denis V. Luneve372c412007-11-19 22:31:54 -08002659 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00002660
2661 rcu_read_lock();
2662 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663}
2664
2665static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
2666{
Herbert Xu1bf40952007-12-16 14:04:02 -08002667 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00002668 return seq_hlist_next_rcu(v, &net->packet.sklist, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669}
2670
2671static void packet_seq_stop(struct seq_file *seq, void *v)
stephen hemminger808f5112010-02-22 07:57:18 +00002672 __releases(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673{
stephen hemminger808f5112010-02-22 07:57:18 +00002674 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675}
2676
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002677static int packet_seq_show(struct seq_file *seq, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002678{
2679 if (v == SEQ_START_TOKEN)
2680 seq_puts(seq, "sk RefCnt Type Proto Iface R Rmem User Inode\n");
2681 else {
Li Zefanb7ceabd2010-02-08 23:19:29 +00002682 struct sock *s = sk_entry(v);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683 const struct packet_sock *po = pkt_sk(s);
2684
2685 seq_printf(seq,
2686 "%p %-6d %-4d %04x %-5d %1d %-6u %-6u %-6lu\n",
2687 s,
2688 atomic_read(&s->sk_refcnt),
2689 s->sk_type,
2690 ntohs(po->num),
2691 po->ifindex,
2692 po->running,
2693 atomic_read(&s->sk_rmem_alloc),
2694 sock_i_uid(s),
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002695 sock_i_ino(s));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696 }
2697
2698 return 0;
2699}
2700
Philippe De Muyter56b3d972007-07-10 23:07:31 -07002701static const struct seq_operations packet_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702 .start = packet_seq_start,
2703 .next = packet_seq_next,
2704 .stop = packet_seq_stop,
2705 .show = packet_seq_show,
2706};
2707
2708static int packet_seq_open(struct inode *inode, struct file *file)
2709{
Denis V. Luneve372c412007-11-19 22:31:54 -08002710 return seq_open_net(inode, file, &packet_seq_ops,
2711 sizeof(struct seq_net_private));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712}
2713
Arjan van de Venda7071d2007-02-12 00:55:36 -08002714static const struct file_operations packet_seq_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715 .owner = THIS_MODULE,
2716 .open = packet_seq_open,
2717 .read = seq_read,
2718 .llseek = seq_lseek,
Denis V. Luneve372c412007-11-19 22:31:54 -08002719 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720};
2721
2722#endif
2723
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00002724static int __net_init packet_net_init(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002725{
stephen hemminger808f5112010-02-22 07:57:18 +00002726 spin_lock_init(&net->packet.sklist_lock);
Denis V. Lunev2aaef4e2007-12-11 04:19:54 -08002727 INIT_HLIST_HEAD(&net->packet.sklist);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002728
2729 if (!proc_net_fops_create(net, "packet", 0, &packet_seq_fops))
2730 return -ENOMEM;
2731
2732 return 0;
2733}
2734
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00002735static void __net_exit packet_net_exit(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002736{
2737 proc_net_remove(net, "packet");
2738}
2739
2740static struct pernet_operations packet_net_ops = {
2741 .init = packet_net_init,
2742 .exit = packet_net_exit,
2743};
2744
2745
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746static void __exit packet_exit(void)
2747{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748 unregister_netdevice_notifier(&packet_netdev_notifier);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002749 unregister_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750 sock_unregister(PF_PACKET);
2751 proto_unregister(&packet_proto);
2752}
2753
2754static int __init packet_init(void)
2755{
2756 int rc = proto_register(&packet_proto, 0);
2757
2758 if (rc != 0)
2759 goto out;
2760
2761 sock_register(&packet_family_ops);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002762 register_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763 register_netdevice_notifier(&packet_netdev_notifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764out:
2765 return rc;
2766}
2767
2768module_init(packet_init);
2769module_exit(packet_exit);
2770MODULE_LICENSE("GPL");
2771MODULE_ALIAS_NETPROTO(PF_PACKET);