blob: bee9bfdc8d056cd771b0b726eaa6e706df1f0d82 [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);
247 if (!po->running) {
David S. Millerdc99f602011-07-05 01:45:05 -0700248 if (po->fanout)
249 __fanout_link(sk, po);
250 else
251 dev_add_pack(&po->prot_hook);
David S. Millerce06b032011-07-04 01:44:29 -0700252 sock_hold(sk);
253 po->running = 1;
254 }
255}
256
257/* {,__}unregister_prot_hook() must be invoked with the po->bind_lock
258 * held. If the sync parameter is true, we will temporarily drop
259 * the po->bind_lock and do a synchronize_net to make sure no
260 * asynchronous packet processing paths still refer to the elements
261 * of po->prot_hook. If the sync parameter is false, it is the
262 * callers responsibility to take care of this.
263 */
264static void __unregister_prot_hook(struct sock *sk, bool sync)
265{
266 struct packet_sock *po = pkt_sk(sk);
267
268 po->running = 0;
David S. Millerdc99f602011-07-05 01:45:05 -0700269 if (po->fanout)
270 __fanout_unlink(sk, po);
271 else
272 __dev_remove_pack(&po->prot_hook);
David S. Millerce06b032011-07-04 01:44:29 -0700273 __sock_put(sk);
274
275 if (sync) {
276 spin_unlock(&po->bind_lock);
277 synchronize_net();
278 spin_lock(&po->bind_lock);
279 }
280}
281
282static void unregister_prot_hook(struct sock *sk, bool sync)
283{
284 struct packet_sock *po = pkt_sk(sk);
285
286 if (po->running)
287 __unregister_prot_hook(sk, sync);
288}
289
Changli Gaof6dafa92010-12-07 04:26:16 +0000290static inline __pure struct page *pgv_to_page(void *addr)
Changli Gao0af55bb2010-12-01 02:52:20 +0000291{
292 if (is_vmalloc_addr(addr))
293 return vmalloc_to_page(addr);
294 return virt_to_page(addr);
295}
296
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700297static void __packet_set_status(struct packet_sock *po, void *frame, int status)
298{
Daniel Borkmann184f4892013-04-16 01:57:46 +0000299 union tpacket_uhdr h;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700300
301 h.raw = frame;
302 switch (po->tp_version) {
303 case TPACKET_V1:
304 h.h1->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000305 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700306 break;
307 case TPACKET_V2:
308 h.h2->tp_status = status;
Changli Gao0af55bb2010-12-01 02:52:20 +0000309 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700310 break;
chetan lokef6fb8f102011-08-19 10:18:16 +0000311 case TPACKET_V3:
Johann Baudy69e3c752009-05-18 22:11:22 -0700312 default:
chetan lokef6fb8f102011-08-19 10:18:16 +0000313 WARN(1, "TPACKET version not supported.\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700314 BUG();
315 }
316
317 smp_wmb();
318}
319
320static int __packet_get_status(struct packet_sock *po, void *frame)
321{
Daniel Borkmann184f4892013-04-16 01:57:46 +0000322 union tpacket_uhdr h;
Johann Baudy69e3c752009-05-18 22:11:22 -0700323
324 smp_rmb();
325
326 h.raw = frame;
327 switch (po->tp_version) {
328 case TPACKET_V1:
Changli Gao0af55bb2010-12-01 02:52:20 +0000329 flush_dcache_page(pgv_to_page(&h.h1->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700330 return h.h1->tp_status;
331 case TPACKET_V2:
Changli Gao0af55bb2010-12-01 02:52:20 +0000332 flush_dcache_page(pgv_to_page(&h.h2->tp_status));
Johann Baudy69e3c752009-05-18 22:11:22 -0700333 return h.h2->tp_status;
chetan lokef6fb8f102011-08-19 10:18:16 +0000334 case TPACKET_V3:
Johann Baudy69e3c752009-05-18 22:11:22 -0700335 default:
chetan lokef6fb8f102011-08-19 10:18:16 +0000336 WARN(1, "TPACKET version not supported.\n");
Johann Baudy69e3c752009-05-18 22:11:22 -0700337 BUG();
338 return 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -0700339 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340}
Johann Baudy69e3c752009-05-18 22:11:22 -0700341
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000342static __u32 tpacket_get_timestamp(struct sk_buff *skb, struct timespec *ts,
343 unsigned int flags)
Daniel Borkmann7a513842013-04-23 00:39:29 +0000344{
345 struct skb_shared_hwtstamps *shhwtstamps = skb_hwtstamps(skb);
346
347 if (shhwtstamps) {
348 if ((flags & SOF_TIMESTAMPING_SYS_HARDWARE) &&
349 ktime_to_timespec_cond(shhwtstamps->syststamp, ts))
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000350 return TP_STATUS_TS_SYS_HARDWARE;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000351 if ((flags & SOF_TIMESTAMPING_RAW_HARDWARE) &&
352 ktime_to_timespec_cond(shhwtstamps->hwtstamp, ts))
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000353 return TP_STATUS_TS_RAW_HARDWARE;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000354 }
355
356 if (ktime_to_timespec_cond(skb->tstamp, ts))
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000357 return TP_STATUS_TS_SOFTWARE;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000358
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000359 return 0;
Daniel Borkmann7a513842013-04-23 00:39:29 +0000360}
361
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000362static __u32 __packet_set_timestamp(struct packet_sock *po, void *frame,
363 struct sk_buff *skb)
Willem de Bruijn2e313962013-04-23 00:39:28 +0000364{
365 union tpacket_uhdr h;
366 struct timespec ts;
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000367 __u32 ts_status;
Willem de Bruijn2e313962013-04-23 00:39:28 +0000368
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000369 if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp)))
370 return 0;
Willem de Bruijn2e313962013-04-23 00:39:28 +0000371
372 h.raw = frame;
373 switch (po->tp_version) {
374 case TPACKET_V1:
375 h.h1->tp_sec = ts.tv_sec;
376 h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
377 break;
378 case TPACKET_V2:
379 h.h2->tp_sec = ts.tv_sec;
380 h.h2->tp_nsec = ts.tv_nsec;
381 break;
382 case TPACKET_V3:
383 default:
384 WARN(1, "TPACKET version not supported.\n");
385 BUG();
386 }
387
388 /* one flush is safe, as both fields always lie on the same cacheline */
389 flush_dcache_page(pgv_to_page(&h.h1->tp_sec));
390 smp_wmb();
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +0000391
392 return ts_status;
Willem de Bruijn2e313962013-04-23 00:39:28 +0000393}
394
Johann Baudy69e3c752009-05-18 22:11:22 -0700395static void *packet_lookup_frame(struct packet_sock *po,
396 struct packet_ring_buffer *rb,
397 unsigned int position,
398 int status)
399{
400 unsigned int pg_vec_pos, frame_offset;
Daniel Borkmann184f4892013-04-16 01:57:46 +0000401 union tpacket_uhdr h;
Johann Baudy69e3c752009-05-18 22:11:22 -0700402
403 pg_vec_pos = position / rb->frames_per_block;
404 frame_offset = position % rb->frames_per_block;
405
Neil Horman0e3125c2010-11-16 10:26:47 -0800406 h.raw = rb->pg_vec[pg_vec_pos].buffer +
407 (frame_offset * rb->frame_size);
Johann Baudy69e3c752009-05-18 22:11:22 -0700408
409 if (status != __packet_get_status(po, h.raw))
410 return NULL;
411
412 return h.raw;
413}
414
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000415static void *packet_current_frame(struct packet_sock *po,
Johann Baudy69e3c752009-05-18 22:11:22 -0700416 struct packet_ring_buffer *rb,
417 int status)
418{
419 return packet_lookup_frame(po, rb, rb->head, status);
420}
421
chetan lokebc59ba32011-08-25 10:43:30 +0000422static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000423{
424 del_timer_sync(&pkc->retire_blk_timer);
425}
426
427static void prb_shutdown_retire_blk_timer(struct packet_sock *po,
428 int tx_ring,
429 struct sk_buff_head *rb_queue)
430{
chetan lokebc59ba32011-08-25 10:43:30 +0000431 struct tpacket_kbdq_core *pkc;
chetan lokef6fb8f102011-08-19 10:18:16 +0000432
433 pkc = tx_ring ? &po->tx_ring.prb_bdqc : &po->rx_ring.prb_bdqc;
434
435 spin_lock(&rb_queue->lock);
436 pkc->delete_blk_timer = 1;
437 spin_unlock(&rb_queue->lock);
438
439 prb_del_retire_blk_timer(pkc);
440}
441
442static void prb_init_blk_timer(struct packet_sock *po,
chetan lokebc59ba32011-08-25 10:43:30 +0000443 struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000444 void (*func) (unsigned long))
445{
446 init_timer(&pkc->retire_blk_timer);
447 pkc->retire_blk_timer.data = (long)po;
448 pkc->retire_blk_timer.function = func;
449 pkc->retire_blk_timer.expires = jiffies;
450}
451
452static void prb_setup_retire_blk_timer(struct packet_sock *po, int tx_ring)
453{
chetan lokebc59ba32011-08-25 10:43:30 +0000454 struct tpacket_kbdq_core *pkc;
chetan lokef6fb8f102011-08-19 10:18:16 +0000455
456 if (tx_ring)
457 BUG();
458
459 pkc = tx_ring ? &po->tx_ring.prb_bdqc : &po->rx_ring.prb_bdqc;
460 prb_init_blk_timer(po, pkc, prb_retire_rx_blk_timer_expired);
461}
462
463static int prb_calc_retire_blk_tmo(struct packet_sock *po,
464 int blk_size_in_bytes)
465{
466 struct net_device *dev;
467 unsigned int mbits = 0, msec = 0, div = 0, tmo = 0;
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000468 struct ethtool_cmd ecmd;
469 int err;
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000470 u32 speed;
chetan lokef6fb8f102011-08-19 10:18:16 +0000471
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000472 rtnl_lock();
473 dev = __dev_get_by_index(sock_net(&po->sk), po->ifindex);
474 if (unlikely(!dev)) {
475 rtnl_unlock();
chetan lokef6fb8f102011-08-19 10:18:16 +0000476 return DEFAULT_PRB_RETIRE_TOV;
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000477 }
478 err = __ethtool_get_settings(dev, &ecmd);
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000479 speed = ethtool_cmd_speed(&ecmd);
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000480 rtnl_unlock();
481 if (!err) {
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000482 /*
483 * If the link speed is so slow you don't really
484 * need to worry about perf anyways
485 */
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000486 if (speed < SPEED_1000 || speed == SPEED_UNKNOWN) {
Jiri Pirko4bc71cb2011-09-03 03:34:30 +0000487 return DEFAULT_PRB_RETIRE_TOV;
parav.pandit@emulex.come440cf22012-06-27 03:56:12 +0000488 } else {
489 msec = 1;
490 div = speed / 1000;
chetan lokef6fb8f102011-08-19 10:18:16 +0000491 }
492 }
493
494 mbits = (blk_size_in_bytes * 8) / (1024 * 1024);
495
496 if (div)
497 mbits /= div;
498
499 tmo = mbits * msec;
500
501 if (div)
502 return tmo+1;
503 return tmo;
504}
505
chetan lokebc59ba32011-08-25 10:43:30 +0000506static void prb_init_ft_ops(struct tpacket_kbdq_core *p1,
chetan lokef6fb8f102011-08-19 10:18:16 +0000507 union tpacket_req_u *req_u)
508{
509 p1->feature_req_word = req_u->req3.tp_feature_req_word;
510}
511
512static void init_prb_bdqc(struct packet_sock *po,
513 struct packet_ring_buffer *rb,
514 struct pgv *pg_vec,
515 union tpacket_req_u *req_u, int tx_ring)
516{
chetan lokebc59ba32011-08-25 10:43:30 +0000517 struct tpacket_kbdq_core *p1 = &rb->prb_bdqc;
518 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000519
520 memset(p1, 0x0, sizeof(*p1));
521
522 p1->knxt_seq_num = 1;
523 p1->pkbdq = pg_vec;
chetan lokebc59ba32011-08-25 10:43:30 +0000524 pbd = (struct tpacket_block_desc *)pg_vec[0].buffer;
Joe Perchese3192692012-06-03 17:41:40 +0000525 p1->pkblk_start = pg_vec[0].buffer;
chetan lokef6fb8f102011-08-19 10:18:16 +0000526 p1->kblk_size = req_u->req3.tp_block_size;
527 p1->knum_blocks = req_u->req3.tp_block_nr;
528 p1->hdrlen = po->tp_hdrlen;
529 p1->version = po->tp_version;
530 p1->last_kactive_blk_num = 0;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +0000531 po->stats.stats3.tp_freeze_q_cnt = 0;
chetan lokef6fb8f102011-08-19 10:18:16 +0000532 if (req_u->req3.tp_retire_blk_tov)
533 p1->retire_blk_tov = req_u->req3.tp_retire_blk_tov;
534 else
535 p1->retire_blk_tov = prb_calc_retire_blk_tmo(po,
536 req_u->req3.tp_block_size);
537 p1->tov_in_jiffies = msecs_to_jiffies(p1->retire_blk_tov);
538 p1->blk_sizeof_priv = req_u->req3.tp_sizeof_priv;
539
540 prb_init_ft_ops(p1, req_u);
541 prb_setup_retire_blk_timer(po, tx_ring);
542 prb_open_block(p1, pbd);
543}
544
545/* Do NOT update the last_blk_num first.
546 * Assumes sk_buff_head lock is held.
547 */
chetan lokebc59ba32011-08-25 10:43:30 +0000548static void _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000549{
550 mod_timer(&pkc->retire_blk_timer,
551 jiffies + pkc->tov_in_jiffies);
552 pkc->last_kactive_blk_num = pkc->kactive_blk_num;
553}
554
555/*
556 * Timer logic:
557 * 1) We refresh the timer only when we open a block.
558 * By doing this we don't waste cycles refreshing the timer
559 * on packet-by-packet basis.
560 *
561 * With a 1MB block-size, on a 1Gbps line, it will take
562 * i) ~8 ms to fill a block + ii) memcpy etc.
563 * In this cut we are not accounting for the memcpy time.
564 *
565 * So, if the user sets the 'tmo' to 10ms then the timer
566 * will never fire while the block is still getting filled
567 * (which is what we want). However, the user could choose
568 * to close a block early and that's fine.
569 *
570 * But when the timer does fire, we check whether or not to refresh it.
571 * Since the tmo granularity is in msecs, it is not too expensive
572 * to refresh the timer, lets say every '8' msecs.
573 * Either the user can set the 'tmo' or we can derive it based on
574 * a) line-speed and b) block-size.
575 * prb_calc_retire_blk_tmo() calculates the tmo.
576 *
577 */
578static void prb_retire_rx_blk_timer_expired(unsigned long data)
579{
580 struct packet_sock *po = (struct packet_sock *)data;
chetan lokebc59ba32011-08-25 10:43:30 +0000581 struct tpacket_kbdq_core *pkc = &po->rx_ring.prb_bdqc;
chetan lokef6fb8f102011-08-19 10:18:16 +0000582 unsigned int frozen;
chetan lokebc59ba32011-08-25 10:43:30 +0000583 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000584
585 spin_lock(&po->sk.sk_receive_queue.lock);
586
587 frozen = prb_queue_frozen(pkc);
588 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
589
590 if (unlikely(pkc->delete_blk_timer))
591 goto out;
592
593 /* We only need to plug the race when the block is partially filled.
594 * tpacket_rcv:
595 * lock(); increment BLOCK_NUM_PKTS; unlock()
596 * copy_bits() is in progress ...
597 * timer fires on other cpu:
598 * we can't retire the current block because copy_bits
599 * is in progress.
600 *
601 */
602 if (BLOCK_NUM_PKTS(pbd)) {
603 while (atomic_read(&pkc->blk_fill_in_prog)) {
604 /* Waiting for skb_copy_bits to finish... */
605 cpu_relax();
606 }
607 }
608
609 if (pkc->last_kactive_blk_num == pkc->kactive_blk_num) {
610 if (!frozen) {
611 prb_retire_current_block(pkc, po, TP_STATUS_BLK_TMO);
612 if (!prb_dispatch_next_block(pkc, po))
613 goto refresh_timer;
614 else
615 goto out;
616 } else {
617 /* Case 1. Queue was frozen because user-space was
618 * lagging behind.
619 */
620 if (prb_curr_blk_in_use(pkc, pbd)) {
621 /*
622 * Ok, user-space is still behind.
623 * So just refresh the timer.
624 */
625 goto refresh_timer;
626 } else {
627 /* Case 2. queue was frozen,user-space caught up,
628 * now the link went idle && the timer fired.
629 * We don't have a block to close.So we open this
630 * block and restart the timer.
631 * opening a block thaws the queue,restarts timer
632 * Thawing/timer-refresh is a side effect.
633 */
634 prb_open_block(pkc, pbd);
635 goto out;
636 }
637 }
638 }
639
640refresh_timer:
641 _prb_refresh_rx_retire_blk_timer(pkc);
642
643out:
644 spin_unlock(&po->sk.sk_receive_queue.lock);
645}
646
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000647static void prb_flush_block(struct tpacket_kbdq_core *pkc1,
chetan lokebc59ba32011-08-25 10:43:30 +0000648 struct tpacket_block_desc *pbd1, __u32 status)
chetan lokef6fb8f102011-08-19 10:18:16 +0000649{
650 /* Flush everything minus the block header */
651
652#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
653 u8 *start, *end;
654
655 start = (u8 *)pbd1;
656
657 /* Skip the block header(we know header WILL fit in 4K) */
658 start += PAGE_SIZE;
659
660 end = (u8 *)PAGE_ALIGN((unsigned long)pkc1->pkblk_end);
661 for (; start < end; start += PAGE_SIZE)
662 flush_dcache_page(pgv_to_page(start));
663
664 smp_wmb();
665#endif
666
667 /* Now update the block status. */
668
669 BLOCK_STATUS(pbd1) = status;
670
671 /* Flush the block header */
672
673#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
674 start = (u8 *)pbd1;
675 flush_dcache_page(pgv_to_page(start));
676
677 smp_wmb();
678#endif
679}
680
681/*
682 * Side effect:
683 *
684 * 1) flush the block
685 * 2) Increment active_blk_num
686 *
687 * Note:We DONT refresh the timer on purpose.
688 * Because almost always the next block will be opened.
689 */
chetan lokebc59ba32011-08-25 10:43:30 +0000690static void prb_close_block(struct tpacket_kbdq_core *pkc1,
691 struct tpacket_block_desc *pbd1,
chetan lokef6fb8f102011-08-19 10:18:16 +0000692 struct packet_sock *po, unsigned int stat)
693{
694 __u32 status = TP_STATUS_USER | stat;
695
696 struct tpacket3_hdr *last_pkt;
chetan lokebc59ba32011-08-25 10:43:30 +0000697 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
chetan lokef6fb8f102011-08-19 10:18:16 +0000698
Daniel Borkmannee80fbf2013-04-19 06:12:29 +0000699 if (po->stats.stats3.tp_drops)
chetan lokef6fb8f102011-08-19 10:18:16 +0000700 status |= TP_STATUS_LOSING;
701
702 last_pkt = (struct tpacket3_hdr *)pkc1->prev;
703 last_pkt->tp_next_offset = 0;
704
705 /* Get the ts of the last pkt */
706 if (BLOCK_NUM_PKTS(pbd1)) {
707 h1->ts_last_pkt.ts_sec = last_pkt->tp_sec;
708 h1->ts_last_pkt.ts_nsec = last_pkt->tp_nsec;
709 } else {
710 /* Ok, we tmo'd - so get the current time */
711 struct timespec ts;
712 getnstimeofday(&ts);
713 h1->ts_last_pkt.ts_sec = ts.tv_sec;
714 h1->ts_last_pkt.ts_nsec = ts.tv_nsec;
715 }
716
717 smp_wmb();
718
719 /* Flush the block */
720 prb_flush_block(pkc1, pbd1, status);
721
722 pkc1->kactive_blk_num = GET_NEXT_PRB_BLK_NUM(pkc1);
723}
724
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000725static void prb_thaw_queue(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000726{
727 pkc->reset_pending_on_curr_blk = 0;
728}
729
730/*
731 * Side effect of opening a block:
732 *
733 * 1) prb_queue is thawed.
734 * 2) retire_blk_timer is refreshed.
735 *
736 */
chetan lokebc59ba32011-08-25 10:43:30 +0000737static void prb_open_block(struct tpacket_kbdq_core *pkc1,
738 struct tpacket_block_desc *pbd1)
chetan lokef6fb8f102011-08-19 10:18:16 +0000739{
740 struct timespec ts;
chetan lokebc59ba32011-08-25 10:43:30 +0000741 struct tpacket_hdr_v1 *h1 = &pbd1->hdr.bh1;
chetan lokef6fb8f102011-08-19 10:18:16 +0000742
743 smp_rmb();
744
Daniel Borkmann8da30562013-05-03 02:57:00 +0000745 /* We could have just memset this but we will lose the
746 * flexibility of making the priv area sticky
747 */
chetan lokef6fb8f102011-08-19 10:18:16 +0000748
Daniel Borkmann8da30562013-05-03 02:57:00 +0000749 BLOCK_SNUM(pbd1) = pkc1->knxt_seq_num++;
750 BLOCK_NUM_PKTS(pbd1) = 0;
751 BLOCK_LEN(pbd1) = BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
chetan lokef6fb8f102011-08-19 10:18:16 +0000752
Daniel Borkmann8da30562013-05-03 02:57:00 +0000753 getnstimeofday(&ts);
chetan lokef6fb8f102011-08-19 10:18:16 +0000754
Daniel Borkmann8da30562013-05-03 02:57:00 +0000755 h1->ts_first_pkt.ts_sec = ts.tv_sec;
756 h1->ts_first_pkt.ts_nsec = ts.tv_nsec;
chetan lokef6fb8f102011-08-19 10:18:16 +0000757
Daniel Borkmann8da30562013-05-03 02:57:00 +0000758 pkc1->pkblk_start = (char *)pbd1;
759 pkc1->nxt_offset = pkc1->pkblk_start + BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
760
761 BLOCK_O2FP(pbd1) = (__u32)BLK_PLUS_PRIV(pkc1->blk_sizeof_priv);
762 BLOCK_O2PRIV(pbd1) = BLK_HDR_LEN;
763
764 pbd1->version = pkc1->version;
765 pkc1->prev = pkc1->nxt_offset;
766 pkc1->pkblk_end = pkc1->pkblk_start + pkc1->kblk_size;
767
768 prb_thaw_queue(pkc1);
769 _prb_refresh_rx_retire_blk_timer(pkc1);
770
771 smp_wmb();
chetan lokef6fb8f102011-08-19 10:18:16 +0000772}
773
774/*
775 * Queue freeze logic:
776 * 1) Assume tp_block_nr = 8 blocks.
777 * 2) At time 't0', user opens Rx ring.
778 * 3) Some time past 't0', kernel starts filling blocks starting from 0 .. 7
779 * 4) user-space is either sleeping or processing block '0'.
780 * 5) tpacket_rcv is currently filling block '7', since there is no space left,
781 * it will close block-7,loop around and try to fill block '0'.
782 * call-flow:
783 * __packet_lookup_frame_in_block
784 * prb_retire_current_block()
785 * prb_dispatch_next_block()
786 * |->(BLOCK_STATUS == USER) evaluates to true
787 * 5.1) Since block-0 is currently in-use, we just freeze the queue.
788 * 6) Now there are two cases:
789 * 6.1) Link goes idle right after the queue is frozen.
790 * But remember, the last open_block() refreshed the timer.
791 * When this timer expires,it will refresh itself so that we can
792 * re-open block-0 in near future.
793 * 6.2) Link is busy and keeps on receiving packets. This is a simple
794 * case and __packet_lookup_frame_in_block will check if block-0
795 * is free and can now be re-used.
796 */
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000797static void prb_freeze_queue(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000798 struct packet_sock *po)
799{
800 pkc->reset_pending_on_curr_blk = 1;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +0000801 po->stats.stats3.tp_freeze_q_cnt++;
chetan lokef6fb8f102011-08-19 10:18:16 +0000802}
803
804#define TOTAL_PKT_LEN_INCL_ALIGN(length) (ALIGN((length), V3_ALIGNMENT))
805
806/*
807 * If the next block is free then we will dispatch it
808 * and return a good offset.
809 * Else, we will freeze the queue.
810 * So, caller must check the return value.
811 */
chetan lokebc59ba32011-08-25 10:43:30 +0000812static void *prb_dispatch_next_block(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000813 struct packet_sock *po)
814{
chetan lokebc59ba32011-08-25 10:43:30 +0000815 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000816
817 smp_rmb();
818
819 /* 1. Get current block num */
820 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
821
822 /* 2. If this block is currently in_use then freeze the queue */
823 if (TP_STATUS_USER & BLOCK_STATUS(pbd)) {
824 prb_freeze_queue(pkc, po);
825 return NULL;
826 }
827
828 /*
829 * 3.
830 * open this block and return the offset where the first packet
831 * needs to get stored.
832 */
833 prb_open_block(pkc, pbd);
834 return (void *)pkc->nxt_offset;
835}
836
chetan lokebc59ba32011-08-25 10:43:30 +0000837static void prb_retire_current_block(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000838 struct packet_sock *po, unsigned int status)
839{
chetan lokebc59ba32011-08-25 10:43:30 +0000840 struct tpacket_block_desc *pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
chetan lokef6fb8f102011-08-19 10:18:16 +0000841
842 /* retire/close the current block */
843 if (likely(TP_STATUS_KERNEL == BLOCK_STATUS(pbd))) {
844 /*
845 * Plug the case where copy_bits() is in progress on
846 * cpu-0 and tpacket_rcv() got invoked on cpu-1, didn't
847 * have space to copy the pkt in the current block and
848 * called prb_retire_current_block()
849 *
850 * We don't need to worry about the TMO case because
851 * the timer-handler already handled this case.
852 */
853 if (!(status & TP_STATUS_BLK_TMO)) {
854 while (atomic_read(&pkc->blk_fill_in_prog)) {
855 /* Waiting for skb_copy_bits to finish... */
856 cpu_relax();
857 }
858 }
859 prb_close_block(pkc, pbd, po, status);
860 return;
861 }
chetan lokef6fb8f102011-08-19 10:18:16 +0000862}
863
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000864static int prb_curr_blk_in_use(struct tpacket_kbdq_core *pkc,
chetan lokebc59ba32011-08-25 10:43:30 +0000865 struct tpacket_block_desc *pbd)
chetan lokef6fb8f102011-08-19 10:18:16 +0000866{
867 return TP_STATUS_USER & BLOCK_STATUS(pbd);
868}
869
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000870static int prb_queue_frozen(struct tpacket_kbdq_core *pkc)
chetan lokef6fb8f102011-08-19 10:18:16 +0000871{
872 return pkc->reset_pending_on_curr_blk;
873}
874
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000875static void prb_clear_blk_fill_status(struct packet_ring_buffer *rb)
chetan lokef6fb8f102011-08-19 10:18:16 +0000876{
chetan lokebc59ba32011-08-25 10:43:30 +0000877 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb);
chetan lokef6fb8f102011-08-19 10:18:16 +0000878 atomic_dec(&pkc->blk_fill_in_prog);
879}
880
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000881static void prb_fill_rxhash(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000882 struct tpacket3_hdr *ppd)
883{
884 ppd->hv1.tp_rxhash = skb_get_rxhash(pkc->skb);
885}
886
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000887static void prb_clear_rxhash(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000888 struct tpacket3_hdr *ppd)
889{
890 ppd->hv1.tp_rxhash = 0;
891}
892
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000893static void prb_fill_vlan_info(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000894 struct tpacket3_hdr *ppd)
895{
896 if (vlan_tx_tag_present(pkc->skb)) {
897 ppd->hv1.tp_vlan_tci = vlan_tx_tag_get(pkc->skb);
898 ppd->tp_status = TP_STATUS_VLAN_VALID;
899 } else {
danborkmann@iogearbox.net9e670302012-08-20 03:34:03 +0000900 ppd->hv1.tp_vlan_tci = 0;
901 ppd->tp_status = TP_STATUS_AVAILABLE;
chetan lokef6fb8f102011-08-19 10:18:16 +0000902 }
903}
904
chetan lokebc59ba32011-08-25 10:43:30 +0000905static void prb_run_all_ft_ops(struct tpacket_kbdq_core *pkc,
chetan lokef6fb8f102011-08-19 10:18:16 +0000906 struct tpacket3_hdr *ppd)
907{
908 prb_fill_vlan_info(pkc, ppd);
909
910 if (pkc->feature_req_word & TP_FT_REQ_FILL_RXHASH)
911 prb_fill_rxhash(pkc, ppd);
912 else
913 prb_clear_rxhash(pkc, ppd);
914}
915
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000916static void prb_fill_curr_block(char *curr,
chetan lokebc59ba32011-08-25 10:43:30 +0000917 struct tpacket_kbdq_core *pkc,
918 struct tpacket_block_desc *pbd,
chetan lokef6fb8f102011-08-19 10:18:16 +0000919 unsigned int len)
920{
921 struct tpacket3_hdr *ppd;
922
923 ppd = (struct tpacket3_hdr *)curr;
924 ppd->tp_next_offset = TOTAL_PKT_LEN_INCL_ALIGN(len);
925 pkc->prev = curr;
926 pkc->nxt_offset += TOTAL_PKT_LEN_INCL_ALIGN(len);
927 BLOCK_LEN(pbd) += TOTAL_PKT_LEN_INCL_ALIGN(len);
928 BLOCK_NUM_PKTS(pbd) += 1;
929 atomic_inc(&pkc->blk_fill_in_prog);
930 prb_run_all_ft_ops(pkc, ppd);
931}
932
933/* Assumes caller has the sk->rx_queue.lock */
934static void *__packet_lookup_frame_in_block(struct packet_sock *po,
935 struct sk_buff *skb,
936 int status,
937 unsigned int len
938 )
939{
chetan lokebc59ba32011-08-25 10:43:30 +0000940 struct tpacket_kbdq_core *pkc;
941 struct tpacket_block_desc *pbd;
chetan lokef6fb8f102011-08-19 10:18:16 +0000942 char *curr, *end;
943
Joe Perchese3192692012-06-03 17:41:40 +0000944 pkc = GET_PBDQC_FROM_RB(&po->rx_ring);
chetan lokef6fb8f102011-08-19 10:18:16 +0000945 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
946
947 /* Queue is frozen when user space is lagging behind */
948 if (prb_queue_frozen(pkc)) {
949 /*
950 * Check if that last block which caused the queue to freeze,
951 * is still in_use by user-space.
952 */
953 if (prb_curr_blk_in_use(pkc, pbd)) {
954 /* Can't record this packet */
955 return NULL;
956 } else {
957 /*
958 * Ok, the block was released by user-space.
959 * Now let's open that block.
960 * opening a block also thaws the queue.
961 * Thawing is a side effect.
962 */
963 prb_open_block(pkc, pbd);
964 }
965 }
966
967 smp_mb();
968 curr = pkc->nxt_offset;
969 pkc->skb = skb;
Joe Perchese3192692012-06-03 17:41:40 +0000970 end = (char *)pbd + pkc->kblk_size;
chetan lokef6fb8f102011-08-19 10:18:16 +0000971
972 /* first try the current block */
973 if (curr+TOTAL_PKT_LEN_INCL_ALIGN(len) < end) {
974 prb_fill_curr_block(curr, pkc, pbd, len);
975 return (void *)curr;
976 }
977
978 /* Ok, close the current block */
979 prb_retire_current_block(pkc, po, 0);
980
981 /* Now, try to dispatch the next block */
982 curr = (char *)prb_dispatch_next_block(pkc, po);
983 if (curr) {
984 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc);
985 prb_fill_curr_block(curr, pkc, pbd, len);
986 return (void *)curr;
987 }
988
989 /*
990 * No free blocks are available.user_space hasn't caught up yet.
991 * Queue was just frozen and now this packet will get dropped.
992 */
993 return NULL;
994}
995
Olof Johanssoneea49cc92011-11-02 11:00:49 +0000996static void *packet_current_rx_frame(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +0000997 struct sk_buff *skb,
998 int status, unsigned int len)
999{
1000 char *curr = NULL;
1001 switch (po->tp_version) {
1002 case TPACKET_V1:
1003 case TPACKET_V2:
1004 curr = packet_lookup_frame(po, &po->rx_ring,
1005 po->rx_ring.head, status);
1006 return curr;
1007 case TPACKET_V3:
1008 return __packet_lookup_frame_in_block(po, skb, status, len);
1009 default:
1010 WARN(1, "TPACKET version not supported\n");
1011 BUG();
Ying Xue99aa3472012-08-06 16:27:10 +00001012 return NULL;
chetan lokef6fb8f102011-08-19 10:18:16 +00001013 }
1014}
1015
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001016static void *prb_lookup_block(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001017 struct packet_ring_buffer *rb,
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001018 unsigned int idx,
chetan lokef6fb8f102011-08-19 10:18:16 +00001019 int status)
1020{
chetan lokebc59ba32011-08-25 10:43:30 +00001021 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb);
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001022 struct tpacket_block_desc *pbd = GET_PBLOCK_DESC(pkc, idx);
chetan lokef6fb8f102011-08-19 10:18:16 +00001023
1024 if (status != BLOCK_STATUS(pbd))
1025 return NULL;
1026 return pbd;
1027}
1028
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001029static int prb_previous_blk_num(struct packet_ring_buffer *rb)
chetan lokef6fb8f102011-08-19 10:18:16 +00001030{
1031 unsigned int prev;
1032 if (rb->prb_bdqc.kactive_blk_num)
1033 prev = rb->prb_bdqc.kactive_blk_num-1;
1034 else
1035 prev = rb->prb_bdqc.knum_blocks-1;
1036 return prev;
1037}
1038
1039/* Assumes caller has held the rx_queue.lock */
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001040static void *__prb_previous_block(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001041 struct packet_ring_buffer *rb,
1042 int status)
1043{
1044 unsigned int previous = prb_previous_blk_num(rb);
1045 return prb_lookup_block(po, rb, previous, status);
1046}
1047
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001048static void *packet_previous_rx_frame(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001049 struct packet_ring_buffer *rb,
1050 int status)
1051{
1052 if (po->tp_version <= TPACKET_V2)
1053 return packet_previous_frame(po, rb, status);
1054
1055 return __prb_previous_block(po, rb, status);
1056}
1057
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001058static void packet_increment_rx_head(struct packet_sock *po,
chetan lokef6fb8f102011-08-19 10:18:16 +00001059 struct packet_ring_buffer *rb)
1060{
1061 switch (po->tp_version) {
1062 case TPACKET_V1:
1063 case TPACKET_V2:
1064 return packet_increment_head(rb);
1065 case TPACKET_V3:
1066 default:
1067 WARN(1, "TPACKET version not supported.\n");
1068 BUG();
1069 return;
1070 }
1071}
1072
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001073static void *packet_previous_frame(struct packet_sock *po,
Johann Baudy69e3c752009-05-18 22:11:22 -07001074 struct packet_ring_buffer *rb,
1075 int status)
1076{
1077 unsigned int previous = rb->head ? rb->head - 1 : rb->frame_max;
1078 return packet_lookup_frame(po, rb, previous, status);
1079}
1080
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001081static void packet_increment_head(struct packet_ring_buffer *buff)
Johann Baudy69e3c752009-05-18 22:11:22 -07001082{
1083 buff->head = buff->head != buff->frame_max ? buff->head+1 : 0;
1084}
1085
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001086static bool packet_rcv_has_room(struct packet_sock *po, struct sk_buff *skb)
1087{
1088 struct sock *sk = &po->sk;
1089 bool has_room;
1090
1091 if (po->prot_hook.func != tpacket_rcv)
1092 return (atomic_read(&sk->sk_rmem_alloc) + skb->truesize)
1093 <= sk->sk_rcvbuf;
1094
1095 spin_lock(&sk->sk_receive_queue.lock);
1096 if (po->tp_version == TPACKET_V3)
1097 has_room = prb_lookup_block(po, &po->rx_ring,
1098 po->rx_ring.prb_bdqc.kactive_blk_num,
1099 TP_STATUS_KERNEL);
1100 else
1101 has_room = packet_lookup_frame(po, &po->rx_ring,
1102 po->rx_ring.head,
1103 TP_STATUS_KERNEL);
1104 spin_unlock(&sk->sk_receive_queue.lock);
1105
1106 return has_room;
1107}
1108
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109static void packet_sock_destruct(struct sock *sk)
1110{
Richard Cochraned85b562010-04-07 22:41:28 +00001111 skb_queue_purge(&sk->sk_error_queue);
1112
Ilpo Järvinen547b7922008-07-25 21:43:18 -07001113 WARN_ON(atomic_read(&sk->sk_rmem_alloc));
1114 WARN_ON(atomic_read(&sk->sk_wmem_alloc));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115
1116 if (!sock_flag(sk, SOCK_DEAD)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001117 pr_err("Attempt to release alive packet socket: %p\n", sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118 return;
1119 }
1120
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08001121 sk_refcnt_debug_dec(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001122}
1123
David S. Millerdc99f602011-07-05 01:45:05 -07001124static int fanout_rr_next(struct packet_fanout *f, unsigned int num)
1125{
1126 int x = atomic_read(&f->rr_cur) + 1;
1127
1128 if (x >= num)
1129 x = 0;
1130
1131 return x;
1132}
1133
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001134static unsigned int fanout_demux_hash(struct packet_fanout *f,
1135 struct sk_buff *skb,
1136 unsigned int num)
David S. Millerdc99f602011-07-05 01:45:05 -07001137{
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001138 return (((u64)skb->rxhash) * num) >> 32;
David S. Millerdc99f602011-07-05 01:45:05 -07001139}
1140
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001141static unsigned int fanout_demux_lb(struct packet_fanout *f,
1142 struct sk_buff *skb,
1143 unsigned int num)
David S. Millerdc99f602011-07-05 01:45:05 -07001144{
1145 int cur, old;
1146
1147 cur = atomic_read(&f->rr_cur);
1148 while ((old = atomic_cmpxchg(&f->rr_cur, cur,
1149 fanout_rr_next(f, num))) != cur)
1150 cur = old;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001151 return cur;
David S. Millerdc99f602011-07-05 01:45:05 -07001152}
1153
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001154static unsigned int fanout_demux_cpu(struct packet_fanout *f,
1155 struct sk_buff *skb,
1156 unsigned int num)
David S. Miller95ec3eb2011-07-06 01:56:38 -07001157{
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001158 return smp_processor_id() % num;
1159}
David S. Miller95ec3eb2011-07-06 01:56:38 -07001160
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +02001161static unsigned int fanout_demux_rnd(struct packet_fanout *f,
1162 struct sk_buff *skb,
1163 unsigned int num)
1164{
1165 return reciprocal_divide(prandom_u32(), num);
1166}
1167
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001168static unsigned int fanout_demux_rollover(struct packet_fanout *f,
1169 struct sk_buff *skb,
1170 unsigned int idx, unsigned int skip,
1171 unsigned int num)
1172{
1173 unsigned int i, j;
1174
1175 i = j = min_t(int, f->next[idx], num - 1);
1176 do {
1177 if (i != skip && packet_rcv_has_room(pkt_sk(f->arr[i]), skb)) {
1178 if (i != j)
1179 f->next[idx] = i;
1180 return i;
1181 }
1182 if (++i == num)
1183 i = 0;
1184 } while (i != j);
1185
1186 return idx;
1187}
1188
1189static bool fanout_has_flag(struct packet_fanout *f, u16 flag)
1190{
1191 return f->flags & (flag >> 8);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001192}
1193
David S. Miller95ec3eb2011-07-06 01:56:38 -07001194static int packet_rcv_fanout(struct sk_buff *skb, struct net_device *dev,
1195 struct packet_type *pt, struct net_device *orig_dev)
David S. Millerdc99f602011-07-05 01:45:05 -07001196{
1197 struct packet_fanout *f = pt->af_packet_priv;
1198 unsigned int num = f->num_members;
1199 struct packet_sock *po;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001200 unsigned int idx;
David S. Millerdc99f602011-07-05 01:45:05 -07001201
1202 if (!net_eq(dev_net(dev), read_pnet(&f->net)) ||
1203 !num) {
1204 kfree_skb(skb);
1205 return 0;
1206 }
1207
David S. Miller95ec3eb2011-07-06 01:56:38 -07001208 switch (f->type) {
1209 case PACKET_FANOUT_HASH:
1210 default:
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001211 if (fanout_has_flag(f, PACKET_FANOUT_FLAG_DEFRAG)) {
Eric Dumazetbc416d92011-10-06 10:28:31 +00001212 skb = ip_check_defrag(skb, IP_DEFRAG_AF_PACKET);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001213 if (!skb)
1214 return 0;
1215 }
1216 skb_get_rxhash(skb);
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001217 idx = fanout_demux_hash(f, skb, num);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001218 break;
1219 case PACKET_FANOUT_LB:
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001220 idx = fanout_demux_lb(f, skb, num);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001221 break;
1222 case PACKET_FANOUT_CPU:
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001223 idx = fanout_demux_cpu(f, skb, num);
1224 break;
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +02001225 case PACKET_FANOUT_RND:
1226 idx = fanout_demux_rnd(f, skb, num);
1227 break;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001228 case PACKET_FANOUT_ROLLOVER:
1229 idx = fanout_demux_rollover(f, skb, 0, (unsigned int) -1, num);
David S. Miller95ec3eb2011-07-06 01:56:38 -07001230 break;
David S. Miller7736d332011-07-05 01:43:20 -07001231 }
1232
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001233 po = pkt_sk(f->arr[idx]);
1234 if (fanout_has_flag(f, PACKET_FANOUT_FLAG_ROLLOVER) &&
1235 unlikely(!packet_rcv_has_room(po, skb))) {
1236 idx = fanout_demux_rollover(f, skb, idx, idx, num);
1237 po = pkt_sk(f->arr[idx]);
1238 }
David S. Millerdc99f602011-07-05 01:45:05 -07001239
1240 return po->prot_hook.func(skb, dev, &po->prot_hook, orig_dev);
1241}
1242
Pavel Emelyanovfff33212012-08-16 05:36:48 +00001243DEFINE_MUTEX(fanout_mutex);
1244EXPORT_SYMBOL_GPL(fanout_mutex);
David S. Millerdc99f602011-07-05 01:45:05 -07001245static LIST_HEAD(fanout_list);
1246
1247static void __fanout_link(struct sock *sk, struct packet_sock *po)
1248{
1249 struct packet_fanout *f = po->fanout;
1250
1251 spin_lock(&f->lock);
1252 f->arr[f->num_members] = sk;
1253 smp_wmb();
1254 f->num_members++;
1255 spin_unlock(&f->lock);
1256}
1257
1258static void __fanout_unlink(struct sock *sk, struct packet_sock *po)
1259{
1260 struct packet_fanout *f = po->fanout;
1261 int i;
1262
1263 spin_lock(&f->lock);
1264 for (i = 0; i < f->num_members; i++) {
1265 if (f->arr[i] == sk)
1266 break;
1267 }
1268 BUG_ON(i >= f->num_members);
1269 f->arr[i] = f->arr[f->num_members - 1];
1270 f->num_members--;
1271 spin_unlock(&f->lock);
1272}
1273
Fengguang Wua0dfb262012-08-23 19:51:21 +08001274static bool match_fanout_group(struct packet_type *ptype, struct sock * sk)
Eric Leblondc0de08d2012-08-16 22:02:58 +00001275{
1276 if (ptype->af_packet_priv == (void*)((struct packet_sock *)sk)->fanout)
1277 return true;
1278
1279 return false;
1280}
1281
David S. Miller7736d332011-07-05 01:43:20 -07001282static int fanout_add(struct sock *sk, u16 id, u16 type_flags)
David S. Millerdc99f602011-07-05 01:45:05 -07001283{
1284 struct packet_sock *po = pkt_sk(sk);
1285 struct packet_fanout *f, *match;
David S. Miller7736d332011-07-05 01:43:20 -07001286 u8 type = type_flags & 0xff;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001287 u8 flags = type_flags >> 8;
David S. Millerdc99f602011-07-05 01:45:05 -07001288 int err;
1289
1290 switch (type) {
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001291 case PACKET_FANOUT_ROLLOVER:
1292 if (type_flags & PACKET_FANOUT_FLAG_ROLLOVER)
1293 return -EINVAL;
David S. Millerdc99f602011-07-05 01:45:05 -07001294 case PACKET_FANOUT_HASH:
1295 case PACKET_FANOUT_LB:
David S. Miller95ec3eb2011-07-06 01:56:38 -07001296 case PACKET_FANOUT_CPU:
Daniel Borkmann5df0ddf2013-08-28 22:13:09 +02001297 case PACKET_FANOUT_RND:
David S. Millerdc99f602011-07-05 01:45:05 -07001298 break;
1299 default:
1300 return -EINVAL;
1301 }
1302
1303 if (!po->running)
1304 return -EINVAL;
1305
1306 if (po->fanout)
1307 return -EALREADY;
1308
1309 mutex_lock(&fanout_mutex);
1310 match = NULL;
1311 list_for_each_entry(f, &fanout_list, list) {
1312 if (f->id == id &&
1313 read_pnet(&f->net) == sock_net(sk)) {
1314 match = f;
1315 break;
1316 }
1317 }
Eric Dumazetafe62c62011-07-07 06:41:29 -07001318 err = -EINVAL;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001319 if (match && match->flags != flags)
Eric Dumazetafe62c62011-07-07 06:41:29 -07001320 goto out;
David S. Millerdc99f602011-07-05 01:45:05 -07001321 if (!match) {
Eric Dumazetafe62c62011-07-07 06:41:29 -07001322 err = -ENOMEM;
David S. Millerdc99f602011-07-05 01:45:05 -07001323 match = kzalloc(sizeof(*match), GFP_KERNEL);
Eric Dumazetafe62c62011-07-07 06:41:29 -07001324 if (!match)
1325 goto out;
1326 write_pnet(&match->net, sock_net(sk));
1327 match->id = id;
1328 match->type = type;
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00001329 match->flags = flags;
Eric Dumazetafe62c62011-07-07 06:41:29 -07001330 atomic_set(&match->rr_cur, 0);
1331 INIT_LIST_HEAD(&match->list);
1332 spin_lock_init(&match->lock);
1333 atomic_set(&match->sk_ref, 0);
1334 match->prot_hook.type = po->prot_hook.type;
1335 match->prot_hook.dev = po->prot_hook.dev;
1336 match->prot_hook.func = packet_rcv_fanout;
1337 match->prot_hook.af_packet_priv = match;
Eric Leblondc0de08d2012-08-16 22:02:58 +00001338 match->prot_hook.id_match = match_fanout_group;
Eric Dumazetafe62c62011-07-07 06:41:29 -07001339 dev_add_pack(&match->prot_hook);
1340 list_add(&match->list, &fanout_list);
1341 }
1342 err = -EINVAL;
1343 if (match->type == type &&
1344 match->prot_hook.type == po->prot_hook.type &&
1345 match->prot_hook.dev == po->prot_hook.dev) {
1346 err = -ENOSPC;
1347 if (atomic_read(&match->sk_ref) < PACKET_FANOUT_MAX) {
1348 __dev_remove_pack(&po->prot_hook);
1349 po->fanout = match;
1350 atomic_inc(&match->sk_ref);
1351 __fanout_link(sk, po);
1352 err = 0;
David S. Millerdc99f602011-07-05 01:45:05 -07001353 }
1354 }
Eric Dumazetafe62c62011-07-07 06:41:29 -07001355out:
David S. Millerdc99f602011-07-05 01:45:05 -07001356 mutex_unlock(&fanout_mutex);
1357 return err;
1358}
1359
1360static void fanout_release(struct sock *sk)
1361{
1362 struct packet_sock *po = pkt_sk(sk);
1363 struct packet_fanout *f;
1364
1365 f = po->fanout;
1366 if (!f)
1367 return;
1368
Pavel Emelyanovfff33212012-08-16 05:36:48 +00001369 mutex_lock(&fanout_mutex);
David S. Millerdc99f602011-07-05 01:45:05 -07001370 po->fanout = NULL;
1371
David S. Millerdc99f602011-07-05 01:45:05 -07001372 if (atomic_dec_and_test(&f->sk_ref)) {
1373 list_del(&f->list);
1374 dev_remove_pack(&f->prot_hook);
1375 kfree(f);
1376 }
1377 mutex_unlock(&fanout_mutex);
1378}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08001380static const struct proto_ops packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08001382static const struct proto_ops packet_ops_spkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001384static int packet_rcv_spkt(struct sk_buff *skb, struct net_device *dev,
1385 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386{
1387 struct sock *sk;
1388 struct sockaddr_pkt *spkt;
1389
1390 /*
1391 * When we registered the protocol we saved the socket in the data
1392 * field for just this event.
1393 */
1394
1395 sk = pt->af_packet_priv;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001396
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397 /*
1398 * Yank back the headers [hope the device set this
1399 * right or kerboom...]
1400 *
1401 * Incoming packets have ll header pulled,
1402 * push it back.
1403 *
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001404 * For outgoing ones skb->data == skb_mac_header(skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 * so that this procedure is noop.
1406 */
1407
1408 if (skb->pkt_type == PACKET_LOOPBACK)
1409 goto out;
1410
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001411 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001412 goto out;
1413
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001414 skb = skb_share_check(skb, GFP_ATOMIC);
1415 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001416 goto oom;
1417
1418 /* drop any routing info */
Eric Dumazetadf30902009-06-02 05:19:30 +00001419 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420
Phil Oester84531c22005-07-12 11:57:52 -07001421 /* drop conntrack reference */
1422 nf_reset(skb);
1423
Herbert Xuffbc6112007-02-04 23:33:10 -08001424 spkt = &PACKET_SKB_CB(skb)->sa.pkt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001426 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427
1428 /*
1429 * The SOCK_PACKET socket receives _all_ frames.
1430 */
1431
1432 spkt->spkt_family = dev->type;
1433 strlcpy(spkt->spkt_device, dev->name, sizeof(spkt->spkt_device));
1434 spkt->spkt_protocol = skb->protocol;
1435
1436 /*
1437 * Charge the memory to the socket. This is done specifically
1438 * to prevent sockets using all the memory up.
1439 */
1440
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001441 if (sock_queue_rcv_skb(sk, skb) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442 return 0;
1443
1444out:
1445 kfree_skb(skb);
1446oom:
1447 return 0;
1448}
1449
1450
1451/*
1452 * Output a raw packet to a device layer. This bypasses all the other
1453 * protocol layers and you must therefore supply it with a complete frame
1454 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001455
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456static int packet_sendmsg_spkt(struct kiocb *iocb, struct socket *sock,
1457 struct msghdr *msg, size_t len)
1458{
1459 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001460 struct sockaddr_pkt *saddr = (struct sockaddr_pkt *)msg->msg_name;
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001461 struct sk_buff *skb = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462 struct net_device *dev;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001463 __be16 proto = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464 int err;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001465 int extra_len = 0;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001466
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001468 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 */
1470
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001471 if (saddr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472 if (msg->msg_namelen < sizeof(struct sockaddr))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001473 return -EINVAL;
1474 if (msg->msg_namelen == sizeof(struct sockaddr_pkt))
1475 proto = saddr->spkt_protocol;
1476 } else
1477 return -ENOTCONN; /* SOCK_PACKET must be sent giving an address */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478
1479 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001480 * Find the device first to size check it
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481 */
1482
danborkmann@iogearbox.netde74e922012-06-10 08:59:28 +00001483 saddr->spkt_device[sizeof(saddr->spkt_device) - 1] = 0;
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001484retry:
Eric Dumazet654d1f82009-11-02 10:43:32 +01001485 rcu_read_lock();
1486 dev = dev_get_by_name_rcu(sock_net(sk), saddr->spkt_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487 err = -ENODEV;
1488 if (dev == NULL)
1489 goto out_unlock;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001490
David S. Millerd5e76b02007-01-25 19:30:36 -08001491 err = -ENETDOWN;
1492 if (!(dev->flags & IFF_UP))
1493 goto out_unlock;
1494
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 /*
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001496 * You may not queue a frame bigger than the mtu. This is the lowest level
1497 * raw protocol and you must do your own fragmentation at this level.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001499
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001500 if (unlikely(sock_flag(sk, SOCK_NOFCS))) {
1501 if (!netif_supports_nofcs(dev)) {
1502 err = -EPROTONOSUPPORT;
1503 goto out_unlock;
1504 }
1505 extra_len = 4; /* We're doing our own CRC */
1506 }
1507
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508 err = -EMSGSIZE;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001509 if (len > dev->mtu + dev->hard_header_len + VLAN_HLEN + extra_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 goto out_unlock;
1511
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001512 if (!skb) {
1513 size_t reserved = LL_RESERVED_SPACE(dev);
Herbert Xu4ce40912011-11-18 02:20:05 +00001514 int tlen = dev->needed_tailroom;
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001515 unsigned int hhlen = dev->header_ops ? dev->hard_header_len : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001517 rcu_read_unlock();
Herbert Xu4ce40912011-11-18 02:20:05 +00001518 skb = sock_wmalloc(sk, len + reserved + tlen, 0, GFP_KERNEL);
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001519 if (skb == NULL)
1520 return -ENOBUFS;
1521 /* FIXME: Save some space for broken drivers that write a hard
1522 * header at transmission time by themselves. PPP is the notable
1523 * one here. This should really be fixed at the driver level.
1524 */
1525 skb_reserve(skb, reserved);
1526 skb_reset_network_header(skb);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001527
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001528 /* Try to align data part correctly */
1529 if (hhlen) {
1530 skb->data -= hhlen;
1531 skb->tail -= hhlen;
1532 if (len < hhlen)
1533 skb_reset_network_header(skb);
1534 }
1535 err = memcpy_fromiovec(skb_put(skb, len), msg->msg_iov, len);
1536 if (err)
1537 goto out_free;
1538 goto retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539 }
1540
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001541 if (len > (dev->mtu + dev->hard_header_len + extra_len)) {
Ben Greear57f89bf2011-02-11 09:35:18 +00001542 /* Earlier code assumed this would be a VLAN pkt,
1543 * double-check this now that we have the actual
1544 * packet in hand.
1545 */
1546 struct ethhdr *ehdr;
1547 skb_reset_mac_header(skb);
1548 ehdr = eth_hdr(skb);
1549 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
1550 err = -EMSGSIZE;
1551 goto out_unlock;
1552 }
1553 }
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001554
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555 skb->protocol = proto;
1556 skb->dev = dev;
1557 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001558 skb->mark = sk->sk_mark;
Daniel Borkmannbf84a012013-04-14 08:08:13 +00001559
1560 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561
Ben Greear3bdc0eb2012-02-11 15:39:30 +00001562 if (unlikely(extra_len == 4))
1563 skb->no_fcs = 1;
1564
Jason Wang40893fd2013-03-26 23:11:22 +00001565 skb_probe_transport_header(skb, 0);
Jason Wangc1aad272013-03-25 20:19:57 +00001566
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567 dev_queue_xmit(skb);
Eric Dumazet654d1f82009-11-02 10:43:32 +01001568 rcu_read_unlock();
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001569 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571out_unlock:
Eric Dumazet654d1f82009-11-02 10:43:32 +01001572 rcu_read_unlock();
Eric Dumazet1a35ca82009-12-15 05:47:03 +00001573out_free:
1574 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001575 return err;
1576}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577
Olof Johanssoneea49cc92011-11-02 11:00:49 +00001578static unsigned int run_filter(const struct sk_buff *skb,
Eric Dumazet62ab0812010-12-06 20:50:09 +00001579 const struct sock *sk,
David S. Millerdbcb5852007-01-24 15:21:02 -08001580 unsigned int res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581{
1582 struct sk_filter *filter;
1583
Eric Dumazet80f8f102011-01-18 07:46:52 +00001584 rcu_read_lock();
1585 filter = rcu_dereference(sk->sk_filter);
David S. Millerdbcb5852007-01-24 15:21:02 -08001586 if (filter != NULL)
Eric Dumazet0a148422011-04-20 09:27:32 +00001587 res = SK_RUN_FILTER(filter, skb);
Eric Dumazet80f8f102011-01-18 07:46:52 +00001588 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589
David S. Millerdbcb5852007-01-24 15:21:02 -08001590 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591}
1592
1593/*
Eric Dumazet62ab0812010-12-06 20:50:09 +00001594 * This function makes lazy skb cloning in hope that most of packets
1595 * are discarded by BPF.
1596 *
1597 * Note tricky part: we DO mangle shared skb! skb->data, skb->len
1598 * and skb->cb are mangled. It works because (and until) packets
1599 * falling here are owned by current CPU. Output packets are cloned
1600 * by dev_queue_xmit_nit(), input packets are processed by net_bh
1601 * sequencially, so that if we return skb to original state on exit,
1602 * we will not harm anyone.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603 */
1604
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001605static int packet_rcv(struct sk_buff *skb, struct net_device *dev,
1606 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607{
1608 struct sock *sk;
1609 struct sockaddr_ll *sll;
1610 struct packet_sock *po;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001611 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -08001613 unsigned int snaplen, res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614
1615 if (skb->pkt_type == PACKET_LOOPBACK)
1616 goto drop;
1617
1618 sk = pt->af_packet_priv;
1619 po = pkt_sk(sk);
1620
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001621 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001622 goto drop;
1623
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624 skb->dev = dev;
1625
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -07001626 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 /* The device has an explicit notion of ll header,
Eric Dumazet62ab0812010-12-06 20:50:09 +00001628 * exported to higher levels.
1629 *
1630 * Otherwise, the device hides details of its frame
1631 * structure, so that corresponding packet head is
1632 * never delivered to user.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 */
1634 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001635 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636 else if (skb->pkt_type == PACKET_OUTGOING) {
1637 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001638 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639 }
1640 }
1641
1642 snaplen = skb->len;
1643
David S. Millerdbcb5852007-01-24 15:21:02 -08001644 res = run_filter(skb, sk, snaplen);
1645 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -07001646 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -08001647 if (snaplen > res)
1648 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649
Eric Dumazet0fd7bac2011-12-21 07:11:44 +00001650 if (atomic_read(&sk->sk_rmem_alloc) >= sk->sk_rcvbuf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 goto drop_n_acct;
1652
1653 if (skb_shared(skb)) {
1654 struct sk_buff *nskb = skb_clone(skb, GFP_ATOMIC);
1655 if (nskb == NULL)
1656 goto drop_n_acct;
1657
1658 if (skb_head != skb->data) {
1659 skb->data = skb_head;
1660 skb->len = skb_len;
1661 }
Eric Dumazetabc4e4f2012-04-19 02:24:42 +00001662 consume_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 skb = nskb;
1664 }
1665
Herbert Xuffbc6112007-02-04 23:33:10 -08001666 BUILD_BUG_ON(sizeof(*PACKET_SKB_CB(skb)) + MAX_ADDR_LEN - 8 >
1667 sizeof(skb->cb));
1668
1669 sll = &PACKET_SKB_CB(skb)->sa.ll;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670 sll->sll_family = AF_PACKET;
1671 sll->sll_hatype = dev->type;
1672 sll->sll_protocol = skb->protocol;
1673 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -08001674 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07001675 sll->sll_ifindex = orig_dev->ifindex;
1676 else
1677 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001678
Stephen Hemmingerb95cce32007-09-26 22:13:38 -07001679 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680
Herbert Xuffbc6112007-02-04 23:33:10 -08001681 PACKET_SKB_CB(skb)->origlen = skb->len;
Herbert Xu8dc41942007-02-04 23:31:32 -08001682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683 if (pskb_trim(skb, snaplen))
1684 goto drop_n_acct;
1685
1686 skb_set_owner_r(skb, sk);
1687 skb->dev = NULL;
Eric Dumazetadf30902009-06-02 05:19:30 +00001688 skb_dst_drop(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689
Phil Oester84531c22005-07-12 11:57:52 -07001690 /* drop conntrack reference */
1691 nf_reset(skb);
1692
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693 spin_lock(&sk->sk_receive_queue.lock);
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001694 po->stats.stats1.tp_packets++;
Neil Horman3b885782009-10-12 13:26:31 -07001695 skb->dropcount = atomic_read(&sk->sk_drops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 __skb_queue_tail(&sk->sk_receive_queue, skb);
1697 spin_unlock(&sk->sk_receive_queue.lock);
1698 sk->sk_data_ready(sk, skb->len);
1699 return 0;
1700
1701drop_n_acct:
Willem de Bruijn7091fbd2011-09-30 10:38:28 +00001702 spin_lock(&sk->sk_receive_queue.lock);
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001703 po->stats.stats1.tp_drops++;
Willem de Bruijn7091fbd2011-09-30 10:38:28 +00001704 atomic_inc(&sk->sk_drops);
1705 spin_unlock(&sk->sk_receive_queue.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706
1707drop_n_restore:
1708 if (skb_head != skb->data && skb_shared(skb)) {
1709 skb->data = skb_head;
1710 skb->len = skb_len;
1711 }
1712drop:
Neil Hormanead2ceb2009-03-11 09:49:55 +00001713 consume_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 return 0;
1715}
1716
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001717static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev,
1718 struct packet_type *pt, struct net_device *orig_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719{
1720 struct sock *sk;
1721 struct packet_sock *po;
1722 struct sockaddr_ll *sll;
Daniel Borkmann184f4892013-04-16 01:57:46 +00001723 union tpacket_uhdr h;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001724 u8 *skb_head = skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725 int skb_len = skb->len;
David S. Millerdbcb5852007-01-24 15:21:02 -08001726 unsigned int snaplen, res;
chetan lokef6fb8f102011-08-19 10:18:16 +00001727 unsigned long status = TP_STATUS_USER;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001728 unsigned short macoff, netoff, hdrlen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729 struct sk_buff *copy_skb = NULL;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001730 struct timespec ts;
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001731 __u32 ts_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732
1733 if (skb->pkt_type == PACKET_LOOPBACK)
1734 goto drop;
1735
1736 sk = pt->af_packet_priv;
1737 po = pkt_sk(sk);
1738
Octavian Purdila09ad9bc2009-11-25 15:14:13 -08001739 if (!net_eq(dev_net(dev), sock_net(sk)))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08001740 goto drop;
1741
Stephen Hemminger3b04ddd2007-10-09 01:40:57 -07001742 if (dev->header_ops) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 if (sk->sk_type != SOCK_DGRAM)
Arnaldo Carvalho de Melo98e399f2007-03-19 15:33:04 -07001744 skb_push(skb, skb->data - skb_mac_header(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745 else if (skb->pkt_type == PACKET_OUTGOING) {
1746 /* Special case: outgoing packets have ll header at head */
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03001747 skb_pull(skb, skb_network_offset(skb));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001748 }
1749 }
1750
Herbert Xu8dc41942007-02-04 23:31:32 -08001751 if (skb->ip_summed == CHECKSUM_PARTIAL)
1752 status |= TP_STATUS_CSUMNOTREADY;
1753
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754 snaplen = skb->len;
1755
David S. Millerdbcb5852007-01-24 15:21:02 -08001756 res = run_filter(skb, sk, snaplen);
1757 if (!res)
Dmitry Mishinfda9ef52006-08-31 15:28:39 -07001758 goto drop_n_restore;
David S. Millerdbcb5852007-01-24 15:21:02 -08001759 if (snaplen > res)
1760 snaplen = res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761
1762 if (sk->sk_type == SOCK_DGRAM) {
Patrick McHardy8913336a2008-07-18 18:05:19 -07001763 macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 +
1764 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 } else {
Eric Dumazet95c96172012-04-15 05:58:06 +00001766 unsigned int maclen = skb_network_offset(skb);
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001767 netoff = TPACKET_ALIGN(po->tp_hdrlen +
Patrick McHardy8913336a2008-07-18 18:05:19 -07001768 (maclen < 16 ? 16 : maclen)) +
1769 po->tp_reserve;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770 macoff = netoff - maclen;
1771 }
chetan lokef6fb8f102011-08-19 10:18:16 +00001772 if (po->tp_version <= TPACKET_V2) {
1773 if (macoff + snaplen > po->rx_ring.frame_size) {
1774 if (po->copy_thresh &&
Eric Dumazet0fd7bac2011-12-21 07:11:44 +00001775 atomic_read(&sk->sk_rmem_alloc) < sk->sk_rcvbuf) {
chetan lokef6fb8f102011-08-19 10:18:16 +00001776 if (skb_shared(skb)) {
1777 copy_skb = skb_clone(skb, GFP_ATOMIC);
1778 } else {
1779 copy_skb = skb_get(skb);
1780 skb_head = skb->data;
1781 }
1782 if (copy_skb)
1783 skb_set_owner_r(copy_skb, sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784 }
chetan lokef6fb8f102011-08-19 10:18:16 +00001785 snaplen = po->rx_ring.frame_size - macoff;
1786 if ((int)snaplen < 0)
1787 snaplen = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 spin_lock(&sk->sk_receive_queue.lock);
chetan lokef6fb8f102011-08-19 10:18:16 +00001791 h.raw = packet_current_rx_frame(po, skb,
1792 TP_STATUS_KERNEL, (macoff+snaplen));
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001793 if (!h.raw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 goto ring_is_full;
chetan lokef6fb8f102011-08-19 10:18:16 +00001795 if (po->tp_version <= TPACKET_V2) {
1796 packet_increment_rx_head(po, &po->rx_ring);
1797 /*
1798 * LOSING will be reported till you read the stats,
1799 * because it's COR - Clear On Read.
1800 * Anyways, moving it for V1/V2 only as V3 doesn't need this
1801 * at packet level.
1802 */
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001803 if (po->stats.stats1.tp_drops)
chetan lokef6fb8f102011-08-19 10:18:16 +00001804 status |= TP_STATUS_LOSING;
1805 }
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001806 po->stats.stats1.tp_packets++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807 if (copy_skb) {
1808 status |= TP_STATUS_COPY;
1809 __skb_queue_tail(&sk->sk_receive_queue, copy_skb);
1810 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 spin_unlock(&sk->sk_receive_queue.lock);
1812
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001813 skb_copy_bits(skb, 0, h.raw + macoff, snaplen);
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001814
1815 if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp)))
Daniel Borkmann7a513842013-04-23 00:39:29 +00001816 getnstimeofday(&ts);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001818 status |= ts_status;
1819
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001820 switch (po->tp_version) {
1821 case TPACKET_V1:
1822 h.h1->tp_len = skb->len;
1823 h.h1->tp_snaplen = snaplen;
1824 h.h1->tp_mac = macoff;
1825 h.h1->tp_net = netoff;
Daniel Borkmann4b457bd2013-04-16 01:29:11 +00001826 h.h1->tp_sec = ts.tv_sec;
1827 h.h1->tp_usec = ts.tv_nsec / NSEC_PER_USEC;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001828 hdrlen = sizeof(*h.h1);
1829 break;
1830 case TPACKET_V2:
1831 h.h2->tp_len = skb->len;
1832 h.h2->tp_snaplen = snaplen;
1833 h.h2->tp_mac = macoff;
1834 h.h2->tp_net = netoff;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001835 h.h2->tp_sec = ts.tv_sec;
1836 h.h2->tp_nsec = ts.tv_nsec;
Ben Greeara3bcc232011-06-01 06:49:10 +00001837 if (vlan_tx_tag_present(skb)) {
1838 h.h2->tp_vlan_tci = vlan_tx_tag_get(skb);
1839 status |= TP_STATUS_VLAN_VALID;
1840 } else {
1841 h.h2->tp_vlan_tci = 0;
1842 }
Eric Dumazet13fcb7b2011-06-06 22:42:06 -07001843 h.h2->tp_padding = 0;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001844 hdrlen = sizeof(*h.h2);
1845 break;
chetan lokef6fb8f102011-08-19 10:18:16 +00001846 case TPACKET_V3:
1847 /* tp_nxt_offset,vlan are already populated above.
1848 * So DONT clear those fields here
1849 */
1850 h.h3->tp_status |= status;
1851 h.h3->tp_len = skb->len;
1852 h.h3->tp_snaplen = snaplen;
1853 h.h3->tp_mac = macoff;
1854 h.h3->tp_net = netoff;
chetan lokef6fb8f102011-08-19 10:18:16 +00001855 h.h3->tp_sec = ts.tv_sec;
1856 h.h3->tp_nsec = ts.tv_nsec;
1857 hdrlen = sizeof(*h.h3);
1858 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001859 default:
1860 BUG();
1861 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862
Patrick McHardybbd6ef82008-07-14 22:50:15 -07001863 sll = h.raw + TPACKET_ALIGN(hdrlen);
Stephen Hemmingerb95cce32007-09-26 22:13:38 -07001864 sll->sll_halen = dev_parse_header(skb, sll->sll_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 sll->sll_family = AF_PACKET;
1866 sll->sll_hatype = dev->type;
1867 sll->sll_protocol = skb->protocol;
1868 sll->sll_pkttype = skb->pkt_type;
Peter P Waskiewicz Jr8032b462007-11-10 22:03:25 -08001869 if (unlikely(po->origdev))
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07001870 sll->sll_ifindex = orig_dev->ifindex;
1871 else
1872 sll->sll_ifindex = dev->ifindex;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873
Ralf Baechlee16aa202006-12-07 00:11:33 -08001874 smp_mb();
Changli Gaof6dafa92010-12-07 04:26:16 +00001875#if ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE == 1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876 {
Changli Gao0af55bb2010-12-01 02:52:20 +00001877 u8 *start, *end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878
chetan lokef6fb8f102011-08-19 10:18:16 +00001879 if (po->tp_version <= TPACKET_V2) {
1880 end = (u8 *)PAGE_ALIGN((unsigned long)h.raw
1881 + macoff + snaplen);
1882 for (start = h.raw; start < end; start += PAGE_SIZE)
1883 flush_dcache_page(pgv_to_page(start));
1884 }
Chetan Lokecc9f01b2011-07-14 08:36:33 -07001885 smp_wmb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886 }
Changli Gaof6dafa92010-12-07 04:26:16 +00001887#endif
chetan lokef6fb8f102011-08-19 10:18:16 +00001888 if (po->tp_version <= TPACKET_V2)
1889 __packet_set_status(po, h.raw, status);
1890 else
1891 prb_clear_blk_fill_status(&po->rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892
1893 sk->sk_data_ready(sk, 0);
1894
1895drop_n_restore:
1896 if (skb_head != skb->data && skb_shared(skb)) {
1897 skb->data = skb_head;
1898 skb->len = skb_len;
1899 }
1900drop:
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09001901 kfree_skb(skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001902 return 0;
1903
1904ring_is_full:
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00001905 po->stats.stats1.tp_drops++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 spin_unlock(&sk->sk_receive_queue.lock);
1907
1908 sk->sk_data_ready(sk, 0);
Wei Yongjunacb5d752009-02-25 00:36:42 +00001909 kfree_skb(copy_skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 goto drop_n_restore;
1911}
1912
Johann Baudy69e3c752009-05-18 22:11:22 -07001913static void tpacket_destruct_skb(struct sk_buff *skb)
1914{
1915 struct packet_sock *po = pkt_sk(skb->sk);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001916 void *ph;
Johann Baudy69e3c752009-05-18 22:11:22 -07001917
Johann Baudy69e3c752009-05-18 22:11:22 -07001918 if (likely(po->tx_ring.pg_vec)) {
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001919 __u32 ts;
1920
Johann Baudy69e3c752009-05-18 22:11:22 -07001921 ph = skb_shinfo(skb)->destructor_arg;
Johann Baudy69e3c752009-05-18 22:11:22 -07001922 BUG_ON(atomic_read(&po->tx_ring.pending) == 0);
1923 atomic_dec(&po->tx_ring.pending);
Daniel Borkmannb9c32fb2013-04-23 00:39:31 +00001924
1925 ts = __packet_set_timestamp(po, ph, skb);
1926 __packet_set_status(po, ph, TP_STATUS_AVAILABLE | ts);
Johann Baudy69e3c752009-05-18 22:11:22 -07001927 }
1928
1929 sock_wfree(skb);
1930}
1931
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00001932static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb,
1933 void *frame, struct net_device *dev, int size_max,
Herbert Xuae641942011-11-18 02:20:04 +00001934 __be16 proto, unsigned char *addr, int hlen)
Johann Baudy69e3c752009-05-18 22:11:22 -07001935{
Daniel Borkmann184f4892013-04-16 01:57:46 +00001936 union tpacket_uhdr ph;
David S. Miller09effa62013-08-07 17:11:00 -07001937 int to_write, offset, len, tp_len, nr_frags, len_max;
Johann Baudy69e3c752009-05-18 22:11:22 -07001938 struct socket *sock = po->sk.sk_socket;
1939 struct page *page;
1940 void *data;
1941 int err;
1942
1943 ph.raw = frame;
1944
1945 skb->protocol = proto;
1946 skb->dev = dev;
1947 skb->priority = po->sk.sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00001948 skb->mark = po->sk.sk_mark;
Willem de Bruijn2e313962013-04-23 00:39:28 +00001949 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags);
Johann Baudy69e3c752009-05-18 22:11:22 -07001950 skb_shinfo(skb)->destructor_arg = ph.raw;
1951
1952 switch (po->tp_version) {
1953 case TPACKET_V2:
1954 tp_len = ph.h2->tp_len;
1955 break;
1956 default:
1957 tp_len = ph.h1->tp_len;
1958 break;
1959 }
David S. Miller09effa62013-08-07 17:11:00 -07001960 if (unlikely(tp_len > size_max)) {
1961 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max);
1962 return -EMSGSIZE;
1963 }
Johann Baudy69e3c752009-05-18 22:11:22 -07001964
Herbert Xuae641942011-11-18 02:20:04 +00001965 skb_reserve(skb, hlen);
Johann Baudy69e3c752009-05-18 22:11:22 -07001966 skb_reset_network_header(skb);
Jason Wang40893fd2013-03-26 23:11:22 +00001967 skb_probe_transport_header(skb, 0);
Jason Wangc1aad272013-03-25 20:19:57 +00001968
Paul Chavent5920cd3a2012-11-06 23:10:47 +00001969 if (po->tp_tx_has_off) {
1970 int off_min, off_max, off;
1971 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll);
1972 off_max = po->tx_ring.frame_size - tp_len;
1973 if (sock->type == SOCK_DGRAM) {
1974 switch (po->tp_version) {
1975 case TPACKET_V2:
1976 off = ph.h2->tp_net;
1977 break;
1978 default:
1979 off = ph.h1->tp_net;
1980 break;
1981 }
1982 } else {
1983 switch (po->tp_version) {
1984 case TPACKET_V2:
1985 off = ph.h2->tp_mac;
1986 break;
1987 default:
1988 off = ph.h1->tp_mac;
1989 break;
1990 }
1991 }
1992 if (unlikely((off < off_min) || (off_max < off)))
1993 return -EINVAL;
1994 data = ph.raw + off;
1995 } else {
1996 data = ph.raw + po->tp_hdrlen - sizeof(struct sockaddr_ll);
1997 }
Johann Baudy69e3c752009-05-18 22:11:22 -07001998 to_write = tp_len;
1999
2000 if (sock->type == SOCK_DGRAM) {
2001 err = dev_hard_header(skb, dev, ntohs(proto), addr,
2002 NULL, tp_len);
2003 if (unlikely(err < 0))
2004 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002005 } else if (dev->hard_header_len) {
Johann Baudy69e3c752009-05-18 22:11:22 -07002006 /* net device doesn't like empty head */
2007 if (unlikely(tp_len <= dev->hard_header_len)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002008 pr_err("packet size is too short (%d < %d)\n",
2009 tp_len, dev->hard_header_len);
Johann Baudy69e3c752009-05-18 22:11:22 -07002010 return -EINVAL;
2011 }
2012
2013 skb_push(skb, dev->hard_header_len);
2014 err = skb_store_bits(skb, 0, data,
2015 dev->hard_header_len);
2016 if (unlikely(err))
2017 return err;
2018
2019 data += dev->hard_header_len;
2020 to_write -= dev->hard_header_len;
2021 }
2022
Johann Baudy69e3c752009-05-18 22:11:22 -07002023 offset = offset_in_page(data);
2024 len_max = PAGE_SIZE - offset;
2025 len = ((to_write > len_max) ? len_max : to_write);
2026
2027 skb->data_len = to_write;
2028 skb->len += to_write;
2029 skb->truesize += to_write;
2030 atomic_add(to_write, &po->sk.sk_wmem_alloc);
2031
2032 while (likely(to_write)) {
2033 nr_frags = skb_shinfo(skb)->nr_frags;
2034
2035 if (unlikely(nr_frags >= MAX_SKB_FRAGS)) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002036 pr_err("Packet exceed the number of skb frags(%lu)\n",
2037 MAX_SKB_FRAGS);
Johann Baudy69e3c752009-05-18 22:11:22 -07002038 return -EFAULT;
2039 }
2040
Changli Gao0af55bb2010-12-01 02:52:20 +00002041 page = pgv_to_page(data);
2042 data += len;
Johann Baudy69e3c752009-05-18 22:11:22 -07002043 flush_dcache_page(page);
2044 get_page(page);
Changli Gao0af55bb2010-12-01 02:52:20 +00002045 skb_fill_page_desc(skb, nr_frags, page, offset, len);
Johann Baudy69e3c752009-05-18 22:11:22 -07002046 to_write -= len;
2047 offset = 0;
2048 len_max = PAGE_SIZE;
2049 len = ((to_write > len_max) ? len_max : to_write);
2050 }
2051
2052 return tp_len;
2053}
2054
2055static int tpacket_snd(struct packet_sock *po, struct msghdr *msg)
2056{
Johann Baudy69e3c752009-05-18 22:11:22 -07002057 struct sk_buff *skb;
2058 struct net_device *dev;
2059 __be16 proto;
Ben Greear827d9782011-06-01 07:18:53 +00002060 bool need_rls_dev = false;
David S. Miller09effa62013-08-07 17:11:00 -07002061 int err, reserve = 0;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002062 void *ph;
2063 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Johann Baudy69e3c752009-05-18 22:11:22 -07002064 int tp_len, size_max;
2065 unsigned char *addr;
2066 int len_sum = 0;
danborkmann@iogearbox.net9e670302012-08-20 03:34:03 +00002067 int status = TP_STATUS_AVAILABLE;
Herbert Xuae641942011-11-18 02:20:04 +00002068 int hlen, tlen;
Johann Baudy69e3c752009-05-18 22:11:22 -07002069
Johann Baudy69e3c752009-05-18 22:11:22 -07002070 mutex_lock(&po->pg_vec_lock);
2071
Johann Baudy69e3c752009-05-18 22:11:22 -07002072 if (saddr == NULL) {
Ben Greear827d9782011-06-01 07:18:53 +00002073 dev = po->prot_hook.dev;
Johann Baudy69e3c752009-05-18 22:11:22 -07002074 proto = po->num;
2075 addr = NULL;
2076 } else {
2077 err = -EINVAL;
2078 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
2079 goto out;
2080 if (msg->msg_namelen < (saddr->sll_halen
2081 + offsetof(struct sockaddr_ll,
2082 sll_addr)))
2083 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07002084 proto = saddr->sll_protocol;
2085 addr = saddr->sll_addr;
Ben Greear827d9782011-06-01 07:18:53 +00002086 dev = dev_get_by_index(sock_net(&po->sk), saddr->sll_ifindex);
2087 need_rls_dev = true;
Johann Baudy69e3c752009-05-18 22:11:22 -07002088 }
2089
Johann Baudy69e3c752009-05-18 22:11:22 -07002090 err = -ENXIO;
2091 if (unlikely(dev == NULL))
2092 goto out;
2093
David S. Miller09effa62013-08-07 17:11:00 -07002094 reserve = dev->hard_header_len;
2095
Johann Baudy69e3c752009-05-18 22:11:22 -07002096 err = -ENETDOWN;
2097 if (unlikely(!(dev->flags & IFF_UP)))
2098 goto out_put;
2099
2100 size_max = po->tx_ring.frame_size
Gabor Gombasb5dd8842009-10-29 03:19:11 -07002101 - (po->tp_hdrlen - sizeof(struct sockaddr_ll));
Johann Baudy69e3c752009-05-18 22:11:22 -07002102
David S. Miller09effa62013-08-07 17:11:00 -07002103 if (size_max > dev->mtu + reserve)
2104 size_max = dev->mtu + reserve;
2105
Johann Baudy69e3c752009-05-18 22:11:22 -07002106 do {
2107 ph = packet_current_frame(po, &po->tx_ring,
2108 TP_STATUS_SEND_REQUEST);
2109
2110 if (unlikely(ph == NULL)) {
2111 schedule();
2112 continue;
2113 }
2114
2115 status = TP_STATUS_SEND_REQUEST;
Herbert Xuae641942011-11-18 02:20:04 +00002116 hlen = LL_RESERVED_SPACE(dev);
2117 tlen = dev->needed_tailroom;
Johann Baudy69e3c752009-05-18 22:11:22 -07002118 skb = sock_alloc_send_skb(&po->sk,
Herbert Xuae641942011-11-18 02:20:04 +00002119 hlen + tlen + sizeof(struct sockaddr_ll),
Johann Baudy69e3c752009-05-18 22:11:22 -07002120 0, &err);
2121
2122 if (unlikely(skb == NULL))
2123 goto out_status;
2124
2125 tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto,
Herbert Xuae641942011-11-18 02:20:04 +00002126 addr, hlen);
Johann Baudy69e3c752009-05-18 22:11:22 -07002127
2128 if (unlikely(tp_len < 0)) {
2129 if (po->tp_loss) {
2130 __packet_set_status(po, ph,
2131 TP_STATUS_AVAILABLE);
2132 packet_increment_head(&po->tx_ring);
2133 kfree_skb(skb);
2134 continue;
2135 } else {
2136 status = TP_STATUS_WRONG_FORMAT;
2137 err = tp_len;
2138 goto out_status;
2139 }
2140 }
2141
2142 skb->destructor = tpacket_destruct_skb;
2143 __packet_set_status(po, ph, TP_STATUS_SENDING);
2144 atomic_inc(&po->tx_ring.pending);
2145
2146 status = TP_STATUS_SEND_REQUEST;
2147 err = dev_queue_xmit(skb);
Jarek Poplawskieb70df12010-01-10 22:04:19 +00002148 if (unlikely(err > 0)) {
2149 err = net_xmit_errno(err);
2150 if (err && __packet_get_status(po, ph) ==
2151 TP_STATUS_AVAILABLE) {
2152 /* skb was destructed already */
2153 skb = NULL;
2154 goto out_status;
2155 }
2156 /*
2157 * skb was dropped but not destructed yet;
2158 * let's treat it like congestion or err < 0
2159 */
2160 err = 0;
2161 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002162 packet_increment_head(&po->tx_ring);
2163 len_sum += tp_len;
Joe Perchesf64f9e72009-11-29 16:55:45 -08002164 } while (likely((ph != NULL) ||
2165 ((!(msg->msg_flags & MSG_DONTWAIT)) &&
2166 (atomic_read(&po->tx_ring.pending))))
2167 );
Johann Baudy69e3c752009-05-18 22:11:22 -07002168
2169 err = len_sum;
2170 goto out_put;
2171
Johann Baudy69e3c752009-05-18 22:11:22 -07002172out_status:
2173 __packet_set_status(po, ph, status);
2174 kfree_skb(skb);
2175out_put:
Ben Greear827d9782011-06-01 07:18:53 +00002176 if (need_rls_dev)
2177 dev_put(dev);
Johann Baudy69e3c752009-05-18 22:11:22 -07002178out:
2179 mutex_unlock(&po->pg_vec_lock);
2180 return err;
2181}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182
Olof Johanssoneea49cc92011-11-02 11:00:49 +00002183static struct sk_buff *packet_alloc_skb(struct sock *sk, size_t prepad,
2184 size_t reserve, size_t len,
2185 size_t linear, int noblock,
2186 int *err)
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002187{
2188 struct sk_buff *skb;
2189
2190 /* Under a page? Don't bother with paged skb. */
2191 if (prepad + len < PAGE_SIZE || !linear)
2192 linear = len;
2193
2194 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock,
Eric Dumazet28d64272013-08-08 14:38:47 -07002195 err, 0);
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002196 if (!skb)
2197 return NULL;
2198
2199 skb_reserve(skb, reserve);
2200 skb_put(skb, linear);
2201 skb->data_len = len - linear;
2202 skb->len += len - linear;
2203
2204 return skb;
2205}
2206
Johann Baudy69e3c752009-05-18 22:11:22 -07002207static int packet_snd(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208 struct msghdr *msg, size_t len)
2209{
2210 struct sock *sk = sock->sk;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002211 struct sockaddr_ll *saddr = (struct sockaddr_ll *)msg->msg_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 struct sk_buff *skb;
2213 struct net_device *dev;
Al Viro0e11c912006-11-08 00:26:29 -08002214 __be16 proto;
Ben Greear827d9782011-06-01 07:18:53 +00002215 bool need_rls_dev = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216 unsigned char *addr;
Ben Greear827d9782011-06-01 07:18:53 +00002217 int err, reserve = 0;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002218 struct virtio_net_hdr vnet_hdr = { 0 };
2219 int offset = 0;
2220 int vnet_hdr_len;
2221 struct packet_sock *po = pkt_sk(sk);
2222 unsigned short gso_type = 0;
Herbert Xuae641942011-11-18 02:20:04 +00002223 int hlen, tlen;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002224 int extra_len = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002225
2226 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002227 * Get and verify the address.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002228 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002229
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230 if (saddr == NULL) {
Ben Greear827d9782011-06-01 07:18:53 +00002231 dev = po->prot_hook.dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232 proto = po->num;
2233 addr = NULL;
2234 } else {
2235 err = -EINVAL;
2236 if (msg->msg_namelen < sizeof(struct sockaddr_ll))
2237 goto out;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002238 if (msg->msg_namelen < (saddr->sll_halen + offsetof(struct sockaddr_ll, sll_addr)))
2239 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 proto = saddr->sll_protocol;
2241 addr = saddr->sll_addr;
Ben Greear827d9782011-06-01 07:18:53 +00002242 dev = dev_get_by_index(sock_net(sk), saddr->sll_ifindex);
2243 need_rls_dev = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244 }
2245
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 err = -ENXIO;
2247 if (dev == NULL)
2248 goto out_unlock;
2249 if (sock->type == SOCK_RAW)
2250 reserve = dev->hard_header_len;
2251
David S. Millerd5e76b02007-01-25 19:30:36 -08002252 err = -ENETDOWN;
2253 if (!(dev->flags & IFF_UP))
2254 goto out_unlock;
2255
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002256 if (po->has_vnet_hdr) {
2257 vnet_hdr_len = sizeof(vnet_hdr);
2258
2259 err = -EINVAL;
2260 if (len < vnet_hdr_len)
2261 goto out_unlock;
2262
2263 len -= vnet_hdr_len;
2264
2265 err = memcpy_fromiovec((void *)&vnet_hdr, msg->msg_iov,
2266 vnet_hdr_len);
2267 if (err < 0)
2268 goto out_unlock;
2269
2270 if ((vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) &&
2271 (vnet_hdr.csum_start + vnet_hdr.csum_offset + 2 >
2272 vnet_hdr.hdr_len))
2273 vnet_hdr.hdr_len = vnet_hdr.csum_start +
2274 vnet_hdr.csum_offset + 2;
2275
2276 err = -EINVAL;
2277 if (vnet_hdr.hdr_len > len)
2278 goto out_unlock;
2279
2280 if (vnet_hdr.gso_type != VIRTIO_NET_HDR_GSO_NONE) {
2281 switch (vnet_hdr.gso_type & ~VIRTIO_NET_HDR_GSO_ECN) {
2282 case VIRTIO_NET_HDR_GSO_TCPV4:
2283 gso_type = SKB_GSO_TCPV4;
2284 break;
2285 case VIRTIO_NET_HDR_GSO_TCPV6:
2286 gso_type = SKB_GSO_TCPV6;
2287 break;
2288 case VIRTIO_NET_HDR_GSO_UDP:
2289 gso_type = SKB_GSO_UDP;
2290 break;
2291 default:
2292 goto out_unlock;
2293 }
2294
2295 if (vnet_hdr.gso_type & VIRTIO_NET_HDR_GSO_ECN)
2296 gso_type |= SKB_GSO_TCP_ECN;
2297
2298 if (vnet_hdr.gso_size == 0)
2299 goto out_unlock;
2300
2301 }
2302 }
2303
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002304 if (unlikely(sock_flag(sk, SOCK_NOFCS))) {
2305 if (!netif_supports_nofcs(dev)) {
2306 err = -EPROTONOSUPPORT;
2307 goto out_unlock;
2308 }
2309 extra_len = 4; /* We're doing our own CRC */
2310 }
2311
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312 err = -EMSGSIZE;
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002313 if (!gso_type && (len > dev->mtu + reserve + VLAN_HLEN + extra_len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002314 goto out_unlock;
2315
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002316 err = -ENOBUFS;
Herbert Xuae641942011-11-18 02:20:04 +00002317 hlen = LL_RESERVED_SPACE(dev);
2318 tlen = dev->needed_tailroom;
2319 skb = packet_alloc_skb(sk, hlen + tlen, hlen, len, vnet_hdr.hdr_len,
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002320 msg->msg_flags & MSG_DONTWAIT, &err);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002321 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322 goto out_unlock;
2323
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002324 skb_set_network_header(skb, reserve);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07002326 err = -EINVAL;
2327 if (sock->type == SOCK_DGRAM &&
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002328 (offset = dev_hard_header(skb, dev, ntohs(proto), addr, NULL, len)) < 0)
Stephen Hemminger0c4e8582007-10-09 01:36:32 -07002329 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330
2331 /* Returns -EFAULT on error */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002332 err = skb_copy_datagram_from_iovec(skb, offset, msg->msg_iov, 0, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002333 if (err)
2334 goto out_free;
Daniel Borkmannbf84a012013-04-14 08:08:13 +00002335
2336 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002337
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002338 if (!gso_type && (len > dev->mtu + reserve + extra_len)) {
David S. Miller09effa62013-08-07 17:11:00 -07002339 /* Earlier code assumed this would be a VLAN pkt,
2340 * double-check this now that we have the actual
2341 * packet in hand.
2342 */
2343 struct ethhdr *ehdr;
2344 skb_reset_mac_header(skb);
2345 ehdr = eth_hdr(skb);
2346 if (ehdr->h_proto != htons(ETH_P_8021Q)) {
2347 err = -EMSGSIZE;
2348 goto out_free;
2349 }
Ben Greear57f89bf2011-02-11 09:35:18 +00002350 }
2351
David S. Miller09effa62013-08-07 17:11:00 -07002352 skb->protocol = proto;
2353 skb->dev = dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354 skb->priority = sk->sk_priority;
Eric Dumazet2d37a182009-10-01 19:14:46 +00002355 skb->mark = sk->sk_mark;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002357 if (po->has_vnet_hdr) {
2358 if (vnet_hdr.flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) {
2359 if (!skb_partial_csum_set(skb, vnet_hdr.csum_start,
2360 vnet_hdr.csum_offset)) {
2361 err = -EINVAL;
2362 goto out_free;
2363 }
2364 }
2365
2366 skb_shinfo(skb)->gso_size = vnet_hdr.gso_size;
2367 skb_shinfo(skb)->gso_type = gso_type;
2368
2369 /* Header must be checked, and gso_segs computed. */
2370 skb_shinfo(skb)->gso_type |= SKB_GSO_DODGY;
2371 skb_shinfo(skb)->gso_segs = 0;
2372
2373 len += vnet_hdr_len;
2374 }
2375
Jason Wang40893fd2013-03-26 23:11:22 +00002376 skb_probe_transport_header(skb, reserve);
Jason Wangc1aad272013-03-25 20:19:57 +00002377
Ben Greear3bdc0eb2012-02-11 15:39:30 +00002378 if (unlikely(extra_len == 4))
2379 skb->no_fcs = 1;
2380
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381 /*
2382 * Now send it
2383 */
2384
2385 err = dev_queue_xmit(skb);
2386 if (err > 0 && (err = net_xmit_errno(err)) != 0)
2387 goto out_unlock;
2388
Ben Greear827d9782011-06-01 07:18:53 +00002389 if (need_rls_dev)
2390 dev_put(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002391
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002392 return len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393
2394out_free:
2395 kfree_skb(skb);
2396out_unlock:
Ben Greear827d9782011-06-01 07:18:53 +00002397 if (dev && need_rls_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398 dev_put(dev);
2399out:
2400 return err;
2401}
2402
Johann Baudy69e3c752009-05-18 22:11:22 -07002403static int packet_sendmsg(struct kiocb *iocb, struct socket *sock,
2404 struct msghdr *msg, size_t len)
2405{
Johann Baudy69e3c752009-05-18 22:11:22 -07002406 struct sock *sk = sock->sk;
2407 struct packet_sock *po = pkt_sk(sk);
2408 if (po->tx_ring.pg_vec)
2409 return tpacket_snd(po, msg);
2410 else
Johann Baudy69e3c752009-05-18 22:11:22 -07002411 return packet_snd(sock, msg, len);
2412}
2413
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414/*
2415 * Close a PACKET socket. This is fairly simple. We immediately go
2416 * to 'closed' state and remove our protocol entry in the device list.
2417 */
2418
2419static int packet_release(struct socket *sock)
2420{
2421 struct sock *sk = sock->sk;
2422 struct packet_sock *po;
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08002423 struct net *net;
chetan lokef6fb8f102011-08-19 10:18:16 +00002424 union tpacket_req_u req_u;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425
2426 if (!sk)
2427 return 0;
2428
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002429 net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430 po = pkt_sk(sk);
2431
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002432 mutex_lock(&net->packet.sklist_lock);
stephen hemminger808f5112010-02-22 07:57:18 +00002433 sk_del_node_init_rcu(sk);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002434 mutex_unlock(&net->packet.sklist_lock);
2435
2436 preempt_disable();
Eric Dumazet920de802008-11-24 00:09:29 -08002437 sock_prot_inuse_add(net, sk->sk_prot, -1);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002438 preempt_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439
stephen hemminger808f5112010-02-22 07:57:18 +00002440 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07002441 unregister_prot_hook(sk, false);
Ben Greear160ff182011-06-01 07:18:52 +00002442 if (po->prot_hook.dev) {
2443 dev_put(po->prot_hook.dev);
2444 po->prot_hook.dev = NULL;
2445 }
stephen hemminger808f5112010-02-22 07:57:18 +00002446 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448 packet_flush_mclist(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449
Phil Sutter9665d5d2013-02-01 07:21:41 +00002450 if (po->rx_ring.pg_vec) {
2451 memset(&req_u, 0, sizeof(req_u));
chetan lokef6fb8f102011-08-19 10:18:16 +00002452 packet_set_ring(sk, &req_u, 1, 0);
Phil Sutter9665d5d2013-02-01 07:21:41 +00002453 }
Johann Baudy69e3c752009-05-18 22:11:22 -07002454
Phil Sutter9665d5d2013-02-01 07:21:41 +00002455 if (po->tx_ring.pg_vec) {
2456 memset(&req_u, 0, sizeof(req_u));
chetan lokef6fb8f102011-08-19 10:18:16 +00002457 packet_set_ring(sk, &req_u, 1, 1);
Phil Sutter9665d5d2013-02-01 07:21:41 +00002458 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459
David S. Millerdc99f602011-07-05 01:45:05 -07002460 fanout_release(sk);
2461
stephen hemminger808f5112010-02-22 07:57:18 +00002462 synchronize_net();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 /*
2464 * Now the socket is dead. No more input will appear.
2465 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466 sock_orphan(sk);
2467 sock->sk = NULL;
2468
2469 /* Purge queues */
2470
2471 skb_queue_purge(&sk->sk_receive_queue);
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08002472 sk_refcnt_debug_release(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473
2474 sock_put(sk);
2475 return 0;
2476}
2477
2478/*
2479 * Attach a packet hook.
2480 */
2481
Al Viro0e11c912006-11-08 00:26:29 -08002482static int packet_do_bind(struct sock *sk, struct net_device *dev, __be16 protocol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483{
2484 struct packet_sock *po = pkt_sk(sk);
David S. Millerdc99f602011-07-05 01:45:05 -07002485
Wei Yongjunaef950b2011-12-27 22:32:41 -05002486 if (po->fanout) {
2487 if (dev)
2488 dev_put(dev);
2489
David S. Millerdc99f602011-07-05 01:45:05 -07002490 return -EINVAL;
Wei Yongjunaef950b2011-12-27 22:32:41 -05002491 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492
2493 lock_sock(sk);
2494
2495 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07002496 unregister_prot_hook(sk, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 po->num = protocol;
2498 po->prot_hook.type = protocol;
Ben Greear160ff182011-06-01 07:18:52 +00002499 if (po->prot_hook.dev)
2500 dev_put(po->prot_hook.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501 po->prot_hook.dev = dev;
2502
2503 po->ifindex = dev ? dev->ifindex : 0;
2504
2505 if (protocol == 0)
2506 goto out_unlock;
2507
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08002508 if (!dev || (dev->flags & IFF_UP)) {
David S. Millerce06b032011-07-04 01:44:29 -07002509 register_prot_hook(sk);
Urs Thuermannbe85d4a2007-11-12 21:05:20 -08002510 } else {
2511 sk->sk_err = ENETDOWN;
2512 if (!sock_flag(sk, SOCK_DEAD))
2513 sk->sk_error_report(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 }
2515
2516out_unlock:
2517 spin_unlock(&po->bind_lock);
2518 release_sock(sk);
2519 return 0;
2520}
2521
2522/*
2523 * Bind a packet socket to a device
2524 */
2525
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002526static int packet_bind_spkt(struct socket *sock, struct sockaddr *uaddr,
2527 int addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002529 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 char name[15];
2531 struct net_device *dev;
2532 int err = -ENODEV;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002533
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 /*
2535 * Check legality
2536 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002537
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002538 if (addr_len != sizeof(struct sockaddr))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002539 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002540 strlcpy(name, uaddr->sa_data, sizeof(name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002542 dev = dev_get_by_name(sock_net(sk), name);
Ben Greear160ff182011-06-01 07:18:52 +00002543 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 err = packet_do_bind(sk, dev, pkt_sk(sk)->num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 return err;
2546}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547
2548static int packet_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
2549{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002550 struct sockaddr_ll *sll = (struct sockaddr_ll *)uaddr;
2551 struct sock *sk = sock->sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552 struct net_device *dev = NULL;
2553 int err;
2554
2555
2556 /*
2557 * Check legality
2558 */
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002559
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560 if (addr_len < sizeof(struct sockaddr_ll))
2561 return -EINVAL;
2562 if (sll->sll_family != AF_PACKET)
2563 return -EINVAL;
2564
2565 if (sll->sll_ifindex) {
2566 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002567 dev = dev_get_by_index(sock_net(sk), sll->sll_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 if (dev == NULL)
2569 goto out;
2570 }
2571 err = packet_do_bind(sk, dev, sll->sll_protocol ? : pkt_sk(sk)->num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572
2573out:
2574 return err;
2575}
2576
2577static struct proto packet_proto = {
2578 .name = "PACKET",
2579 .owner = THIS_MODULE,
2580 .obj_size = sizeof(struct packet_sock),
2581};
2582
2583/*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002584 * Create a packet of type SOCK_PACKET.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585 */
2586
Eric Paris3f378b62009-11-05 22:18:14 -08002587static int packet_create(struct net *net, struct socket *sock, int protocol,
2588 int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589{
2590 struct sock *sk;
2591 struct packet_sock *po;
Al Viro0e11c912006-11-08 00:26:29 -08002592 __be16 proto = (__force __be16)protocol; /* weird, but documented */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 int err;
2594
Eric W. Biedermandf008c92012-11-16 03:03:07 +00002595 if (!ns_capable(net->user_ns, CAP_NET_RAW))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596 return -EPERM;
David S. Millerbe020972007-05-29 13:16:31 -07002597 if (sock->type != SOCK_DGRAM && sock->type != SOCK_RAW &&
2598 sock->type != SOCK_PACKET)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 return -ESOCKTNOSUPPORT;
2600
2601 sock->state = SS_UNCONNECTED;
2602
2603 err = -ENOBUFS;
Pavel Emelyanov6257ff22007-11-01 00:39:31 -07002604 sk = sk_alloc(net, PF_PACKET, GFP_KERNEL, &packet_proto);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605 if (sk == NULL)
2606 goto out;
2607
2608 sock->ops = &packet_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609 if (sock->type == SOCK_PACKET)
2610 sock->ops = &packet_ops_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07002611
Linus Torvalds1da177e2005-04-16 15:20:36 -07002612 sock_init_data(sock, sk);
2613
2614 po = pkt_sk(sk);
2615 sk->sk_family = PF_PACKET;
Al Viro0e11c912006-11-08 00:26:29 -08002616 po->num = proto;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617
2618 sk->sk_destruct = packet_sock_destruct;
Pavel Emelyanov17ab56a2007-11-10 21:38:48 -08002619 sk_refcnt_debug_inc(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620
2621 /*
2622 * Attach a protocol block
2623 */
2624
2625 spin_lock_init(&po->bind_lock);
Herbert Xu905db442009-01-30 14:12:06 -08002626 mutex_init(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627 po->prot_hook.func = packet_rcv;
David S. Millerbe020972007-05-29 13:16:31 -07002628
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629 if (sock->type == SOCK_PACKET)
2630 po->prot_hook.func = packet_rcv_spkt;
David S. Millerbe020972007-05-29 13:16:31 -07002631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632 po->prot_hook.af_packet_priv = sk;
2633
Al Viro0e11c912006-11-08 00:26:29 -08002634 if (proto) {
2635 po->prot_hook.type = proto;
David S. Millerce06b032011-07-04 01:44:29 -07002636 register_prot_hook(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 }
2638
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002639 mutex_lock(&net->packet.sklist_lock);
stephen hemminger808f5112010-02-22 07:57:18 +00002640 sk_add_node_rcu(sk, &net->packet.sklist);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002641 mutex_unlock(&net->packet.sklist_lock);
2642
2643 preempt_disable();
Eric Dumazet36804532008-11-19 14:25:35 -08002644 sock_prot_inuse_add(net, &packet_proto, 1);
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00002645 preempt_enable();
stephen hemminger808f5112010-02-22 07:57:18 +00002646
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002647 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648out:
2649 return err;
2650}
2651
2652/*
2653 * Pull a packet from our receive queue and hand it to the user.
2654 * If necessary we block.
2655 */
2656
2657static int packet_recvmsg(struct kiocb *iocb, struct socket *sock,
2658 struct msghdr *msg, size_t len, int flags)
2659{
2660 struct sock *sk = sock->sk;
2661 struct sk_buff *skb;
2662 int copied, err;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002663 struct sockaddr_ll *sll;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002664 int vnet_hdr_len = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665
2666 err = -EINVAL;
Richard Cochraned85b562010-04-07 22:41:28 +00002667 if (flags & ~(MSG_PEEK|MSG_DONTWAIT|MSG_TRUNC|MSG_CMSG_COMPAT|MSG_ERRQUEUE))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668 goto out;
2669
2670#if 0
2671 /* What error should we return now? EUNATTACH? */
2672 if (pkt_sk(sk)->ifindex < 0)
2673 return -ENODEV;
2674#endif
2675
Richard Cochraned85b562010-04-07 22:41:28 +00002676 if (flags & MSG_ERRQUEUE) {
Richard Cochrancb820f82013-07-19 19:40:09 +02002677 err = sock_recv_errqueue(sk, msg, len,
2678 SOL_PACKET, PACKET_TX_TIMESTAMP);
Richard Cochraned85b562010-04-07 22:41:28 +00002679 goto out;
2680 }
2681
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683 * Call the generic datagram receiver. This handles all sorts
2684 * of horrible races and re-entrancy so we can forget about it
2685 * in the protocol layers.
2686 *
2687 * Now it will return ENETDOWN, if device have just gone down,
2688 * but then it will block.
2689 */
2690
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002691 skb = skb_recv_datagram(sk, flags, flags & MSG_DONTWAIT, &err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692
2693 /*
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09002694 * An error occurred so return it. Because skb_recv_datagram()
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695 * handles the blocking we don't see and worry about blocking
2696 * retries.
2697 */
2698
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08002699 if (skb == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 goto out;
2701
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002702 if (pkt_sk(sk)->has_vnet_hdr) {
2703 struct virtio_net_hdr vnet_hdr = { 0 };
2704
2705 err = -EINVAL;
2706 vnet_hdr_len = sizeof(vnet_hdr);
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00002707 if (len < vnet_hdr_len)
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002708 goto out_free;
2709
Mariusz Kozlowski1f18b712010-11-08 11:58:45 +00002710 len -= vnet_hdr_len;
2711
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002712 if (skb_is_gso(skb)) {
2713 struct skb_shared_info *sinfo = skb_shinfo(skb);
2714
2715 /* This is a hint as to how much should be linear. */
2716 vnet_hdr.hdr_len = skb_headlen(skb);
2717 vnet_hdr.gso_size = sinfo->gso_size;
2718 if (sinfo->gso_type & SKB_GSO_TCPV4)
2719 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV4;
2720 else if (sinfo->gso_type & SKB_GSO_TCPV6)
2721 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_TCPV6;
2722 else if (sinfo->gso_type & SKB_GSO_UDP)
2723 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_UDP;
2724 else if (sinfo->gso_type & SKB_GSO_FCOE)
2725 goto out_free;
2726 else
2727 BUG();
2728 if (sinfo->gso_type & SKB_GSO_TCP_ECN)
2729 vnet_hdr.gso_type |= VIRTIO_NET_HDR_GSO_ECN;
2730 } else
2731 vnet_hdr.gso_type = VIRTIO_NET_HDR_GSO_NONE;
2732
2733 if (skb->ip_summed == CHECKSUM_PARTIAL) {
2734 vnet_hdr.flags = VIRTIO_NET_HDR_F_NEEDS_CSUM;
Michał Mirosław55508d62010-12-14 15:24:08 +00002735 vnet_hdr.csum_start = skb_checksum_start_offset(skb);
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002736 vnet_hdr.csum_offset = skb->csum_offset;
Jason Wang10a8d942011-06-10 00:56:17 +00002737 } else if (skb->ip_summed == CHECKSUM_UNNECESSARY) {
2738 vnet_hdr.flags = VIRTIO_NET_HDR_F_DATA_VALID;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002739 } /* else everything is zero */
2740
2741 err = memcpy_toiovec(msg->msg_iov, (void *)&vnet_hdr,
2742 vnet_hdr_len);
2743 if (err < 0)
2744 goto out_free;
2745 }
2746
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747 /*
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002748 * If the address length field is there to be filled in, we fill
2749 * it in now.
2750 */
2751
Herbert Xuffbc6112007-02-04 23:33:10 -08002752 sll = &PACKET_SKB_CB(skb)->sa.ll;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002753 if (sock->type == SOCK_PACKET)
2754 msg->msg_namelen = sizeof(struct sockaddr_pkt);
2755 else
2756 msg->msg_namelen = sll->sll_halen + offsetof(struct sockaddr_ll, sll_addr);
2757
2758 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759 * You lose any data beyond the buffer you gave. If it worries a
2760 * user program they can ask the device for its MTU anyway.
2761 */
2762
2763 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
2775 if (msg->msg_name)
Herbert Xuffbc6112007-02-04 23:33:10 -08002776 memcpy(msg->msg_name, &PACKET_SKB_CB(skb)->sa,
2777 msg->msg_namelen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778
Herbert Xu8dc41942007-02-04 23:31:32 -08002779 if (pkt_sk(sk)->auxdata) {
Herbert Xuffbc6112007-02-04 23:33:10 -08002780 struct tpacket_auxdata aux;
2781
2782 aux.tp_status = TP_STATUS_USER;
2783 if (skb->ip_summed == CHECKSUM_PARTIAL)
2784 aux.tp_status |= TP_STATUS_CSUMNOTREADY;
2785 aux.tp_len = PACKET_SKB_CB(skb)->origlen;
2786 aux.tp_snaplen = skb->len;
2787 aux.tp_mac = 0;
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002788 aux.tp_net = skb_network_offset(skb);
Ben Greeara3bcc232011-06-01 06:49:10 +00002789 if (vlan_tx_tag_present(skb)) {
2790 aux.tp_vlan_tci = vlan_tx_tag_get(skb);
2791 aux.tp_status |= TP_STATUS_VLAN_VALID;
2792 } else {
2793 aux.tp_vlan_tci = 0;
2794 }
Eric Dumazet13fcb7b2011-06-06 22:42:06 -07002795 aux.tp_padding = 0;
Herbert Xuffbc6112007-02-04 23:33:10 -08002796 put_cmsg(msg, SOL_PACKET, PACKET_AUXDATA, sizeof(aux), &aux);
Herbert Xu8dc41942007-02-04 23:31:32 -08002797 }
2798
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 /*
2800 * Free or return the buffer as appropriate. Again this
2801 * hides all the races and re-entrancy issues from us.
2802 */
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08002803 err = vnet_hdr_len + ((flags&MSG_TRUNC) ? skb->len : copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804
2805out_free:
2806 skb_free_datagram(sk, skb);
2807out:
2808 return err;
2809}
2810
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811static int packet_getname_spkt(struct socket *sock, struct sockaddr *uaddr,
2812 int *uaddr_len, int peer)
2813{
2814 struct net_device *dev;
2815 struct sock *sk = sock->sk;
2816
2817 if (peer)
2818 return -EOPNOTSUPP;
2819
2820 uaddr->sa_family = AF_PACKET;
Daniel Borkmann2dc85bf2013-06-12 16:02:27 +02002821 memset(uaddr->sa_data, 0, sizeof(uaddr->sa_data));
Eric Dumazet654d1f82009-11-02 10:43:32 +01002822 rcu_read_lock();
2823 dev = dev_get_by_index_rcu(sock_net(sk), pkt_sk(sk)->ifindex);
2824 if (dev)
Daniel Borkmann2dc85bf2013-06-12 16:02:27 +02002825 strlcpy(uaddr->sa_data, dev->name, sizeof(uaddr->sa_data));
Eric Dumazet654d1f82009-11-02 10:43:32 +01002826 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827 *uaddr_len = sizeof(*uaddr);
2828
2829 return 0;
2830}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831
2832static int packet_getname(struct socket *sock, struct sockaddr *uaddr,
2833 int *uaddr_len, int peer)
2834{
2835 struct net_device *dev;
2836 struct sock *sk = sock->sk;
2837 struct packet_sock *po = pkt_sk(sk);
Cyrill Gorcunov13cfa972009-11-08 05:51:19 +00002838 DECLARE_SOCKADDR(struct sockaddr_ll *, sll, uaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839
2840 if (peer)
2841 return -EOPNOTSUPP;
2842
2843 sll->sll_family = AF_PACKET;
2844 sll->sll_ifindex = po->ifindex;
2845 sll->sll_protocol = po->num;
Vasiliy Kulikov67286642010-11-10 12:09:10 -08002846 sll->sll_pkttype = 0;
Eric Dumazet654d1f82009-11-02 10:43:32 +01002847 rcu_read_lock();
2848 dev = dev_get_by_index_rcu(sock_net(sk), po->ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849 if (dev) {
2850 sll->sll_hatype = dev->type;
2851 sll->sll_halen = dev->addr_len;
2852 memcpy(sll->sll_addr, dev->dev_addr, dev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853 } else {
2854 sll->sll_hatype = 0; /* Bad: we have no ARPHRD_UNSPEC */
2855 sll->sll_halen = 0;
2856 }
Eric Dumazet654d1f82009-11-02 10:43:32 +01002857 rcu_read_unlock();
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002858 *uaddr_len = offsetof(struct sockaddr_ll, sll_addr) + sll->sll_halen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859
2860 return 0;
2861}
2862
Wang Chen2aeb0b82008-07-14 20:49:46 -07002863static int packet_dev_mc(struct net_device *dev, struct packet_mclist *i,
2864 int what)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865{
2866 switch (i->type) {
2867 case PACKET_MR_MULTICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00002868 if (i->alen != dev->addr_len)
2869 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870 if (what > 0)
Jiri Pirko22bedad32010-04-01 21:22:57 +00002871 return dev_mc_add(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 else
Jiri Pirko22bedad32010-04-01 21:22:57 +00002873 return dev_mc_del(dev, i->addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874 break;
2875 case PACKET_MR_PROMISC:
Wang Chen2aeb0b82008-07-14 20:49:46 -07002876 return dev_set_promiscuity(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877 break;
2878 case PACKET_MR_ALLMULTI:
Wang Chen2aeb0b82008-07-14 20:49:46 -07002879 return dev_set_allmulti(dev, what);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002880 break;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002881 case PACKET_MR_UNICAST:
Jiri Pirko11625632010-03-02 20:40:01 +00002882 if (i->alen != dev->addr_len)
2883 return -EINVAL;
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002884 if (what > 0)
Jiri Pirkoa748ee22010-04-01 21:22:09 +00002885 return dev_uc_add(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002886 else
Jiri Pirkoa748ee22010-04-01 21:22:09 +00002887 return dev_uc_del(dev, i->addr);
Eric W. Biedermand95ed922009-05-19 18:27:17 +00002888 break;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002889 default:
2890 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891 }
Wang Chen2aeb0b82008-07-14 20:49:46 -07002892 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893}
2894
2895static void packet_dev_mclist(struct net_device *dev, struct packet_mclist *i, int what)
2896{
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00002897 for ( ; i; i = i->next) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 if (i->ifindex == dev->ifindex)
2899 packet_dev_mc(dev, i, what);
2900 }
2901}
2902
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002903static int packet_mc_add(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904{
2905 struct packet_sock *po = pkt_sk(sk);
2906 struct packet_mclist *ml, *i;
2907 struct net_device *dev;
2908 int err;
2909
2910 rtnl_lock();
2911
2912 err = -ENODEV;
YOSHIFUJI Hideaki3b1e0a62008-03-26 02:26:21 +09002913 dev = __dev_get_by_index(sock_net(sk), mreq->mr_ifindex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 if (!dev)
2915 goto done;
2916
2917 err = -EINVAL;
Jiri Pirko11625632010-03-02 20:40:01 +00002918 if (mreq->mr_alen > dev->addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919 goto done;
2920
2921 err = -ENOBUFS;
Kris Katterjohn8b3a7002006-01-11 15:56:43 -08002922 i = kmalloc(sizeof(*i), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923 if (i == NULL)
2924 goto done;
2925
2926 err = 0;
2927 for (ml = po->mclist; ml; ml = ml->next) {
2928 if (ml->ifindex == mreq->mr_ifindex &&
2929 ml->type == mreq->mr_type &&
2930 ml->alen == mreq->mr_alen &&
2931 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
2932 ml->count++;
2933 /* Free the new element ... */
2934 kfree(i);
2935 goto done;
2936 }
2937 }
2938
2939 i->type = mreq->mr_type;
2940 i->ifindex = mreq->mr_ifindex;
2941 i->alen = mreq->mr_alen;
2942 memcpy(i->addr, mreq->mr_address, i->alen);
2943 i->count = 1;
2944 i->next = po->mclist;
2945 po->mclist = i;
Wang Chen2aeb0b82008-07-14 20:49:46 -07002946 err = packet_dev_mc(dev, i, 1);
2947 if (err) {
2948 po->mclist = i->next;
2949 kfree(i);
2950 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002951
2952done:
2953 rtnl_unlock();
2954 return err;
2955}
2956
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07002957static int packet_mc_drop(struct sock *sk, struct packet_mreq_max *mreq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958{
2959 struct packet_mclist *ml, **mlp;
2960
2961 rtnl_lock();
2962
2963 for (mlp = &pkt_sk(sk)->mclist; (ml = *mlp) != NULL; mlp = &ml->next) {
2964 if (ml->ifindex == mreq->mr_ifindex &&
2965 ml->type == mreq->mr_type &&
2966 ml->alen == mreq->mr_alen &&
2967 memcmp(ml->addr, mreq->mr_address, ml->alen) == 0) {
2968 if (--ml->count == 0) {
2969 struct net_device *dev;
2970 *mlp = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00002971 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
2972 if (dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974 kfree(ml);
2975 }
2976 rtnl_unlock();
2977 return 0;
2978 }
2979 }
2980 rtnl_unlock();
2981 return -EADDRNOTAVAIL;
2982}
2983
2984static void packet_flush_mclist(struct sock *sk)
2985{
2986 struct packet_sock *po = pkt_sk(sk);
2987 struct packet_mclist *ml;
2988
2989 if (!po->mclist)
2990 return;
2991
2992 rtnl_lock();
2993 while ((ml = po->mclist) != NULL) {
2994 struct net_device *dev;
2995
2996 po->mclist = ml->next;
Eric Dumazetad959e72009-10-16 06:38:46 +00002997 dev = __dev_get_by_index(sock_net(sk), ml->ifindex);
2998 if (dev != NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999 packet_dev_mc(dev, ml, -1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000 kfree(ml);
3001 }
3002 rtnl_unlock();
3003}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004
3005static int
David S. Millerb7058842009-09-30 16:12:20 -07003006packet_setsockopt(struct socket *sock, int level, int optname, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007{
3008 struct sock *sk = sock->sk;
Herbert Xu8dc41942007-02-04 23:31:32 -08003009 struct packet_sock *po = pkt_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010 int ret;
3011
3012 if (level != SOL_PACKET)
3013 return -ENOPROTOOPT;
3014
Johann Baudy69e3c752009-05-18 22:11:22 -07003015 switch (optname) {
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003016 case PACKET_ADD_MEMBERSHIP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017 case PACKET_DROP_MEMBERSHIP:
3018 {
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07003019 struct packet_mreq_max mreq;
3020 int len = optlen;
3021 memset(&mreq, 0, sizeof(mreq));
3022 if (len < sizeof(struct packet_mreq))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023 return -EINVAL;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07003024 if (len > sizeof(mreq))
3025 len = sizeof(mreq);
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003026 if (copy_from_user(&mreq, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027 return -EFAULT;
Eric W. Biederman0fb375f2005-09-21 00:11:37 -07003028 if (len < (mreq.mr_alen + offsetof(struct packet_mreq, mr_address)))
3029 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003030 if (optname == PACKET_ADD_MEMBERSHIP)
3031 ret = packet_mc_add(sk, &mreq);
3032 else
3033 ret = packet_mc_drop(sk, &mreq);
3034 return ret;
3035 }
David S. Millera2efcfa2007-05-29 13:12:50 -07003036
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037 case PACKET_RX_RING:
Johann Baudy69e3c752009-05-18 22:11:22 -07003038 case PACKET_TX_RING:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 {
chetan lokef6fb8f102011-08-19 10:18:16 +00003040 union tpacket_req_u req_u;
3041 int len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042
chetan lokef6fb8f102011-08-19 10:18:16 +00003043 switch (po->tp_version) {
3044 case TPACKET_V1:
3045 case TPACKET_V2:
3046 len = sizeof(req_u.req);
3047 break;
3048 case TPACKET_V3:
3049 default:
3050 len = sizeof(req_u.req3);
3051 break;
3052 }
3053 if (optlen < len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054 return -EINVAL;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003055 if (pkt_sk(sk)->has_vnet_hdr)
3056 return -EINVAL;
chetan lokef6fb8f102011-08-19 10:18:16 +00003057 if (copy_from_user(&req_u.req, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 return -EFAULT;
chetan lokef6fb8f102011-08-19 10:18:16 +00003059 return packet_set_ring(sk, &req_u, 0,
3060 optname == PACKET_TX_RING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061 }
3062 case PACKET_COPY_THRESH:
3063 {
3064 int val;
3065
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003066 if (optlen != sizeof(val))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067 return -EINVAL;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003068 if (copy_from_user(&val, optval, sizeof(val)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 return -EFAULT;
3070
3071 pkt_sk(sk)->copy_thresh = val;
3072 return 0;
3073 }
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003074 case PACKET_VERSION:
3075 {
3076 int val;
3077
3078 if (optlen != sizeof(val))
3079 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07003080 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003081 return -EBUSY;
3082 if (copy_from_user(&val, optval, sizeof(val)))
3083 return -EFAULT;
3084 switch (val) {
3085 case TPACKET_V1:
3086 case TPACKET_V2:
chetan lokef6fb8f102011-08-19 10:18:16 +00003087 case TPACKET_V3:
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003088 po->tp_version = val;
3089 return 0;
3090 default:
3091 return -EINVAL;
3092 }
3093 }
Patrick McHardy8913336a2008-07-18 18:05:19 -07003094 case PACKET_RESERVE:
3095 {
3096 unsigned int val;
3097
3098 if (optlen != sizeof(val))
3099 return -EINVAL;
Johann Baudy69e3c752009-05-18 22:11:22 -07003100 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
Patrick McHardy8913336a2008-07-18 18:05:19 -07003101 return -EBUSY;
3102 if (copy_from_user(&val, optval, sizeof(val)))
3103 return -EFAULT;
3104 po->tp_reserve = val;
3105 return 0;
3106 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003107 case PACKET_LOSS:
3108 {
3109 unsigned int val;
3110
3111 if (optlen != sizeof(val))
3112 return -EINVAL;
3113 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
3114 return -EBUSY;
3115 if (copy_from_user(&val, optval, sizeof(val)))
3116 return -EFAULT;
3117 po->tp_loss = !!val;
3118 return 0;
3119 }
Herbert Xu8dc41942007-02-04 23:31:32 -08003120 case PACKET_AUXDATA:
3121 {
3122 int val;
3123
3124 if (optlen < sizeof(val))
3125 return -EINVAL;
3126 if (copy_from_user(&val, optval, sizeof(val)))
3127 return -EFAULT;
3128
3129 po->auxdata = !!val;
3130 return 0;
3131 }
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003132 case PACKET_ORIGDEV:
3133 {
3134 int val;
3135
3136 if (optlen < sizeof(val))
3137 return -EINVAL;
3138 if (copy_from_user(&val, optval, sizeof(val)))
3139 return -EFAULT;
3140
3141 po->origdev = !!val;
3142 return 0;
3143 }
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003144 case PACKET_VNET_HDR:
3145 {
3146 int val;
3147
3148 if (sock->type != SOCK_RAW)
3149 return -EINVAL;
3150 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
3151 return -EBUSY;
3152 if (optlen < sizeof(val))
3153 return -EINVAL;
3154 if (copy_from_user(&val, optval, sizeof(val)))
3155 return -EFAULT;
3156
3157 po->has_vnet_hdr = !!val;
3158 return 0;
3159 }
Scott McMillan614f60f2010-06-02 05:53:56 -07003160 case PACKET_TIMESTAMP:
3161 {
3162 int val;
3163
3164 if (optlen != sizeof(val))
3165 return -EINVAL;
3166 if (copy_from_user(&val, optval, sizeof(val)))
3167 return -EFAULT;
3168
3169 po->tp_tstamp = val;
3170 return 0;
3171 }
David S. Millerdc99f602011-07-05 01:45:05 -07003172 case PACKET_FANOUT:
3173 {
3174 int val;
3175
3176 if (optlen != sizeof(val))
3177 return -EINVAL;
3178 if (copy_from_user(&val, optval, sizeof(val)))
3179 return -EFAULT;
3180
3181 return fanout_add(sk, val & 0xffff, val >> 16);
3182 }
Paul Chavent5920cd3a2012-11-06 23:10:47 +00003183 case PACKET_TX_HAS_OFF:
3184 {
3185 unsigned int val;
3186
3187 if (optlen != sizeof(val))
3188 return -EINVAL;
3189 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec)
3190 return -EBUSY;
3191 if (copy_from_user(&val, optval, sizeof(val)))
3192 return -EFAULT;
3193 po->tp_tx_has_off = !!val;
3194 return 0;
3195 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196 default:
3197 return -ENOPROTOOPT;
3198 }
3199}
3200
3201static int packet_getsockopt(struct socket *sock, int level, int optname,
3202 char __user *optval, int __user *optlen)
3203{
3204 int len;
Eric Dumazetc06fff62012-04-19 21:56:11 +00003205 int val, lv = sizeof(val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206 struct sock *sk = sock->sk;
3207 struct packet_sock *po = pkt_sk(sk);
Eric Dumazetc06fff62012-04-19 21:56:11 +00003208 void *data = &val;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003209 union tpacket_stats_u st;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210
3211 if (level != SOL_PACKET)
3212 return -ENOPROTOOPT;
3213
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08003214 if (get_user(len, optlen))
3215 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216
3217 if (len < 0)
3218 return -EINVAL;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003219
Johann Baudy69e3c752009-05-18 22:11:22 -07003220 switch (optname) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221 case PACKET_STATISTICS:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222 spin_lock_bh(&sk->sk_receive_queue.lock);
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003223 memcpy(&st, &po->stats, sizeof(st));
3224 memset(&po->stats, 0, sizeof(po->stats));
3225 spin_unlock_bh(&sk->sk_receive_queue.lock);
3226
chetan lokef6fb8f102011-08-19 10:18:16 +00003227 if (po->tp_version == TPACKET_V3) {
Eric Dumazetc06fff62012-04-19 21:56:11 +00003228 lv = sizeof(struct tpacket_stats_v3);
Willem de Bruijn8bcdeaf2013-08-19 16:40:22 -04003229 st.stats3.tp_packets += st.stats3.tp_drops;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003230 data = &st.stats3;
chetan lokef6fb8f102011-08-19 10:18:16 +00003231 } else {
Eric Dumazetc06fff62012-04-19 21:56:11 +00003232 lv = sizeof(struct tpacket_stats);
Willem de Bruijn8bcdeaf2013-08-19 16:40:22 -04003233 st.stats1.tp_packets += st.stats1.tp_drops;
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003234 data = &st.stats1;
chetan lokef6fb8f102011-08-19 10:18:16 +00003235 }
Daniel Borkmannee80fbf2013-04-19 06:12:29 +00003236
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237 break;
Herbert Xu8dc41942007-02-04 23:31:32 -08003238 case PACKET_AUXDATA:
Herbert Xu8dc41942007-02-04 23:31:32 -08003239 val = po->auxdata;
Herbert Xu8dc41942007-02-04 23:31:32 -08003240 break;
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003241 case PACKET_ORIGDEV:
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003242 val = po->origdev;
Peter P. Waskiewicz Jr80feaac2007-04-20 16:05:39 -07003243 break;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003244 case PACKET_VNET_HDR:
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003245 val = po->has_vnet_hdr;
Sridhar Samudralabfd5f4a2010-02-04 20:24:10 -08003246 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003247 case PACKET_VERSION:
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003248 val = po->tp_version;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003249 break;
3250 case PACKET_HDRLEN:
3251 if (len > sizeof(int))
3252 len = sizeof(int);
3253 if (copy_from_user(&val, optval, len))
3254 return -EFAULT;
3255 switch (val) {
3256 case TPACKET_V1:
3257 val = sizeof(struct tpacket_hdr);
3258 break;
3259 case TPACKET_V2:
3260 val = sizeof(struct tpacket2_hdr);
3261 break;
chetan lokef6fb8f102011-08-19 10:18:16 +00003262 case TPACKET_V3:
3263 val = sizeof(struct tpacket3_hdr);
3264 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003265 default:
3266 return -EINVAL;
3267 }
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003268 break;
Patrick McHardy8913336a2008-07-18 18:05:19 -07003269 case PACKET_RESERVE:
Patrick McHardy8913336a2008-07-18 18:05:19 -07003270 val = po->tp_reserve;
Patrick McHardy8913336a2008-07-18 18:05:19 -07003271 break;
Johann Baudy69e3c752009-05-18 22:11:22 -07003272 case PACKET_LOSS:
Johann Baudy69e3c752009-05-18 22:11:22 -07003273 val = po->tp_loss;
Johann Baudy69e3c752009-05-18 22:11:22 -07003274 break;
Scott McMillan614f60f2010-06-02 05:53:56 -07003275 case PACKET_TIMESTAMP:
Scott McMillan614f60f2010-06-02 05:53:56 -07003276 val = po->tp_tstamp;
Scott McMillan614f60f2010-06-02 05:53:56 -07003277 break;
David S. Millerdc99f602011-07-05 01:45:05 -07003278 case PACKET_FANOUT:
David S. Millerdc99f602011-07-05 01:45:05 -07003279 val = (po->fanout ?
3280 ((u32)po->fanout->id |
Willem de Bruijn77f65eb2013-03-19 10:18:11 +00003281 ((u32)po->fanout->type << 16) |
3282 ((u32)po->fanout->flags << 24)) :
David S. Millerdc99f602011-07-05 01:45:05 -07003283 0);
David S. Millerdc99f602011-07-05 01:45:05 -07003284 break;
Paul Chavent5920cd3a2012-11-06 23:10:47 +00003285 case PACKET_TX_HAS_OFF:
3286 val = po->tp_tx_has_off;
3287 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 default:
3289 return -ENOPROTOOPT;
3290 }
3291
Eric Dumazetc06fff62012-04-19 21:56:11 +00003292 if (len > lv)
3293 len = lv;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08003294 if (put_user(len, optlen))
3295 return -EFAULT;
Herbert Xu8dc41942007-02-04 23:31:32 -08003296 if (copy_to_user(optval, data, len))
3297 return -EFAULT;
Kris Katterjohn8ae55f02006-01-23 16:28:02 -08003298 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299}
3300
3301
Jiri Pirko351638e2013-05-28 01:30:21 +00003302static int packet_notifier(struct notifier_block *this,
3303 unsigned long msg, void *ptr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304{
3305 struct sock *sk;
Jiri Pirko351638e2013-05-28 01:30:21 +00003306 struct net_device *dev = netdev_notifier_info_to_dev(ptr);
YOSHIFUJI Hideakic346dca2008-03-25 21:47:49 +09003307 struct net *net = dev_net(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003308
stephen hemminger808f5112010-02-22 07:57:18 +00003309 rcu_read_lock();
Sasha Levinb67bfe02013-02-27 17:06:00 -08003310 sk_for_each_rcu(sk, &net->packet.sklist) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311 struct packet_sock *po = pkt_sk(sk);
3312
3313 switch (msg) {
3314 case NETDEV_UNREGISTER:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315 if (po->mclist)
3316 packet_dev_mclist(dev, po->mclist, -1);
David S. Millera2efcfa2007-05-29 13:12:50 -07003317 /* fallthrough */
3318
Linus Torvalds1da177e2005-04-16 15:20:36 -07003319 case NETDEV_DOWN:
3320 if (dev->ifindex == po->ifindex) {
3321 spin_lock(&po->bind_lock);
3322 if (po->running) {
David S. Millerce06b032011-07-04 01:44:29 -07003323 __unregister_prot_hook(sk, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324 sk->sk_err = ENETDOWN;
3325 if (!sock_flag(sk, SOCK_DEAD))
3326 sk->sk_error_report(sk);
3327 }
3328 if (msg == NETDEV_UNREGISTER) {
3329 po->ifindex = -1;
Ben Greear160ff182011-06-01 07:18:52 +00003330 if (po->prot_hook.dev)
3331 dev_put(po->prot_hook.dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003332 po->prot_hook.dev = NULL;
3333 }
3334 spin_unlock(&po->bind_lock);
3335 }
3336 break;
3337 case NETDEV_UP:
stephen hemminger808f5112010-02-22 07:57:18 +00003338 if (dev->ifindex == po->ifindex) {
3339 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07003340 if (po->num)
3341 register_prot_hook(sk);
stephen hemminger808f5112010-02-22 07:57:18 +00003342 spin_unlock(&po->bind_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344 break;
3345 }
3346 }
stephen hemminger808f5112010-02-22 07:57:18 +00003347 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003348 return NOTIFY_DONE;
3349}
3350
3351
3352static int packet_ioctl(struct socket *sock, unsigned int cmd,
3353 unsigned long arg)
3354{
3355 struct sock *sk = sock->sk;
3356
Johann Baudy69e3c752009-05-18 22:11:22 -07003357 switch (cmd) {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003358 case SIOCOUTQ:
3359 {
3360 int amount = sk_wmem_alloc_get(sk);
Eric Dumazet31e6d362009-06-17 19:05:41 -07003361
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003362 return put_user(amount, (int __user *)arg);
3363 }
3364 case SIOCINQ:
3365 {
3366 struct sk_buff *skb;
3367 int amount = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003369 spin_lock_bh(&sk->sk_receive_queue.lock);
3370 skb = skb_peek(&sk->sk_receive_queue);
3371 if (skb)
3372 amount = skb->len;
3373 spin_unlock_bh(&sk->sk_receive_queue.lock);
3374 return put_user(amount, (int __user *)arg);
3375 }
3376 case SIOCGSTAMP:
3377 return sock_get_timestamp(sk, (struct timeval __user *)arg);
3378 case SIOCGSTAMPNS:
3379 return sock_get_timestampns(sk, (struct timespec __user *)arg);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003380
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381#ifdef CONFIG_INET
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003382 case SIOCADDRT:
3383 case SIOCDELRT:
3384 case SIOCDARP:
3385 case SIOCGARP:
3386 case SIOCSARP:
3387 case SIOCGIFADDR:
3388 case SIOCSIFADDR:
3389 case SIOCGIFBRDADDR:
3390 case SIOCSIFBRDADDR:
3391 case SIOCGIFNETMASK:
3392 case SIOCSIFNETMASK:
3393 case SIOCGIFDSTADDR:
3394 case SIOCSIFDSTADDR:
3395 case SIOCSIFFLAGS:
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003396 return inet_dgram_ops.ioctl(sock, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003397#endif
3398
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003399 default:
3400 return -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 }
3402 return 0;
3403}
3404
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003405static unsigned int packet_poll(struct file *file, struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003406 poll_table *wait)
3407{
3408 struct sock *sk = sock->sk;
3409 struct packet_sock *po = pkt_sk(sk);
3410 unsigned int mask = datagram_poll(file, sock, wait);
3411
3412 spin_lock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07003413 if (po->rx_ring.pg_vec) {
chetan lokef6fb8f102011-08-19 10:18:16 +00003414 if (!packet_previous_rx_frame(po, &po->rx_ring,
3415 TP_STATUS_KERNEL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 mask |= POLLIN | POLLRDNORM;
3417 }
3418 spin_unlock_bh(&sk->sk_receive_queue.lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07003419 spin_lock_bh(&sk->sk_write_queue.lock);
3420 if (po->tx_ring.pg_vec) {
3421 if (packet_current_frame(po, &po->tx_ring, TP_STATUS_AVAILABLE))
3422 mask |= POLLOUT | POLLWRNORM;
3423 }
3424 spin_unlock_bh(&sk->sk_write_queue.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003425 return mask;
3426}
3427
3428
3429/* Dirty? Well, I still did not learn better way to account
3430 * for user mmaps.
3431 */
3432
3433static void packet_mm_open(struct vm_area_struct *vma)
3434{
3435 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003436 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003438
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439 if (sk)
3440 atomic_inc(&pkt_sk(sk)->mapped);
3441}
3442
3443static void packet_mm_close(struct vm_area_struct *vma)
3444{
3445 struct file *file = vma->vm_file;
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003446 struct socket *sock = file->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447 struct sock *sk = sock->sk;
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003448
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449 if (sk)
3450 atomic_dec(&pkt_sk(sk)->mapped);
3451}
3452
Alexey Dobriyanf0f37e22009-09-27 22:29:37 +04003453static const struct vm_operations_struct packet_mmap_ops = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003454 .open = packet_mm_open,
3455 .close = packet_mm_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003456};
3457
Neil Horman0e3125c2010-11-16 10:26:47 -08003458static void free_pg_vec(struct pgv *pg_vec, unsigned int order,
3459 unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460{
3461 int i;
3462
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003463 for (i = 0; i < len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08003464 if (likely(pg_vec[i].buffer)) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00003465 if (is_vmalloc_addr(pg_vec[i].buffer))
Neil Horman0e3125c2010-11-16 10:26:47 -08003466 vfree(pg_vec[i].buffer);
3467 else
3468 free_pages((unsigned long)pg_vec[i].buffer,
3469 order);
3470 pg_vec[i].buffer = NULL;
3471 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003472 }
3473 kfree(pg_vec);
3474}
3475
Olof Johanssoneea49cc92011-11-02 11:00:49 +00003476static char *alloc_one_pg_vec_page(unsigned long order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003477{
Neil Horman0e3125c2010-11-16 10:26:47 -08003478 char *buffer = NULL;
3479 gfp_t gfp_flags = GFP_KERNEL | __GFP_COMP |
3480 __GFP_ZERO | __GFP_NOWARN | __GFP_NORETRY;
Eric Dumazet719bfea2009-04-15 03:39:52 -07003481
Neil Horman0e3125c2010-11-16 10:26:47 -08003482 buffer = (char *) __get_free_pages(gfp_flags, order);
3483
3484 if (buffer)
3485 return buffer;
3486
3487 /*
3488 * __get_free_pages failed, fall back to vmalloc
3489 */
Eric Dumazetbbce5a52010-11-20 07:31:54 +00003490 buffer = vzalloc((1 << order) * PAGE_SIZE);
Neil Horman0e3125c2010-11-16 10:26:47 -08003491
3492 if (buffer)
3493 return buffer;
3494
3495 /*
3496 * vmalloc failed, lets dig into swap here
3497 */
Neil Horman0e3125c2010-11-16 10:26:47 -08003498 gfp_flags &= ~__GFP_NORETRY;
3499 buffer = (char *)__get_free_pages(gfp_flags, order);
3500 if (buffer)
3501 return buffer;
3502
3503 /*
3504 * complete and utter failure
3505 */
3506 return NULL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003507}
3508
Neil Horman0e3125c2010-11-16 10:26:47 -08003509static struct pgv *alloc_pg_vec(struct tpacket_req *req, int order)
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003510{
3511 unsigned int block_nr = req->tp_block_nr;
Neil Horman0e3125c2010-11-16 10:26:47 -08003512 struct pgv *pg_vec;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003513 int i;
3514
Neil Horman0e3125c2010-11-16 10:26:47 -08003515 pg_vec = kcalloc(block_nr, sizeof(struct pgv), GFP_KERNEL);
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003516 if (unlikely(!pg_vec))
3517 goto out;
3518
3519 for (i = 0; i < block_nr; i++) {
Changli Gaoc56b4d92010-12-01 02:52:57 +00003520 pg_vec[i].buffer = alloc_one_pg_vec_page(order);
Neil Horman0e3125c2010-11-16 10:26:47 -08003521 if (unlikely(!pg_vec[i].buffer))
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003522 goto out_free_pgvec;
3523 }
3524
3525out:
3526 return pg_vec;
3527
3528out_free_pgvec:
3529 free_pg_vec(pg_vec, order, block_nr);
3530 pg_vec = NULL;
3531 goto out;
3532}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533
chetan lokef6fb8f102011-08-19 10:18:16 +00003534static int packet_set_ring(struct sock *sk, union tpacket_req_u *req_u,
Johann Baudy69e3c752009-05-18 22:11:22 -07003535 int closing, int tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003536{
Neil Horman0e3125c2010-11-16 10:26:47 -08003537 struct pgv *pg_vec = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 struct packet_sock *po = pkt_sk(sk);
Al Viro0e11c912006-11-08 00:26:29 -08003539 int was_running, order = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07003540 struct packet_ring_buffer *rb;
3541 struct sk_buff_head *rb_queue;
Al Viro0e11c912006-11-08 00:26:29 -08003542 __be16 num;
chetan lokef6fb8f102011-08-19 10:18:16 +00003543 int err = -EINVAL;
3544 /* Added to avoid minimal code churn */
3545 struct tpacket_req *req = &req_u->req;
3546
3547 /* Opening a Tx-ring is NOT supported in TPACKET_V3 */
3548 if (!closing && tx_ring && (po->tp_version > TPACKET_V2)) {
3549 WARN(1, "Tx-ring is not supported.\n");
3550 goto out;
3551 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003552
3553 rb = tx_ring ? &po->tx_ring : &po->rx_ring;
3554 rb_queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue;
3555
3556 err = -EBUSY;
3557 if (!closing) {
3558 if (atomic_read(&po->mapped))
3559 goto out;
3560 if (atomic_read(&rb->pending))
3561 goto out;
3562 }
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003563
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564 if (req->tp_block_nr) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565 /* Sanity tests and some calculations */
Johann Baudy69e3c752009-05-18 22:11:22 -07003566 err = -EBUSY;
3567 if (unlikely(rb->pg_vec))
3568 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003570 switch (po->tp_version) {
3571 case TPACKET_V1:
3572 po->tp_hdrlen = TPACKET_HDRLEN;
3573 break;
3574 case TPACKET_V2:
3575 po->tp_hdrlen = TPACKET2_HDRLEN;
3576 break;
chetan lokef6fb8f102011-08-19 10:18:16 +00003577 case TPACKET_V3:
3578 po->tp_hdrlen = TPACKET3_HDRLEN;
3579 break;
Patrick McHardybbd6ef82008-07-14 22:50:15 -07003580 }
3581
Johann Baudy69e3c752009-05-18 22:11:22 -07003582 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003583 if (unlikely((int)req->tp_block_size <= 0))
Johann Baudy69e3c752009-05-18 22:11:22 -07003584 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003585 if (unlikely(req->tp_block_size & (PAGE_SIZE - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07003586 goto out;
Patrick McHardy8913336a2008-07-18 18:05:19 -07003587 if (unlikely(req->tp_frame_size < po->tp_hdrlen +
Johann Baudy69e3c752009-05-18 22:11:22 -07003588 po->tp_reserve))
3589 goto out;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003590 if (unlikely(req->tp_frame_size & (TPACKET_ALIGNMENT - 1)))
Johann Baudy69e3c752009-05-18 22:11:22 -07003591 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592
Johann Baudy69e3c752009-05-18 22:11:22 -07003593 rb->frames_per_block = req->tp_block_size/req->tp_frame_size;
3594 if (unlikely(rb->frames_per_block <= 0))
3595 goto out;
3596 if (unlikely((rb->frames_per_block * req->tp_block_nr) !=
3597 req->tp_frame_nr))
3598 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599
3600 err = -ENOMEM;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003601 order = get_order(req->tp_block_size);
3602 pg_vec = alloc_pg_vec(req, order);
3603 if (unlikely(!pg_vec))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604 goto out;
chetan lokef6fb8f102011-08-19 10:18:16 +00003605 switch (po->tp_version) {
3606 case TPACKET_V3:
3607 /* Transmit path is not supported. We checked
3608 * it above but just being paranoid
3609 */
3610 if (!tx_ring)
3611 init_prb_bdqc(po, rb, pg_vec, req_u, tx_ring);
3612 break;
3613 default:
3614 break;
3615 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003616 }
3617 /* Done */
3618 else {
3619 err = -EINVAL;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003620 if (unlikely(req->tp_frame_nr))
Johann Baudy69e3c752009-05-18 22:11:22 -07003621 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622 }
3623
3624 lock_sock(sk);
3625
3626 /* Detach socket from network */
3627 spin_lock(&po->bind_lock);
3628 was_running = po->running;
3629 num = po->num;
3630 if (was_running) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631 po->num = 0;
David S. Millerce06b032011-07-04 01:44:29 -07003632 __unregister_prot_hook(sk, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003633 }
3634 spin_unlock(&po->bind_lock);
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003635
Linus Torvalds1da177e2005-04-16 15:20:36 -07003636 synchronize_net();
3637
3638 err = -EBUSY;
Herbert Xu905db442009-01-30 14:12:06 -08003639 mutex_lock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003640 if (closing || atomic_read(&po->mapped) == 0) {
3641 err = 0;
Johann Baudy69e3c752009-05-18 22:11:22 -07003642 spin_lock_bh(&rb_queue->lock);
Changli Gaoc053fd92010-12-10 16:02:20 -08003643 swap(rb->pg_vec, pg_vec);
Johann Baudy69e3c752009-05-18 22:11:22 -07003644 rb->frame_max = (req->tp_frame_nr - 1);
3645 rb->head = 0;
3646 rb->frame_size = req->tp_frame_size;
3647 spin_unlock_bh(&rb_queue->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003648
Changli Gaoc053fd92010-12-10 16:02:20 -08003649 swap(rb->pg_vec_order, order);
3650 swap(rb->pg_vec_len, req->tp_block_nr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651
Johann Baudy69e3c752009-05-18 22:11:22 -07003652 rb->pg_vec_pages = req->tp_block_size/PAGE_SIZE;
3653 po->prot_hook.func = (po->rx_ring.pg_vec) ?
3654 tpacket_rcv : packet_rcv;
3655 skb_queue_purge(rb_queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003656 if (atomic_read(&po->mapped))
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003657 pr_err("packet_mmap: vma is busy: %d\n",
3658 atomic_read(&po->mapped));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003659 }
Herbert Xu905db442009-01-30 14:12:06 -08003660 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661
3662 spin_lock(&po->bind_lock);
David S. Millerce06b032011-07-04 01:44:29 -07003663 if (was_running) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664 po->num = num;
David S. Millerce06b032011-07-04 01:44:29 -07003665 register_prot_hook(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666 }
3667 spin_unlock(&po->bind_lock);
chetan lokef6fb8f102011-08-19 10:18:16 +00003668 if (closing && (po->tp_version > TPACKET_V2)) {
3669 /* Because we don't support block-based V3 on tx-ring */
3670 if (!tx_ring)
3671 prb_shutdown_retire_blk_timer(po, tx_ring, rb_queue);
3672 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003673 release_sock(sk);
3674
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 if (pg_vec)
3676 free_pg_vec(pg_vec, order, req->tp_block_nr);
3677out:
3678 return err;
3679}
3680
Johann Baudy69e3c752009-05-18 22:11:22 -07003681static int packet_mmap(struct file *file, struct socket *sock,
3682 struct vm_area_struct *vma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003683{
3684 struct sock *sk = sock->sk;
3685 struct packet_sock *po = pkt_sk(sk);
Johann Baudy69e3c752009-05-18 22:11:22 -07003686 unsigned long size, expected_size;
3687 struct packet_ring_buffer *rb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003688 unsigned long start;
3689 int err = -EINVAL;
3690 int i;
3691
3692 if (vma->vm_pgoff)
3693 return -EINVAL;
3694
Herbert Xu905db442009-01-30 14:12:06 -08003695 mutex_lock(&po->pg_vec_lock);
Johann Baudy69e3c752009-05-18 22:11:22 -07003696
3697 expected_size = 0;
3698 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
3699 if (rb->pg_vec) {
3700 expected_size += rb->pg_vec_len
3701 * rb->pg_vec_pages
3702 * PAGE_SIZE;
3703 }
3704 }
3705
3706 if (expected_size == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707 goto out;
Johann Baudy69e3c752009-05-18 22:11:22 -07003708
3709 size = vma->vm_end - vma->vm_start;
3710 if (size != expected_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711 goto out;
3712
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713 start = vma->vm_start;
Johann Baudy69e3c752009-05-18 22:11:22 -07003714 for (rb = &po->rx_ring; rb <= &po->tx_ring; rb++) {
3715 if (rb->pg_vec == NULL)
3716 continue;
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003717
Johann Baudy69e3c752009-05-18 22:11:22 -07003718 for (i = 0; i < rb->pg_vec_len; i++) {
Neil Horman0e3125c2010-11-16 10:26:47 -08003719 struct page *page;
3720 void *kaddr = rb->pg_vec[i].buffer;
Johann Baudy69e3c752009-05-18 22:11:22 -07003721 int pg_num;
3722
Changli Gaoc56b4d92010-12-01 02:52:57 +00003723 for (pg_num = 0; pg_num < rb->pg_vec_pages; pg_num++) {
3724 page = pgv_to_page(kaddr);
Johann Baudy69e3c752009-05-18 22:11:22 -07003725 err = vm_insert_page(vma, start, page);
3726 if (unlikely(err))
3727 goto out;
3728 start += PAGE_SIZE;
Neil Horman0e3125c2010-11-16 10:26:47 -08003729 kaddr += PAGE_SIZE;
Johann Baudy69e3c752009-05-18 22:11:22 -07003730 }
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003731 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732 }
Johann Baudy69e3c752009-05-18 22:11:22 -07003733
David S. Miller4ebf0ae2005-12-06 16:38:35 -08003734 atomic_inc(&po->mapped);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735 vma->vm_ops = &packet_mmap_ops;
3736 err = 0;
3737
3738out:
Herbert Xu905db442009-01-30 14:12:06 -08003739 mutex_unlock(&po->pg_vec_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003740 return err;
3741}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08003743static const struct proto_ops packet_ops_spkt = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744 .family = PF_PACKET,
3745 .owner = THIS_MODULE,
3746 .release = packet_release,
3747 .bind = packet_bind_spkt,
3748 .connect = sock_no_connect,
3749 .socketpair = sock_no_socketpair,
3750 .accept = sock_no_accept,
3751 .getname = packet_getname_spkt,
3752 .poll = datagram_poll,
3753 .ioctl = packet_ioctl,
3754 .listen = sock_no_listen,
3755 .shutdown = sock_no_shutdown,
3756 .setsockopt = sock_no_setsockopt,
3757 .getsockopt = sock_no_getsockopt,
3758 .sendmsg = packet_sendmsg_spkt,
3759 .recvmsg = packet_recvmsg,
3760 .mmap = sock_no_mmap,
3761 .sendpage = sock_no_sendpage,
3762};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763
Eric Dumazet90ddc4f2005-12-22 12:49:22 -08003764static const struct proto_ops packet_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765 .family = PF_PACKET,
3766 .owner = THIS_MODULE,
3767 .release = packet_release,
3768 .bind = packet_bind,
3769 .connect = sock_no_connect,
3770 .socketpair = sock_no_socketpair,
3771 .accept = sock_no_accept,
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003772 .getname = packet_getname,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773 .poll = packet_poll,
3774 .ioctl = packet_ioctl,
3775 .listen = sock_no_listen,
3776 .shutdown = sock_no_shutdown,
3777 .setsockopt = packet_setsockopt,
3778 .getsockopt = packet_getsockopt,
3779 .sendmsg = packet_sendmsg,
3780 .recvmsg = packet_recvmsg,
3781 .mmap = packet_mmap,
3782 .sendpage = sock_no_sendpage,
3783};
3784
Stephen Hemmingerec1b4cf2009-10-05 05:58:39 +00003785static const struct net_proto_family packet_family_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786 .family = PF_PACKET,
3787 .create = packet_create,
3788 .owner = THIS_MODULE,
3789};
3790
3791static struct notifier_block packet_netdev_notifier = {
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003792 .notifier_call = packet_notifier,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793};
3794
3795#ifdef CONFIG_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796
3797static void *packet_seq_start(struct seq_file *seq, loff_t *pos)
stephen hemminger808f5112010-02-22 07:57:18 +00003798 __acquires(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799{
Denis V. Luneve372c412007-11-19 22:31:54 -08003800 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00003801
3802 rcu_read_lock();
3803 return seq_hlist_start_head_rcu(&net->packet.sklist, *pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804}
3805
3806static void *packet_seq_next(struct seq_file *seq, void *v, loff_t *pos)
3807{
Herbert Xu1bf40952007-12-16 14:04:02 -08003808 struct net *net = seq_file_net(seq);
stephen hemminger808f5112010-02-22 07:57:18 +00003809 return seq_hlist_next_rcu(v, &net->packet.sklist, pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003810}
3811
3812static void packet_seq_stop(struct seq_file *seq, void *v)
stephen hemminger808f5112010-02-22 07:57:18 +00003813 __releases(RCU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814{
stephen hemminger808f5112010-02-22 07:57:18 +00003815 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816}
3817
YOSHIFUJI Hideaki1ce4f282007-02-09 23:25:10 +09003818static int packet_seq_show(struct seq_file *seq, void *v)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819{
3820 if (v == SEQ_START_TOKEN)
3821 seq_puts(seq, "sk RefCnt Type Proto Iface R Rmem User Inode\n");
3822 else {
Li Zefanb7ceabd2010-02-08 23:19:29 +00003823 struct sock *s = sk_entry(v);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 const struct packet_sock *po = pkt_sk(s);
3825
3826 seq_printf(seq,
Dan Rosenberg71338aa2011-05-23 12:17:35 +00003827 "%pK %-6d %-4d %04x %-5d %1d %-6u %-6u %-6lu\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003828 s,
3829 atomic_read(&s->sk_refcnt),
3830 s->sk_type,
3831 ntohs(po->num),
3832 po->ifindex,
3833 po->running,
3834 atomic_read(&s->sk_rmem_alloc),
Eric W. Biedermana7cb5a42012-05-24 01:10:10 -06003835 from_kuid_munged(seq_user_ns(seq), sock_i_uid(s)),
Eric Dumazet40d4e3d2009-07-21 21:57:59 +00003836 sock_i_ino(s));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837 }
3838
3839 return 0;
3840}
3841
Philippe De Muyter56b3d972007-07-10 23:07:31 -07003842static const struct seq_operations packet_seq_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843 .start = packet_seq_start,
3844 .next = packet_seq_next,
3845 .stop = packet_seq_stop,
3846 .show = packet_seq_show,
3847};
3848
3849static int packet_seq_open(struct inode *inode, struct file *file)
3850{
Denis V. Luneve372c412007-11-19 22:31:54 -08003851 return seq_open_net(inode, file, &packet_seq_ops,
3852 sizeof(struct seq_net_private));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853}
3854
Arjan van de Venda7071d2007-02-12 00:55:36 -08003855static const struct file_operations packet_seq_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 .owner = THIS_MODULE,
3857 .open = packet_seq_open,
3858 .read = seq_read,
3859 .llseek = seq_lseek,
Denis V. Luneve372c412007-11-19 22:31:54 -08003860 .release = seq_release_net,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861};
3862
3863#endif
3864
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003865static int __net_init packet_net_init(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003866{
Pavel Emelyanov0fa7fa92012-08-21 01:06:47 +00003867 mutex_init(&net->packet.sklist_lock);
Denis V. Lunev2aaef4e2007-12-11 04:19:54 -08003868 INIT_HLIST_HEAD(&net->packet.sklist);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003869
Gao fengd4beaa62013-02-18 01:34:54 +00003870 if (!proc_create("packet", 0, net->proc_net, &packet_seq_fops))
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003871 return -ENOMEM;
3872
3873 return 0;
3874}
3875
Alexey Dobriyan2c8c1e72010-01-17 03:35:32 +00003876static void __net_exit packet_net_exit(struct net *net)
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003877{
Gao fengece31ff2013-02-18 01:34:56 +00003878 remove_proc_entry("packet", net->proc_net);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003879}
3880
3881static struct pernet_operations packet_net_ops = {
3882 .init = packet_net_init,
3883 .exit = packet_net_exit,
3884};
3885
3886
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887static void __exit packet_exit(void)
3888{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889 unregister_netdevice_notifier(&packet_netdev_notifier);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003890 unregister_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891 sock_unregister(PF_PACKET);
3892 proto_unregister(&packet_proto);
3893}
3894
3895static int __init packet_init(void)
3896{
3897 int rc = proto_register(&packet_proto, 0);
3898
3899 if (rc != 0)
3900 goto out;
3901
3902 sock_register(&packet_family_ops);
Denis V. Lunevd12d01d2007-11-19 22:28:35 -08003903 register_pernet_subsys(&packet_net_ops);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904 register_netdevice_notifier(&packet_netdev_notifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905out:
3906 return rc;
3907}
3908
3909module_init(packet_init);
3910module_exit(packet_exit);
3911MODULE_LICENSE("GPL");
3912MODULE_ALIAS_NETPROTO(PF_PACKET);