blob: ac27c86ef6d11e00c2ecb1512b09bbda73c3eefc [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.
chetan lokef6fb8f102011-08-19 10:18:16 +000043 * Chetan Loke : Implemented TPACKET_V3 block abstraction
44 * layer.
45 * Copyright (C) 2011, <lokec@ccs.neu.edu>
46 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 *
48 * This program is free software; you can redistribute it and/or
49 * modify it under the terms of the GNU General Public License
50 * as published by the Free Software Foundation; either version
51 * 2 of the License, or (at your option) any later version.
52 *
53 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +090054
Linus Torvalds1da177e2005-04-16 15:20:36 -070055#include <linux/types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056#include <linux/mm.h>
Randy Dunlap4fc268d2006-01-11 12:17:47 -080057#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058#include <linux/fcntl.h>
59#include <linux/socket.h>
60#include <linux/in.h>
61#include <linux/inet.h>
62#include <linux/netdevice.h>
63#include <linux/if_packet.h>
64#include <linux/wireless.h>
Herbert Xuffbc6112007-02-04 23:33:10 -080065#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070066#include <linux/kmod.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090067#include <linux/slab.h>
Neil Horman0e3125c2010-11-16 10:26:47 -080068#include <linux/vmalloc.h>
Eric W. Biederman457c4cb2007-09-12 12:01:34 +020069#include <net/net_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070070#include <net/ip.h>
71#include <net/protocol.h>
72#include <linux/skbuff.h>
73#include <net/sock.h>
74#include <linux/errno.h>
75#include <linux/timer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070076#include <asm/uaccess.h>
77#include <asm/ioctls.h>
78#include <asm/page.h>
Al Viroa1f8e7f72006-10-19 16:08:53 -040079#include <asm/cacheflush.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070080#include <asm/io.h>
81#include <linux/proc_fs.h>
82#include <linux/seq_file.h>
83#include <linux/poll.h>
84#include <linux/module.h>
85#include <linux/init.h>
Herbert Xu905db442009-01-30 14:12:06 -080086#include <linux/mutex.h>
Eric Dumazet05423b22009-10-26 18:40:35 -070087#include <linux/if_vlan.h>
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -080088#include <linux/virtio_net.h>
Richard Cochraned85b562010-04-07 22:41:28 +000089#include <linux/errqueue.h>
Scott McMillan614f60f2010-06-02 05:53:56 -070090#include <linux/net_tstamp.h>
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +020091#include <linux/reciprocal_div.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070092#ifdef CONFIG_INET
93#include <net/inet_common.h>
94#endif
95
Pavel Emelyanov2787b042012-08-13 05:49:39 +000096#include "internal.h"
97
Linus Torvalds1da177e2005-04-16 15:20:36 -070098/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070099 Assumptions:
100 - if device has no dev->hard_header routine, it adds and removes ll header
101 inside itself. In this case ll header is invisible outside of device,
102 but higher levels still should reserve dev->hard_header_len.
103 Some devices are enough clever to reallocate skb, when header
104 will not fit to reserved space (tunnel), another ones are silly
105 (PPP).
106 - packet socket receives packets with pulled ll header,
107 so that SOCK_RAW should push it back.
108
109On receive:
110-----------
111
112Incoming, dev->hard_header!=NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700113 mac_header -> ll header
114 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115
116Outgoing, dev->hard_header!=NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700117 mac_header -> ll header
118 data -> ll header
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119
120Incoming, dev->hard_header==NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700121 mac_header -> UNKNOWN position. It is very likely, that it points to ll
122 header. PPP makes it, that is wrong, because introduce
YOSHIFUJI Hideakidb0c58f2007-07-19 10:44:35 +0900123 assymetry between rx and tx paths.
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700124 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125
126Outgoing, dev->hard_header==NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700127 mac_header -> data. ll header is still not built!
128 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129
130Resume
131 If dev->hard_header==NULL we are unlikely to restore sensible ll header.
132
133
134On transmit:
135------------
136
137dev->hard_header != NULL
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700138 mac_header -> ll header
139 data -> ll header
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
141dev->hard_header == NULL (ll header is added by device, we cannot control it)
Arnaldo Carvalho de Melob0e380b2007-04-10 21:21:55 -0700142 mac_header -> data
143 data -> data
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144
145 We should set nh.raw on output to correct posistion,
146 packet classifier depends on it.
147 */
148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149/* Private packet socket structures. */
150
Eric W. Biederman0fb375f2005-09-21 00:11:37 -0700151/* identical to struct packet_mreq except it has
152 * a longer address field.
153 */
Eric Dumazet40d4e3d2009-07-21 21:57:59 +0000154struct packet_mreq_max {
Eric W. Biederman0fb375f2005-09-21 00:11:37 -0700155 int mr_ifindex;
156 unsigned short mr_type;
157 unsigned short mr_alen;
158 unsigned char mr_address[MAX_ADDR_LEN];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159};
David S. Millera2efcfa2007-05-29 13:12:50 -0700160
Daniel Borkmann184f4892013-04-16 01:57:46 +0000161union tpacket_uhdr {
162 struct tpacket_hdr *h1;
163 struct tpacket2_hdr *h2;
164 struct tpacket3_hdr *h3;
165 void *raw;
166};
167
chetan lokef6fb8f102011-08-19 10:18:16 +0000168static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
Johann Baudy69e3c752009-05-18 22:11:22 -0700169 int closing, int tx_ring);
170
chetan lokef6fb8f102011-08-19 10:18:16 +0000171#define V3_ALIGNMENT (8)
172
chetan lokebc59ba32011-08-25 10:43:30 +0000173#define BLK_HDR_LEN (ALIGN(sizeof(struct tpacket_block_desc), V3_ALIGNMENT))
chetan lokef6fb8f102011-08-19 10:18:16 +0000174
175#define BLK_PLUS_PRIV(sz_of_priv) \
176 (BLK_HDR_LEN + ALIGN((sz_of_priv), V3_ALIGNMENT))
177
chetan lokef6fb8f102011-08-19 10:18:16 +0000178#define PGV_FROM_VMALLOC 1
Johann Baudy69e3c752009-05-18 22:11:22 -0700179
chetan lokef6fb8f102011-08-19 10:18:16 +0000180#define BLOCK_STATUS(x) ((x)->hdr.bh1.block_status)
181#define BLOCK_NUM_PKTS(x) ((x)->hdr.bh1.num_pkts)
182#define BLOCK_O2FP(x) ((x)->hdr.bh1.offset_to_first_pkt)
183#define BLOCK_LEN(x) ((x)->hdr.bh1.blk_len)
184#define BLOCK_SNUM(x) ((x)->hdr.bh1.seq_num)
185#define BLOCK_O2PRIV(x) ((x)->offset_to_priv)
186#define BLOCK_PRIV(x) ((void *)((char *)(x) + BLOCK_O2PRIV(x)))
187
Johann Baudy69e3c752009-05-18 22:11:22 -0700188struct packet_sock;
189static int tpacket_snd(struct packet_sock *po, struct msghdr *msg);
Willem de Bruijn77f65eb2013-03-19 10:18:11 +0000190static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
191 struct packet_type *pt, struct net_device *orig_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
chetan lokef6fb8f102011-08-19 10:18:16 +0000193static void *packet_previous_frame(struct packet_sock *po,
194 struct packet_ring_buffer *rb,
195 int status);
196static void packet_increment_head(struct packet_ring_buffer *buff);
chetan lokebc59ba32011-08-25 10:43:30 +0000197static int prb_curr_blk_in_use(struct tpacket_kbdq_core *,
198 struct tpacket_block_desc *);
199static void *prb_dispatch_next_block(struct tpacket_kbdq_core *,
chetan lokef6fb8f102011-08-19 10:18:16 +0000200 struct packet_sock *);
chetan lokebc59ba32011-08-25 10:43:30 +0000201static void prb_retire_current_block(struct tpacket_kbdq_core *,
chetan lokef6fb8f102011-08-19 10:18:16 +0000202 struct packet_sock *, unsigned int status);
chetan lokebc59ba32011-08-25 10:43:30 +0000203static int prb_queue_frozen(struct tpacket_kbdq_core *);
204static void prb_open_block(struct tpacket_kbdq_core *,
205 struct tpacket_block_desc *);
chetan lokef6fb8f102011-08-19 10:18:16 +0000206static void prb_retire_rx_blk_timer_expired(unsigned long);
chetan lokebc59ba32011-08-25 10:43:30 +0000207static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *);
208static void prb_init_blk_timer(struct packet_sock *,
209 struct tpacket_kbdq_core *,
210 void (*func) (unsigned long));
211static void prb_fill_rxhash(struct tpacket_kbdq_core *, struct tpacket3_hdr *);
212static void prb_clear_rxhash(struct tpacket_kbdq_core *,
213 struct tpacket3_hdr *);
214static void prb_fill_vlan_info(struct tpacket_kbdq_core *,
215 struct tpacket3_hdr *);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216static void packet_flush_mclist(struct sock *sk);
217
Herbert Xuffbc6112007-02-04 23:33:10 -0800218struct packet_skb_cb {
219 unsigned int origlen;
220 union {
221 struct sockaddr_pkt pkt;
222 struct sockaddr_ll ll;
223 } sa;
224};
225
226#define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb))
Herbert Xu8dc41942007-02-04 23:31:32 -0800227
chetan lokebc59ba32011-08-25 10:43:30 +0000228#define GET_PBDQC_FROM_RB(x) ((struct tpacket_kbdq_core *)(&(x)->prb_bdqc))
chetan lokef6fb8f102011-08-19 10:18:16 +0000229#define GET_PBLOCK_DESC(x, bid) \
chetan lokebc59ba32011-08-25 10:43:30 +0000230 ((struct tpacket_block_desc *)((x)->pkbdq[(bid)].buffer))
chetan lokef6fb8f102011-08-19 10:18:16 +0000231#define GET_CURR_PBLOCK_DESC_FROM_CORE(x) \
chetan lokebc59ba32011-08-25 10:43:30 +0000232 ((struct tpacket_block_desc *)((x)->pkbdq[(x)->kactive_blk_num].buffer))
chetan lokef6fb8f102011-08-19 10:18:16 +0000233#define GET_NEXT_PRB_BLK_NUM(x) \
234 (((x)->kactive_blk_num < ((x)->knum_blocks-1)) ? \
235 ((x)->kactive_blk_num+1) : 0)
236
David S. Millerdc99f602011-07-05 01:45:05 -0700237static void __fanout_unlink(struct sock *sk, struct packet_sock *po);
238static void __fanout_link(struct sock *sk, struct packet_sock *po);
239
David S. Millerce06b032011-07-04 01:44:29 -0700240/* register_prot_hook must be invoked with the po->bind_lock held,
241 * or from a context in which asynchronous accesses to the packet
242 * socket is not possible (packet_create()).
243 */
244static void register_prot_hook(struct sock *sk)
245{
246 struct packet_sock *po = pkt_sk(sk);
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100247
David S. Millerce06b032011-07-04 01:44:29 -0700248 if (!po->running) {
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100249 if (po->fanout) {
David S. Millerdc99f602011-07-05 01:45:05 -0700250 __fanout_link(sk, po);
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100251 } else {
David S. Millerdc99f602011-07-05 01:45:05 -0700252 dev_add_pack(&po->prot_hook);
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100253 rcu_assign_pointer(po->cached_dev, po->prot_hook.dev);
254 }
255
David S. Millerce06b032011-07-04 01:44:29 -0700256 sock_hold(sk);
257 po->running = 1;
258 }
259}
260
261/* {,__}unregister_prot_hook() must be invoked with the po->bind_lock
262 * held. If the sync parameter is true, we will temporarily drop
263 * the po->bind_lock and do a synchronize_net to make sure no
264 * asynchronous packet processing paths still refer to the elements
265 * of po->prot_hook. If the sync parameter is false, it is the
266 * callers responsibility to take care of this.
267 */
268static void __unregister_prot_hook(struct sock *sk, bool sync)
269{
270 struct packet_sock *po = pkt_sk(sk);
271
272 po->running = 0;
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100273 if (po->fanout) {
David S. Millerdc99f602011-07-05 01:45:05 -0700274 __fanout_unlink(sk, po);
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100275 } else {
David S. Millerdc99f602011-07-05 01:45:05 -0700276 __dev_remove_pack(&po->prot_hook);
Daniel Borkmanne40526c2013-11-21 16:50:58 +0100277 RCU_INIT_POINTER(po->cached_dev, NULL);
278 }
279
David S. Millerce06b032011-07-04 01:44:29 -0700280 __sock_put(sk);
281
282 if (sync) {
283 spin_unlock(&po->bind_lock);
284 synchronize_net();
285 spin_lock(&po->bind_lock);
286 }
287}
288
289static void unregister_prot_hook(struct sock *sk, bool sync)
290{
291 struct packet_sock *po = pkt_sk(sk);
292
293 if (po->running)
294 __unregister_prot_hook(sk, sync);
295}
296
Changli Gaof6dafa92010-12-07 04:26:16 +0000297static inline __pure struct page *pgv_to_page(void *addr)
Changli Gao0af55bb2010-12-01 02:52:20 +0000298{
299 if (is_vmalloc_addr(addr))
300 return vmalloc_to_page(addr);
301 return virt_to_page(addr);
302}
303
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700304static void __packet_set_status(struct packet_sock *po, void *frame, int status)
305{
Daniel Borkmann184f4892013-04-16 01:57:46 +0000306 union tpacket_uhdr h;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700307
308 h.raw = frame;
309 switch (po->tp_version) {
310 case TPACKET_V1:
311 h.h1->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000312 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700313 break;
314 case TPACKET_V2:
315 h.h2->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000316 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700317 break;
chetan lokef6fb8f102011-08-19 10:18:16 +0000318 case TPACKET_V3:
Johann Baudy69e3c752009-05-18 22:11:22 -0700319 default:
chetan lokef6fb8f102011-08-19 10:18:16 +0000320 WARN(1, "TPACKET version not supported.\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700321 BUG();
322 }
323
324 smp_wmb();
325}
326
327static int __packet_get_status(struct packet_sock *po, void *frame)
328{
Daniel Borkmann184f4892013-04-16 01:57:46 +0000329 union tpacket_uhdr h;
Johann Baudy69e3c752009-05-18 22:11:22 -0700330
331 smp_rmb();
332
333 h.raw = frame;
334 switch (po->tp_version) {
335 case TPACKET_V1:
Changli Gao0af55bb2010-12-01 02:52:20 +0000336 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700337 return h.h1->tp_status;
338 case TPACKET_V2:
Changli Gao0af55bb2010-12-01 02:52:20 +0000339 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700340 return h.h2->tp_status;
chetan lokef6fb8f102011-08-19 10:18:16 +0000341 case TPACKET_V3:
Johann Baudy69e3c752009-05-18 22:11:22 -0700342 default:
chetan lokef6fb8f102011-08-19 10:18:16 +0000343 WARN(1, "TPACKET version not supported.\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700344 BUG();
345 return 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700346 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347}
Johann Baudy69e3c752009-05-18 22:11:22 -0700348
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000349static __u32 tpacket_get_timestamp(struct sk_buff *skb, struct timespec *ts,
350 unsigned int flags)
Daniel Borkmann7a513842013-04-23 00:39:29 +0000351{
352 struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb);
353
354 if (shhwtstamps) {
355 if ((flags & SOF_TIMESTAMPING_SYS_HARDWARE) &&
356 ktime_to_timespec_cond(shhwtstamps->syststamp, ts))
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000357 return TP_STATUS_TS_SYS_HARDWARE;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000358 if ((flags & SOF_TIMESTAMPING_RAW_HARDWARE) &&
359 ktime_to_timespec_cond(shhwtstamps->hwtstamp, ts))
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000360 return TP_STATUS_TS_RAW_HARDWARE;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000361 }
362
363 if (ktime_to_timespec_cond(skb->tstamp, ts))
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000364 return TP_STATUS_TS_SOFTWARE;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000365
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000366 return 0;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000367}
368
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000369static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame,
370 struct sk_buff *skb)
Willem de Bruijn2e313962013-04-23 00:39:28 +0000371{
372 union tpacket_uhdr h;
373 struct timespec ts;
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000374 __u32 ts_status;
Willem de Bruijn2e313962013-04-23 00:39:28 +0000375
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000376 if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp)))
377 return 0;
Willem de Bruijn2e313962013-04-23 00:39:28 +0000378
379 h.raw = frame;
380 switch (po->tp_version) {
381 case TPACKET_V1:
382 h.h1->tp_sec = ts.tv_sec;
383 h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
384 break;
385 case TPACKET_V2:
386 h.h2->tp_sec = ts.tv_sec;
387 h.h2->tp_nsec = ts.tv_nsec;
388 break;
389 case TPACKET_V3:
390 default:
391 WARN(1, "TPACKET version not supported.\n");
392 BUG();
393 }
394
395 /* one flush is safe, as both fields always lie on the same cacheline */
396 flush_dcache_page(pgv_to_page(&h.h1->tp_sec));
397 smp_wmb();
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000398
399 return ts_status;
Willem de Bruijn2e313962013-04-23 00:39:28 +0000400}
401
Johann Baudy69e3c752009-05-18 22:11:22 -0700402static void *packet_lookup_frame(struct packet_sock *po,
403 struct packet_ring_buffer *rb,
404 unsigned int position,
405 int status)
406{
407 unsigned int pg_vec_pos, frame_offset;
Daniel Borkmann184f4892013-04-16 01:57:46 +0000408 union tpacket_uhdr h;
Johann Baudy69e3c752009-05-18 22:11:22 -0700409
410 pg_vec_pos = position / rb->frames_per_block;
411 frame_offset = position % rb->frames_per_block;
412
Neil Horman0e3125c2010-11-16 10:26:47 -0800413 h.raw = rb->pg_vec[pg_vec_pos].buffer +
414 (frame_offset * rb->frame_size);
Johann Baudy69e3c752009-05-18 22:11:22 -0700415
416 if (status != __packet_get_status(po, h.raw))
417 return NULL;
418
419 return h.raw;
420}
421
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000422static void *packet_current_frame(struct packet_sock *po,
Johann Baudy69e3c752009-05-18 22:11:22 -0700423 struct packet_ring_buffer *rb,
424 int status)
425{
426 return packet_lookup_frame(po, rb, rb->head, status);
427}
428
chetan lokebc59ba32011-08-25 10:43:30 +0000429static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000430{
431 del_timer_sync(&pkc->retire_blk_timer);
432}
433
434static void prb_shutdown_retire_blk_timer(struct packet_sock *po,
435 int tx_ring,
436 struct sk_buff_head *rb_queue)
437{
chetan lokebc59ba32011-08-25 10:43:30 +0000438 struct tpacket_kbdq_core *pkc;
chetan lokef6fb8f102011-08-19 10:18:16 +0000439
440 pkc = tx_ring ? &po->tx_ring.prb_bdqc : &po->rx_ring.prb_bdqc;
441
442 spin_lock(&rb_queue->lock);
443 pkc->delete_blk_timer = 1;
444 spin_unlock(&rb_queue->lock);
445
446 prb_del_retire_blk_timer(pkc);
447}
448
449static void prb_init_blk_timer(struct packet_sock *po,
chetan lokebc59ba32011-08-25 10:43:30 +0000450 struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000451 void (*func) (unsigned long))
452{
453 init_timer(&pkc->retire_blk_timer);
454 pkc->retire_blk_timer.data = (long)po;
455 pkc->retire_blk_timer.function = func;
456 pkc->retire_blk_timer.expires = jiffies;
457}
458
459static void prb_setup_retire_blk_timer(struct packet_sock *po, int tx_ring)
460{
chetan lokebc59ba32011-08-25 10:43:30 +0000461 struct tpacket_kbdq_core *pkc;
chetan lokef6fb8f102011-08-19 10:18:16 +0000462
463 if (tx_ring)
464 BUG();
465
466 pkc = tx_ring ? &po->tx_ring.prb_bdqc : &po->rx_ring.prb_bdqc;
467 prb_init_blk_timer(po, pkc, prb_retire_rx_blk_timer_expired);
468}
469
470static int prb_calc_retire_blk_tmo(struct packet_sock *po,
471 int blk_size_in_bytes)
472{
473 struct net_device *dev;
474 unsigned int mbits = 0, msec = 0, div = 0, tmo = 0;
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000475 struct ethtool_cmd ecmd;
476 int err;
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000477 u32 speed;
chetan lokef6fb8f102011-08-19 10:18:16 +0000478
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000479 rtnl_lock();
480 dev = __dev_get_by_index(sock_net(&po->sk), po->ifindex);
481 if (unlikely(!dev)) {
482 rtnl_unlock();
chetan lokef6fb8f102011-08-19 10:18:16 +0000483 return DEFAULT_PRB_RETIRE_TOV;
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000484 }
485 err = __ethtool_get_settings(dev, &ecmd);
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000486 speed = ethtool_cmd_speed(&ecmd);
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000487 rtnl_unlock();
488 if (!err) {
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000489 /*
490 * If the link speed is so slow you don't really
491 * need to worry about perf anyways
492 */
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000493 if (speed < SPEED_1000 || speed == SPEED_UNKNOWN) {
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000494 return DEFAULT_PRB_RETIRE_TOV;
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000495 } else {
496 msec = 1;
497 div = speed / 1000;
chetan lokef6fb8f102011-08-19 10:18:16 +0000498 }
499 }
500
501 mbits = (blk_size_in_bytes * 8) / (1024 * 1024);
502
503 if (div)
504 mbits /= div;
505
506 tmo = mbits * msec;
507
508 if (div)
509 return tmo+1;
510 return tmo;
511}
512
chetan lokebc59ba32011-08-25 10:43:30 +0000513static void prb_init_ft_ops(struct tpacket_kbdq_core *p1,
chetan lokef6fb8f102011-08-19 10:18:16 +0000514 union tpacket_req_u *req_u)
515{
516 p1->feature_req_word = req_u->req3.tp_feature_req_word;
517}
518
519static void init_prb_bdqc(struct packet_sock *po,
520 struct packet_ring_buffer *rb,
521 struct pgv *pg_vec,
522 union tpacket_req_u *req_u, int tx_ring)
523{
chetan lokebc59ba32011-08-25 10:43:30 +0000524 struct tpacket_kbdq_core *p1 = &rb->prb_bdqc;
525 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000526
527 memset(p1, 0x0, sizeof(*p1));
528
529 p1->knxt_seq_num = 1;
530 p1->pkbdq = pg_vec;
chetan lokebc59ba32011-08-25 10:43:30 +0000531 pbd = (struct tpacket_block_desc *)pg_vec[0].buffer;
Joe Perchese3192692012-06-03 17:41:40 +0000532 p1->pkblk_start = pg_vec[0].buffer;
chetan lokef6fb8f102011-08-19 10:18:16 +0000533 p1->kblk_size = req_u->req3.tp_block_size;
534 p1->knum_blocks = req_u->req3.tp_block_nr;
535 p1->hdrlen = po->tp_hdrlen;
536 p1->version = po->tp_version;
537 p1->last_kactive_blk_num = 0;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +0000538 po->stats.stats3.tp_freeze_q_cnt = 0;
chetan lokef6fb8f102011-08-19 10:18:16 +0000539 if (req_u->req3.tp_retire_blk_tov)
540 p1->retire_blk_tov = req_u->req3.tp_retire_blk_tov;
541 else
542 p1->retire_blk_tov = prb_calc_retire_blk_tmo(po,
543 req_u->req3.tp_block_size);
544 p1->tov_in_jiffies = msecs_to_jiffies(p1->retire_blk_tov);
545 p1->blk_sizeof_priv = req_u->req3.tp_sizeof_priv;
546
547 prb_init_ft_ops(p1, req_u);
548 prb_setup_retire_blk_timer(po, tx_ring);
549 prb_open_block(p1, pbd);
550}
551
552/* Do NOT update the last_blk_num first.
553 * Assumes sk_buff_head lock is held.
554 */
chetan lokebc59ba32011-08-25 10:43:30 +0000555static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000556{
557 mod_timer(&pkc->retire_blk_timer,
558 jiffies + pkc->tov_in_jiffies);
559 pkc->last_kactive_blk_num = pkc->kactive_blk_num;
560}
561
562/*
563 * Timer logic:
564 * 1) We refresh the timer only when we open a block.
565 * By doing this we don't waste cycles refreshing the timer
566 * on packet-by-packet basis.
567 *
568 * With a 1MB block-size, on a 1Gbps line, it will take
569 * i) ~8 ms to fill a block + ii) memcpy etc.
570 * In this cut we are not accounting for the memcpy time.
571 *
572 * So, if the user sets the 'tmo' to 10ms then the timer
573 * will never fire while the block is still getting filled
574 * (which is what we want). However, the user could choose
575 * to close a block early and that's fine.
576 *
577 * But when the timer does fire, we check whether or not to refresh it.
578 * Since the tmo granularity is in msecs, it is not too expensive
579 * to refresh the timer, lets say every '8' msecs.
580 * Either the user can set the 'tmo' or we can derive it based on
581 * a) line-speed and b) block-size.
582 * prb_calc_retire_blk_tmo() calculates the tmo.
583 *
584 */
585static void prb_retire_rx_blk_timer_expired(unsigned long data)
586{
587 struct packet_sock *po = (struct packet_sock *)data;
chetan lokebc59ba32011-08-25 10:43:30 +0000588 struct tpacket_kbdq_core *pkc = &po->rx_ring.prb_bdqc;
chetan lokef6fb8f102011-08-19 10:18:16 +0000589 unsigned int frozen;
chetan lokebc59ba32011-08-25 10:43:30 +0000590 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000591
592 spin_lock(&po->sk.sk_receive_queue.lock);
593
594 frozen = prb_queue_frozen(pkc);
595 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
596
597 if (unlikely(pkc->delete_blk_timer))
598 goto out;
599
600 /* We only need to plug the race when the block is partially filled.
601 * tpacket_rcv:
602 * lock(); increment BLOCK_NUM_PKTS; unlock()
603 * copy_bits() is in progress ...
604 * timer fires on other cpu:
605 * we can't retire the current block because copy_bits
606 * is in progress.
607 *
608 */
609 if (BLOCK_NUM_PKTS(pbd)) {
610 while (atomic_read(&pkc->blk_fill_in_prog)) {
611 /* Waiting for skb_copy_bits to finish... */
612 cpu_relax();
613 }
614 }
615
616 if (pkc->last_kactive_blk_num == pkc->kactive_blk_num) {
617 if (!frozen) {
618 prb_retire_current_block(pkc, po, TP_STATUS_BLK_TMO);
619 if (!prb_dispatch_next_block(pkc, po))
620 goto refresh_timer;
621 else
622 goto out;
623 } else {
624 /* Case 1. Queue was frozen because user-space was
625 * lagging behind.
626 */
627 if (prb_curr_blk_in_use(pkc, pbd)) {
628 /*
629 * Ok, user-space is still behind.
630 * So just refresh the timer.
631 */
632 goto refresh_timer;
633 } else {
634 /* Case 2. queue was frozen,user-space caught up,
635 * now the link went idle && the timer fired.
636 * We don't have a block to close.So we open this
637 * block and restart the timer.
638 * opening a block thaws the queue,restarts timer
639 * Thawing/timer-refresh is a side effect.
640 */
641 prb_open_block(pkc, pbd);
642 goto out;
643 }
644 }
645 }
646
647refresh_timer:
648 _prb_refresh_rx_retire_blk_timer(pkc);
649
650out:
651 spin_unlock(&po->sk.sk_receive_queue.lock);
652}
653
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000654static void prb_flush_block(struct tpacket_kbdq_core *pkc1,
chetan lokebc59ba32011-08-25 10:43:30 +0000655 struct tpacket_block_desc *pbd1, __u32 status)
chetan lokef6fb8f102011-08-19 10:18:16 +0000656{
657 /* Flush everything minus the block header */
658
659#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
660 u8 *start, *end;
661
662 start = (u8 *)pbd1;
663
664 /* Skip the block header(we know header WILL fit in 4K) */
665 start += PAGE_SIZE;
666
667 end = (u8 *)PAGE_ALIGN((unsigned long)pkc1->pkblk_end);
668 for (; start < end; start += PAGE_SIZE)
669 flush_dcache_page(pgv_to_page(start));
670
671 smp_wmb();
672#endif
673
674 /* Now update the block status. */
675
676 BLOCK_STATUS(pbd1) = status;
677
678 /* Flush the block header */
679
680#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
681 start = (u8 *)pbd1;
682 flush_dcache_page(pgv_to_page(start));
683
684 smp_wmb();
685#endif
686}
687
688/*
689 * Side effect:
690 *
691 * 1) flush the block
692 * 2) Increment active_blk_num
693 *
694 * Note:We DONT refresh the timer on purpose.
695 * Because almost always the next block will be opened.
696 */
chetan lokebc59ba32011-08-25 10:43:30 +0000697static void prb_close_block(struct tpacket_kbdq_core *pkc1,
698 struct tpacket_block_desc *pbd1,
chetan lokef6fb8f102011-08-19 10:18:16 +0000699 struct packet_sock *po, unsigned int stat)
700{
701 __u32 status = TP_STATUS_USER | stat;
702
703 struct tpacket3_hdr *last_pkt;
chetan lokebc59ba32011-08-25 10:43:30 +0000704 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
chetan lokef6fb8f102011-08-19 10:18:16 +0000705
Daniel Borkmannee80fbf2013-04-19 06:12:29 +0000706 if (po->stats.stats3.tp_drops)
chetan lokef6fb8f102011-08-19 10:18:16 +0000707 status |= TP_STATUS_LOSING;
708
709 last_pkt = (struct tpacket3_hdr *)pkc1->prev;
710 last_pkt->tp_next_offset = 0;
711
712 /* Get the ts of the last pkt */
713 if (BLOCK_NUM_PKTS(pbd1)) {
714 h1->ts_last_pkt.ts_sec = last_pkt->tp_sec;
715 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec;
716 } else {
717 /* Ok, we tmo'd - so get the current time */
718 struct timespec ts;
719 getnstimeofday(&ts);
720 h1->ts_last_pkt.ts_sec = ts.tv_sec;
721 h1->ts_last_pkt.ts_nsec = ts.tv_nsec;
722 }
723
724 smp_wmb();
725
726 /* Flush the block */
727 prb_flush_block(pkc1, pbd1, status);
728
729 pkc1->kactive_blk_num = GET_NEXT_PRB_BLK_NUM(pkc1);
730}
731
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000732static void prb_thaw_queue(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000733{
734 pkc->reset_pending_on_curr_blk = 0;
735}
736
737/*
738 * Side effect of opening a block:
739 *
740 * 1) prb_queue is thawed.
741 * 2) retire_blk_timer is refreshed.
742 *
743 */
chetan lokebc59ba32011-08-25 10:43:30 +0000744static void prb_open_block(struct tpacket_kbdq_core *pkc1,
745 struct tpacket_block_desc *pbd1)
chetan lokef6fb8f102011-08-19 10:18:16 +0000746{
747 struct timespec ts;
chetan lokebc59ba32011-08-25 10:43:30 +0000748 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
chetan lokef6fb8f102011-08-19 10:18:16 +0000749
750 smp_rmb();
751
Daniel Borkmann8da30562013-05-03 02:57:00 +0000752 /* We could have just memset this but we will lose the
753 * flexibility of making the priv area sticky
754 */
chetan lokef6fb8f102011-08-19 10:18:16 +0000755
Daniel Borkmann8da30562013-05-03 02:57:00 +0000756 BLOCK_SNUM(pbd1) = pkc1->knxt_seq_num++;
757 BLOCK_NUM_PKTS(pbd1) = 0;
758 BLOCK_LEN(pbd1) = BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
chetan lokef6fb8f102011-08-19 10:18:16 +0000759
Daniel Borkmann8da30562013-05-03 02:57:00 +0000760 getnstimeofday(&ts);
chetan lokef6fb8f102011-08-19 10:18:16 +0000761
Daniel Borkmann8da30562013-05-03 02:57:00 +0000762 h1->ts_first_pkt.ts_sec = ts.tv_sec;
763 h1->ts_first_pkt.ts_nsec = ts.tv_nsec;
chetan lokef6fb8f102011-08-19 10:18:16 +0000764
Daniel Borkmann8da30562013-05-03 02:57:00 +0000765 pkc1->pkblk_start = (char *)pbd1;
766 pkc1->nxt_offset = pkc1->pkblk_start + BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
767
768 BLOCK_O2FP(pbd1) = (__u32)BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
769 BLOCK_O2PRIV(pbd1) = BLK_HDR_LEN;
770
771 pbd1->version = pkc1->version;
772 pkc1->prev = pkc1->nxt_offset;
773 pkc1->pkblk_end = pkc1->pkblk_start + pkc1->kblk_size;
774
775 prb_thaw_queue(pkc1);
776 _prb_refresh_rx_retire_blk_timer(pkc1);
777
778 smp_wmb();
chetan lokef6fb8f102011-08-19 10:18:16 +0000779}
780
781/*
782 * Queue freeze logic:
783 * 1) Assume tp_block_nr = 8 blocks.
784 * 2) At time 't0', user opens Rx ring.
785 * 3) Some time past 't0', kernel starts filling blocks starting from 0 .. 7
786 * 4) user-space is either sleeping or processing block '0'.
787 * 5) tpacket_rcv is currently filling block '7', since there is no space left,
788 * it will close block-7,loop around and try to fill block '0'.
789 * call-flow:
790 * __packet_lookup_frame_in_block
791 * prb_retire_current_block()
792 * prb_dispatch_next_block()
793 * |->(BLOCK_STATUS == USER) evaluates to true
794 * 5.1) Since block-0 is currently in-use, we just freeze the queue.
795 * 6) Now there are two cases:
796 * 6.1) Link goes idle right after the queue is frozen.
797 * But remember, the last open_block() refreshed the timer.
798 * When this timer expires,it will refresh itself so that we can
799 * re-open block-0 in near future.
800 * 6.2) Link is busy and keeps on receiving packets. This is a simple
801 * case and __packet_lookup_frame_in_block will check if block-0
802 * is free and can now be re-used.
803 */
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000804static void prb_freeze_queue(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000805 struct packet_sock *po)
806{
807 pkc->reset_pending_on_curr_blk = 1;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +0000808 po->stats.stats3.tp_freeze_q_cnt++;
chetan lokef6fb8f102011-08-19 10:18:16 +0000809}
810
811#define TOTAL_PKT_LEN_INCL_ALIGN(length) (ALIGN((length), V3_ALIGNMENT))
812
813/*
814 * If the next block is free then we will dispatch it
815 * and return a good offset.
816 * Else, we will freeze the queue.
817 * So, caller must check the return value.
818 */
chetan lokebc59ba32011-08-25 10:43:30 +0000819static void *prb_dispatch_next_block(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000820 struct packet_sock *po)
821{
chetan lokebc59ba32011-08-25 10:43:30 +0000822 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000823
824 smp_rmb();
825
826 /* 1. Get current block num */
827 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
828
829 /* 2. If this block is currently in_use then freeze the queue */
830 if (TP_STATUS_USER & BLOCK_STATUS(pbd)) {
831 prb_freeze_queue(pkc, po);
832 return NULL;
833 }
834
835 /*
836 * 3.
837 * open this block and return the offset where the first packet
838 * needs to get stored.
839 */
840 prb_open_block(pkc, pbd);
841 return (void *)pkc->nxt_offset;
842}
843
chetan lokebc59ba32011-08-25 10:43:30 +0000844static void prb_retire_current_block(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000845 struct packet_sock *po, unsigned int status)
846{
chetan lokebc59ba32011-08-25 10:43:30 +0000847 struct tpacket_block_desc *pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
chetan lokef6fb8f102011-08-19 10:18:16 +0000848
849 /* retire/close the current block */
850 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) {
851 /*
852 * Plug the case where copy_bits() is in progress on
853 * cpu-0 and tpacket_rcv() got invoked on cpu-1, didn't
854 * have space to copy the pkt in the current block and
855 * called prb_retire_current_block()
856 *
857 * We don't need to worry about the TMO case because
858 * the timer-handler already handled this case.
859 */
860 if (!(status & TP_STATUS_BLK_TMO)) {
861 while (atomic_read(&pkc->blk_fill_in_prog)) {
862 /* Waiting for skb_copy_bits to finish... */
863 cpu_relax();
864 }
865 }
866 prb_close_block(pkc, pbd, po, status);
867 return;
868 }
chetan lokef6fb8f102011-08-19 10:18:16 +0000869}
870
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000871static int prb_curr_blk_in_use(struct tpacket_kbdq_core *pkc,
chetan lokebc59ba32011-08-25 10:43:30 +0000872 struct tpacket_block_desc *pbd)
chetan lokef6fb8f102011-08-19 10:18:16 +0000873{
874 return TP_STATUS_USER & BLOCK_STATUS(pbd);
875}
876
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000877static int prb_queue_frozen(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000878{
879 return pkc->reset_pending_on_curr_blk;
880}
881
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000882static void prb_clear_blk_fill_status(struct packet_ring_buffer *rb)
chetan lokef6fb8f102011-08-19 10:18:16 +0000883{
chetan lokebc59ba32011-08-25 10:43:30 +0000884 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb);
chetan lokef6fb8f102011-08-19 10:18:16 +0000885 atomic_dec(&pkc->blk_fill_in_prog);
886}
887
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000888static void prb_fill_rxhash(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000889 struct tpacket3_hdr *ppd)
890{
891 ppd->hv1.tp_rxhash = skb_get_rxhash(pkc->skb);
892}
893
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000894static void prb_clear_rxhash(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000895 struct tpacket3_hdr *ppd)
896{
897 ppd->hv1.tp_rxhash = 0;
898}
899
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000900static void prb_fill_vlan_info(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000901 struct tpacket3_hdr *ppd)
902{
903 if (vlan_tx_tag_present(pkc->skb)) {
904 ppd->hv1.tp_vlan_tci = vlan_tx_tag_get(pkc->skb);
905 ppd->tp_status = TP_STATUS_VLAN_VALID;
906 } else {
danborkmann@iogearbox.net9e670302012-08-20 03:34:03 +0000907 ppd->hv1.tp_vlan_tci = 0;
908 ppd->tp_status = TP_STATUS_AVAILABLE;
chetan lokef6fb8f102011-08-19 10:18:16 +0000909 }
910}
911
chetan lokebc59ba32011-08-25 10:43:30 +0000912static void prb_run_all_ft_ops(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000913 struct tpacket3_hdr *ppd)
914{
915 prb_fill_vlan_info(pkc, ppd);
916
917 if (pkc->feature_req_word & TP_FT_REQ_FILL_RXHASH)
918 prb_fill_rxhash(pkc, ppd);
919 else
920 prb_clear_rxhash(pkc, ppd);
921}
922
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000923static void prb_fill_curr_block(char *curr,
chetan lokebc59ba32011-08-25 10:43:30 +0000924 struct tpacket_kbdq_core *pkc,
925 struct tpacket_block_desc *pbd,
chetan lokef6fb8f102011-08-19 10:18:16 +0000926 unsigned int len)
927{
928 struct tpacket3_hdr *ppd;
929
930 ppd = (struct tpacket3_hdr *)curr;
931 ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len);
932 pkc->prev = curr;
933 pkc->nxt_offset += TOTAL_PKT_LEN_INCL_ALIGN(len);
934 BLOCK_LEN(pbd) += TOTAL_PKT_LEN_INCL_ALIGN(len);
935 BLOCK_NUM_PKTS(pbd) += 1;
936 atomic_inc(&pkc->blk_fill_in_prog);
937 prb_run_all_ft_ops(pkc, ppd);
938}
939
940/* Assumes caller has the sk->rx_queue.lock */
941static void *__packet_lookup_frame_in_block(struct packet_sock *po,
942 struct sk_buff *skb,
943 int status,
944 unsigned int len
945 )
946{
chetan lokebc59ba32011-08-25 10:43:30 +0000947 struct tpacket_kbdq_core *pkc;
948 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000949 char *curr, *end;
950
Joe Perchese3192692012-06-03 17:41:40 +0000951 pkc = GET_PBDQC_FROM_RB(&po->rx_ring);
chetan lokef6fb8f102011-08-19 10:18:16 +0000952 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
953
954 /* Queue is frozen when user space is lagging behind */
955 if (prb_queue_frozen(pkc)) {
956 /*
957 * Check if that last block which caused the queue to freeze,
958 * is still in_use by user-space.
959 */
960 if (prb_curr_blk_in_use(pkc, pbd)) {
961 /* Can't record this packet */
962 return NULL;
963 } else {
964 /*
965 * Ok, the block was released by user-space.
966 * Now let's open that block.
967 * opening a block also thaws the queue.
968 * Thawing is a side effect.
969 */
970 prb_open_block(pkc, pbd);
971 }
972 }
973
974 smp_mb();
975 curr = pkc->nxt_offset;
976 pkc->skb = skb;
Joe Perchese3192692012-06-03 17:41:40 +0000977 end = (char *)pbd + pkc->kblk_size;
chetan lokef6fb8f102011-08-19 10:18:16 +0000978
979 /* first try the current block */
980 if (curr+TOTAL_PKT_LEN_INCL_ALIGN(len) < end) {
981 prb_fill_curr_block(curr, pkc, pbd, len);
982 return (void *)curr;
983 }
984
985 /* Ok, close the current block */
986 prb_retire_current_block(pkc, po, 0);
987
988 /* Now, try to dispatch the next block */
989 curr = (char *)prb_dispatch_next_block(pkc, po);
990 if (curr) {
991 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
992 prb_fill_curr_block(curr, pkc, pbd, len);
993 return (void *)curr;
994 }
995
996 /*
997 * No free blocks are available.user_space hasn't caught up yet.
998 * Queue was just frozen and now this packet will get dropped.
999 */
1000 return NULL;
1001}
1002
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001003static void *packet_current_rx_frame(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001004 struct sk_buff *skb,
1005 int status, unsigned int len)
1006{
1007 char *curr = NULL;
1008 switch (po->tp_version) {
1009 case TPACKET_V1:
1010 case TPACKET_V2:
1011 curr = packet_lookup_frame(po, &po->rx_ring,
1012 po->rx_ring.head, status);
1013 return curr;
1014 case TPACKET_V3:
1015 return __packet_lookup_frame_in_block(po, skb, status, len);
1016 default:
1017 WARN(1, "TPACKET version not supported\n");
1018 BUG();
Ying Xue99aa3472012-08-06 16:27:10 +00001019 return NULL;
chetan lokef6fb8f102011-08-19 10:18:16 +00001020 }
1021}
1022
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001023static void *prb_lookup_block(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001024 struct packet_ring_buffer *rb,
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001025 unsigned int idx,
chetan lokef6fb8f102011-08-19 10:18:16 +00001026 int status)
1027{
chetan lokebc59ba32011-08-25 10:43:30 +00001028 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb);
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001029 struct tpacket_block_desc *pbd = GET_PBLOCK_DESC(pkc, idx);
chetan lokef6fb8f102011-08-19 10:18:16 +00001030
1031 if (status != BLOCK_STATUS(pbd))
1032 return NULL;
1033 return pbd;
1034}
1035
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001036static int prb_previous_blk_num(struct packet_ring_buffer *rb)
chetan lokef6fb8f102011-08-19 10:18:16 +00001037{
1038 unsigned int prev;
1039 if (rb->prb_bdqc.kactive_blk_num)
1040 prev = rb->prb_bdqc.kactive_blk_num-1;
1041 else
1042 prev = rb->prb_bdqc.knum_blocks-1;
1043 return prev;
1044}
1045
1046/* Assumes caller has held the rx_queue.lock */
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001047static void *__prb_previous_block(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001048 struct packet_ring_buffer *rb,
1049 int status)
1050{
1051 unsigned int previous = prb_previous_blk_num(rb);
1052 return prb_lookup_block(po, rb, previous, status);
1053}
1054
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001055static void *packet_previous_rx_frame(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001056 struct packet_ring_buffer *rb,
1057 int status)
1058{
1059 if (po->tp_version <= TPACKET_V2)
1060 return packet_previous_frame(po, rb, status);
1061
1062 return __prb_previous_block(po, rb, status);
1063}
1064
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001065static void packet_increment_rx_head(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001066 struct packet_ring_buffer *rb)
1067{
1068 switch (po->tp_version) {
1069 case TPACKET_V1:
1070 case TPACKET_V2:
1071 return packet_increment_head(rb);
1072 case TPACKET_V3:
1073 default:
1074 WARN(1, "TPACKET version not supported.\n");
1075 BUG();
1076 return;
1077 }
1078}
1079
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001080static void *packet_previous_frame(struct packet_sock *po,
Johann Baudy69e3c752009-05-18 22:11:22 -07001081 struct packet_ring_buffer *rb,
1082 int status)
1083{
1084 unsigned int previous = rb->head ? rb->head - 1 : rb->frame_max;
1085 return packet_lookup_frame(po, rb, previous, status);
1086}
1087
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001088static void packet_increment_head(struct packet_ring_buffer *buff)
Johann Baudy69e3c752009-05-18 22:11:22 -07001089{
1090 buff->head = buff->head != buff->frame_max ? buff->head+1 : 0;
1091}
1092
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001093static bool packet_rcv_has_room(struct packet_sock *po, struct sk_buff *skb)
1094{
1095 struct sock *sk = &po->sk;
1096 bool has_room;
1097
1098 if (po->prot_hook.func != tpacket_rcv)
1099 return (atomic_read(&sk->sk_rmem_alloc) + skb->truesize)
1100 <= sk->sk_rcvbuf;
1101
1102 spin_lock(&sk->sk_receive_queue.lock);
1103 if (po->tp_version == TPACKET_V3)
1104 has_room = prb_lookup_block(po, &po->rx_ring,
1105 po->rx_ring.prb_bdqc.kactive_blk_num,
1106 TP_STATUS_KERNEL);
1107 else
1108 has_room = packet_lookup_frame(po, &po->rx_ring,
1109 po->rx_ring.head,
1110 TP_STATUS_KERNEL);
1111 spin_unlock(&sk->sk_receive_queue.lock);
1112
1113 return has_room;
1114}
1115
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116static void packet_sock_destruct(struct sock *sk)
1117{
Richard Cochraned85b562010-04-07 22:41:28 +00001118 skb_queue_purge(&sk->sk_error_queue);
1119
Ilpo Järvinen547b7922008-07-25 21:43:18 -07001120 WARN_ON(atomic_read(&sk->sk_rmem_alloc));
1121 WARN_ON(atomic_read(&sk->sk_wmem_alloc));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122
1123 if (!sock_flag(sk, SOCK_DEAD)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001124 pr_err("Attempt to release alive packet socket: %p\n", sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125 return;
1126 }
1127
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08001128 sk_refcnt_debug_dec(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129}
1130
David S. Millerdc99f602011-07-05 01:45:05 -07001131static int fanout_rr_next(struct packet_fanout *f, unsigned int num)
1132{
1133 int x = atomic_read(&f->rr_cur) + 1;
1134
1135 if (x >= num)
1136 x = 0;
1137
1138 return x;
1139}
1140
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001141static unsigned int fanout_demux_hash(struct packet_fanout *f,
1142 struct sk_buff *skb,
1143 unsigned int num)
David S. Millerdc99f602011-07-05 01:45:05 -07001144{
Daniel Borkmannf55d112e2013-08-28 22:13:10 +02001145 return reciprocal_divide(skb->rxhash, num);
David S. Millerdc99f602011-07-05 01:45:05 -07001146}
1147
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001148static unsigned int fanout_demux_lb(struct packet_fanout *f,
1149 struct sk_buff *skb,
1150 unsigned int num)
David S. Millerdc99f602011-07-05 01:45:05 -07001151{
1152 int cur, old;
1153
1154 cur = atomic_read(&f->rr_cur);
1155 while ((old = atomic_cmpxchg(&f->rr_cur, cur,
1156 fanout_rr_next(f, num))) != cur)
1157 cur = old;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001158 return cur;
David S. Millerdc99f602011-07-05 01:45:05 -07001159}
1160
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001161static unsigned int fanout_demux_cpu(struct packet_fanout *f,
1162 struct sk_buff *skb,
1163 unsigned int num)
David S. Miller95ec3eb2011-07-06 01:56:38 -07001164{
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001165 return smp_processor_id() % num;
1166}
David S. Miller95ec3eb2011-07-06 01:56:38 -07001167
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +02001168static unsigned int fanout_demux_rnd(struct packet_fanout *f,
1169 struct sk_buff *skb,
1170 unsigned int num)
1171{
1172 return reciprocal_divide(prandom_u32(), num);
1173}
1174
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001175static unsigned int fanout_demux_rollover(struct packet_fanout *f,
1176 struct sk_buff *skb,
1177 unsigned int idx, unsigned int skip,
1178 unsigned int num)
1179{
1180 unsigned int i, j;
1181
1182 i = j = min_t(int, f->next[idx], num - 1);
1183 do {
1184 if (i != skip && packet_rcv_has_room(pkt_sk(f->arr[i]), skb)) {
1185 if (i != j)
1186 f->next[idx] = i;
1187 return i;
1188 }
1189 if (++i == num)
1190 i = 0;
1191 } while (i != j);
1192
1193 return idx;
1194}
1195
1196static bool fanout_has_flag(struct packet_fanout *f, u16 flag)
1197{
1198 return f->flags & (flag >> 8);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001199}
1200
David S. Miller95ec3eb2011-07-06 01:56:38 -07001201static int packet_rcv_fanout(struct sk_buff *skb, struct net_device *dev,
1202 struct packet_type *pt, struct net_device *orig_dev)
David S. Millerdc99f602011-07-05 01:45:05 -07001203{
1204 struct packet_fanout *f = pt->af_packet_priv;
1205 unsigned int num = f->num_members;
1206 struct packet_sock *po;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001207 unsigned int idx;
David S. Millerdc99f602011-07-05 01:45:05 -07001208
1209 if (!net_eq(dev_net(dev), read_pnet(&f->net)) ||
1210 !num) {
1211 kfree_skb(skb);
1212 return 0;
1213 }
1214
David S. Miller95ec3eb2011-07-06 01:56:38 -07001215 switch (f->type) {
1216 case PACKET_FANOUT_HASH:
1217 default:
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001218 if (fanout_has_flag(f, PACKET_FANOUT_FLAG_DEFRAG)) {
Eric Dumazetbc416d92011-10-06 10:28:31 +00001219 skb = ip_check_defrag(skb, IP_DEFRAG_AF_PACKET);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001220 if (!skb)
1221 return 0;
1222 }
1223 skb_get_rxhash(skb);
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001224 idx = fanout_demux_hash(f, skb, num);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001225 break;
1226 case PACKET_FANOUT_LB:
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001227 idx = fanout_demux_lb(f, skb, num);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001228 break;
1229 case PACKET_FANOUT_CPU:
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001230 idx = fanout_demux_cpu(f, skb, num);
1231 break;
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +02001232 case PACKET_FANOUT_RND:
1233 idx = fanout_demux_rnd(f, skb, num);
1234 break;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001235 case PACKET_FANOUT_ROLLOVER:
1236 idx = fanout_demux_rollover(f, skb, 0, (unsigned int) -1, num);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001237 break;
David S. Miller7736d332011-07-05 01:43:20 -07001238 }
1239
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001240 po = pkt_sk(f->arr[idx]);
1241 if (fanout_has_flag(f, PACKET_FANOUT_FLAG_ROLLOVER) &&
1242 unlikely(!packet_rcv_has_room(po, skb))) {
1243 idx = fanout_demux_rollover(f, skb, idx, idx, num);
1244 po = pkt_sk(f->arr[idx]);
1245 }
David S. Millerdc99f602011-07-05 01:45:05 -07001246
1247 return po->prot_hook.func(skb, dev, &po->prot_hook, orig_dev);
1248}
1249
Pavel Emelyanovfff33212012-08-16 05:36:48 +00001250DEFINE_MUTEX(fanout_mutex);
1251EXPORT_SYMBOL_GPL(fanout_mutex);
David S. Millerdc99f602011-07-05 01:45:05 -07001252static LIST_HEAD(fanout_list);
1253
1254static void __fanout_link(struct sock *sk, struct packet_sock *po)
1255{
1256 struct packet_fanout *f = po->fanout;
1257
1258 spin_lock(&f->lock);
1259 f->arr[f->num_members] = sk;
1260 smp_wmb();
1261 f->num_members++;
1262 spin_unlock(&f->lock);
1263}
1264
1265static void __fanout_unlink(struct sock *sk, struct packet_sock *po)
1266{
1267 struct packet_fanout *f = po->fanout;
1268 int i;
1269
1270 spin_lock(&f->lock);
1271 for (i = 0; i < f->num_members; i++) {
1272 if (f->arr[i] == sk)
1273 break;
1274 }
1275 BUG_ON(i >= f->num_members);
1276 f->arr[i] = f->arr[f->num_members - 1];
1277 f->num_members--;
1278 spin_unlock(&f->lock);
1279}
1280
Fengguang Wua0dfb262012-08-23 19:51:21 +08001281static bool match_fanout_group(struct packet_type *ptype, struct sock * sk)
Eric Leblondc0de08d2012-08-16 22:02:58 +00001282{
1283 if (ptype->af_packet_priv == (void*)((struct packet_sock *)sk)->fanout)
1284 return true;
1285
1286 return false;
1287}
1288
David S. Miller7736d332011-07-05 01:43:20 -07001289static int fanout_add(struct sock *sk, u16 id, u16 type_flags)
David S. Millerdc99f602011-07-05 01:45:05 -07001290{
1291 struct packet_sock *po = pkt_sk(sk);
1292 struct packet_fanout *f, *match;
David S. Miller7736d332011-07-05 01:43:20 -07001293 u8 type = type_flags & 0xff;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001294 u8 flags = type_flags >> 8;
David S. Millerdc99f602011-07-05 01:45:05 -07001295 int err;
1296
1297 switch (type) {
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001298 case PACKET_FANOUT_ROLLOVER:
1299 if (type_flags & PACKET_FANOUT_FLAG_ROLLOVER)
1300 return -EINVAL;
David S. Millerdc99f602011-07-05 01:45:05 -07001301 case PACKET_FANOUT_HASH:
1302 case PACKET_FANOUT_LB:
David S. Miller95ec3eb2011-07-06 01:56:38 -07001303 case PACKET_FANOUT_CPU:
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +02001304 case PACKET_FANOUT_RND:
David S. Millerdc99f602011-07-05 01:45:05 -07001305 break;
1306 default:
1307 return -EINVAL;
1308 }
1309
1310 if (!po->running)
1311 return -EINVAL;
1312
1313 if (po->fanout)
1314 return -EALREADY;
1315
1316 mutex_lock(&fanout_mutex);
1317 match = NULL;
1318 list_for_each_entry(f, &fanout_list, list) {
1319 if (f->id == id &&
1320 read_pnet(&f->net) == sock_net(sk)) {
1321 match = f;
1322 break;
1323 }
1324 }
Eric Dumazetafe62c62011-07-07 06:41:29 -07001325 err = -EINVAL;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001326 if (match && match->flags != flags)
Eric Dumazetafe62c62011-07-07 06:41:29 -07001327 goto out;
David S. Millerdc99f602011-07-05 01:45:05 -07001328 if (!match) {
Eric Dumazetafe62c62011-07-07 06:41:29 -07001329 err = -ENOMEM;
David S. Millerdc99f602011-07-05 01:45:05 -07001330 match = kzalloc(sizeof(*match), GFP_KERNEL);
Eric Dumazetafe62c62011-07-07 06:41:29 -07001331 if (!match)
1332 goto out;
1333 write_pnet(&match->net, sock_net(sk));
1334 match->id = id;
1335 match->type = type;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001336 match->flags = flags;
Eric Dumazetafe62c62011-07-07 06:41:29 -07001337 atomic_set(&match->rr_cur, 0);
1338 INIT_LIST_HEAD(&match->list);
1339 spin_lock_init(&match->lock);
1340 atomic_set(&match->sk_ref, 0);
1341 match->prot_hook.type = po->prot_hook.type;
1342 match->prot_hook.dev = po->prot_hook.dev;
1343 match->prot_hook.func = packet_rcv_fanout;
1344 match->prot_hook.af_packet_priv = match;
Eric Leblondc0de08d2012-08-16 22:02:58 +00001345 match->prot_hook.id_match = match_fanout_group;
Eric Dumazetafe62c62011-07-07 06:41:29 -07001346 dev_add_pack(&match->prot_hook);
1347 list_add(&match->list, &fanout_list);
1348 }
1349 err = -EINVAL;
1350 if (match->type == type &&
1351 match->prot_hook.type == po->prot_hook.type &&
1352 match->prot_hook.dev == po->prot_hook.dev) {
1353 err = -ENOSPC;
1354 if (atomic_read(&match->sk_ref) < PACKET_FANOUT_MAX) {
1355 __dev_remove_pack(&po->prot_hook);
1356 po->fanout = match;
1357 atomic_inc(&match->sk_ref);
1358 __fanout_link(sk, po);
1359 err = 0;
David S. Millerdc99f602011-07-05 01:45:05 -07001360 }
1361 }
Eric Dumazetafe62c62011-07-07 06:41:29 -07001362out:
David S. Millerdc99f602011-07-05 01:45:05 -07001363 mutex_unlock(&fanout_mutex);
1364 return err;
1365}
1366
1367static void fanout_release(struct sock *sk)
1368{
1369 struct packet_sock *po = pkt_sk(sk);
1370 struct packet_fanout *f;
1371
1372 f = po->fanout;
1373 if (!f)
1374 return;
1375
Pavel Emelyanovfff33212012-08-16 05:36:48 +00001376 mutex_lock(&fanout_mutex);
David S. Millerdc99f602011-07-05 01:45:05 -07001377 po->fanout = NULL;
1378
David S. Millerdc99f602011-07-05 01:45:05 -07001379 if (atomic_dec_and_test(&f->sk_ref)) {
1380 list_del(&f->list);
1381 dev_remove_pack(&f->prot_hook);
1382 kfree(f);
1383 }
1384 mutex_unlock(&fanout_mutex);
1385}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08001387static const struct proto_ops packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08001389static const struct proto_ops packet_ops_spkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001391static int packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev,
1392 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393{
1394 struct sock *sk;
1395 struct sockaddr_pkt *spkt;
1396
1397 /*
1398 * When we registered the protocol we saved the socket in the data
1399 * field for just this event.
1400 */
1401
1402 sk = pt->af_packet_priv;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001403
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404 /*
1405 * Yank back the headers [hope the device set this
1406 * right or kerboom...]
1407 *
1408 * Incoming packets have ll header pulled,
1409 * push it back.
1410 *
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001411 * For outgoing ones skb->data == skb_mac_header(skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412 * so that this procedure is noop.
1413 */
1414
1415 if (skb->pkt_type == PACKET_LOOPBACK)
1416 goto out;
1417
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001418 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001419 goto out;
1420
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001421 skb = skb_share_check(skb, GFP_ATOMIC);
1422 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 goto oom;
1424
1425 /* drop any routing info */
Eric Dumazetadf30902009-06-02 05:19:30 +00001426 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427
Phil Oester84531c22005-07-12 11:57:52 -07001428 /* drop conntrack reference */
1429 nf_reset(skb);
1430
Herbert Xuffbc6112007-02-04 23:33:10 -08001431 spkt = &PACKET_SKB_CB(skb)->sa.pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001433 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001434
1435 /*
1436 * The SOCK_PACKET socket receives _all_ frames.
1437 */
1438
1439 spkt->spkt_family = dev->type;
1440 strlcpy(spkt->spkt_device, dev->name, sizeof(spkt->spkt_device));
1441 spkt->spkt_protocol = skb->protocol;
1442
1443 /*
1444 * Charge the memory to the socket. This is done specifically
1445 * to prevent sockets using all the memory up.
1446 */
1447
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001448 if (sock_queue_rcv_skb(sk, skb) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 return 0;
1450
1451out:
1452 kfree_skb(skb);
1453oom:
1454 return 0;
1455}
1456
1457
1458/*
1459 * Output a raw packet to a device layer. This bypasses all the other
1460 * protocol layers and you must therefore supply it with a complete frame
1461 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001462
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463static int packet_sendmsg_spkt(struct kiocb *iocb, struct socket *sock,
1464 struct msghdr *msg, size_t len)
1465{
1466 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001467 struct sockaddr_pkt *saddr = (struct sockaddr_pkt *)msg->msg_name;
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001468 struct sk_buff *skb = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 struct net_device *dev;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001470 __be16 proto = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471 int err;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001472 int extra_len = 0;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001473
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001475 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 */
1477
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001478 if (saddr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001479 if (msg->msg_namelen < sizeof(struct sockaddr))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001480 return -EINVAL;
1481 if (msg->msg_namelen == sizeof(struct sockaddr_pkt))
1482 proto = saddr->spkt_protocol;
1483 } else
1484 return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485
1486 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001487 * Find the device first to size check it
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 */
1489
danborkmann@iogearbox.netde74e922012-06-10 08:59:28 +00001490 saddr->spkt_device[sizeof(saddr->spkt_device) - 1] = 0;
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001491retry:
Eric Dumazet654d1f82009-11-02 10:43:32 +01001492 rcu_read_lock();
1493 dev = dev_get_by_name_rcu(sock_net(sk), saddr->spkt_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 err = -ENODEV;
1495 if (dev == NULL)
1496 goto out_unlock;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001497
David S. Millerd5e76b02007-01-25 19:30:36 -08001498 err = -ENETDOWN;
1499 if (!(dev->flags & IFF_UP))
1500 goto out_unlock;
1501
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 /*
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001503 * You may not queue a frame bigger than the mtu. This is the lowest level
1504 * raw protocol and you must do your own fragmentation at this level.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001506
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001507 if (unlikely(sock_flag(sk, SOCK_NOFCS))) {
1508 if (!netif_supports_nofcs(dev)) {
1509 err = -EPROTONOSUPPORT;
1510 goto out_unlock;
1511 }
1512 extra_len = 4; /* We're doing our own CRC */
1513 }
1514
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515 err = -EMSGSIZE;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001516 if (len > dev->mtu + dev->hard_header_len + VLAN_HLEN + extra_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517 goto out_unlock;
1518
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001519 if (!skb) {
1520 size_t reserved = LL_RESERVED_SPACE(dev);
Herbert Xu4ce40912011-11-18 02:20:05 +00001521 int tlen = dev->needed_tailroom;
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001522 unsigned int hhlen = dev->header_ops ? dev->hard_header_len : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001524 rcu_read_unlock();
Herbert Xu4ce40912011-11-18 02:20:05 +00001525 skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL);
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001526 if (skb == NULL)
1527 return -ENOBUFS;
1528 /* FIXME: Save some space for broken drivers that write a hard
1529 * header at transmission time by themselves. PPP is the notable
1530 * one here. This should really be fixed at the driver level.
1531 */
1532 skb_reserve(skb, reserved);
1533 skb_reset_network_header(skb);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001534
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001535 /* Try to align data part correctly */
1536 if (hhlen) {
1537 skb->data -= hhlen;
1538 skb->tail -= hhlen;
1539 if (len < hhlen)
1540 skb_reset_network_header(skb);
1541 }
1542 err = memcpy_fromiovec(skb_put(skb, len), msg->msg_iov, len);
1543 if (err)
1544 goto out_free;
1545 goto retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 }
1547
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001548 if (len > (dev->mtu + dev->hard_header_len + extra_len)) {
Ben Greear57f89bf2011-02-11 09:35:18 +00001549 /* Earlier code assumed this would be a VLAN pkt,
1550 * double-check this now that we have the actual
1551 * packet in hand.
1552 */
1553 struct ethhdr *ehdr;
1554 skb_reset_mac_header(skb);
1555 ehdr = eth_hdr(skb);
1556 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
1557 err = -EMSGSIZE;
1558 goto out_unlock;
1559 }
1560 }
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001561
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 skb->protocol = proto;
1563 skb->dev = dev;
1564 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001565 skb->mark = sk->sk_mark;
Daniel Borkmannbf84a012013-04-14 08:08:13 +00001566
1567 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001569 if (unlikely(extra_len == 4))
1570 skb->no_fcs = 1;
1571
Jason Wang40893fd2013-03-26 23:11:22 +00001572 skb_probe_transport_header(skb, 0);
Jason Wangc1aad272013-03-25 20:19:57 +00001573
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574 dev_queue_xmit(skb);
Eric Dumazet654d1f82009-11-02 10:43:32 +01001575 rcu_read_unlock();
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001576 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578out_unlock:
Eric Dumazet654d1f82009-11-02 10:43:32 +01001579 rcu_read_unlock();
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001580out_free:
1581 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582 return err;
1583}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001585static unsigned int run_filter(const struct sk_buff *skb,
Eric Dumazet62ab0812010-12-06 20:50:09 +00001586 const struct sock *sk,
David S. Millerdbcb5852007-01-24 15:21:02 -08001587 unsigned int res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588{
1589 struct sk_filter *filter;
1590
Eric Dumazet80f8f102011-01-18 07:46:52 +00001591 rcu_read_lock();
1592 filter = rcu_dereference(sk->sk_filter);
David S. Millerdbcb5852007-01-24 15:21:02 -08001593 if (filter != NULL)
Eric Dumazet0a148422011-04-20 09:27:32 +00001594 res = SK_RUN_FILTER(filter, skb);
Eric Dumazet80f8f102011-01-18 07:46:52 +00001595 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596
David S. Millerdbcb5852007-01-24 15:21:02 -08001597 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598}
1599
1600/*
Eric Dumazet62ab0812010-12-06 20:50:09 +00001601 * This function makes lazy skb cloning in hope that most of packets
1602 * are discarded by BPF.
1603 *
1604 * Note tricky part: we DO mangle shared skb! skb->data, skb->len
1605 * and skb->cb are mangled. It works because (and until) packets
1606 * falling here are owned by current CPU. Output packets are cloned
1607 * by dev_queue_xmit_nit(), input packets are processed by net_bh
1608 * sequencially, so that if we return skb to original state on exit,
1609 * we will not harm anyone.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 */
1611
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001612static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
1613 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614{
1615 struct sock *sk;
1616 struct sockaddr_ll *sll;
1617 struct packet_sock *po;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001618 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -08001620 unsigned int snaplen, res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621
1622 if (skb->pkt_type == PACKET_LOOPBACK)
1623 goto drop;
1624
1625 sk = pt->af_packet_priv;
1626 po = pkt_sk(sk);
1627
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001628 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001629 goto drop;
1630
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631 skb->dev = dev;
1632
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -07001633 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634 /* The device has an explicit notion of ll header,
Eric Dumazet62ab0812010-12-06 20:50:09 +00001635 * exported to higher levels.
1636 *
1637 * Otherwise, the device hides details of its frame
1638 * structure, so that corresponding packet head is
1639 * never delivered to user.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 */
1641 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001642 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 else if (skb->pkt_type == PACKET_OUTGOING) {
1644 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001645 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 }
1647 }
1648
1649 snaplen = skb->len;
1650
David S. Millerdbcb5852007-01-24 15:21:02 -08001651 res = run_filter(skb, sk, snaplen);
1652 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -07001653 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -08001654 if (snaplen > res)
1655 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
Eric Dumazet0fd7bac2011-12-21 07:11:44 +00001657 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 goto drop_n_acct;
1659
1660 if (skb_shared(skb)) {
1661 struct sk_buff *nskb = skb_clone(skb, GFP_ATOMIC);
1662 if (nskb == NULL)
1663 goto drop_n_acct;
1664
1665 if (skb_head != skb->data) {
1666 skb->data = skb_head;
1667 skb->len = skb_len;
1668 }
Eric Dumazetabc4e4f2012-04-19 02:24:42 +00001669 consume_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670 skb = nskb;
1671 }
1672
Herbert Xuffbc6112007-02-04 23:33:10 -08001673 BUILD_BUG_ON(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8 >
1674 sizeof(skb->cb));
1675
1676 sll = &PACKET_SKB_CB(skb)->sa.ll;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 sll->sll_family = AF_PACKET;
1678 sll->sll_hatype = dev->type;
1679 sll->sll_protocol = skb->protocol;
1680 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -08001681 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07001682 sll->sll_ifindex = orig_dev->ifindex;
1683 else
1684 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001685
Stephen Hemmingerb95cce32007-09-26 22:13:38 -07001686 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687
Herbert Xuffbc6112007-02-04 23:33:10 -08001688 PACKET_SKB_CB(skb)->origlen = skb->len;
Herbert Xu8dc41942007-02-04 23:31:32 -08001689
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690 if (pskb_trim(skb, snaplen))
1691 goto drop_n_acct;
1692
1693 skb_set_owner_r(skb, sk);
1694 skb->dev = NULL;
Eric Dumazetadf30902009-06-02 05:19:30 +00001695 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696
Phil Oester84531c22005-07-12 11:57:52 -07001697 /* drop conntrack reference */
1698 nf_reset(skb);
1699
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 spin_lock(&sk->sk_receive_queue.lock);
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001701 po->stats.stats1.tp_packets++;
Neil Horman3b885782009-10-12 13:26:31 -07001702 skb->dropcount = atomic_read(&sk->sk_drops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 __skb_queue_tail(&sk->sk_receive_queue, skb);
1704 spin_unlock(&sk->sk_receive_queue.lock);
1705 sk->sk_data_ready(sk, skb->len);
1706 return 0;
1707
1708drop_n_acct:
Willem de Bruijn7091fbd2011-09-30 10:38:28 +00001709 spin_lock(&sk->sk_receive_queue.lock);
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001710 po->stats.stats1.tp_drops++;
Willem de Bruijn7091fbd2011-09-30 10:38:28 +00001711 atomic_inc(&sk->sk_drops);
1712 spin_unlock(&sk->sk_receive_queue.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713
1714drop_n_restore:
1715 if (skb_head != skb->data && skb_shared(skb)) {
1716 skb->data = skb_head;
1717 skb->len = skb_len;
1718 }
1719drop:
Neil Hormanead2ceb2009-03-11 09:49:55 +00001720 consume_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 return 0;
1722}
1723
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001724static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
1725 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726{
1727 struct sock *sk;
1728 struct packet_sock *po;
1729 struct sockaddr_ll *sll;
Daniel Borkmann184f4892013-04-16 01:57:46 +00001730 union tpacket_uhdr h;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001731 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -08001733 unsigned int snaplen, res;
chetan lokef6fb8f102011-08-19 10:18:16 +00001734 unsigned long status = TP_STATUS_USER;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001735 unsigned short macoff, netoff, hdrlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736 struct sk_buff *copy_skb = NULL;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001737 struct timespec ts;
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001738 __u32 ts_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739
1740 if (skb->pkt_type == PACKET_LOOPBACK)
1741 goto drop;
1742
1743 sk = pt->af_packet_priv;
1744 po = pkt_sk(sk);
1745
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001746 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001747 goto drop;
1748
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -07001749 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001751 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752 else if (skb->pkt_type == PACKET_OUTGOING) {
1753 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001754 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755 }
1756 }
1757
Herbert Xu8dc41942007-02-04 23:31:32 -08001758 if (skb->ip_summed == CHECKSUM_PARTIAL)
1759 status |= TP_STATUS_CSUMNOTREADY;
1760
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761 snaplen = skb->len;
1762
David S. Millerdbcb5852007-01-24 15:21:02 -08001763 res = run_filter(skb, sk, snaplen);
1764 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -07001765 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -08001766 if (snaplen > res)
1767 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001768
1769 if (sk->sk_type == SOCK_DGRAM) {
Patrick McHardy8913336a2008-07-18 18:05:19 -07001770 macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 +
1771 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001772 } else {
Eric Dumazet95c96172012-04-15 05:58:06 +00001773 unsigned int maclen = skb_network_offset(skb);
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001774 netoff = TPACKET_ALIGN(po->tp_hdrlen +
Patrick McHardy8913336a2008-07-18 18:05:19 -07001775 (maclen < 16 ? 16 : maclen)) +
1776 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001777 macoff = netoff - maclen;
1778 }
chetan lokef6fb8f102011-08-19 10:18:16 +00001779 if (po->tp_version <= TPACKET_V2) {
1780 if (macoff + snaplen > po->rx_ring.frame_size) {
1781 if (po->copy_thresh &&
Eric Dumazet0fd7bac2011-12-21 07:11:44 +00001782 atomic_read(&sk->sk_rmem_alloc) < sk->sk_rcvbuf) {
chetan lokef6fb8f102011-08-19 10:18:16 +00001783 if (skb_shared(skb)) {
1784 copy_skb = skb_clone(skb, GFP_ATOMIC);
1785 } else {
1786 copy_skb = skb_get(skb);
1787 skb_head = skb->data;
1788 }
1789 if (copy_skb)
1790 skb_set_owner_r(copy_skb, sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791 }
chetan lokef6fb8f102011-08-19 10:18:16 +00001792 snaplen = po->rx_ring.frame_size - macoff;
1793 if ((int)snaplen < 0)
1794 snaplen = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797 spin_lock(&sk->sk_receive_queue.lock);
chetan lokef6fb8f102011-08-19 10:18:16 +00001798 h.raw = packet_current_rx_frame(po, skb,
1799 TP_STATUS_KERNEL, (macoff+snaplen));
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001800 if (!h.raw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 goto ring_is_full;
chetan lokef6fb8f102011-08-19 10:18:16 +00001802 if (po->tp_version <= TPACKET_V2) {
1803 packet_increment_rx_head(po, &po->rx_ring);
1804 /*
1805 * LOSING will be reported till you read the stats,
1806 * because it's COR - Clear On Read.
1807 * Anyways, moving it for V1/V2 only as V3 doesn't need this
1808 * at packet level.
1809 */
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001810 if (po->stats.stats1.tp_drops)
chetan lokef6fb8f102011-08-19 10:18:16 +00001811 status |= TP_STATUS_LOSING;
1812 }
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001813 po->stats.stats1.tp_packets++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 if (copy_skb) {
1815 status |= TP_STATUS_COPY;
1816 __skb_queue_tail(&sk->sk_receive_queue, copy_skb);
1817 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818 spin_unlock(&sk->sk_receive_queue.lock);
1819
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001820 skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001821
1822 if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp)))
Daniel Borkmann7a513842013-04-23 00:39:29 +00001823 getnstimeofday(&ts);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001825 status |= ts_status;
1826
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001827 switch (po->tp_version) {
1828 case TPACKET_V1:
1829 h.h1->tp_len = skb->len;
1830 h.h1->tp_snaplen = snaplen;
1831 h.h1->tp_mac = macoff;
1832 h.h1->tp_net = netoff;
Daniel Borkmann4b457bd2013-04-16 01:29:11 +00001833 h.h1->tp_sec = ts.tv_sec;
1834 h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001835 hdrlen = sizeof(*h.h1);
1836 break;
1837 case TPACKET_V2:
1838 h.h2->tp_len = skb->len;
1839 h.h2->tp_snaplen = snaplen;
1840 h.h2->tp_mac = macoff;
1841 h.h2->tp_net = netoff;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001842 h.h2->tp_sec = ts.tv_sec;
1843 h.h2->tp_nsec = ts.tv_nsec;
Ben Greeara3bcc232011-06-01 06:49:10 +00001844 if (vlan_tx_tag_present(skb)) {
1845 h.h2->tp_vlan_tci = vlan_tx_tag_get(skb);
1846 status |= TP_STATUS_VLAN_VALID;
1847 } else {
1848 h.h2->tp_vlan_tci = 0;
1849 }
Eric Dumazet13fcb7b2011-06-06 22:42:06 -07001850 h.h2->tp_padding = 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001851 hdrlen = sizeof(*h.h2);
1852 break;
chetan lokef6fb8f102011-08-19 10:18:16 +00001853 case TPACKET_V3:
1854 /* tp_nxt_offset,vlan are already populated above.
1855 * So DONT clear those fields here
1856 */
1857 h.h3->tp_status |= status;
1858 h.h3->tp_len = skb->len;
1859 h.h3->tp_snaplen = snaplen;
1860 h.h3->tp_mac = macoff;
1861 h.h3->tp_net = netoff;
chetan lokef6fb8f102011-08-19 10:18:16 +00001862 h.h3->tp_sec = ts.tv_sec;
1863 h.h3->tp_nsec = ts.tv_nsec;
1864 hdrlen = sizeof(*h.h3);
1865 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001866 default:
1867 BUG();
1868 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001870 sll = h.raw + TPACKET_ALIGN(hdrlen);
Stephen Hemmingerb95cce32007-09-26 22:13:38 -07001871 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 sll->sll_family = AF_PACKET;
1873 sll->sll_hatype = dev->type;
1874 sll->sll_protocol = skb->protocol;
1875 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -08001876 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07001877 sll->sll_ifindex = orig_dev->ifindex;
1878 else
1879 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880
Ralf Baechlee16aa202006-12-07 00:11:33 -08001881 smp_mb();
Changli Gaof6dafa92010-12-07 04:26:16 +00001882#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883 {
Changli Gao0af55bb2010-12-01 02:52:20 +00001884 u8 *start, *end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885
chetan lokef6fb8f102011-08-19 10:18:16 +00001886 if (po->tp_version <= TPACKET_V2) {
1887 end = (u8 *)PAGE_ALIGN((unsigned long)h.raw
1888 + macoff + snaplen);
1889 for (start = h.raw; start < end; start += PAGE_SIZE)
1890 flush_dcache_page(pgv_to_page(start));
1891 }
Chetan Lokecc9f01b2011-07-14 08:36:33 -07001892 smp_wmb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 }
Changli Gaof6dafa92010-12-07 04:26:16 +00001894#endif
chetan lokef6fb8f102011-08-19 10:18:16 +00001895 if (po->tp_version <= TPACKET_V2)
1896 __packet_set_status(po, h.raw, status);
1897 else
1898 prb_clear_blk_fill_status(&po->rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899
1900 sk->sk_data_ready(sk, 0);
1901
1902drop_n_restore:
1903 if (skb_head != skb->data && skb_shared(skb)) {
1904 skb->data = skb_head;
1905 skb->len = skb_len;
1906 }
1907drop:
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001908 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909 return 0;
1910
1911ring_is_full:
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001912 po->stats.stats1.tp_drops++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913 spin_unlock(&sk->sk_receive_queue.lock);
1914
1915 sk->sk_data_ready(sk, 0);
Wei Yongjunacb5d752009-02-25 00:36:42 +00001916 kfree_skb(copy_skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917 goto drop_n_restore;
1918}
1919
Johann Baudy69e3c752009-05-18 22:11:22 -07001920static void tpacket_destruct_skb(struct sk_buff *skb)
1921{
1922 struct packet_sock *po = pkt_sk(skb->sk);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001923 void *ph;
Johann Baudy69e3c752009-05-18 22:11:22 -07001924
Johann Baudy69e3c752009-05-18 22:11:22 -07001925 if (likely(po->tx_ring.pg_vec)) {
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001926 __u32 ts;
1927
Johann Baudy69e3c752009-05-18 22:11:22 -07001928 ph = skb_shinfo(skb)->destructor_arg;
Johann Baudy69e3c752009-05-18 22:11:22 -07001929 BUG_ON(atomic_read(&po->tx_ring.pending) == 0);
1930 atomic_dec(&po->tx_ring.pending);
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001931
1932 ts = __packet_set_timestamp(po, ph, skb);
1933 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts);
Johann Baudy69e3c752009-05-18 22:11:22 -07001934 }
1935
1936 sock_wfree(skb);
1937}
1938
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001939static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb,
1940 void *frame, struct net_device *dev, int size_max,
Herbert Xuae641942011-11-18 02:20:04 +00001941 __be16 proto, unsigned char *addr, int hlen)
Johann Baudy69e3c752009-05-18 22:11:22 -07001942{
Daniel Borkmann184f4892013-04-16 01:57:46 +00001943 union tpacket_uhdr ph;
David S. Miller09effa62013-08-07 17:11:00 -07001944 int to_write, offset, len, tp_len, nr_frags, len_max;
Johann Baudy69e3c752009-05-18 22:11:22 -07001945 struct socket *sock = po->sk.sk_socket;
1946 struct page *page;
1947 void *data;
1948 int err;
1949
1950 ph.raw = frame;
1951
1952 skb->protocol = proto;
1953 skb->dev = dev;
1954 skb->priority = po->sk.sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001955 skb->mark = po->sk.sk_mark;
Willem de Bruijn2e313962013-04-23 00:39:28 +00001956 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags);
Johann Baudy69e3c752009-05-18 22:11:22 -07001957 skb_shinfo(skb)->destructor_arg = ph.raw;
1958
1959 switch (po->tp_version) {
1960 case TPACKET_V2:
1961 tp_len = ph.h2->tp_len;
1962 break;
1963 default:
1964 tp_len = ph.h1->tp_len;
1965 break;
1966 }
David S. Miller09effa62013-08-07 17:11:00 -07001967 if (unlikely(tp_len > size_max)) {
1968 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max);
1969 return -EMSGSIZE;
1970 }
Johann Baudy69e3c752009-05-18 22:11:22 -07001971
Herbert Xuae641942011-11-18 02:20:04 +00001972 skb_reserve(skb, hlen);
Johann Baudy69e3c752009-05-18 22:11:22 -07001973 skb_reset_network_header(skb);
Jason Wang40893fd2013-03-26 23:11:22 +00001974 skb_probe_transport_header(skb, 0);
Jason Wangc1aad272013-03-25 20:19:57 +00001975
Paul Chavent5920cd3a2012-11-06 23:10:47 +00001976 if (po->tp_tx_has_off) {
1977 int off_min, off_max, off;
1978 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll);
1979 off_max = po->tx_ring.frame_size - tp_len;
1980 if (sock->type == SOCK_DGRAM) {
1981 switch (po->tp_version) {
1982 case TPACKET_V2:
1983 off = ph.h2->tp_net;
1984 break;
1985 default:
1986 off = ph.h1->tp_net;
1987 break;
1988 }
1989 } else {
1990 switch (po->tp_version) {
1991 case TPACKET_V2:
1992 off = ph.h2->tp_mac;
1993 break;
1994 default:
1995 off = ph.h1->tp_mac;
1996 break;
1997 }
1998 }
1999 if (unlikely((off < off_min) || (off_max < off)))
2000 return -EINVAL;
2001 data = ph.raw + off;
2002 } else {
2003 data = ph.raw + po->tp_hdrlen - sizeof(struct sockaddr_ll);
2004 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002005 to_write = tp_len;
2006
2007 if (sock->type == SOCK_DGRAM) {
2008 err = dev_hard_header(skb, dev, ntohs(proto), addr,
2009 NULL, tp_len);
2010 if (unlikely(err < 0))
2011 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002012 } else if (dev->hard_header_len) {
Johann Baudy69e3c752009-05-18 22:11:22 -07002013 /* net device doesn't like empty head */
2014 if (unlikely(tp_len <= dev->hard_header_len)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002015 pr_err("packet size is too short (%d < %d)\n",
2016 tp_len, dev->hard_header_len);
Johann Baudy69e3c752009-05-18 22:11:22 -07002017 return -EINVAL;
2018 }
2019
2020 skb_push(skb, dev->hard_header_len);
2021 err = skb_store_bits(skb, 0, data,
2022 dev->hard_header_len);
2023 if (unlikely(err))
2024 return err;
2025
2026 data += dev->hard_header_len;
2027 to_write -= dev->hard_header_len;
2028 }
2029
Johann Baudy69e3c752009-05-18 22:11:22 -07002030 offset = offset_in_page(data);
2031 len_max = PAGE_SIZE - offset;
2032 len = ((to_write > len_max) ? len_max : to_write);
2033
2034 skb->data_len = to_write;
2035 skb->len += to_write;
2036 skb->truesize += to_write;
2037 atomic_add(to_write, &po->sk.sk_wmem_alloc);
2038
2039 while (likely(to_write)) {
2040 nr_frags = skb_shinfo(skb)->nr_frags;
2041
2042 if (unlikely(nr_frags >= MAX_SKB_FRAGS)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002043 pr_err("Packet exceed the number of skb frags(%lu)\n",
2044 MAX_SKB_FRAGS);
Johann Baudy69e3c752009-05-18 22:11:22 -07002045 return -EFAULT;
2046 }
2047
Changli Gao0af55bb2010-12-01 02:52:20 +00002048 page = pgv_to_page(data);
2049 data += len;
Johann Baudy69e3c752009-05-18 22:11:22 -07002050 flush_dcache_page(page);
2051 get_page(page);
Changli Gao0af55bb2010-12-01 02:52:20 +00002052 skb_fill_page_desc(skb, nr_frags, page, offset, len);
Johann Baudy69e3c752009-05-18 22:11:22 -07002053 to_write -= len;
2054 offset = 0;
2055 len_max = PAGE_SIZE;
2056 len = ((to_write > len_max) ? len_max : to_write);
2057 }
2058
2059 return tp_len;
2060}
2061
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002062static struct net_device *packet_cached_dev_get(struct packet_sock *po)
2063{
2064 struct net_device *dev;
2065
2066 rcu_read_lock();
2067 dev = rcu_dereference(po->cached_dev);
2068 if (dev)
2069 dev_hold(dev);
2070 rcu_read_unlock();
2071
2072 return dev;
2073}
2074
Johann Baudy69e3c752009-05-18 22:11:22 -07002075static int tpacket_snd(struct packet_sock *po, struct msghdr *msg)
2076{
Johann Baudy69e3c752009-05-18 22:11:22 -07002077 struct sk_buff *skb;
2078 struct net_device *dev;
2079 __be16 proto;
David S. Miller09effa62013-08-07 17:11:00 -07002080 int err, reserve = 0;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002081 void *ph;
2082 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Johann Baudy69e3c752009-05-18 22:11:22 -07002083 int tp_len, size_max;
2084 unsigned char *addr;
2085 int len_sum = 0;
danborkmann@iogearbox.net9e670302012-08-20 03:34:03 +00002086 int status = TP_STATUS_AVAILABLE;
Herbert Xuae641942011-11-18 02:20:04 +00002087 int hlen, tlen;
Johann Baudy69e3c752009-05-18 22:11:22 -07002088
Johann Baudy69e3c752009-05-18 22:11:22 -07002089 mutex_lock(&po->pg_vec_lock);
2090
Johann Baudy69e3c752009-05-18 22:11:22 -07002091 if (saddr == NULL) {
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002092 dev = packet_cached_dev_get(po);
Johann Baudy69e3c752009-05-18 22:11:22 -07002093 proto = po->num;
2094 addr = NULL;
2095 } else {
2096 err = -EINVAL;
2097 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
2098 goto out;
2099 if (msg->msg_namelen < (saddr->sll_halen
2100 + offsetof(struct sockaddr_ll,
2101 sll_addr)))
2102 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002103 proto = saddr->sll_protocol;
2104 addr = saddr->sll_addr;
Ben Greear827d9782011-06-01 07:18:53 +00002105 dev = dev_get_by_index(sock_net(&po->sk), saddr->sll_ifindex);
Johann Baudy69e3c752009-05-18 22:11:22 -07002106 }
2107
Johann Baudy69e3c752009-05-18 22:11:22 -07002108 err = -ENXIO;
2109 if (unlikely(dev == NULL))
2110 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002111 err = -ENETDOWN;
2112 if (unlikely(!(dev->flags & IFF_UP)))
2113 goto out_put;
2114
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002115 reserve = dev->hard_header_len;
2116
Johann Baudy69e3c752009-05-18 22:11:22 -07002117 size_max = po->tx_ring.frame_size
Gabor Gombasb5dd8842009-10-29 03:19:11 -07002118 - (po->tp_hdrlen - sizeof(struct sockaddr_ll));
Johann Baudy69e3c752009-05-18 22:11:22 -07002119
David S. Miller09effa62013-08-07 17:11:00 -07002120 if (size_max > dev->mtu + reserve)
2121 size_max = dev->mtu + reserve;
2122
Johann Baudy69e3c752009-05-18 22:11:22 -07002123 do {
2124 ph = packet_current_frame(po, &po->tx_ring,
2125 TP_STATUS_SEND_REQUEST);
2126
2127 if (unlikely(ph == NULL)) {
2128 schedule();
2129 continue;
2130 }
2131
2132 status = TP_STATUS_SEND_REQUEST;
Herbert Xuae641942011-11-18 02:20:04 +00002133 hlen = LL_RESERVED_SPACE(dev);
2134 tlen = dev->needed_tailroom;
Johann Baudy69e3c752009-05-18 22:11:22 -07002135 skb = sock_alloc_send_skb(&po->sk,
Herbert Xuae641942011-11-18 02:20:04 +00002136 hlen + tlen + sizeof(struct sockaddr_ll),
Johann Baudy69e3c752009-05-18 22:11:22 -07002137 0, &err);
2138
2139 if (unlikely(skb == NULL))
2140 goto out_status;
2141
2142 tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto,
Herbert Xuae641942011-11-18 02:20:04 +00002143 addr, hlen);
Johann Baudy69e3c752009-05-18 22:11:22 -07002144
2145 if (unlikely(tp_len < 0)) {
2146 if (po->tp_loss) {
2147 __packet_set_status(po, ph,
2148 TP_STATUS_AVAILABLE);
2149 packet_increment_head(&po->tx_ring);
2150 kfree_skb(skb);
2151 continue;
2152 } else {
2153 status = TP_STATUS_WRONG_FORMAT;
2154 err = tp_len;
2155 goto out_status;
2156 }
2157 }
2158
2159 skb->destructor = tpacket_destruct_skb;
2160 __packet_set_status(po, ph, TP_STATUS_SENDING);
2161 atomic_inc(&po->tx_ring.pending);
2162
2163 status = TP_STATUS_SEND_REQUEST;
2164 err = dev_queue_xmit(skb);
Jarek Poplawskieb70df12010-01-10 22:04:19 +00002165 if (unlikely(err > 0)) {
2166 err = net_xmit_errno(err);
2167 if (err && __packet_get_status(po, ph) ==
2168 TP_STATUS_AVAILABLE) {
2169 /* skb was destructed already */
2170 skb = NULL;
2171 goto out_status;
2172 }
2173 /*
2174 * skb was dropped but not destructed yet;
2175 * let's treat it like congestion or err < 0
2176 */
2177 err = 0;
2178 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002179 packet_increment_head(&po->tx_ring);
2180 len_sum += tp_len;
Joe Perchesf64f9e72009-11-29 16:55:45 -08002181 } while (likely((ph != NULL) ||
2182 ((!(msg->msg_flags & MSG_DONTWAIT)) &&
2183 (atomic_read(&po->tx_ring.pending))))
2184 );
Johann Baudy69e3c752009-05-18 22:11:22 -07002185
2186 err = len_sum;
2187 goto out_put;
2188
Johann Baudy69e3c752009-05-18 22:11:22 -07002189out_status:
2190 __packet_set_status(po, ph, status);
2191 kfree_skb(skb);
2192out_put:
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002193 dev_put(dev);
Johann Baudy69e3c752009-05-18 22:11:22 -07002194out:
2195 mutex_unlock(&po->pg_vec_lock);
2196 return err;
2197}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198
Olof Johanssoneea49cc92011-11-02 11:00:49 +00002199static struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad,
2200 size_t reserve, size_t len,
2201 size_t linear, int noblock,
2202 int *err)
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002203{
2204 struct sk_buff *skb;
2205
2206 /* Under a page? Don't bother with paged skb. */
2207 if (prepad + len < PAGE_SIZE || !linear)
2208 linear = len;
2209
2210 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
Eric Dumazet28d64272013-08-08 14:38:47 -07002211 err, 0);
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002212 if (!skb)
2213 return NULL;
2214
2215 skb_reserve(skb, reserve);
2216 skb_put(skb, linear);
2217 skb->data_len = len - linear;
2218 skb->len += len - linear;
2219
2220 return skb;
2221}
2222
Johann Baudy69e3c752009-05-18 22:11:22 -07002223static int packet_snd(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224 struct msghdr *msg, size_t len)
2225{
2226 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002227 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228 struct sk_buff *skb;
2229 struct net_device *dev;
Al Viro0e11c912006-11-08 00:26:29 -08002230 __be16 proto;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002231 unsigned char *addr;
Ben Greear827d9782011-06-01 07:18:53 +00002232 int err, reserve = 0;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002233 struct virtio_net_hdr vnet_hdr = { 0 };
2234 int offset = 0;
2235 int vnet_hdr_len;
2236 struct packet_sock *po = pkt_sk(sk);
2237 unsigned short gso_type = 0;
Herbert Xuae641942011-11-18 02:20:04 +00002238 int hlen, tlen;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002239 int extra_len = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240
2241 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002242 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002244
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 if (saddr == NULL) {
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002246 dev = packet_cached_dev_get(po);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 proto = po->num;
2248 addr = NULL;
2249 } else {
2250 err = -EINVAL;
2251 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
2252 goto out;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002253 if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
2254 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002255 proto = saddr->sll_protocol;
2256 addr = saddr->sll_addr;
Ben Greear827d9782011-06-01 07:18:53 +00002257 dev = dev_get_by_index(sock_net(sk), saddr->sll_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002258 }
2259
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260 err = -ENXIO;
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002261 if (unlikely(dev == NULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262 goto out_unlock;
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002263 err = -ENETDOWN;
2264 if (unlikely(!(dev->flags & IFF_UP)))
2265 goto out_unlock;
2266
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267 if (sock->type == SOCK_RAW)
2268 reserve = dev->hard_header_len;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002269 if (po->has_vnet_hdr) {
2270 vnet_hdr_len = sizeof(vnet_hdr);
2271
2272 err = -EINVAL;
2273 if (len < vnet_hdr_len)
2274 goto out_unlock;
2275
2276 len -= vnet_hdr_len;
2277
2278 err = memcpy_fromiovec((void *)&vnet_hdr, msg->msg_iov,
2279 vnet_hdr_len);
2280 if (err < 0)
2281 goto out_unlock;
2282
2283 if ((vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) &&
2284 (vnet_hdr.csum_start + vnet_hdr.csum_offset + 2 >
2285 vnet_hdr.hdr_len))
2286 vnet_hdr.hdr_len = vnet_hdr.csum_start +
2287 vnet_hdr.csum_offset + 2;
2288
2289 err = -EINVAL;
2290 if (vnet_hdr.hdr_len > len)
2291 goto out_unlock;
2292
2293 if (vnet_hdr.gso_type != VIRTIO_NET_HDR_GSO_NONE) {
2294 switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
2295 case VIRTIO_NET_HDR_GSO_TCPV4:
2296 gso_type = SKB_GSO_TCPV4;
2297 break;
2298 case VIRTIO_NET_HDR_GSO_TCPV6:
2299 gso_type = SKB_GSO_TCPV6;
2300 break;
2301 case VIRTIO_NET_HDR_GSO_UDP:
2302 gso_type = SKB_GSO_UDP;
2303 break;
2304 default:
2305 goto out_unlock;
2306 }
2307
2308 if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN)
2309 gso_type |= SKB_GSO_TCP_ECN;
2310
2311 if (vnet_hdr.gso_size == 0)
2312 goto out_unlock;
2313
2314 }
2315 }
2316
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002317 if (unlikely(sock_flag(sk, SOCK_NOFCS))) {
2318 if (!netif_supports_nofcs(dev)) {
2319 err = -EPROTONOSUPPORT;
2320 goto out_unlock;
2321 }
2322 extra_len = 4; /* We're doing our own CRC */
2323 }
2324
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325 err = -EMSGSIZE;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002326 if (!gso_type && (len > dev->mtu + reserve + VLAN_HLEN + extra_len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327 goto out_unlock;
2328
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002329 err = -ENOBUFS;
Herbert Xuae641942011-11-18 02:20:04 +00002330 hlen = LL_RESERVED_SPACE(dev);
2331 tlen = dev->needed_tailroom;
2332 skb = packet_alloc_skb(sk, hlen + tlen, hlen, len, vnet_hdr.hdr_len,
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002333 msg->msg_flags & MSG_DONTWAIT, &err);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002334 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335 goto out_unlock;
2336
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002337 skb_set_network_header(skb, reserve);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07002339 err = -EINVAL;
2340 if (sock->type == SOCK_DGRAM &&
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002341 (offset = dev_hard_header(skb, dev, ntohs(proto), addr, NULL, len)) < 0)
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07002342 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343
2344 /* Returns -EFAULT on error */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002345 err = skb_copy_datagram_from_iovec(skb, offset, msg->msg_iov, 0, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 if (err)
2347 goto out_free;
Daniel Borkmannbf84a012013-04-14 08:08:13 +00002348
2349 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002351 if (!gso_type && (len > dev->mtu + reserve + extra_len)) {
David S. Miller09effa62013-08-07 17:11:00 -07002352 /* Earlier code assumed this would be a VLAN pkt,
2353 * double-check this now that we have the actual
2354 * packet in hand.
2355 */
2356 struct ethhdr *ehdr;
2357 skb_reset_mac_header(skb);
2358 ehdr = eth_hdr(skb);
2359 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
2360 err = -EMSGSIZE;
2361 goto out_free;
2362 }
Ben Greear57f89bf2011-02-11 09:35:18 +00002363 }
2364
David S. Miller09effa62013-08-07 17:11:00 -07002365 skb->protocol = proto;
2366 skb->dev = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002367 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00002368 skb->mark = sk->sk_mark;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002370 if (po->has_vnet_hdr) {
2371 if (vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) {
2372 if (!skb_partial_csum_set(skb, vnet_hdr.csum_start,
2373 vnet_hdr.csum_offset)) {
2374 err = -EINVAL;
2375 goto out_free;
2376 }
2377 }
2378
2379 skb_shinfo(skb)->gso_size = vnet_hdr.gso_size;
2380 skb_shinfo(skb)->gso_type = gso_type;
2381
2382 /* Header must be checked, and gso_segs computed. */
2383 skb_shinfo(skb)->gso_type |= SKB_GSO_DODGY;
2384 skb_shinfo(skb)->gso_segs = 0;
2385
2386 len += vnet_hdr_len;
2387 }
2388
Jason Wang40893fd2013-03-26 23:11:22 +00002389 skb_probe_transport_header(skb, reserve);
Jason Wangc1aad272013-03-25 20:19:57 +00002390
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002391 if (unlikely(extra_len == 4))
2392 skb->no_fcs = 1;
2393
Linus Torvalds1da177e2005-04-16 15:20:36 -07002394 /*
2395 * Now send it
2396 */
2397
2398 err = dev_queue_xmit(skb);
2399 if (err > 0 && (err = net_xmit_errno(err)) != 0)
2400 goto out_unlock;
2401
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002402 dev_put(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002404 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405
2406out_free:
2407 kfree_skb(skb);
2408out_unlock:
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002409 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410 dev_put(dev);
2411out:
2412 return err;
2413}
2414
Johann Baudy69e3c752009-05-18 22:11:22 -07002415static int packet_sendmsg(struct kiocb *iocb, struct socket *sock,
2416 struct msghdr *msg, size_t len)
2417{
Johann Baudy69e3c752009-05-18 22:11:22 -07002418 struct sock *sk = sock->sk;
2419 struct packet_sock *po = pkt_sk(sk);
2420 if (po->tx_ring.pg_vec)
2421 return tpacket_snd(po, msg);
2422 else
Johann Baudy69e3c752009-05-18 22:11:22 -07002423 return packet_snd(sock, msg, len);
2424}
2425
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426/*
2427 * Close a PACKET socket. This is fairly simple. We immediately go
2428 * to 'closed' state and remove our protocol entry in the device list.
2429 */
2430
2431static int packet_release(struct socket *sock)
2432{
2433 struct sock *sk = sock->sk;
2434 struct packet_sock *po;
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002435 struct net *net;
chetan lokef6fb8f102011-08-19 10:18:16 +00002436 union tpacket_req_u req_u;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437
2438 if (!sk)
2439 return 0;
2440
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002441 net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442 po = pkt_sk(sk);
2443
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002444 mutex_lock(&net->packet.sklist_lock);
stephen hemminger808f5112010-02-22 07:57:18 +00002445 sk_del_node_init_rcu(sk);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002446 mutex_unlock(&net->packet.sklist_lock);
2447
2448 preempt_disable();
Eric Dumazet920de802008-11-24 00:09:29 -08002449 sock_prot_inuse_add(net, sk->sk_prot, -1);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002450 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451
stephen hemminger808f5112010-02-22 07:57:18 +00002452 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07002453 unregister_prot_hook(sk, false);
Ben Greear160ff182011-06-01 07:18:52 +00002454 if (po->prot_hook.dev) {
2455 dev_put(po->prot_hook.dev);
2456 po->prot_hook.dev = NULL;
2457 }
stephen hemminger808f5112010-02-22 07:57:18 +00002458 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460 packet_flush_mclist(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461
Phil Sutter9665d5d2013-02-01 07:21:41 +00002462 if (po->rx_ring.pg_vec) {
2463 memset(&req_u, 0, sizeof(req_u));
chetan lokef6fb8f102011-08-19 10:18:16 +00002464 packet_set_ring(sk, &req_u, 1, 0);
Phil Sutter9665d5d2013-02-01 07:21:41 +00002465 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002466
Phil Sutter9665d5d2013-02-01 07:21:41 +00002467 if (po->tx_ring.pg_vec) {
2468 memset(&req_u, 0, sizeof(req_u));
chetan lokef6fb8f102011-08-19 10:18:16 +00002469 packet_set_ring(sk, &req_u, 1, 1);
Phil Sutter9665d5d2013-02-01 07:21:41 +00002470 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471
David S. Millerdc99f602011-07-05 01:45:05 -07002472 fanout_release(sk);
2473
stephen hemminger808f5112010-02-22 07:57:18 +00002474 synchronize_net();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475 /*
2476 * Now the socket is dead. No more input will appear.
2477 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478 sock_orphan(sk);
2479 sock->sk = NULL;
2480
2481 /* Purge queues */
2482
2483 skb_queue_purge(&sk->sk_receive_queue);
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08002484 sk_refcnt_debug_release(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485
2486 sock_put(sk);
2487 return 0;
2488}
2489
2490/*
2491 * Attach a packet hook.
2492 */
2493
Al Viro0e11c912006-11-08 00:26:29 -08002494static int packet_do_bind(struct sock *sk, struct net_device *dev, __be16 protocol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495{
2496 struct packet_sock *po = pkt_sk(sk);
David S. Millerdc99f602011-07-05 01:45:05 -07002497
Wei Yongjunaef950b2011-12-27 22:32:41 -05002498 if (po->fanout) {
2499 if (dev)
2500 dev_put(dev);
2501
David S. Millerdc99f602011-07-05 01:45:05 -07002502 return -EINVAL;
Wei Yongjunaef950b2011-12-27 22:32:41 -05002503 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002504
2505 lock_sock(sk);
2506
2507 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07002508 unregister_prot_hook(sk, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 po->num = protocol;
2510 po->prot_hook.type = protocol;
Ben Greear160ff182011-06-01 07:18:52 +00002511 if (po->prot_hook.dev)
2512 dev_put(po->prot_hook.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513 po->prot_hook.dev = dev;
2514
2515 po->ifindex = dev ? dev->ifindex : 0;
2516
2517 if (protocol == 0)
2518 goto out_unlock;
2519
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08002520 if (!dev || (dev->flags & IFF_UP)) {
David S. Millerce06b032011-07-04 01:44:29 -07002521 register_prot_hook(sk);
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08002522 } else {
2523 sk->sk_err = ENETDOWN;
2524 if (!sock_flag(sk, SOCK_DEAD))
2525 sk->sk_error_report(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 }
2527
2528out_unlock:
2529 spin_unlock(&po->bind_lock);
2530 release_sock(sk);
2531 return 0;
2532}
2533
2534/*
2535 * Bind a packet socket to a device
2536 */
2537
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002538static int packet_bind_spkt(struct socket *sock, struct sockaddr *uaddr,
2539 int addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002541 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 char name[15];
2543 struct net_device *dev;
2544 int err = -ENODEV;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002545
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 /*
2547 * Check legality
2548 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002549
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002550 if (addr_len != sizeof(struct sockaddr))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002552 strlcpy(name, uaddr->sa_data, sizeof(name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002554 dev = dev_get_by_name(sock_net(sk), name);
Ben Greear160ff182011-06-01 07:18:52 +00002555 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556 err = packet_do_bind(sk, dev, pkt_sk(sk)->num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557 return err;
2558}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559
2560static int packet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
2561{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002562 struct sockaddr_ll *sll = (struct sockaddr_ll *)uaddr;
2563 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 struct net_device *dev = NULL;
2565 int err;
2566
2567
2568 /*
2569 * Check legality
2570 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572 if (addr_len < sizeof(struct sockaddr_ll))
2573 return -EINVAL;
2574 if (sll->sll_family != AF_PACKET)
2575 return -EINVAL;
2576
2577 if (sll->sll_ifindex) {
2578 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002579 dev = dev_get_by_index(sock_net(sk), sll->sll_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 if (dev == NULL)
2581 goto out;
2582 }
2583 err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584
2585out:
2586 return err;
2587}
2588
2589static struct proto packet_proto = {
2590 .name = "PACKET",
2591 .owner = THIS_MODULE,
2592 .obj_size = sizeof(struct packet_sock),
2593};
2594
2595/*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002596 * Create a packet of type SOCK_PACKET.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 */
2598
Eric Paris3f378b62009-11-05 22:18:14 -08002599static int packet_create(struct net *net, struct socket *sock, int protocol,
2600 int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601{
2602 struct sock *sk;
2603 struct packet_sock *po;
Al Viro0e11c912006-11-08 00:26:29 -08002604 __be16 proto = (__force __be16)protocol; /* weird, but documented */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605 int err;
2606
Eric W. Biedermandf008c92012-11-16 03:03:07 +00002607 if (!ns_capable(net->user_ns, CAP_NET_RAW))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608 return -EPERM;
David S. Millerbe020972007-05-29 13:16:31 -07002609 if (sock->type != SOCK_DGRAM && sock->type != SOCK_RAW &&
2610 sock->type != SOCK_PACKET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 return -ESOCKTNOSUPPORT;
2612
2613 sock->state = SS_UNCONNECTED;
2614
2615 err = -ENOBUFS;
Pavel Emelyanov6257ff22007-11-01 00:39:31 -07002616 sk = sk_alloc(net, PF_PACKET, GFP_KERNEL, &packet_proto);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617 if (sk == NULL)
2618 goto out;
2619
2620 sock->ops = &packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621 if (sock->type == SOCK_PACKET)
2622 sock->ops = &packet_ops_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07002623
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624 sock_init_data(sock, sk);
2625
2626 po = pkt_sk(sk);
2627 sk->sk_family = PF_PACKET;
Al Viro0e11c912006-11-08 00:26:29 -08002628 po->num = proto;
Daniel Borkmanne40526c2013-11-21 16:50:58 +01002629 RCU_INIT_POINTER(po->cached_dev, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630
2631 sk->sk_destruct = packet_sock_destruct;
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08002632 sk_refcnt_debug_inc(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633
2634 /*
2635 * Attach a protocol block
2636 */
2637
2638 spin_lock_init(&po->bind_lock);
Herbert Xu905db442009-01-30 14:12:06 -08002639 mutex_init(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640 po->prot_hook.func = packet_rcv;
David S. Millerbe020972007-05-29 13:16:31 -07002641
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 if (sock->type == SOCK_PACKET)
2643 po->prot_hook.func = packet_rcv_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07002644
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645 po->prot_hook.af_packet_priv = sk;
2646
Al Viro0e11c912006-11-08 00:26:29 -08002647 if (proto) {
2648 po->prot_hook.type = proto;
David S. Millerce06b032011-07-04 01:44:29 -07002649 register_prot_hook(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650 }
2651
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002652 mutex_lock(&net->packet.sklist_lock);
stephen hemminger808f5112010-02-22 07:57:18 +00002653 sk_add_node_rcu(sk, &net->packet.sklist);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002654 mutex_unlock(&net->packet.sklist_lock);
2655
2656 preempt_disable();
Eric Dumazet36804532008-11-19 14:25:35 -08002657 sock_prot_inuse_add(net, &packet_proto, 1);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002658 preempt_enable();
stephen hemminger808f5112010-02-22 07:57:18 +00002659
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002660 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661out:
2662 return err;
2663}
2664
2665/*
2666 * Pull a packet from our receive queue and hand it to the user.
2667 * If necessary we block.
2668 */
2669
2670static int packet_recvmsg(struct kiocb *iocb, struct socket *sock,
2671 struct msghdr *msg, size_t len, int flags)
2672{
2673 struct sock *sk = sock->sk;
2674 struct sk_buff *skb;
2675 int copied, err;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002676 int vnet_hdr_len = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677
2678 err = -EINVAL;
Richard Cochraned85b562010-04-07 22:41:28 +00002679 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002680 goto out;
2681
2682#if 0
2683 /* What error should we return now? EUNATTACH? */
2684 if (pkt_sk(sk)->ifindex < 0)
2685 return -ENODEV;
2686#endif
2687
Richard Cochraned85b562010-04-07 22:41:28 +00002688 if (flags & MSG_ERRQUEUE) {
Richard Cochrancb820f82013-07-19 19:40:09 +02002689 err = sock_recv_errqueue(sk, msg, len,
2690 SOL_PACKET, PACKET_TX_TIMESTAMP);
Richard Cochraned85b562010-04-07 22:41:28 +00002691 goto out;
2692 }
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695 * Call the generic datagram receiver. This handles all sorts
2696 * of horrible races and re-entrancy so we can forget about it
2697 * in the protocol layers.
2698 *
2699 * Now it will return ENETDOWN, if device have just gone down,
2700 * but then it will block.
2701 */
2702
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002703 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704
2705 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002706 * An error occurred so return it. Because skb_recv_datagram()
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 * handles the blocking we don't see and worry about blocking
2708 * retries.
2709 */
2710
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002711 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712 goto out;
2713
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002714 if (pkt_sk(sk)->has_vnet_hdr) {
2715 struct virtio_net_hdr vnet_hdr = { 0 };
2716
2717 err = -EINVAL;
2718 vnet_hdr_len = sizeof(vnet_hdr);
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00002719 if (len < vnet_hdr_len)
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002720 goto out_free;
2721
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00002722 len -= vnet_hdr_len;
2723
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002724 if (skb_is_gso(skb)) {
2725 struct skb_shared_info *sinfo = skb_shinfo(skb);
2726
2727 /* This is a hint as to how much should be linear. */
2728 vnet_hdr.hdr_len = skb_headlen(skb);
2729 vnet_hdr.gso_size = sinfo->gso_size;
2730 if (sinfo->gso_type & SKB_GSO_TCPV4)
2731 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV4;
2732 else if (sinfo->gso_type & SKB_GSO_TCPV6)
2733 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV6;
2734 else if (sinfo->gso_type & SKB_GSO_UDP)
2735 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_UDP;
2736 else if (sinfo->gso_type & SKB_GSO_FCOE)
2737 goto out_free;
2738 else
2739 BUG();
2740 if (sinfo->gso_type & SKB_GSO_TCP_ECN)
2741 vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN;
2742 } else
2743 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_NONE;
2744
2745 if (skb->ip_summed == CHECKSUM_PARTIAL) {
2746 vnet_hdr.flags = VIRTIO_NET_HDR_F_NEEDS_CSUM;
Michał Mirosław55508d62010-12-14 15:24:08 +00002747 vnet_hdr.csum_start = skb_checksum_start_offset(skb);
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002748 vnet_hdr.csum_offset = skb->csum_offset;
Jason Wang10a8d942011-06-10 00:56:17 +00002749 } else if (skb->ip_summed == CHECKSUM_UNNECESSARY) {
2750 vnet_hdr.flags = VIRTIO_NET_HDR_F_DATA_VALID;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002751 } /* else everything is zero */
2752
2753 err = memcpy_toiovec(msg->msg_iov, (void *)&vnet_hdr,
2754 vnet_hdr_len);
2755 if (err < 0)
2756 goto out_free;
2757 }
2758
Hannes Frederic Sowaf3d33422013-11-21 03:14:22 +01002759 /* You lose any data beyond the buffer you gave. If it worries
2760 * a user program they can ask the device for its MTU
2761 * anyway.
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002762 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002763 copied = skb->len;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002764 if (copied > len) {
2765 copied = len;
2766 msg->msg_flags |= MSG_TRUNC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767 }
2768
2769 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
2770 if (err)
2771 goto out_free;
2772
Neil Horman3b885782009-10-12 13:26:31 -07002773 sock_recv_ts_and_drops(msg, sk, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774
Hannes Frederic Sowaf3d33422013-11-21 03:14:22 +01002775 if (msg->msg_name) {
2776 /* If the address length field is there to be filled
2777 * in, we fill it in now.
2778 */
2779 if (sock->type == SOCK_PACKET) {
2780 msg->msg_namelen = sizeof(struct sockaddr_pkt);
2781 } else {
2782 struct sockaddr_ll *sll = &PACKET_SKB_CB(skb)->sa.ll;
2783 msg->msg_namelen = sll->sll_halen +
2784 offsetof(struct sockaddr_ll, sll_addr);
2785 }
Herbert Xuffbc6112007-02-04 23:33:10 -08002786 memcpy(msg->msg_name, &PACKET_SKB_CB(skb)->sa,
2787 msg->msg_namelen);
Hannes Frederic Sowaf3d33422013-11-21 03:14:22 +01002788 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789
Herbert Xu8dc41942007-02-04 23:31:32 -08002790 if (pkt_sk(sk)->auxdata) {
Herbert Xuffbc6112007-02-04 23:33:10 -08002791 struct tpacket_auxdata aux;
2792
2793 aux.tp_status = TP_STATUS_USER;
2794 if (skb->ip_summed == CHECKSUM_PARTIAL)
2795 aux.tp_status |= TP_STATUS_CSUMNOTREADY;
2796 aux.tp_len = PACKET_SKB_CB(skb)->origlen;
2797 aux.tp_snaplen = skb->len;
2798 aux.tp_mac = 0;
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002799 aux.tp_net = skb_network_offset(skb);
Ben Greeara3bcc232011-06-01 06:49:10 +00002800 if (vlan_tx_tag_present(skb)) {
2801 aux.tp_vlan_tci = vlan_tx_tag_get(skb);
2802 aux.tp_status |= TP_STATUS_VLAN_VALID;
2803 } else {
2804 aux.tp_vlan_tci = 0;
2805 }
Eric Dumazet13fcb7b2011-06-06 22:42:06 -07002806 aux.tp_padding = 0;
Herbert Xuffbc6112007-02-04 23:33:10 -08002807 put_cmsg(msg, SOL_PACKET, PACKET_AUXDATA, sizeof(aux), &aux);
Herbert Xu8dc41942007-02-04 23:31:32 -08002808 }
2809
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 /*
2811 * Free or return the buffer as appropriate. Again this
2812 * hides all the races and re-entrancy issues from us.
2813 */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002814 err = vnet_hdr_len + ((flags&MSG_TRUNC) ? skb->len : copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815
2816out_free:
2817 skb_free_datagram(sk, skb);
2818out:
2819 return err;
2820}
2821
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822static int packet_getname_spkt(struct socket *sock, struct sockaddr *uaddr,
2823 int *uaddr_len, int peer)
2824{
2825 struct net_device *dev;
2826 struct sock *sk = sock->sk;
2827
2828 if (peer)
2829 return -EOPNOTSUPP;
2830
2831 uaddr->sa_family = AF_PACKET;
Daniel Borkmann2dc85bf2013-06-12 16:02:27 +02002832 memset(uaddr->sa_data, 0, sizeof(uaddr->sa_data));
Eric Dumazet654d1f82009-11-02 10:43:32 +01002833 rcu_read_lock();
2834 dev = dev_get_by_index_rcu(sock_net(sk), pkt_sk(sk)->ifindex);
2835 if (dev)
Daniel Borkmann2dc85bf2013-06-12 16:02:27 +02002836 strlcpy(uaddr->sa_data, dev->name, sizeof(uaddr->sa_data));
Eric Dumazet654d1f82009-11-02 10:43:32 +01002837 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002838 *uaddr_len = sizeof(*uaddr);
2839
2840 return 0;
2841}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842
2843static int packet_getname(struct socket *sock, struct sockaddr *uaddr,
2844 int *uaddr_len, int peer)
2845{
2846 struct net_device *dev;
2847 struct sock *sk = sock->sk;
2848 struct packet_sock *po = pkt_sk(sk);
Cyrill Gorcunov13cfa972009-11-08 05:51:19 +00002849 DECLARE_SOCKADDR(struct sockaddr_ll *, sll, uaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850
2851 if (peer)
2852 return -EOPNOTSUPP;
2853
2854 sll->sll_family = AF_PACKET;
2855 sll->sll_ifindex = po->ifindex;
2856 sll->sll_protocol = po->num;
Vasiliy Kulikov67286642010-11-10 12:09:10 -08002857 sll->sll_pkttype = 0;
Eric Dumazet654d1f82009-11-02 10:43:32 +01002858 rcu_read_lock();
2859 dev = dev_get_by_index_rcu(sock_net(sk), po->ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 if (dev) {
2861 sll->sll_hatype = dev->type;
2862 sll->sll_halen = dev->addr_len;
2863 memcpy(sll->sll_addr, dev->dev_addr, dev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864 } else {
2865 sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */
2866 sll->sll_halen = 0;
2867 }
Eric Dumazet654d1f82009-11-02 10:43:32 +01002868 rcu_read_unlock();
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002869 *uaddr_len = offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870
2871 return 0;
2872}
2873
Wang Chen2aeb0b82008-07-14 20:49:46 -07002874static int packet_dev_mc(struct net_device *dev, struct packet_mclist *i,
2875 int what)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002876{
2877 switch (i->type) {
2878 case PACKET_MR_MULTICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00002879 if (i->alen != dev->addr_len)
2880 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881 if (what > 0)
Jiri Pirko22bedad32010-04-01 21:22:57 +00002882 return dev_mc_add(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883 else
Jiri Pirko22bedad32010-04-01 21:22:57 +00002884 return dev_mc_del(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885 break;
2886 case PACKET_MR_PROMISC:
Wang Chen2aeb0b82008-07-14 20:49:46 -07002887 return dev_set_promiscuity(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888 break;
2889 case PACKET_MR_ALLMULTI:
Wang Chen2aeb0b82008-07-14 20:49:46 -07002890 return dev_set_allmulti(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891 break;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002892 case PACKET_MR_UNICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00002893 if (i->alen != dev->addr_len)
2894 return -EINVAL;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002895 if (what > 0)
Jiri Pirkoa748ee22010-04-01 21:22:09 +00002896 return dev_uc_add(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002897 else
Jiri Pirkoa748ee22010-04-01 21:22:09 +00002898 return dev_uc_del(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002899 break;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002900 default:
2901 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902 }
Wang Chen2aeb0b82008-07-14 20:49:46 -07002903 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904}
2905
2906static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what)
2907{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002908 for ( ; i; i = i->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909 if (i->ifindex == dev->ifindex)
2910 packet_dev_mc(dev, i, what);
2911 }
2912}
2913
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002914static int packet_mc_add(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915{
2916 struct packet_sock *po = pkt_sk(sk);
2917 struct packet_mclist *ml, *i;
2918 struct net_device *dev;
2919 int err;
2920
2921 rtnl_lock();
2922
2923 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002924 dev = __dev_get_by_index(sock_net(sk), mreq->mr_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925 if (!dev)
2926 goto done;
2927
2928 err = -EINVAL;
Jiri Pirko11625632010-03-02 20:40:01 +00002929 if (mreq->mr_alen > dev->addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930 goto done;
2931
2932 err = -ENOBUFS;
Kris Katterjohn8b3a7002006-01-11 15:56:43 -08002933 i = kmalloc(sizeof(*i), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934 if (i == NULL)
2935 goto done;
2936
2937 err = 0;
2938 for (ml = po->mclist; ml; ml = ml->next) {
2939 if (ml->ifindex == mreq->mr_ifindex &&
2940 ml->type == mreq->mr_type &&
2941 ml->alen == mreq->mr_alen &&
2942 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
2943 ml->count++;
2944 /* Free the new element ... */
2945 kfree(i);
2946 goto done;
2947 }
2948 }
2949
2950 i->type = mreq->mr_type;
2951 i->ifindex = mreq->mr_ifindex;
2952 i->alen = mreq->mr_alen;
2953 memcpy(i->addr, mreq->mr_address, i->alen);
2954 i->count = 1;
2955 i->next = po->mclist;
2956 po->mclist = i;
Wang Chen2aeb0b82008-07-14 20:49:46 -07002957 err = packet_dev_mc(dev, i, 1);
2958 if (err) {
2959 po->mclist = i->next;
2960 kfree(i);
2961 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962
2963done:
2964 rtnl_unlock();
2965 return err;
2966}
2967
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002968static int packet_mc_drop(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969{
2970 struct packet_mclist *ml, **mlp;
2971
2972 rtnl_lock();
2973
2974 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) {
2975 if (ml->ifindex == mreq->mr_ifindex &&
2976 ml->type == mreq->mr_type &&
2977 ml->alen == mreq->mr_alen &&
2978 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
2979 if (--ml->count == 0) {
2980 struct net_device *dev;
2981 *mlp = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00002982 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
2983 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985 kfree(ml);
2986 }
2987 rtnl_unlock();
2988 return 0;
2989 }
2990 }
2991 rtnl_unlock();
2992 return -EADDRNOTAVAIL;
2993}
2994
2995static void packet_flush_mclist(struct sock *sk)
2996{
2997 struct packet_sock *po = pkt_sk(sk);
2998 struct packet_mclist *ml;
2999
3000 if (!po->mclist)
3001 return;
3002
3003 rtnl_lock();
3004 while ((ml = po->mclist) != NULL) {
3005 struct net_device *dev;
3006
3007 po->mclist = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00003008 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
3009 if (dev != NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011 kfree(ml);
3012 }
3013 rtnl_unlock();
3014}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015
3016static int
David S. Millerb7058842009-09-30 16:12:20 -07003017packet_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003018{
3019 struct sock *sk = sock->sk;
Herbert Xu8dc41942007-02-04 23:31:32 -08003020 struct packet_sock *po = pkt_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021 int ret;
3022
3023 if (level != SOL_PACKET)
3024 return -ENOPROTOOPT;
3025
Johann Baudy69e3c752009-05-18 22:11:22 -07003026 switch (optname) {
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003027 case PACKET_ADD_MEMBERSHIP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028 case PACKET_DROP_MEMBERSHIP:
3029 {
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07003030 struct packet_mreq_max mreq;
3031 int len = optlen;
3032 memset(&mreq, 0, sizeof(mreq));
3033 if (len < sizeof(struct packet_mreq))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034 return -EINVAL;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07003035 if (len > sizeof(mreq))
3036 len = sizeof(mreq);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003037 if (copy_from_user(&mreq, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003038 return -EFAULT;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07003039 if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
3040 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041 if (optname == PACKET_ADD_MEMBERSHIP)
3042 ret = packet_mc_add(sk, &mreq);
3043 else
3044 ret = packet_mc_drop(sk, &mreq);
3045 return ret;
3046 }
David S. Millera2efcfa2007-05-29 13:12:50 -07003047
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 case PACKET_RX_RING:
Johann Baudy69e3c752009-05-18 22:11:22 -07003049 case PACKET_TX_RING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050 {
chetan lokef6fb8f102011-08-19 10:18:16 +00003051 union tpacket_req_u req_u;
3052 int len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
chetan lokef6fb8f102011-08-19 10:18:16 +00003054 switch (po->tp_version) {
3055 case TPACKET_V1:
3056 case TPACKET_V2:
3057 len = sizeof(req_u.req);
3058 break;
3059 case TPACKET_V3:
3060 default:
3061 len = sizeof(req_u.req3);
3062 break;
3063 }
3064 if (optlen < len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003065 return -EINVAL;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003066 if (pkt_sk(sk)->has_vnet_hdr)
3067 return -EINVAL;
chetan lokef6fb8f102011-08-19 10:18:16 +00003068 if (copy_from_user(&req_u.req, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 return -EFAULT;
chetan lokef6fb8f102011-08-19 10:18:16 +00003070 return packet_set_ring(sk, &req_u, 0,
3071 optname == PACKET_TX_RING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003072 }
3073 case PACKET_COPY_THRESH:
3074 {
3075 int val;
3076
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003077 if (optlen != sizeof(val))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003079 if (copy_from_user(&val, optval, sizeof(val)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003080 return -EFAULT;
3081
3082 pkt_sk(sk)->copy_thresh = val;
3083 return 0;
3084 }
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003085 case PACKET_VERSION:
3086 {
3087 int val;
3088
3089 if (optlen != sizeof(val))
3090 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07003091 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003092 return -EBUSY;
3093 if (copy_from_user(&val, optval, sizeof(val)))
3094 return -EFAULT;
3095 switch (val) {
3096 case TPACKET_V1:
3097 case TPACKET_V2:
chetan lokef6fb8f102011-08-19 10:18:16 +00003098 case TPACKET_V3:
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003099 po->tp_version = val;
3100 return 0;
3101 default:
3102 return -EINVAL;
3103 }
3104 }
Patrick McHardy8913336a2008-07-18 18:05:19 -07003105 case PACKET_RESERVE:
3106 {
3107 unsigned int val;
3108
3109 if (optlen != sizeof(val))
3110 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07003111 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardy8913336a2008-07-18 18:05:19 -07003112 return -EBUSY;
3113 if (copy_from_user(&val, optval, sizeof(val)))
3114 return -EFAULT;
3115 po->tp_reserve = val;
3116 return 0;
3117 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003118 case PACKET_LOSS:
3119 {
3120 unsigned int val;
3121
3122 if (optlen != sizeof(val))
3123 return -EINVAL;
3124 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
3125 return -EBUSY;
3126 if (copy_from_user(&val, optval, sizeof(val)))
3127 return -EFAULT;
3128 po->tp_loss = !!val;
3129 return 0;
3130 }
Herbert Xu8dc41942007-02-04 23:31:32 -08003131 case PACKET_AUXDATA:
3132 {
3133 int val;
3134
3135 if (optlen < sizeof(val))
3136 return -EINVAL;
3137 if (copy_from_user(&val, optval, sizeof(val)))
3138 return -EFAULT;
3139
3140 po->auxdata = !!val;
3141 return 0;
3142 }
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003143 case PACKET_ORIGDEV:
3144 {
3145 int val;
3146
3147 if (optlen < sizeof(val))
3148 return -EINVAL;
3149 if (copy_from_user(&val, optval, sizeof(val)))
3150 return -EFAULT;
3151
3152 po->origdev = !!val;
3153 return 0;
3154 }
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003155 case PACKET_VNET_HDR:
3156 {
3157 int val;
3158
3159 if (sock->type != SOCK_RAW)
3160 return -EINVAL;
3161 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
3162 return -EBUSY;
3163 if (optlen < sizeof(val))
3164 return -EINVAL;
3165 if (copy_from_user(&val, optval, sizeof(val)))
3166 return -EFAULT;
3167
3168 po->has_vnet_hdr = !!val;
3169 return 0;
3170 }
Scott McMillan614f60f2010-06-02 05:53:56 -07003171 case PACKET_TIMESTAMP:
3172 {
3173 int val;
3174
3175 if (optlen != sizeof(val))
3176 return -EINVAL;
3177 if (copy_from_user(&val, optval, sizeof(val)))
3178 return -EFAULT;
3179
3180 po->tp_tstamp = val;
3181 return 0;
3182 }
David S. Millerdc99f602011-07-05 01:45:05 -07003183 case PACKET_FANOUT:
3184 {
3185 int val;
3186
3187 if (optlen != sizeof(val))
3188 return -EINVAL;
3189 if (copy_from_user(&val, optval, sizeof(val)))
3190 return -EFAULT;
3191
3192 return fanout_add(sk, val & 0xffff, val >> 16);
3193 }
Paul Chavent5920cd3a2012-11-06 23:10:47 +00003194 case PACKET_TX_HAS_OFF:
3195 {
3196 unsigned int val;
3197
3198 if (optlen != sizeof(val))
3199 return -EINVAL;
3200 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
3201 return -EBUSY;
3202 if (copy_from_user(&val, optval, sizeof(val)))
3203 return -EFAULT;
3204 po->tp_tx_has_off = !!val;
3205 return 0;
3206 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003207 default:
3208 return -ENOPROTOOPT;
3209 }
3210}
3211
3212static int packet_getsockopt(struct socket *sock, int level, int optname,
3213 char __user *optval, int __user *optlen)
3214{
3215 int len;
Eric Dumazetc06fff62012-04-19 21:56:11 +00003216 int val, lv = sizeof(val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217 struct sock *sk = sock->sk;
3218 struct packet_sock *po = pkt_sk(sk);
Eric Dumazetc06fff62012-04-19 21:56:11 +00003219 void *data = &val;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003220 union tpacket_stats_u st;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221
3222 if (level != SOL_PACKET)
3223 return -ENOPROTOOPT;
3224
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08003225 if (get_user(len, optlen))
3226 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227
3228 if (len < 0)
3229 return -EINVAL;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003230
Johann Baudy69e3c752009-05-18 22:11:22 -07003231 switch (optname) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232 case PACKET_STATISTICS:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233 spin_lock_bh(&sk->sk_receive_queue.lock);
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003234 memcpy(&st, &po->stats, sizeof(st));
3235 memset(&po->stats, 0, sizeof(po->stats));
3236 spin_unlock_bh(&sk->sk_receive_queue.lock);
3237
chetan lokef6fb8f102011-08-19 10:18:16 +00003238 if (po->tp_version == TPACKET_V3) {
Eric Dumazetc06fff62012-04-19 21:56:11 +00003239 lv = sizeof(struct tpacket_stats_v3);
Willem de Bruijn8bcdeaf2013-08-19 16:40:22 -04003240 st.stats3.tp_packets += st.stats3.tp_drops;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003241 data = &st.stats3;
chetan lokef6fb8f102011-08-19 10:18:16 +00003242 } else {
Eric Dumazetc06fff62012-04-19 21:56:11 +00003243 lv = sizeof(struct tpacket_stats);
Willem de Bruijn8bcdeaf2013-08-19 16:40:22 -04003244 st.stats1.tp_packets += st.stats1.tp_drops;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003245 data = &st.stats1;
chetan lokef6fb8f102011-08-19 10:18:16 +00003246 }
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003247
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 break;
Herbert Xu8dc41942007-02-04 23:31:32 -08003249 case PACKET_AUXDATA:
Herbert Xu8dc41942007-02-04 23:31:32 -08003250 val = po->auxdata;
Herbert Xu8dc41942007-02-04 23:31:32 -08003251 break;
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003252 case PACKET_ORIGDEV:
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003253 val = po->origdev;
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003254 break;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003255 case PACKET_VNET_HDR:
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003256 val = po->has_vnet_hdr;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003257 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003258 case PACKET_VERSION:
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003259 val = po->tp_version;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003260 break;
3261 case PACKET_HDRLEN:
3262 if (len > sizeof(int))
3263 len = sizeof(int);
3264 if (copy_from_user(&val, optval, len))
3265 return -EFAULT;
3266 switch (val) {
3267 case TPACKET_V1:
3268 val = sizeof(struct tpacket_hdr);
3269 break;
3270 case TPACKET_V2:
3271 val = sizeof(struct tpacket2_hdr);
3272 break;
chetan lokef6fb8f102011-08-19 10:18:16 +00003273 case TPACKET_V3:
3274 val = sizeof(struct tpacket3_hdr);
3275 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003276 default:
3277 return -EINVAL;
3278 }
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003279 break;
Patrick McHardy8913336a2008-07-18 18:05:19 -07003280 case PACKET_RESERVE:
Patrick McHardy8913336a2008-07-18 18:05:19 -07003281 val = po->tp_reserve;
Patrick McHardy8913336a2008-07-18 18:05:19 -07003282 break;
Johann Baudy69e3c752009-05-18 22:11:22 -07003283 case PACKET_LOSS:
Johann Baudy69e3c752009-05-18 22:11:22 -07003284 val = po->tp_loss;
Johann Baudy69e3c752009-05-18 22:11:22 -07003285 break;
Scott McMillan614f60f2010-06-02 05:53:56 -07003286 case PACKET_TIMESTAMP:
Scott McMillan614f60f2010-06-02 05:53:56 -07003287 val = po->tp_tstamp;
Scott McMillan614f60f2010-06-02 05:53:56 -07003288 break;
David S. Millerdc99f602011-07-05 01:45:05 -07003289 case PACKET_FANOUT:
David S. Millerdc99f602011-07-05 01:45:05 -07003290 val = (po->fanout ?
3291 ((u32)po->fanout->id |
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00003292 ((u32)po->fanout->type << 16) |
3293 ((u32)po->fanout->flags << 24)) :
David S. Millerdc99f602011-07-05 01:45:05 -07003294 0);
David S. Millerdc99f602011-07-05 01:45:05 -07003295 break;
Paul Chavent5920cd3a2012-11-06 23:10:47 +00003296 case PACKET_TX_HAS_OFF:
3297 val = po->tp_tx_has_off;
3298 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299 default:
3300 return -ENOPROTOOPT;
3301 }
3302
Eric Dumazetc06fff62012-04-19 21:56:11 +00003303 if (len > lv)
3304 len = lv;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08003305 if (put_user(len, optlen))
3306 return -EFAULT;
Herbert Xu8dc41942007-02-04 23:31:32 -08003307 if (copy_to_user(optval, data, len))
3308 return -EFAULT;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08003309 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310}
3311
3312
Jiri Pirko351638e2013-05-28 01:30:21 +00003313static int packet_notifier(struct notifier_block *this,
3314 unsigned long msg, void *ptr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315{
3316 struct sock *sk;
Jiri Pirko351638e2013-05-28 01:30:21 +00003317 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09003318 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319
stephen hemminger808f5112010-02-22 07:57:18 +00003320 rcu_read_lock();
Sasha Levinb67bfe02013-02-27 17:06:00 -08003321 sk_for_each_rcu(sk, &net->packet.sklist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322 struct packet_sock *po = pkt_sk(sk);
3323
3324 switch (msg) {
3325 case NETDEV_UNREGISTER:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003326 if (po->mclist)
3327 packet_dev_mclist(dev, po->mclist, -1);
David S. Millera2efcfa2007-05-29 13:12:50 -07003328 /* fallthrough */
3329
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330 case NETDEV_DOWN:
3331 if (dev->ifindex == po->ifindex) {
3332 spin_lock(&po->bind_lock);
3333 if (po->running) {
David S. Millerce06b032011-07-04 01:44:29 -07003334 __unregister_prot_hook(sk, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335 sk->sk_err = ENETDOWN;
3336 if (!sock_flag(sk, SOCK_DEAD))
3337 sk->sk_error_report(sk);
3338 }
3339 if (msg == NETDEV_UNREGISTER) {
3340 po->ifindex = -1;
Ben Greear160ff182011-06-01 07:18:52 +00003341 if (po->prot_hook.dev)
3342 dev_put(po->prot_hook.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343 po->prot_hook.dev = NULL;
3344 }
3345 spin_unlock(&po->bind_lock);
3346 }
3347 break;
3348 case NETDEV_UP:
stephen hemminger808f5112010-02-22 07:57:18 +00003349 if (dev->ifindex == po->ifindex) {
3350 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07003351 if (po->num)
3352 register_prot_hook(sk);
stephen hemminger808f5112010-02-22 07:57:18 +00003353 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355 break;
3356 }
3357 }
stephen hemminger808f5112010-02-22 07:57:18 +00003358 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359 return NOTIFY_DONE;
3360}
3361
3362
3363static int packet_ioctl(struct socket *sock, unsigned int cmd,
3364 unsigned long arg)
3365{
3366 struct sock *sk = sock->sk;
3367
Johann Baudy69e3c752009-05-18 22:11:22 -07003368 switch (cmd) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003369 case SIOCOUTQ:
3370 {
3371 int amount = sk_wmem_alloc_get(sk);
Eric Dumazet31e6d362009-06-17 19:05:41 -07003372
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003373 return put_user(amount, (int __user *)arg);
3374 }
3375 case SIOCINQ:
3376 {
3377 struct sk_buff *skb;
3378 int amount = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003379
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003380 spin_lock_bh(&sk->sk_receive_queue.lock);
3381 skb = skb_peek(&sk->sk_receive_queue);
3382 if (skb)
3383 amount = skb->len;
3384 spin_unlock_bh(&sk->sk_receive_queue.lock);
3385 return put_user(amount, (int __user *)arg);
3386 }
3387 case SIOCGSTAMP:
3388 return sock_get_timestamp(sk, (struct timeval __user *)arg);
3389 case SIOCGSTAMPNS:
3390 return sock_get_timestampns(sk, (struct timespec __user *)arg);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003391
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392#ifdef CONFIG_INET
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003393 case SIOCADDRT:
3394 case SIOCDELRT:
3395 case SIOCDARP:
3396 case SIOCGARP:
3397 case SIOCSARP:
3398 case SIOCGIFADDR:
3399 case SIOCSIFADDR:
3400 case SIOCGIFBRDADDR:
3401 case SIOCSIFBRDADDR:
3402 case SIOCGIFNETMASK:
3403 case SIOCSIFNETMASK:
3404 case SIOCGIFDSTADDR:
3405 case SIOCSIFDSTADDR:
3406 case SIOCSIFFLAGS:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003407 return inet_dgram_ops.ioctl(sock, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408#endif
3409
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003410 default:
3411 return -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412 }
3413 return 0;
3414}
3415
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003416static unsigned int packet_poll(struct file *file, struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417 poll_table *wait)
3418{
3419 struct sock *sk = sock->sk;
3420 struct packet_sock *po = pkt_sk(sk);
3421 unsigned int mask = datagram_poll(file, sock, wait);
3422
3423 spin_lock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07003424 if (po->rx_ring.pg_vec) {
chetan lokef6fb8f102011-08-19 10:18:16 +00003425 if (!packet_previous_rx_frame(po, &po->rx_ring,
3426 TP_STATUS_KERNEL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427 mask |= POLLIN | POLLRDNORM;
3428 }
3429 spin_unlock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07003430 spin_lock_bh(&sk->sk_write_queue.lock);
3431 if (po->tx_ring.pg_vec) {
3432 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE))
3433 mask |= POLLOUT | POLLWRNORM;
3434 }
3435 spin_unlock_bh(&sk->sk_write_queue.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436 return mask;
3437}
3438
3439
3440/* Dirty? Well, I still did not learn better way to account
3441 * for user mmaps.
3442 */
3443
3444static void packet_mm_open(struct vm_area_struct *vma)
3445{
3446 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003447 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003449
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450 if (sk)
3451 atomic_inc(&pkt_sk(sk)->mapped);
3452}
3453
3454static void packet_mm_close(struct vm_area_struct *vma)
3455{
3456 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003457 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003458 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003459
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460 if (sk)
3461 atomic_dec(&pkt_sk(sk)->mapped);
3462}
3463
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04003464static const struct vm_operations_struct packet_mmap_ops = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003465 .open = packet_mm_open,
3466 .close = packet_mm_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467};
3468
Neil Horman0e3125c2010-11-16 10:26:47 -08003469static void free_pg_vec(struct pgv *pg_vec, unsigned int order,
3470 unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003471{
3472 int i;
3473
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003474 for (i = 0; i < len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08003475 if (likely(pg_vec[i].buffer)) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00003476 if (is_vmalloc_addr(pg_vec[i].buffer))
Neil Horman0e3125c2010-11-16 10:26:47 -08003477 vfree(pg_vec[i].buffer);
3478 else
3479 free_pages((unsigned long)pg_vec[i].buffer,
3480 order);
3481 pg_vec[i].buffer = NULL;
3482 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483 }
3484 kfree(pg_vec);
3485}
3486
Olof Johanssoneea49cc92011-11-02 11:00:49 +00003487static char *alloc_one_pg_vec_page(unsigned long order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003488{
Neil Horman0e3125c2010-11-16 10:26:47 -08003489 char *buffer = NULL;
3490 gfp_t gfp_flags = GFP_KERNEL | __GFP_COMP |
3491 __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY;
Eric Dumazet719bfea2009-04-15 03:39:52 -07003492
Neil Horman0e3125c2010-11-16 10:26:47 -08003493 buffer = (char *) __get_free_pages(gfp_flags, order);
3494
3495 if (buffer)
3496 return buffer;
3497
3498 /*
3499 * __get_free_pages failed, fall back to vmalloc
3500 */
Eric Dumazetbbce5a52010-11-20 07:31:54 +00003501 buffer = vzalloc((1 << order) * PAGE_SIZE);
Neil Horman0e3125c2010-11-16 10:26:47 -08003502
3503 if (buffer)
3504 return buffer;
3505
3506 /*
3507 * vmalloc failed, lets dig into swap here
3508 */
Neil Horman0e3125c2010-11-16 10:26:47 -08003509 gfp_flags &= ~__GFP_NORETRY;
3510 buffer = (char *)__get_free_pages(gfp_flags, order);
3511 if (buffer)
3512 return buffer;
3513
3514 /*
3515 * complete and utter failure
3516 */
3517 return NULL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003518}
3519
Neil Horman0e3125c2010-11-16 10:26:47 -08003520static struct pgv *alloc_pg_vec(struct tpacket_req *req, int order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003521{
3522 unsigned int block_nr = req->tp_block_nr;
Neil Horman0e3125c2010-11-16 10:26:47 -08003523 struct pgv *pg_vec;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003524 int i;
3525
Neil Horman0e3125c2010-11-16 10:26:47 -08003526 pg_vec = kcalloc(block_nr, sizeof(struct pgv), GFP_KERNEL);
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003527 if (unlikely(!pg_vec))
3528 goto out;
3529
3530 for (i = 0; i < block_nr; i++) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00003531 pg_vec[i].buffer = alloc_one_pg_vec_page(order);
Neil Horman0e3125c2010-11-16 10:26:47 -08003532 if (unlikely(!pg_vec[i].buffer))
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003533 goto out_free_pgvec;
3534 }
3535
3536out:
3537 return pg_vec;
3538
3539out_free_pgvec:
3540 free_pg_vec(pg_vec, order, block_nr);
3541 pg_vec = NULL;
3542 goto out;
3543}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544
chetan lokef6fb8f102011-08-19 10:18:16 +00003545static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
Johann Baudy69e3c752009-05-18 22:11:22 -07003546 int closing, int tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547{
Neil Horman0e3125c2010-11-16 10:26:47 -08003548 struct pgv *pg_vec = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549 struct packet_sock *po = pkt_sk(sk);
Al Viro0e11c912006-11-08 00:26:29 -08003550 int was_running, order = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07003551 struct packet_ring_buffer *rb;
3552 struct sk_buff_head *rb_queue;
Al Viro0e11c912006-11-08 00:26:29 -08003553 __be16 num;
chetan lokef6fb8f102011-08-19 10:18:16 +00003554 int err = -EINVAL;
3555 /* Added to avoid minimal code churn */
3556 struct tpacket_req *req = &req_u->req;
3557
3558 /* Opening a Tx-ring is NOT supported in TPACKET_V3 */
3559 if (!closing && tx_ring && (po->tp_version > TPACKET_V2)) {
3560 WARN(1, "Tx-ring is not supported.\n");
3561 goto out;
3562 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003563
3564 rb = tx_ring ? &po->tx_ring : &po->rx_ring;
3565 rb_queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue;
3566
3567 err = -EBUSY;
3568 if (!closing) {
3569 if (atomic_read(&po->mapped))
3570 goto out;
3571 if (atomic_read(&rb->pending))
3572 goto out;
3573 }
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003574
Linus Torvalds1da177e2005-04-16 15:20:36 -07003575 if (req->tp_block_nr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 /* Sanity tests and some calculations */
Johann Baudy69e3c752009-05-18 22:11:22 -07003577 err = -EBUSY;
3578 if (unlikely(rb->pg_vec))
3579 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003581 switch (po->tp_version) {
3582 case TPACKET_V1:
3583 po->tp_hdrlen = TPACKET_HDRLEN;
3584 break;
3585 case TPACKET_V2:
3586 po->tp_hdrlen = TPACKET2_HDRLEN;
3587 break;
chetan lokef6fb8f102011-08-19 10:18:16 +00003588 case TPACKET_V3:
3589 po->tp_hdrlen = TPACKET3_HDRLEN;
3590 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003591 }
3592
Johann Baudy69e3c752009-05-18 22:11:22 -07003593 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003594 if (unlikely((int)req->tp_block_size <= 0))
Johann Baudy69e3c752009-05-18 22:11:22 -07003595 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003596 if (unlikely(req->tp_block_size & (PAGE_SIZE - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07003597 goto out;
Patrick McHardy8913336a2008-07-18 18:05:19 -07003598 if (unlikely(req->tp_frame_size < po->tp_hdrlen +
Johann Baudy69e3c752009-05-18 22:11:22 -07003599 po->tp_reserve))
3600 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003601 if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07003602 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603
Johann Baudy69e3c752009-05-18 22:11:22 -07003604 rb->frames_per_block = req->tp_block_size/req->tp_frame_size;
3605 if (unlikely(rb->frames_per_block <= 0))
3606 goto out;
3607 if (unlikely((rb->frames_per_block * req->tp_block_nr) !=
3608 req->tp_frame_nr))
3609 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610
3611 err = -ENOMEM;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003612 order = get_order(req->tp_block_size);
3613 pg_vec = alloc_pg_vec(req, order);
3614 if (unlikely(!pg_vec))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615 goto out;
chetan lokef6fb8f102011-08-19 10:18:16 +00003616 switch (po->tp_version) {
3617 case TPACKET_V3:
3618 /* Transmit path is not supported. We checked
3619 * it above but just being paranoid
3620 */
3621 if (!tx_ring)
3622 init_prb_bdqc(po, rb, pg_vec, req_u, tx_ring);
3623 break;
3624 default:
3625 break;
3626 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003627 }
3628 /* Done */
3629 else {
3630 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003631 if (unlikely(req->tp_frame_nr))
Johann Baudy69e3c752009-05-18 22:11:22 -07003632 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633 }
3634
3635 lock_sock(sk);
3636
3637 /* Detach socket from network */
3638 spin_lock(&po->bind_lock);
3639 was_running = po->running;
3640 num = po->num;
3641 if (was_running) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003642 po->num = 0;
David S. Millerce06b032011-07-04 01:44:29 -07003643 __unregister_prot_hook(sk, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644 }
3645 spin_unlock(&po->bind_lock);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003646
Linus Torvalds1da177e2005-04-16 15:20:36 -07003647 synchronize_net();
3648
3649 err = -EBUSY;
Herbert Xu905db442009-01-30 14:12:06 -08003650 mutex_lock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651 if (closing || atomic_read(&po->mapped) == 0) {
3652 err = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07003653 spin_lock_bh(&rb_queue->lock);
Changli Gaoc053fd92010-12-10 16:02:20 -08003654 swap(rb->pg_vec, pg_vec);
Johann Baudy69e3c752009-05-18 22:11:22 -07003655 rb->frame_max = (req->tp_frame_nr - 1);
3656 rb->head = 0;
3657 rb->frame_size = req->tp_frame_size;
3658 spin_unlock_bh(&rb_queue->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659
Changli Gaoc053fd92010-12-10 16:02:20 -08003660 swap(rb->pg_vec_order, order);
3661 swap(rb->pg_vec_len, req->tp_block_nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003662
Johann Baudy69e3c752009-05-18 22:11:22 -07003663 rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE;
3664 po->prot_hook.func = (po->rx_ring.pg_vec) ?
3665 tpacket_rcv : packet_rcv;
3666 skb_queue_purge(rb_queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003667 if (atomic_read(&po->mapped))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003668 pr_err("packet_mmap: vma is busy: %d\n",
3669 atomic_read(&po->mapped));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 }
Herbert Xu905db442009-01-30 14:12:06 -08003671 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003672
3673 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07003674 if (was_running) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 po->num = num;
David S. Millerce06b032011-07-04 01:44:29 -07003676 register_prot_hook(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677 }
3678 spin_unlock(&po->bind_lock);
chetan lokef6fb8f102011-08-19 10:18:16 +00003679 if (closing && (po->tp_version > TPACKET_V2)) {
3680 /* Because we don't support block-based V3 on tx-ring */
3681 if (!tx_ring)
3682 prb_shutdown_retire_blk_timer(po, tx_ring, rb_queue);
3683 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684 release_sock(sk);
3685
Linus Torvalds1da177e2005-04-16 15:20:36 -07003686 if (pg_vec)
3687 free_pg_vec(pg_vec, order, req->tp_block_nr);
3688out:
3689 return err;
3690}
3691
Johann Baudy69e3c752009-05-18 22:11:22 -07003692static int packet_mmap(struct file *file, struct socket *sock,
3693 struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694{
3695 struct sock *sk = sock->sk;
3696 struct packet_sock *po = pkt_sk(sk);
Johann Baudy69e3c752009-05-18 22:11:22 -07003697 unsigned long size, expected_size;
3698 struct packet_ring_buffer *rb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003699 unsigned long start;
3700 int err = -EINVAL;
3701 int i;
3702
3703 if (vma->vm_pgoff)
3704 return -EINVAL;
3705
Herbert Xu905db442009-01-30 14:12:06 -08003706 mutex_lock(&po->pg_vec_lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07003707
3708 expected_size = 0;
3709 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
3710 if (rb->pg_vec) {
3711 expected_size += rb->pg_vec_len
3712 * rb->pg_vec_pages
3713 * PAGE_SIZE;
3714 }
3715 }
3716
3717 if (expected_size == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07003719
3720 size = vma->vm_end - vma->vm_start;
3721 if (size != expected_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722 goto out;
3723
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724 start = vma->vm_start;
Johann Baudy69e3c752009-05-18 22:11:22 -07003725 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
3726 if (rb->pg_vec == NULL)
3727 continue;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003728
Johann Baudy69e3c752009-05-18 22:11:22 -07003729 for (i = 0; i < rb->pg_vec_len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08003730 struct page *page;
3731 void *kaddr = rb->pg_vec[i].buffer;
Johann Baudy69e3c752009-05-18 22:11:22 -07003732 int pg_num;
3733
Changli Gaoc56b4d92010-12-01 02:52:57 +00003734 for (pg_num = 0; pg_num < rb->pg_vec_pages; pg_num++) {
3735 page = pgv_to_page(kaddr);
Johann Baudy69e3c752009-05-18 22:11:22 -07003736 err = vm_insert_page(vma, start, page);
3737 if (unlikely(err))
3738 goto out;
3739 start += PAGE_SIZE;
Neil Horman0e3125c2010-11-16 10:26:47 -08003740 kaddr += PAGE_SIZE;
Johann Baudy69e3c752009-05-18 22:11:22 -07003741 }
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003742 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003743 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003744
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003745 atomic_inc(&po->mapped);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746 vma->vm_ops = &packet_mmap_ops;
3747 err = 0;
3748
3749out:
Herbert Xu905db442009-01-30 14:12:06 -08003750 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751 return err;
3752}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08003754static const struct proto_ops packet_ops_spkt = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755 .family = PF_PACKET,
3756 .owner = THIS_MODULE,
3757 .release = packet_release,
3758 .bind = packet_bind_spkt,
3759 .connect = sock_no_connect,
3760 .socketpair = sock_no_socketpair,
3761 .accept = sock_no_accept,
3762 .getname = packet_getname_spkt,
3763 .poll = datagram_poll,
3764 .ioctl = packet_ioctl,
3765 .listen = sock_no_listen,
3766 .shutdown = sock_no_shutdown,
3767 .setsockopt = sock_no_setsockopt,
3768 .getsockopt = sock_no_getsockopt,
3769 .sendmsg = packet_sendmsg_spkt,
3770 .recvmsg = packet_recvmsg,
3771 .mmap = sock_no_mmap,
3772 .sendpage = sock_no_sendpage,
3773};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08003775static const struct proto_ops packet_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776 .family = PF_PACKET,
3777 .owner = THIS_MODULE,
3778 .release = packet_release,
3779 .bind = packet_bind,
3780 .connect = sock_no_connect,
3781 .socketpair = sock_no_socketpair,
3782 .accept = sock_no_accept,
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003783 .getname = packet_getname,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784 .poll = packet_poll,
3785 .ioctl = packet_ioctl,
3786 .listen = sock_no_listen,
3787 .shutdown = sock_no_shutdown,
3788 .setsockopt = packet_setsockopt,
3789 .getsockopt = packet_getsockopt,
3790 .sendmsg = packet_sendmsg,
3791 .recvmsg = packet_recvmsg,
3792 .mmap = packet_mmap,
3793 .sendpage = sock_no_sendpage,
3794};
3795
Stephen Hemmingerec1b4cf2009-10-05 05:58:39 +00003796static const struct net_proto_family packet_family_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797 .family = PF_PACKET,
3798 .create = packet_create,
3799 .owner = THIS_MODULE,
3800};
3801
3802static struct notifier_block packet_netdev_notifier = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003803 .notifier_call = packet_notifier,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804};
3805
3806#ifdef CONFIG_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807
3808static void *packet_seq_start(struct seq_file *seq, loff_t *pos)
stephen hemminger808f5112010-02-22 07:57:18 +00003809 __acquires(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810{
Denis V. Luneve372c412007-11-19 22:31:54 -08003811 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00003812
3813 rcu_read_lock();
3814 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815}
3816
3817static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3818{
Herbert Xu1bf40952007-12-16 14:04:02 -08003819 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00003820 return seq_hlist_next_rcu(v, &net->packet.sklist, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821}
3822
3823static void packet_seq_stop(struct seq_file *seq, void *v)
stephen hemminger808f5112010-02-22 07:57:18 +00003824 __releases(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825{
stephen hemminger808f5112010-02-22 07:57:18 +00003826 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827}
3828
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003829static int packet_seq_show(struct seq_file *seq, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830{
3831 if (v == SEQ_START_TOKEN)
3832 seq_puts(seq, "sk RefCnt Type Proto Iface R Rmem User Inode\n");
3833 else {
Li Zefanb7ceabd2010-02-08 23:19:29 +00003834 struct sock *s = sk_entry(v);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835 const struct packet_sock *po = pkt_sk(s);
3836
3837 seq_printf(seq,
Dan Rosenberg71338aa2011-05-23 12:17:35 +00003838 "%pK %-6d %-4d %04x %-5d %1d %-6u %-6u %-6lu\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839 s,
3840 atomic_read(&s->sk_refcnt),
3841 s->sk_type,
3842 ntohs(po->num),
3843 po->ifindex,
3844 po->running,
3845 atomic_read(&s->sk_rmem_alloc),
Eric W. Biedermana7cb5a42012-05-24 01:10:10 -06003846 from_kuid_munged(seq_user_ns(seq), sock_i_uid(s)),
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003847 sock_i_ino(s));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003848 }
3849
3850 return 0;
3851}
3852
Philippe De Muyter56b3d972007-07-10 23:07:31 -07003853static const struct seq_operations packet_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854 .start = packet_seq_start,
3855 .next = packet_seq_next,
3856 .stop = packet_seq_stop,
3857 .show = packet_seq_show,
3858};
3859
3860static int packet_seq_open(struct inode *inode, struct file *file)
3861{
Denis V. Luneve372c412007-11-19 22:31:54 -08003862 return seq_open_net(inode, file, &packet_seq_ops,
3863 sizeof(struct seq_net_private));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864}
3865
Arjan van de Venda7071d2007-02-12 00:55:36 -08003866static const struct file_operations packet_seq_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003867 .owner = THIS_MODULE,
3868 .open = packet_seq_open,
3869 .read = seq_read,
3870 .llseek = seq_lseek,
Denis V. Luneve372c412007-11-19 22:31:54 -08003871 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003872};
3873
3874#endif
3875
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003876static int __net_init packet_net_init(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003877{
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00003878 mutex_init(&net->packet.sklist_lock);
Denis V. Lunev2aaef4e2007-12-11 04:19:54 -08003879 INIT_HLIST_HEAD(&net->packet.sklist);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003880
Gao fengd4beaa62013-02-18 01:34:54 +00003881 if (!proc_create("packet", 0, net->proc_net, &packet_seq_fops))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003882 return -ENOMEM;
3883
3884 return 0;
3885}
3886
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003887static void __net_exit packet_net_exit(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003888{
Gao fengece31ff2013-02-18 01:34:56 +00003889 remove_proc_entry("packet", net->proc_net);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003890}
3891
3892static struct pernet_operations packet_net_ops = {
3893 .init = packet_net_init,
3894 .exit = packet_net_exit,
3895};
3896
3897
Linus Torvalds1da177e2005-04-16 15:20:36 -07003898static void __exit packet_exit(void)
3899{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003900 unregister_netdevice_notifier(&packet_netdev_notifier);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003901 unregister_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003902 sock_unregister(PF_PACKET);
3903 proto_unregister(&packet_proto);
3904}
3905
3906static int __init packet_init(void)
3907{
3908 int rc = proto_register(&packet_proto, 0);
3909
3910 if (rc != 0)
3911 goto out;
3912
3913 sock_register(&packet_family_ops);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003914 register_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915 register_netdevice_notifier(&packet_netdev_notifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916out:
3917 return rc;
3918}
3919
3920module_init(packet_init);
3921module_exit(packet_exit);
3922MODULE_LICENSE("GPL");
3923MODULE_ALIAS_NETPROTO(PF_PACKET);