Blame view

net/x25/af_x25.c 40.8 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
  /*
   *	X.25 Packet Layer release 002
   *
   *	This is ALPHA test software. This code may break your machine,
   *	randomly fail to work with new releases, misbehave and/or generally
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
6
   *	screw up. It might even work.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
9
10
11
12
13
14
15
16
17
18
19
20
   *
   *	This code REQUIRES 2.1.15 or higher
   *
   *	This module:
   *		This module is free software; you can redistribute it and/or
   *		modify it under the terms of the GNU General Public License
   *		as published by the Free Software Foundation; either version
   *		2 of the License, or (at your option) any later version.
   *
   *	History
   *	X.25 001	Jonathan Naylor	Started coding.
   *	X.25 002	Jonathan Naylor	Centralised disconnect handling.
   *					New timer architecture.
   *	2000-03-11	Henner Eisen	MSG_EOR handling more POSIX compliant.
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
21
22
   *	2000-03-22	Daniela Squassoni Allowed disabling/enabling of
   *					  facilities negotiation and increased
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
23
24
   *					  the throughput upper limit.
   *	2000-08-27	Arnaldo C. Melo s/suser/capable/ + micro cleanups
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
25
   *	2000-09-04	Henner Eisen	Set sock->state in x25_accept().
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
26
27
28
29
30
31
   *					Fixed x25_output() related skb leakage.
   *	2000-10-02	Henner Eisen	Made x25_kick() single threaded per socket.
   *	2000-10-27	Henner Eisen    MSG_DONTWAIT for fragment allocation.
   *	2000-11-14	Henner Eisen    Closing datalink from NETDEV_GOING_DOWN
   *	2002-10-06	Arnaldo C. Melo Get rid of cli/sti, move proc stuff to
   *					x25_proc.c, using seq_file
cb65d506c   Shaun Pereira   [X25]: Selective ...
32
33
   *	2005-04-02	Shaun Pereira	Selective sub address matching
   *					with call user data
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
34
35
   *	2005-04-15	Shaun Pereira	Fast select with no restriction on
   *					response
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
36
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
37
  #include <linux/module.h>
4fc268d24   Randy Dunlap   [PATCH] capable/c...
38
  #include <linux/capability.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
39
40
41
  #include <linux/errno.h>
  #include <linux/kernel.h>
  #include <linux/sched.h>
405f55712   Alexey Dobriyan   headers: smp_lock...
42
  #include <linux/smp_lock.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
43
44
45
46
47
48
  #include <linux/timer.h>
  #include <linux/string.h>
  #include <linux/net.h>
  #include <linux/netdevice.h>
  #include <linux/if_arp.h>
  #include <linux/skbuff.h>
5a0e3ad6a   Tejun Heo   include cleanup: ...
49
  #include <linux/slab.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
50
  #include <net/sock.h>
c752f0739   Arnaldo Carvalho de Melo   [TCP]: Move the t...
51
  #include <net/tcp_states.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
52
53
54
55
56
  #include <asm/uaccess.h>
  #include <linux/fcntl.h>
  #include <linux/termios.h>	/* For TIOCINQ/OUTQ */
  #include <linux/notifier.h>
  #include <linux/init.h>
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
57
  #include <linux/compat.h>
a9288525d   andrew hendry   X25: Dont let x25...
58
  #include <linux/ctype.h>
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
59

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
60
  #include <net/x25.h>
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
61
  #include <net/compat.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
62
63
64
65
66
67
  
  int sysctl_x25_restart_request_timeout = X25_DEFAULT_T20;
  int sysctl_x25_call_request_timeout    = X25_DEFAULT_T21;
  int sysctl_x25_reset_request_timeout   = X25_DEFAULT_T22;
  int sysctl_x25_clear_request_timeout   = X25_DEFAULT_T23;
  int sysctl_x25_ack_holdback_timeout    = X25_DEFAULT_T2;
39e21c0d3   Andrew Hendry   [X.25]: Adds /pro...
68
  int sysctl_x25_forward                 = 0;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
69
70
71
  
  HLIST_HEAD(x25_list);
  DEFINE_RWLOCK(x25_list_lock);
90ddc4f04   Eric Dumazet   [NET]: move struc...
72
  static const struct proto_ops x25_proto_ops;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
73
74
  
  static struct x25_address null_x25_address = {"               "};
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
75
76
77
78
79
80
81
  #ifdef CONFIG_COMPAT
  struct compat_x25_subscrip_struct {
  	char device[200-sizeof(compat_ulong_t)];
  	compat_ulong_t global_facil_mask;
  	compat_uint_t extended;
  };
  #endif
f5eb917b8   John Hughes   x25: Patch to fix...
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
  
  int x25_parse_address_block(struct sk_buff *skb,
  		struct x25_address *called_addr,
  		struct x25_address *calling_addr)
  {
  	unsigned char len;
  	int needed;
  	int rc;
  
  	if (skb->len < 1) {
  		/* packet has no address block */
  		rc = 0;
  		goto empty;
  	}
  
  	len = *skb->data;
  	needed = 1 + (len >> 4) + (len & 0x0f);
  
  	if (skb->len < needed) {
  		/* packet is too short to hold the addresses it claims
  		   to hold */
  		rc = -1;
  		goto empty;
  	}
  
  	return x25_addr_ntoa(skb->data, called_addr, calling_addr);
  
  empty:
  	*called_addr->x25_addr = 0;
  	*calling_addr->x25_addr = 0;
  
  	return rc;
  }
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
115
116
117
  int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr,
  		  struct x25_address *calling_addr)
  {
6bf1574ee   Eric Dumazet   [X25]: Avoid divi...
118
  	unsigned int called_len, calling_len;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
119
  	char *called, *calling;
6bf1574ee   Eric Dumazet   [X25]: Avoid divi...
120
  	unsigned int i;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
  
  	called_len  = (*p >> 0) & 0x0F;
  	calling_len = (*p >> 4) & 0x0F;
  
  	called  = called_addr->x25_addr;
  	calling = calling_addr->x25_addr;
  	p++;
  
  	for (i = 0; i < (called_len + calling_len); i++) {
  		if (i < called_len) {
  			if (i % 2 != 0) {
  				*called++ = ((*p >> 0) & 0x0F) + '0';
  				p++;
  			} else {
  				*called++ = ((*p >> 4) & 0x0F) + '0';
  			}
  		} else {
  			if (i % 2 != 0) {
  				*calling++ = ((*p >> 0) & 0x0F) + '0';
  				p++;
  			} else {
  				*calling++ = ((*p >> 4) & 0x0F) + '0';
  			}
  		}
  	}
  
  	*called = *calling = '\0';
  
  	return 1 + (called_len + calling_len + 1) / 2;
  }
  
  int x25_addr_aton(unsigned char *p, struct x25_address *called_addr,
  		  struct x25_address *calling_addr)
  {
  	unsigned int called_len, calling_len;
  	char *called, *calling;
  	int i;
  
  	called  = called_addr->x25_addr;
  	calling = calling_addr->x25_addr;
  
  	called_len  = strlen(called);
  	calling_len = strlen(calling);
  
  	*p++ = (calling_len << 4) | (called_len << 0);
  
  	for (i = 0; i < (called_len + calling_len); i++) {
  		if (i < called_len) {
  			if (i % 2 != 0) {
  				*p |= (*called++ - '0') << 0;
  				p++;
  			} else {
  				*p = 0x00;
  				*p |= (*called++ - '0') << 4;
  			}
  		} else {
  			if (i % 2 != 0) {
  				*p |= (*calling++ - '0') << 0;
  				p++;
  			} else {
  				*p = 0x00;
  				*p |= (*calling++ - '0') << 4;
  			}
  		}
  	}
  
  	return 1 + (called_len + calling_len + 1) / 2;
  }
  
  /*
   *	Socket removal during an interrupt is now safe.
   */
  static void x25_remove_socket(struct sock *sk)
  {
  	write_lock_bh(&x25_list_lock);
  	sk_del_node_init(sk);
  	write_unlock_bh(&x25_list_lock);
  }
  
  /*
   *	Kill all bound sockets on a dropped device.
   */
  static void x25_kill_by_device(struct net_device *dev)
  {
  	struct sock *s;
  	struct hlist_node *node;
  
  	write_lock_bh(&x25_list_lock);
  
  	sk_for_each(s, node, &x25_list)
  		if (x25_sk(s)->neighbour && x25_sk(s)->neighbour->dev == dev)
  			x25_disconnect(s, ENETUNREACH, 0, 0);
  
  	write_unlock_bh(&x25_list_lock);
  }
  
  /*
   *	Handle device status changes.
   */
  static int x25_device_event(struct notifier_block *this, unsigned long event,
  			    void *ptr)
  {
  	struct net_device *dev = ptr;
  	struct x25_neigh *nb;
721499e89   YOSHIFUJI Hideaki   netns: Use net_eq...
225
  	if (!net_eq(dev_net(dev), &init_net))
e9dc86534   Eric W. Biederman   [NET]: Make devic...
226
  		return NOTIFY_DONE;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
  	if (dev->type == ARPHRD_X25
  #if defined(CONFIG_LLC) || defined(CONFIG_LLC_MODULE)
  	 || dev->type == ARPHRD_ETHER
  #endif
  	 ) {
  		switch (event) {
  			case NETDEV_UP:
  				x25_link_device_up(dev);
  				break;
  			case NETDEV_GOING_DOWN:
  				nb = x25_get_neigh(dev);
  				if (nb) {
  					x25_terminate_link(nb);
  					x25_neigh_put(nb);
  				}
  				break;
  			case NETDEV_DOWN:
  				x25_kill_by_device(dev);
  				x25_route_device_down(dev);
  				x25_link_device_down(dev);
  				break;
  		}
  	}
  
  	return NOTIFY_DONE;
  }
  
  /*
   *	Add a socket to the bound sockets list.
   */
  static void x25_insert_socket(struct sock *sk)
  {
  	write_lock_bh(&x25_list_lock);
  	sk_add_node(sk, &x25_list);
  	write_unlock_bh(&x25_list_lock);
  }
  
  /*
   *	Find a socket that wants to accept the Call Request we just
   *	received. Check the full list for an address/cud match.
   *	If no cuds match return the next_best thing, an address match.
   *	Note: if a listening socket has cud set it must only get calls
   *	with matching cud.
   */
cb65d506c   Shaun Pereira   [X25]: Selective ...
271
272
  static struct sock *x25_find_listener(struct x25_address *addr,
  					struct sk_buff *skb)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
273
274
275
276
277
278
279
280
281
282
  {
  	struct sock *s;
  	struct sock *next_best;
  	struct hlist_node *node;
  
  	read_lock_bh(&x25_list_lock);
  	next_best = NULL;
  
  	sk_for_each(s, node, &x25_list)
  		if ((!strcmp(addr->x25_addr,
cb65d506c   Shaun Pereira   [X25]: Selective ...
283
284
285
286
  			x25_sk(s)->source_addr.x25_addr) ||
  				!strcmp(addr->x25_addr,
  					null_x25_address.x25_addr)) &&
  					s->sk_state == TCP_LISTEN) {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
287
288
289
290
  			/*
  			 * Found a listening socket, now check the incoming
  			 * call user data vs this sockets call user data
  			 */
cb65d506c   Shaun Pereira   [X25]: Selective ...
291
  			if(skb->len > 0 && x25_sk(s)->cudmatchlength > 0) {
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
292
293
  				if((memcmp(x25_sk(s)->calluserdata.cuddata,
  					skb->data,
cb65d506c   Shaun Pereira   [X25]: Selective ...
294
295
296
297
298
  					x25_sk(s)->cudmatchlength)) == 0) {
  					sock_hold(s);
  					goto found;
  				 }
  			} else
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
299
  				next_best = s;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
  		}
  	if (next_best) {
  		s = next_best;
  		sock_hold(s);
  		goto found;
  	}
  	s = NULL;
  found:
  	read_unlock_bh(&x25_list_lock);
  	return s;
  }
  
  /*
   *	Find a connected X.25 socket given my LCI and neighbour.
   */
  static struct sock *__x25_find_socket(unsigned int lci, struct x25_neigh *nb)
  {
  	struct sock *s;
  	struct hlist_node *node;
  
  	sk_for_each(s, node, &x25_list)
  		if (x25_sk(s)->lci == lci && x25_sk(s)->neighbour == nb) {
  			sock_hold(s);
  			goto found;
  		}
  	s = NULL;
  found:
  	return s;
  }
  
  struct sock *x25_find_socket(unsigned int lci, struct x25_neigh *nb)
  {
  	struct sock *s;
  
  	read_lock_bh(&x25_list_lock);
  	s = __x25_find_socket(lci, nb);
  	read_unlock_bh(&x25_list_lock);
  	return s;
  }
  
  /*
   *	Find a unique LCI for a given device.
   */
  static unsigned int x25_new_lci(struct x25_neigh *nb)
  {
  	unsigned int lci = 1;
  	struct sock *sk;
  
  	read_lock_bh(&x25_list_lock);
  
  	while ((sk = __x25_find_socket(lci, nb)) != NULL) {
  		sock_put(sk);
  		if (++lci == 4096) {
  			lci = 0;
  			break;
  		}
  	}
  
  	read_unlock_bh(&x25_list_lock);
  	return lci;
  }
  
  /*
   *	Deferred destroy.
   */
14ebaf81e   David S. Miller   x25: Fix sleep fr...
365
  static void __x25_destroy_socket(struct sock *);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
366
367
368
369
370
371
  
  /*
   *	handler for deferred kills.
   */
  static void x25_destroy_timer(unsigned long data)
  {
14ebaf81e   David S. Miller   x25: Fix sleep fr...
372
  	x25_destroy_socket_from_timer((struct sock *)data);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
373
374
375
376
377
378
379
380
381
  }
  
  /*
   *	This is called from user mode and the timers. Thus it protects itself
   *	against interrupt users but doesn't worry about being called during
   *	work. Once it is removed from the queue no interrupt or bottom half
   *	will touch it and we are (fairly 8-) ) safe.
   *	Not static as it's used by the timer
   */
14ebaf81e   David S. Miller   x25: Fix sleep fr...
382
  static void __x25_destroy_socket(struct sock *sk)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
383
384
  {
  	struct sk_buff *skb;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
385
386
387
388
389
390
391
392
393
394
395
  	x25_stop_heartbeat(sk);
  	x25_stop_timer(sk);
  
  	x25_remove_socket(sk);
  	x25_clear_queues(sk);		/* Flush the queues */
  
  	while ((skb = skb_dequeue(&sk->sk_receive_queue)) != NULL) {
  		if (skb->sk != sk) {		/* A pending connection */
  			/*
  			 * Queue the unaccepted socket for death
  			 */
2cec6b014   andrew hendry   X25 fix dead unac...
396
  			skb->sk->sk_state = TCP_LISTEN;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
397
398
399
400
401
402
403
  			sock_set_flag(skb->sk, SOCK_DEAD);
  			x25_start_heartbeat(skb->sk);
  			x25_sk(skb->sk)->state = X25_STATE_0;
  		}
  
  		kfree_skb(skb);
  	}
c564039fd   Eric Dumazet   net: sk_wmem_allo...
404
  	if (sk_has_allocations(sk)) {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
405
406
407
408
409
410
411
412
413
  		/* Defer: outstanding buffers */
  		sk->sk_timer.expires  = jiffies + 10 * HZ;
  		sk->sk_timer.function = x25_destroy_timer;
  		sk->sk_timer.data = (unsigned long)sk;
  		add_timer(&sk->sk_timer);
  	} else {
  		/* drop last reference so sock_put will free */
  		__sock_put(sk);
  	}
14ebaf81e   David S. Miller   x25: Fix sleep fr...
414
  }
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
415

14ebaf81e   David S. Miller   x25: Fix sleep fr...
416
417
418
419
420
421
422
423
424
425
426
427
428
429
  void x25_destroy_socket_from_timer(struct sock *sk)
  {
  	sock_hold(sk);
  	bh_lock_sock(sk);
  	__x25_destroy_socket(sk);
  	bh_unlock_sock(sk);
  	sock_put(sk);
  }
  
  static void x25_destroy_socket(struct sock *sk)
  {
  	sock_hold(sk);
  	lock_sock(sk);
  	__x25_destroy_socket(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
430
431
432
433
434
435
436
437
438
439
  	release_sock(sk);
  	sock_put(sk);
  }
  
  /*
   *	Handling for system calls applied via the various interfaces to a
   *	X.25 socket object.
   */
  
  static int x25_setsockopt(struct socket *sock, int level, int optname,
b7058842c   David S. Miller   net: Make setsock...
440
  			  char __user *optval, unsigned int optlen)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
  {
  	int opt;
  	struct sock *sk = sock->sk;
  	int rc = -ENOPROTOOPT;
  
  	if (level != SOL_X25 || optname != X25_QBITINCL)
  		goto out;
  
  	rc = -EINVAL;
  	if (optlen < sizeof(int))
  		goto out;
  
  	rc = -EFAULT;
  	if (get_user(opt, (int __user *)optval))
  		goto out;
cb863ffd4   andrew hendry   X25: Move qbit fl...
456
457
458
459
  	if (opt)
  		set_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags);
  	else
  		clear_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
460
461
462
463
464
465
466
467
468
469
  	rc = 0;
  out:
  	return rc;
  }
  
  static int x25_getsockopt(struct socket *sock, int level, int optname,
  			  char __user *optval, int __user *optlen)
  {
  	struct sock *sk = sock->sk;
  	int val, len, rc = -ENOPROTOOPT;
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
470

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
471
472
473
474
475
476
477
478
479
480
481
482
  	if (level != SOL_X25 || optname != X25_QBITINCL)
  		goto out;
  
  	rc = -EFAULT;
  	if (get_user(len, optlen))
  		goto out;
  
  	len = min_t(unsigned int, len, sizeof(int));
  
  	rc = -EINVAL;
  	if (len < 0)
  		goto out;
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
483

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
484
485
486
  	rc = -EFAULT;
  	if (put_user(len, optlen))
  		goto out;
cb863ffd4   andrew hendry   X25: Move qbit fl...
487
  	val = test_bit(X25_Q_BIT_FLAG, &x25_sk(sk)->flags);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
488
489
490
491
492
493
494
495
496
  	rc = copy_to_user(optval, &val, len) ? -EFAULT : 0;
  out:
  	return rc;
  }
  
  static int x25_listen(struct socket *sock, int backlog)
  {
  	struct sock *sk = sock->sk;
  	int rc = -EOPNOTSUPP;
25aa4efe4   andrew hendry   X.25 remove bkl i...
497
  	lock_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
498
499
500
501
502
503
  	if (sk->sk_state != TCP_LISTEN) {
  		memset(&x25_sk(sk)->dest_addr, 0, X25_ADDR_LEN);
  		sk->sk_max_ack_backlog = backlog;
  		sk->sk_state           = TCP_LISTEN;
  		rc = 0;
  	}
25aa4efe4   andrew hendry   X.25 remove bkl i...
504
  	release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
505
506
507
508
509
510
511
512
513
  
  	return rc;
  }
  
  static struct proto x25_proto = {
  	.name	  = "X25",
  	.owner	  = THIS_MODULE,
  	.obj_size = sizeof(struct x25_sock),
  };
1b8d7ae42   Eric W. Biederman   [NET]: Make socke...
514
  static struct sock *x25_alloc_socket(struct net *net)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
515
516
  {
  	struct x25_sock *x25;
6257ff217   Pavel Emelyanov   [NET]: Forget the...
517
  	struct sock *sk = sk_alloc(net, AF_X25, GFP_ATOMIC, &x25_proto);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
518
519
520
521
522
523
524
525
526
527
528
529
530
531
  
  	if (!sk)
  		goto out;
  
  	sock_init_data(NULL, sk);
  
  	x25 = x25_sk(sk);
  	skb_queue_head_init(&x25->ack_queue);
  	skb_queue_head_init(&x25->fragment_queue);
  	skb_queue_head_init(&x25->interrupt_in_queue);
  	skb_queue_head_init(&x25->interrupt_out_queue);
  out:
  	return sk;
  }
3f378b684   Eric Paris   net: pass kern to...
532
533
  static int x25_create(struct net *net, struct socket *sock, int protocol,
  		      int kern)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
534
535
536
  {
  	struct sock *sk;
  	struct x25_sock *x25;
b18e7a068   andrew hendry   X25: Fix x25_crea...
537
  	int rc = -EAFNOSUPPORT;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
538

09ad9bc75   Octavian Purdila   net: use net_eq t...
539
  	if (!net_eq(net, &init_net))
b18e7a068   andrew hendry   X25: Fix x25_crea...
540
541
542
543
544
  		goto out;
  
  	rc = -ESOCKTNOSUPPORT;
  	if (sock->type != SOCK_SEQPACKET)
  		goto out;
1b8d7ae42   Eric W. Biederman   [NET]: Make socke...
545

b18e7a068   andrew hendry   X25: Fix x25_crea...
546
547
  	rc = -EINVAL;
  	if (protocol)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
548
  		goto out;
b18e7a068   andrew hendry   X25: Fix x25_crea...
549
  	rc = -ENOBUFS;
1b8d7ae42   Eric W. Biederman   [NET]: Make socke...
550
  	if ((sk = x25_alloc_socket(net)) == NULL)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
  		goto out;
  
  	x25 = x25_sk(sk);
  
  	sock_init_data(sock, sk);
  
  	x25_init_timers(sk);
  
  	sock->ops    = &x25_proto_ops;
  	sk->sk_protocol = protocol;
  	sk->sk_backlog_rcv = x25_backlog_rcv;
  
  	x25->t21   = sysctl_x25_call_request_timeout;
  	x25->t22   = sysctl_x25_reset_request_timeout;
  	x25->t23   = sysctl_x25_clear_request_timeout;
  	x25->t2    = sysctl_x25_ack_holdback_timeout;
  	x25->state = X25_STATE_0;
cb65d506c   Shaun Pereira   [X25]: Selective ...
568
  	x25->cudmatchlength = 0;
37cda7874   andrew hendry   X25: Move accept ...
569
  	set_bit(X25_ACCPT_APPRV_FLAG, &x25->flags);	/* normally no cud  */
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
570
  							/* on call accept   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
571
572
573
574
575
  
  	x25->facilities.winsize_in  = X25_DEFAULT_WINDOW_SIZE;
  	x25->facilities.winsize_out = X25_DEFAULT_WINDOW_SIZE;
  	x25->facilities.pacsize_in  = X25_DEFAULT_PACKET_SIZE;
  	x25->facilities.pacsize_out = X25_DEFAULT_PACKET_SIZE;
ddd0451fc   John Hughes   x.25 attempts to ...
576
577
  	x25->facilities.throughput  = 0;	/* by default don't negotiate
  						   throughput */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
578
  	x25->facilities.reverse     = X25_DEFAULT_REVERSE;
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
579
580
581
582
583
584
  	x25->dte_facilities.calling_len = 0;
  	x25->dte_facilities.called_len = 0;
  	memset(x25->dte_facilities.called_ae, '\0',
  			sizeof(x25->dte_facilities.called_ae));
  	memset(x25->dte_facilities.calling_ae, '\0',
  			sizeof(x25->dte_facilities.calling_ae));
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
585

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
586
587
588
589
590
591
592
593
594
595
596
597
  	rc = 0;
  out:
  	return rc;
  }
  
  static struct sock *x25_make_new(struct sock *osk)
  {
  	struct sock *sk = NULL;
  	struct x25_sock *x25, *ox25;
  
  	if (osk->sk_type != SOCK_SEQPACKET)
  		goto out;
3b1e0a655   YOSHIFUJI Hideaki   [NET] NETNS: Omit...
598
  	if ((sk = x25_alloc_socket(sock_net(osk))) == NULL)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
599
600
601
602
603
  		goto out;
  
  	x25 = x25_sk(sk);
  
  	sk->sk_type        = osk->sk_type;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
604
605
606
607
608
  	sk->sk_priority    = osk->sk_priority;
  	sk->sk_protocol    = osk->sk_protocol;
  	sk->sk_rcvbuf      = osk->sk_rcvbuf;
  	sk->sk_sndbuf      = osk->sk_sndbuf;
  	sk->sk_state       = TCP_ESTABLISHED;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
609
  	sk->sk_backlog_rcv = osk->sk_backlog_rcv;
a20a85547   Shaun Pereira   [X25]: Fix for br...
610
  	sock_copy_flags(sk, osk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
611
612
613
614
615
616
  
  	ox25 = x25_sk(osk);
  	x25->t21        = ox25->t21;
  	x25->t22        = ox25->t22;
  	x25->t23        = ox25->t23;
  	x25->t2         = ox25->t2;
cb863ffd4   andrew hendry   X25: Move qbit fl...
617
  	x25->flags	= ox25->flags;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
618
  	x25->facilities = ox25->facilities;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
619
  	x25->dte_facilities = ox25->dte_facilities;
cb65d506c   Shaun Pereira   [X25]: Selective ...
620
  	x25->cudmatchlength = ox25->cudmatchlength;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
621

b7792e34c   andrew hendry   X25: Move interru...
622
  	clear_bit(X25_INTERRUPT_FLAG, &x25->flags);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
623
624
625
626
627
628
629
630
631
  	x25_init_timers(sk);
  out:
  	return sk;
  }
  
  static int x25_release(struct socket *sock)
  {
  	struct sock *sk = sock->sk;
  	struct x25_sock *x25;
91774904f   Arnd Bergmann   net/x25: push BKL...
632
  	lock_kernel();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
  	if (!sk)
  		goto out;
  
  	x25 = x25_sk(sk);
  
  	switch (x25->state) {
  
  		case X25_STATE_0:
  		case X25_STATE_2:
  			x25_disconnect(sk, 0, 0, 0);
  			x25_destroy_socket(sk);
  			goto out;
  
  		case X25_STATE_1:
  		case X25_STATE_3:
  		case X25_STATE_4:
  			x25_clear_queues(sk);
  			x25_write_internal(sk, X25_CLEAR_REQUEST);
  			x25_start_t23timer(sk);
  			x25->state = X25_STATE_2;
  			sk->sk_state	= TCP_CLOSE;
  			sk->sk_shutdown	|= SEND_SHUTDOWN;
  			sk->sk_state_change(sk);
  			sock_set_flag(sk, SOCK_DEAD);
  			sock_set_flag(sk, SOCK_DESTROY);
  			break;
  	}
c751e4f8b   David S. Miller   x25: Use sock_orp...
660
  	sock_orphan(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
661
  out:
91774904f   Arnd Bergmann   net/x25: push BKL...
662
  	unlock_kernel();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
663
664
665
666
667
668
669
  	return 0;
  }
  
  static int x25_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
  {
  	struct sock *sk = sock->sk;
  	struct sockaddr_x25 *addr = (struct sockaddr_x25 *)uaddr;
a9288525d   andrew hendry   X25: Dont let x25...
670
  	int len, i, rc = 0;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
671
672
673
  
  	if (!sock_flag(sk, SOCK_ZAPPED) ||
  	    addr_len != sizeof(struct sockaddr_x25) ||
91774904f   Arnd Bergmann   net/x25: push BKL...
674
675
676
677
  	    addr->sx25_family != AF_X25) {
  		rc = -EINVAL;
  		goto out;
  	}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
678

a9288525d   andrew hendry   X25: Dont let x25...
679
680
681
682
683
684
685
  	len = strlen(addr->sx25_addr.x25_addr);
  	for (i = 0; i < len; i++) {
  		if (!isdigit(addr->sx25_addr.x25_addr[i])) {
  			rc = -EINVAL;
  			goto out;
  		}
  	}
90c27297a   andrew hendry   X.25 remove bkl i...
686
  	lock_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
687
688
689
  	x25_sk(sk)->source_addr = addr->sx25_addr;
  	x25_insert_socket(sk);
  	sock_reset_flag(sk, SOCK_ZAPPED);
90c27297a   andrew hendry   X.25 remove bkl i...
690
  	release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
691
692
  	SOCK_DEBUG(sk, "x25_bind: socket is bound
  ");
91774904f   Arnd Bergmann   net/x25: push BKL...
693
  out:
91774904f   Arnd Bergmann   net/x25: push BKL...
694
  	return rc;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
695
696
697
698
699
  }
  
  static int x25_wait_for_connection_establishment(struct sock *sk)
  {
  	DECLARE_WAITQUEUE(wait, current);
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
700
  	int rc;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
701

aa3951451   Eric Dumazet   net: sk_sleep() h...
702
  	add_wait_queue_exclusive(sk_sleep(sk), &wait);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
  	for (;;) {
  		__set_current_state(TASK_INTERRUPTIBLE);
  		rc = -ERESTARTSYS;
  		if (signal_pending(current))
  			break;
  		rc = sock_error(sk);
  		if (rc) {
  			sk->sk_socket->state = SS_UNCONNECTED;
  			break;
  		}
  		rc = 0;
  		if (sk->sk_state != TCP_ESTABLISHED) {
  			release_sock(sk);
  			schedule();
  			lock_sock(sk);
  		} else
  			break;
  	}
  	__set_current_state(TASK_RUNNING);
aa3951451   Eric Dumazet   net: sk_sleep() h...
722
  	remove_wait_queue(sk_sleep(sk), &wait);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
  	return rc;
  }
  
  static int x25_connect(struct socket *sock, struct sockaddr *uaddr,
  		       int addr_len, int flags)
  {
  	struct sock *sk = sock->sk;
  	struct x25_sock *x25 = x25_sk(sk);
  	struct sockaddr_x25 *addr = (struct sockaddr_x25 *)uaddr;
  	struct x25_route *rt;
  	int rc = 0;
  
  	lock_sock(sk);
  	if (sk->sk_state == TCP_ESTABLISHED && sock->state == SS_CONNECTING) {
  		sock->state = SS_CONNECTED;
  		goto out; /* Connect completed during a ERESTARTSYS event */
  	}
  
  	rc = -ECONNREFUSED;
  	if (sk->sk_state == TCP_CLOSE && sock->state == SS_CONNECTING) {
  		sock->state = SS_UNCONNECTED;
  		goto out;
  	}
  
  	rc = -EISCONN;	/* No reconnect on a seqpacket socket */
  	if (sk->sk_state == TCP_ESTABLISHED)
  		goto out;
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
750
  	sk->sk_state   = TCP_CLOSE;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
  	sock->state = SS_UNCONNECTED;
  
  	rc = -EINVAL;
  	if (addr_len != sizeof(struct sockaddr_x25) ||
  	    addr->sx25_family != AF_X25)
  		goto out;
  
  	rc = -ENETUNREACH;
  	rt = x25_get_route(&addr->sx25_addr);
  	if (!rt)
  		goto out;
  
  	x25->neighbour = x25_get_neigh(rt->dev);
  	if (!x25->neighbour)
  		goto out_put_route;
  
  	x25_limit_facilities(&x25->facilities, x25->neighbour);
  
  	x25->lci = x25_new_lci(x25->neighbour);
  	if (!x25->lci)
  		goto out_put_neigh;
  
  	rc = -EINVAL;
  	if (sock_flag(sk, SOCK_ZAPPED)) /* Must bind first - autobinding does not work */
  		goto out_put_neigh;
  
  	if (!strcmp(x25->source_addr.x25_addr, null_x25_address.x25_addr))
  		memset(&x25->source_addr, '\0', X25_ADDR_LEN);
  
  	x25->dest_addr = addr->sx25_addr;
  
  	/* Move to connecting socket, start sending Connect Requests */
  	sock->state   = SS_CONNECTING;
  	sk->sk_state  = TCP_SYN_SENT;
  
  	x25->state = X25_STATE_1;
  
  	x25_write_internal(sk, X25_CALL_REQUEST);
  
  	x25_start_heartbeat(sk);
  	x25_start_t21timer(sk);
  
  	/* Now the loop */
  	rc = -EINPROGRESS;
  	if (sk->sk_state != TCP_ESTABLISHED && (flags & O_NONBLOCK))
  		goto out_put_neigh;
  
  	rc = x25_wait_for_connection_establishment(sk);
  	if (rc)
  		goto out_put_neigh;
  
  	sock->state = SS_CONNECTED;
  	rc = 0;
  out_put_neigh:
  	if (rc)
  		x25_neigh_put(x25->neighbour);
  out_put_route:
  	x25_route_put(rt);
  out:
  	release_sock(sk);
  	return rc;
  }
bac37ec83   Shaun Pereira   [X25]: fix kernel...
813
  static int x25_wait_for_data(struct sock *sk, long timeout)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
814
815
816
  {
  	DECLARE_WAITQUEUE(wait, current);
  	int rc = 0;
aa3951451   Eric Dumazet   net: sk_sleep() h...
817
  	add_wait_queue_exclusive(sk_sleep(sk), &wait);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
  	for (;;) {
  		__set_current_state(TASK_INTERRUPTIBLE);
  		if (sk->sk_shutdown & RCV_SHUTDOWN)
  			break;
  		rc = -ERESTARTSYS;
  		if (signal_pending(current))
  			break;
  		rc = -EAGAIN;
  		if (!timeout)
  			break;
  		rc = 0;
  		if (skb_queue_empty(&sk->sk_receive_queue)) {
  			release_sock(sk);
  			timeout = schedule_timeout(timeout);
  			lock_sock(sk);
  		} else
  			break;
  	}
  	__set_current_state(TASK_RUNNING);
aa3951451   Eric Dumazet   net: sk_sleep() h...
837
  	remove_wait_queue(sk_sleep(sk), &wait);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
838
839
  	return rc;
  }
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
840

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
841
842
843
844
845
846
  static int x25_accept(struct socket *sock, struct socket *newsock, int flags)
  {
  	struct sock *sk = sock->sk;
  	struct sock *newsk;
  	struct sk_buff *skb;
  	int rc = -EINVAL;
141646ce5   Andrew Hendry   X.25 remove bkl i...
847
  	if (!sk)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
848
849
850
851
852
853
854
  		goto out;
  
  	rc = -EOPNOTSUPP;
  	if (sk->sk_type != SOCK_SEQPACKET)
  		goto out;
  
  	lock_sock(sk);
141646ce5   Andrew Hendry   X.25 remove bkl i...
855
856
857
  	rc = -EINVAL;
  	if (sk->sk_state != TCP_LISTEN)
  		goto out2;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
858
859
860
861
862
863
864
865
  	rc = x25_wait_for_data(sk, sk->sk_rcvtimeo);
  	if (rc)
  		goto out2;
  	skb = skb_dequeue(&sk->sk_receive_queue);
  	rc = -EINVAL;
  	if (!skb->sk)
  		goto out2;
  	newsk		 = skb->sk;
b61d38e05   David S. Miller   x25: Use sock_gra...
866
  	sock_graft(newsk, newsock);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
867
868
869
870
871
  
  	/* Now attach up the new socket */
  	skb->sk = NULL;
  	kfree_skb(skb);
  	sk->sk_ack_backlog--;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
872
873
874
875
876
877
878
879
880
881
882
883
884
885
  	newsock->state = SS_CONNECTED;
  	rc = 0;
  out2:
  	release_sock(sk);
  out:
  	return rc;
  }
  
  static int x25_getname(struct socket *sock, struct sockaddr *uaddr,
  		       int *uaddr_len, int peer)
  {
  	struct sockaddr_x25 *sx25 = (struct sockaddr_x25 *)uaddr;
  	struct sock *sk = sock->sk;
  	struct x25_sock *x25 = x25_sk(sk);
91774904f   Arnd Bergmann   net/x25: push BKL...
886
  	int rc = 0;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
887
888
  
  	if (peer) {
91774904f   Arnd Bergmann   net/x25: push BKL...
889
890
891
892
  		if (sk->sk_state != TCP_ESTABLISHED) {
  			rc = -ENOTCONN;
  			goto out;
  		}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
893
894
895
896
897
898
  		sx25->sx25_addr = x25->dest_addr;
  	} else
  		sx25->sx25_addr = x25->source_addr;
  
  	sx25->sx25_family = AF_X25;
  	*uaddr_len = sizeof(*sx25);
91774904f   Arnd Bergmann   net/x25: push BKL...
899
  out:
91774904f   Arnd Bergmann   net/x25: push BKL...
900
901
  	return rc;
  }
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
902
903
904
905
906
907
908
909
  int x25_rx_call_request(struct sk_buff *skb, struct x25_neigh *nb,
  			unsigned int lci)
  {
  	struct sock *sk;
  	struct sock *make;
  	struct x25_sock *makex25;
  	struct x25_address source_addr, dest_addr;
  	struct x25_facilities facilities;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
910
  	struct x25_dte_facilities dte_facilities;
95a9dc439   Andrew Hendry   [X.25]: Add call ...
911
  	int len, addr_len, rc;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
912
913
914
915
916
917
918
919
920
  
  	/*
  	 *	Remove the LCI and frame type.
  	 */
  	skb_pull(skb, X25_STD_MIN_LEN);
  
  	/*
  	 *	Extract the X.25 addresses and convert them to ASCII strings,
  	 *	and remove them.
f5eb917b8   John Hughes   x25: Patch to fix...
921
922
  	 *
  	 *	Address block is mandatory in call request packets
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
923
  	 */
f5eb917b8   John Hughes   x25: Patch to fix...
924
925
926
  	addr_len = x25_parse_address_block(skb, &source_addr, &dest_addr);
  	if (addr_len <= 0)
  		goto out_clear_request;
95a9dc439   Andrew Hendry   [X.25]: Add call ...
927
  	skb_pull(skb, addr_len);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
928
929
930
931
932
  
  	/*
  	 *	Get the length of the facilities, skip past them for the moment
  	 *	get the call user data because this is needed to determine
  	 *	the correct listener
f5eb917b8   John Hughes   x25: Patch to fix...
933
934
  	 *
  	 *	Facilities length is mandatory in call request packets
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
935
  	 */
f5eb917b8   John Hughes   x25: Patch to fix...
936
937
  	if (skb->len < 1)
  		goto out_clear_request;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
938
  	len = skb->data[0] + 1;
f5eb917b8   John Hughes   x25: Patch to fix...
939
940
  	if (skb->len < len)
  		goto out_clear_request;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
941
942
943
  	skb_pull(skb,len);
  
  	/*
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
944
945
  	 *	Find a listener for the particular address/cud pair.
  	 */
cb65d506c   Shaun Pereira   [X25]: Selective ...
946
947
  	sk = x25_find_listener(&source_addr,skb);
  	skb_push(skb,len);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
948

95a9dc439   Andrew Hendry   [X.25]: Add call ...
949
950
951
  	if (sk != NULL && sk_acceptq_is_full(sk)) {
  		goto out_sock_put;
  	}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
952
  	/*
95a9dc439   Andrew Hendry   [X.25]: Add call ...
953
954
  	 *	We dont have any listeners for this incoming call.
  	 *	Try forwarding it.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
955
  	 */
95a9dc439   Andrew Hendry   [X.25]: Add call ...
956
957
  	if (sk == NULL) {
  		skb_push(skb, addr_len + X25_STD_MIN_LEN);
39e21c0d3   Andrew Hendry   [X.25]: Adds /pro...
958
959
  		if (sysctl_x25_forward &&
  				x25_forward_call(&dest_addr, nb, skb, lci) > 0)
95a9dc439   Andrew Hendry   [X.25]: Add call ...
960
961
962
963
964
965
966
967
968
969
  		{
  			/* Call was forwarded, dont process it any more */
  			kfree_skb(skb);
  			rc = 1;
  			goto out;
  		} else {
  			/* No listeners, can't forward, clear the call */
  			goto out_clear_request;
  		}
  	}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
970
971
972
973
  
  	/*
  	 *	Try to reach a compromise on the requested facilities.
  	 */
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
974
975
  	len = x25_negotiate_facilities(skb, sk, &facilities, &dte_facilities);
  	if (len == -1)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
  		goto out_sock_put;
  
  	/*
  	 * current neighbour/link might impose additional limits
  	 * on certain facilties
  	 */
  
  	x25_limit_facilities(&facilities, nb);
  
  	/*
  	 *	Try to create a new socket.
  	 */
  	make = x25_make_new(sk);
  	if (!make)
  		goto out_sock_put;
  
  	/*
  	 *	Remove the facilities
  	 */
  	skb_pull(skb, len);
  
  	skb->sk     = make;
  	make->sk_state = TCP_ESTABLISHED;
  
  	makex25 = x25_sk(make);
  	makex25->lci           = lci;
  	makex25->dest_addr     = dest_addr;
  	makex25->source_addr   = source_addr;
  	makex25->neighbour     = nb;
  	makex25->facilities    = facilities;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1006
  	makex25->dte_facilities= dte_facilities;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1007
  	makex25->vc_facil_mask = x25_sk(sk)->vc_facil_mask;
cb65d506c   Shaun Pereira   [X25]: Selective ...
1008
1009
  	/* ensure no reverse facil on accept */
  	makex25->vc_facil_mask &= ~X25_MASK_REVERSE;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1010
1011
  	/* ensure no calling address extension on accept */
  	makex25->vc_facil_mask &= ~X25_MASK_CALLING_AE;
cb65d506c   Shaun Pereira   [X25]: Selective ...
1012
  	makex25->cudmatchlength = x25_sk(sk)->cudmatchlength;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1013

37cda7874   andrew hendry   X25: Move accept ...
1014
1015
  	/* Normally all calls are accepted immediately */
  	if (test_bit(X25_ACCPT_APPRV_FLAG, &makex25->flags)) {
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1016
1017
1018
  		x25_write_internal(make, X25_CALL_ACCEPTED);
  		makex25->state = X25_STATE_3;
  	}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1019

cb65d506c   Shaun Pereira   [X25]: Selective ...
1020
1021
1022
  	/*
  	 *	Incoming Call User Data.
  	 */
8db09f26f   Roel Kluin   x25: '< 0' and '>...
1023
1024
  	skb_copy_from_linear_data(skb, makex25->calluserdata.cuddata, skb->len);
  	makex25->calluserdata.cudlength = skb->len;
cb65d506c   Shaun Pereira   [X25]: Selective ...
1025

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
  	sk->sk_ack_backlog++;
  
  	x25_insert_socket(make);
  
  	skb_queue_head(&sk->sk_receive_queue, skb);
  
  	x25_start_heartbeat(make);
  
  	if (!sock_flag(sk, SOCK_DEAD))
  		sk->sk_data_ready(sk, skb->len);
  	rc = 1;
  	sock_put(sk);
  out:
  	return rc;
  out_sock_put:
  	sock_put(sk);
  out_clear_request:
  	rc = 0;
  	x25_transmit_clear_request(nb, lci, 0x01);
  	goto out;
  }
  
  static int x25_sendmsg(struct kiocb *iocb, struct socket *sock,
  		       struct msghdr *msg, size_t len)
  {
  	struct sock *sk = sock->sk;
  	struct x25_sock *x25 = x25_sk(sk);
  	struct sockaddr_x25 *usx25 = (struct sockaddr_x25 *)msg->msg_name;
  	struct sockaddr_x25 sx25;
  	struct sk_buff *skb;
  	unsigned char *asmptr;
  	int noblock = msg->msg_flags & MSG_DONTWAIT;
  	size_t size;
  	int qbit = 0, rc = -EINVAL;
91774904f   Arnd Bergmann   net/x25: push BKL...
1060
  	lock_kernel();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
  	if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT))
  		goto out;
  
  	/* we currently don't support segmented records at the user interface */
  	if (!(msg->msg_flags & (MSG_EOR|MSG_OOB)))
  		goto out;
  
  	rc = -EADDRNOTAVAIL;
  	if (sock_flag(sk, SOCK_ZAPPED))
  		goto out;
  
  	rc = -EPIPE;
  	if (sk->sk_shutdown & SEND_SHUTDOWN) {
  		send_sig(SIGPIPE, current, 0);
  		goto out;
  	}
  
  	rc = -ENETUNREACH;
  	if (!x25->neighbour)
  		goto out;
  
  	if (usx25) {
  		rc = -EINVAL;
  		if (msg->msg_namelen < sizeof(sx25))
  			goto out;
  		memcpy(&sx25, usx25, sizeof(sx25));
  		rc = -EISCONN;
  		if (strcmp(x25->dest_addr.x25_addr, sx25.sx25_addr.x25_addr))
  			goto out;
  		rc = -EINVAL;
  		if (sx25.sx25_family != AF_X25)
  			goto out;
  	} else {
  		/*
  		 *	FIXME 1003.1g - if the socket is like this because
  		 *	it has become closed (not started closed) we ought
  		 *	to SIGPIPE, EPIPE;
  		 */
  		rc = -ENOTCONN;
  		if (sk->sk_state != TCP_ESTABLISHED)
  			goto out;
  
  		sx25.sx25_family = AF_X25;
  		sx25.sx25_addr   = x25->dest_addr;
  	}
83e0bbcbe   Alan Cox   af_rose/x25: Sani...
1106
1107
1108
1109
1110
  	/* Sanity check the packet size */
  	if (len > 65535) {
  		rc = -EMSGSIZE;
  		goto out;
  	}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
  	SOCK_DEBUG(sk, "x25_sendmsg: sendto: Addresses built.
  ");
  
  	/* Build a packet */
  	SOCK_DEBUG(sk, "x25_sendmsg: sendto: building packet.
  ");
  
  	if ((msg->msg_flags & MSG_OOB) && len > 32)
  		len = 32;
  
  	size = len + X25_MAX_L2_LEN + X25_EXT_MIN_LEN;
  
  	skb = sock_alloc_send_skb(sk, size, noblock, &rc);
  	if (!skb)
  		goto out;
  	X25_SKB_CB(skb)->flags = msg->msg_flags;
  
  	skb_reserve(skb, X25_MAX_L2_LEN + X25_EXT_MIN_LEN);
  
  	/*
  	 *	Put the data on the end
  	 */
  	SOCK_DEBUG(sk, "x25_sendmsg: Copying user data
  ");
eeeb03745   Arnaldo Carvalho de Melo   [SK_BUFF]: More s...
1135
1136
  	skb_reset_transport_header(skb);
  	skb_put(skb, len);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1137

eeeb03745   Arnaldo Carvalho de Melo   [SK_BUFF]: More s...
1138
  	rc = memcpy_fromiovec(skb_transport_header(skb), msg->msg_iov, len);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1139
1140
1141
1142
1143
1144
1145
  	if (rc)
  		goto out_kfree_skb;
  
  	/*
  	 *	If the Q BIT Include socket option is in force, the first
  	 *	byte of the user data is the logical value of the Q Bit.
  	 */
cb863ffd4   andrew hendry   X25: Move qbit fl...
1146
  	if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
  		qbit = skb->data[0];
  		skb_pull(skb, 1);
  	}
  
  	/*
  	 *	Push down the X.25 header
  	 */
  	SOCK_DEBUG(sk, "x25_sendmsg: Building X.25 Header.
  ");
  
  	if (msg->msg_flags & MSG_OOB) {
  		if (x25->neighbour->extended) {
  			asmptr    = skb_push(skb, X25_STD_MIN_LEN);
  			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ;
  			*asmptr++ = (x25->lci >> 0) & 0xFF;
  			*asmptr++ = X25_INTERRUPT;
  		} else {
  			asmptr    = skb_push(skb, X25_STD_MIN_LEN);
  			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_STDSEQ;
  			*asmptr++ = (x25->lci >> 0) & 0xFF;
  			*asmptr++ = X25_INTERRUPT;
  		}
  	} else {
  		if (x25->neighbour->extended) {
  			/* Build an Extended X.25 header */
  			asmptr    = skb_push(skb, X25_EXT_MIN_LEN);
  			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_EXTSEQ;
  			*asmptr++ = (x25->lci >> 0) & 0xFF;
  			*asmptr++ = X25_DATA;
  			*asmptr++ = X25_DATA;
  		} else {
  			/* Build an Standard X.25 header */
  			asmptr    = skb_push(skb, X25_STD_MIN_LEN);
  			*asmptr++ = ((x25->lci >> 8) & 0x0F) | X25_GFI_STDSEQ;
  			*asmptr++ = (x25->lci >> 0) & 0xFF;
  			*asmptr++ = X25_DATA;
  		}
  
  		if (qbit)
  			skb->data[0] |= X25_Q_BIT;
  	}
  
  	SOCK_DEBUG(sk, "x25_sendmsg: Built header.
  ");
  	SOCK_DEBUG(sk, "x25_sendmsg: Transmitting buffer
  ");
  
  	rc = -ENOTCONN;
  	if (sk->sk_state != TCP_ESTABLISHED)
  		goto out_kfree_skb;
  
  	if (msg->msg_flags & MSG_OOB)
  		skb_queue_tail(&x25->interrupt_out_queue, skb);
  	else {
8db09f26f   Roel Kluin   x25: '< 0' and '>...
1201
1202
1203
  		rc = x25_output(sk, skb);
  		len = rc;
  		if (rc < 0)
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1204
  			kfree_skb(skb);
cb863ffd4   andrew hendry   X25: Move qbit fl...
1205
  		else if (test_bit(X25_Q_BIT_FLAG, &x25->flags))
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
  			len++;
  	}
  
  	/*
  	 * lock_sock() is currently only used to serialize this x25_kick()
  	 * against input-driven x25_kick() calls. It currently only blocks
  	 * incoming packets for this socket and does not protect against
  	 * any other socket state changes and is not called from anywhere
  	 * else. As x25_kick() cannot block and as long as all socket
  	 * operations are BKL-wrapped, we don't need take to care about
  	 * purging the backlog queue in x25_release().
  	 *
  	 * Using lock_sock() to protect all socket operations entirely
  	 * (and making the whole x25 stack SMP aware) unfortunately would
  	 * require major changes to {send,recv}msg and skb allocation methods.
  	 * -> 2.5 ;)
  	 */
  	lock_sock(sk);
  	x25_kick(sk);
  	release_sock(sk);
  	rc = len;
  out:
91774904f   Arnd Bergmann   net/x25: push BKL...
1228
  	unlock_kernel();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
  	return rc;
  out_kfree_skb:
  	kfree_skb(skb);
  	goto out;
  }
  
  
  static int x25_recvmsg(struct kiocb *iocb, struct socket *sock,
  		       struct msghdr *msg, size_t size,
  		       int flags)
  {
  	struct sock *sk = sock->sk;
  	struct x25_sock *x25 = x25_sk(sk);
  	struct sockaddr_x25 *sx25 = (struct sockaddr_x25 *)msg->msg_name;
  	size_t copied;
  	int qbit;
  	struct sk_buff *skb;
  	unsigned char *asmptr;
  	int rc = -ENOTCONN;
91774904f   Arnd Bergmann   net/x25: push BKL...
1248
  	lock_kernel();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
  	/*
  	 * This works for seqpacket too. The receiver has ordered the queue for
  	 * us! We do one quick check first though
  	 */
  	if (sk->sk_state != TCP_ESTABLISHED)
  		goto out;
  
  	if (flags & MSG_OOB) {
  		rc = -EINVAL;
  		if (sock_flag(sk, SOCK_URGINLINE) ||
  		    !skb_peek(&x25->interrupt_in_queue))
  			goto out;
  
  		skb = skb_dequeue(&x25->interrupt_in_queue);
  
  		skb_pull(skb, X25_STD_MIN_LEN);
  
  		/*
  		 *	No Q bit information on Interrupt data.
  		 */
cb863ffd4   andrew hendry   X25: Move qbit fl...
1269
  		if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
  			asmptr  = skb_push(skb, 1);
  			*asmptr = 0x00;
  		}
  
  		msg->msg_flags |= MSG_OOB;
  	} else {
  		/* Now we can treat all alike */
  		skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
  					flags & MSG_DONTWAIT, &rc);
  		if (!skb)
  			goto out;
  
  		qbit = (skb->data[0] & X25_Q_BIT) == X25_Q_BIT;
  
  		skb_pull(skb, x25->neighbour->extended ?
  				X25_EXT_MIN_LEN : X25_STD_MIN_LEN);
cb863ffd4   andrew hendry   X25: Move qbit fl...
1286
  		if (test_bit(X25_Q_BIT_FLAG, &x25->flags)) {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1287
1288
1289
1290
  			asmptr  = skb_push(skb, 1);
  			*asmptr = qbit;
  		}
  	}
badff6d01   Arnaldo Carvalho de Melo   [SK_BUFF]: Introd...
1291
  	skb_reset_transport_header(skb);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1292
1293
1294
1295
1296
1297
  	copied = skb->len;
  
  	if (copied > size) {
  		copied = size;
  		msg->msg_flags |= MSG_TRUNC;
  	}
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1298
  	/* Currently, each datagram always contains a complete record */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
  	msg->msg_flags |= MSG_EOR;
  
  	rc = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
  	if (rc)
  		goto out_free_dgram;
  
  	if (sx25) {
  		sx25->sx25_family = AF_X25;
  		sx25->sx25_addr   = x25->dest_addr;
  	}
  
  	msg->msg_namelen = sizeof(struct sockaddr_x25);
  
  	lock_sock(sk);
  	x25_check_rbuf(sk);
  	release_sock(sk);
  	rc = copied;
  out_free_dgram:
  	skb_free_datagram(sk, skb);
  out:
91774904f   Arnd Bergmann   net/x25: push BKL...
1319
  	unlock_kernel();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
  	return rc;
  }
  
  
  static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
  {
  	struct sock *sk = sock->sk;
  	struct x25_sock *x25 = x25_sk(sk);
  	void __user *argp = (void __user *)arg;
  	int rc;
  
  	switch (cmd) {
  		case TIOCOUTQ: {
70be998c2   andrew hendry   X25: pushdown bkl...
1333
  			int amount;
31e6d363a   Eric Dumazet   net: correct off-...
1334

70be998c2   andrew hendry   X25: pushdown bkl...
1335
  			amount = sk->sk_sndbuf - sk_wmem_alloc_get(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
  			if (amount < 0)
  				amount = 0;
  			rc = put_user(amount, (unsigned int __user *)argp);
  			break;
  		}
  
  		case TIOCINQ: {
  			struct sk_buff *skb;
  			int amount = 0;
  			/*
  			 * These two are safe on a single CPU system as
  			 * only user tasks fiddle here
  			 */
54aafbd49   andrew hendry   X25: remove bkl i...
1349
  			lock_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1350
1351
  			if ((skb = skb_peek(&sk->sk_receive_queue)) != NULL)
  				amount = skb->len;
54aafbd49   andrew hendry   X25: remove bkl i...
1352
  			release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1353
1354
1355
1356
1357
1358
1359
  			rc = put_user(amount, (unsigned int __user *)argp);
  			break;
  		}
  
  		case SIOCGSTAMP:
  			rc = -EINVAL;
  			if (sk)
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1360
1361
  				rc = sock_get_timestamp(sk,
  						(struct timeval __user *)argp);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1362
  			break;
ae40eb1ef   Eric Dumazet   [NET]: Introduce ...
1363
1364
1365
1366
1367
1368
  		case SIOCGSTAMPNS:
  			rc = -EINVAL;
  			if (sk)
  				rc = sock_get_timestampns(sk,
  						(struct timespec __user *)argp);
  			break;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
  		case SIOCGIFADDR:
  		case SIOCSIFADDR:
  		case SIOCGIFDSTADDR:
  		case SIOCSIFDSTADDR:
  		case SIOCGIFBRDADDR:
  		case SIOCSIFBRDADDR:
  		case SIOCGIFNETMASK:
  		case SIOCSIFNETMASK:
  		case SIOCGIFMETRIC:
  		case SIOCSIFMETRIC:
  			rc = -EINVAL;
  			break;
  		case SIOCADDRT:
  		case SIOCDELRT:
  			rc = -EPERM;
  			if (!capable(CAP_NET_ADMIN))
  				break;
  			rc = x25_route_ioctl(cmd, argp);
  			break;
  		case SIOCX25GSUBSCRIP:
  			rc = x25_subscr_ioctl(cmd, argp);
  			break;
  		case SIOCX25SSUBSCRIP:
  			rc = -EPERM;
  			if (!capable(CAP_NET_ADMIN))
  				break;
  			rc = x25_subscr_ioctl(cmd, argp);
  			break;
  		case SIOCX25GFACILITIES: {
f90de6606   andrew hendry   X25 remove bkl in...
1398
1399
1400
1401
1402
  			lock_sock(sk);
  			rc = copy_to_user(argp, &x25->facilities,
  						sizeof(x25->facilities))
  						? -EFAULT : 0;
  			release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
  			break;
  		}
  
  		case SIOCX25SFACILITIES: {
  			struct x25_facilities facilities;
  			rc = -EFAULT;
  			if (copy_from_user(&facilities, argp,
  					   sizeof(facilities)))
  				break;
  			rc = -EINVAL;
f90de6606   andrew hendry   X25 remove bkl in...
1413
  			lock_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1414
1415
  			if (sk->sk_state != TCP_LISTEN &&
  			    sk->sk_state != TCP_CLOSE)
f90de6606   andrew hendry   X25 remove bkl in...
1416
  				goto out_fac_release;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1417
1418
  			if (facilities.pacsize_in < X25_PS16 ||
  			    facilities.pacsize_in > X25_PS4096)
f90de6606   andrew hendry   X25 remove bkl in...
1419
  				goto out_fac_release;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1420
1421
  			if (facilities.pacsize_out < X25_PS16 ||
  			    facilities.pacsize_out > X25_PS4096)
f90de6606   andrew hendry   X25 remove bkl in...
1422
  				goto out_fac_release;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1423
1424
  			if (facilities.winsize_in < 1 ||
  			    facilities.winsize_in > 127)
f90de6606   andrew hendry   X25 remove bkl in...
1425
  				goto out_fac_release;
ddd0451fc   John Hughes   x.25 attempts to ...
1426
1427
1428
1429
1430
1431
1432
  			if (facilities.throughput) {
  				int out = facilities.throughput & 0xf0;
  				int in  = facilities.throughput & 0x0f;
  				if (!out)
  					facilities.throughput |=
  						X25_DEFAULT_THROUGHPUT << 4;
  				else if (out < 0x30 || out > 0xD0)
f90de6606   andrew hendry   X25 remove bkl in...
1433
  					goto out_fac_release;
ddd0451fc   John Hughes   x.25 attempts to ...
1434
1435
1436
1437
  				if (!in)
  					facilities.throughput |=
  						X25_DEFAULT_THROUGHPUT;
  				else if (in < 0x03 || in > 0x0D)
f90de6606   andrew hendry   X25 remove bkl in...
1438
  					goto out_fac_release;
ddd0451fc   John Hughes   x.25 attempts to ...
1439
  			}
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1440
  			if (facilities.reverse &&
06a96b33a   roel kluin   x25: bit and/or c...
1441
  				(facilities.reverse & 0x81) != 0x81)
f90de6606   andrew hendry   X25 remove bkl in...
1442
  				goto out_fac_release;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1443
1444
  			x25->facilities = facilities;
  			rc = 0;
f90de6606   andrew hendry   X25 remove bkl in...
1445
1446
  out_fac_release:
  			release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1447
1448
  			break;
  		}
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1449
  		case SIOCX25GDTEFACILITIES: {
f90de6606   andrew hendry   X25 remove bkl in...
1450
  			lock_sock(sk);
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1451
  			rc = copy_to_user(argp, &x25->dte_facilities,
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1452
  						sizeof(x25->dte_facilities));
f90de6606   andrew hendry   X25 remove bkl in...
1453
  			release_sock(sk);
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1454
1455
  			if (rc)
  				rc = -EFAULT;
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1456
1457
  			break;
  		}
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1458

f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1459
1460
1461
1462
  		case SIOCX25SDTEFACILITIES: {
  			struct x25_dte_facilities dtefacs;
  			rc = -EFAULT;
  			if (copy_from_user(&dtefacs, argp, sizeof(dtefacs)))
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1463
1464
  				break;
  			rc = -EINVAL;
f90de6606   andrew hendry   X25 remove bkl in...
1465
  			lock_sock(sk);
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1466
1467
  			if (sk->sk_state != TCP_LISTEN &&
  					sk->sk_state != TCP_CLOSE)
f90de6606   andrew hendry   X25 remove bkl in...
1468
  				goto out_dtefac_release;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1469
  			if (dtefacs.calling_len > X25_MAX_AE_LEN)
f90de6606   andrew hendry   X25 remove bkl in...
1470
  				goto out_dtefac_release;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1471
  			if (dtefacs.calling_ae == NULL)
f90de6606   andrew hendry   X25 remove bkl in...
1472
  				goto out_dtefac_release;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1473
  			if (dtefacs.called_len > X25_MAX_AE_LEN)
f90de6606   andrew hendry   X25 remove bkl in...
1474
  				goto out_dtefac_release;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1475
  			if (dtefacs.called_ae == NULL)
f90de6606   andrew hendry   X25 remove bkl in...
1476
  				goto out_dtefac_release;
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1477
1478
  			x25->dte_facilities = dtefacs;
  			rc = 0;
f90de6606   andrew hendry   X25 remove bkl in...
1479
1480
  out_dtefac_release:
  			release_sock(sk);
a64b7b936   Shaun Pereira   [X25]: allow ITU-...
1481
1482
  			break;
  		}
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1483
  		case SIOCX25GCALLUSERDATA: {
5b7958dfa   andrew hendry   X25 remove bkl fr...
1484
1485
1486
1487
1488
  			lock_sock(sk);
  			rc = copy_to_user(argp, &x25->calluserdata,
  					sizeof(x25->calluserdata))
  					? -EFAULT : 0;
  			release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
  			break;
  		}
  
  		case SIOCX25SCALLUSERDATA: {
  			struct x25_calluserdata calluserdata;
  
  			rc = -EFAULT;
  			if (copy_from_user(&calluserdata, argp,
  					   sizeof(calluserdata)))
  				break;
  			rc = -EINVAL;
  			if (calluserdata.cudlength > X25_MAX_CUD_LEN)
  				break;
5b7958dfa   andrew hendry   X25 remove bkl fr...
1502
  			lock_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1503
  			x25->calluserdata = calluserdata;
5b7958dfa   andrew hendry   X25 remove bkl fr...
1504
  			release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1505
1506
1507
1508
1509
  			rc = 0;
  			break;
  		}
  
  		case SIOCX25GCAUSEDIAG: {
74a7e4408   andrew hendry   X25 remove bkl fr...
1510
1511
1512
1513
1514
  			lock_sock(sk);
  			rc = copy_to_user(argp, &x25->causediag,
  					sizeof(x25->causediag))
  					? -EFAULT : 0;
  			release_sock(sk);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1515
1516
  			break;
  		}
386e50cc7   Andrew Hendry   X25: Enable setti...
1517
1518
1519
1520
1521
  		case SIOCX25SCAUSEDIAG: {
  			struct x25_causediag causediag;
  			rc = -EFAULT;
  			if (copy_from_user(&causediag, argp, sizeof(causediag)))
  				break;
74a7e4408   andrew hendry   X25 remove bkl fr...
1522
  			lock_sock(sk);
386e50cc7   Andrew Hendry   X25: Enable setti...
1523
  			x25->causediag = causediag;
74a7e4408   andrew hendry   X25 remove bkl fr...
1524
  			release_sock(sk);
386e50cc7   Andrew Hendry   X25: Enable setti...
1525
1526
1527
1528
  			rc = 0;
  			break;
  
  		}
cb65d506c   Shaun Pereira   [X25]: Selective ...
1529
1530
1531
  		case SIOCX25SCUDMATCHLEN: {
  			struct x25_subaddr sub_addr;
  			rc = -EINVAL;
3f0a069a1   andrew hendry   X25 remove bkl in...
1532
  			lock_sock(sk);
cb65d506c   Shaun Pereira   [X25]: Selective ...
1533
  			if(sk->sk_state != TCP_CLOSE)
3f0a069a1   andrew hendry   X25 remove bkl in...
1534
  				goto out_cud_release;
cb65d506c   Shaun Pereira   [X25]: Selective ...
1535
1536
1537
  			rc = -EFAULT;
  			if (copy_from_user(&sub_addr, argp,
  					sizeof(sub_addr)))
3f0a069a1   andrew hendry   X25 remove bkl in...
1538
  				goto out_cud_release;
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1539
  			rc = -EINVAL;
cb65d506c   Shaun Pereira   [X25]: Selective ...
1540
  			if(sub_addr.cudmatchlength > X25_MAX_CUD_LEN)
3f0a069a1   andrew hendry   X25 remove bkl in...
1541
  				goto out_cud_release;
cb65d506c   Shaun Pereira   [X25]: Selective ...
1542
1543
  			x25->cudmatchlength = sub_addr.cudmatchlength;
  			rc = 0;
3f0a069a1   andrew hendry   X25 remove bkl in...
1544
1545
  out_cud_release:
  			release_sock(sk);
cb65d506c   Shaun Pereira   [X25]: Selective ...
1546
1547
  			break;
  		}
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1548
1549
  		case SIOCX25CALLACCPTAPPRV: {
  			rc = -EINVAL;
70be998c2   andrew hendry   X25: pushdown bkl...
1550
  			lock_kernel();
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1551
1552
  			if (sk->sk_state != TCP_CLOSE)
  				break;
37cda7874   andrew hendry   X25: Move accept ...
1553
  			clear_bit(X25_ACCPT_APPRV_FLAG, &x25->flags);
70be998c2   andrew hendry   X25: pushdown bkl...
1554
  			unlock_kernel();
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1555
1556
1557
1558
1559
1560
  			rc = 0;
  			break;
  		}
  
  		case SIOCX25SENDCALLACCPT:  {
  			rc = -EINVAL;
70be998c2   andrew hendry   X25: pushdown bkl...
1561
  			lock_kernel();
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1562
1563
  			if (sk->sk_state != TCP_ESTABLISHED)
  				break;
37cda7874   andrew hendry   X25: Move accept ...
1564
1565
  			/* must call accptapprv above */
  			if (test_bit(X25_ACCPT_APPRV_FLAG, &x25->flags))
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1566
1567
1568
  				break;
  			x25_write_internal(sk, X25_CALL_ACCEPTED);
  			x25->state = X25_STATE_3;
70be998c2   andrew hendry   X25: pushdown bkl...
1569
  			unlock_kernel();
ebc3f64b8   Shaun Pereira   [X25]: Fast selec...
1570
1571
1572
  			rc = 0;
  			break;
  		}
f8e1d2018   YOSHIFUJI Hideaki   [NET] X25: Fix wh...
1573
  		default:
b5e5fa5e0   Christoph Hellwig   [NET]: Add a dev_...
1574
  			rc = -ENOIOCTLCMD;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1575
1576
1577
1578
1579
  			break;
  	}
  
  	return rc;
  }
ec1b4cf74   Stephen Hemminger   net: mark net_pro...
1580
  static const struct net_proto_family x25_family_ops = {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1581
1582
1583
1584
  	.family =	AF_X25,
  	.create =	x25_create,
  	.owner	=	THIS_MODULE,
  };
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
  #ifdef CONFIG_COMPAT
  static int compat_x25_subscr_ioctl(unsigned int cmd,
  		struct compat_x25_subscrip_struct __user *x25_subscr32)
  {
  	struct compat_x25_subscrip_struct x25_subscr;
  	struct x25_neigh *nb;
  	struct net_device *dev;
  	int rc = -EINVAL;
  
  	rc = -EFAULT;
  	if (copy_from_user(&x25_subscr, x25_subscr32, sizeof(*x25_subscr32)))
  		goto out;
  
  	rc = -EINVAL;
  	dev = x25_dev_get(x25_subscr.device);
  	if (dev == NULL)
  		goto out;
  
  	nb = x25_get_neigh(dev);
  	if (nb == NULL)
  		goto out_dev_put;
  
  	dev_put(dev);
  
  	if (cmd == SIOCX25GSUBSCRIP) {
5595a1a59   andrew hendry   X25 remove bkl in...
1610
  		read_lock_bh(&x25_neigh_list_lock);
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1611
1612
  		x25_subscr.extended = nb->extended;
  		x25_subscr.global_facil_mask = nb->global_facil_mask;
5595a1a59   andrew hendry   X25 remove bkl in...
1613
  		read_unlock_bh(&x25_neigh_list_lock);
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1614
1615
1616
1617
1618
1619
  		rc = copy_to_user(x25_subscr32, &x25_subscr,
  				sizeof(*x25_subscr32)) ? -EFAULT : 0;
  	} else {
  		rc = -EINVAL;
  		if (x25_subscr.extended == 0 || x25_subscr.extended == 1) {
  			rc = 0;
5595a1a59   andrew hendry   X25 remove bkl in...
1620
  			write_lock_bh(&x25_neigh_list_lock);
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1621
1622
  			nb->extended = x25_subscr.extended;
  			nb->global_facil_mask = x25_subscr.global_facil_mask;
5595a1a59   andrew hendry   X25 remove bkl in...
1623
  			write_unlock_bh(&x25_neigh_list_lock);
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
  		}
  	}
  	x25_neigh_put(nb);
  out:
  	return rc;
  out_dev_put:
  	dev_put(dev);
  	goto out;
  }
  
  static int compat_x25_ioctl(struct socket *sock, unsigned int cmd,
  				unsigned long arg)
  {
  	void __user *argp = compat_ptr(arg);
  	struct sock *sk = sock->sk;
  
  	int rc = -ENOIOCTLCMD;
  
  	switch(cmd) {
  	case TIOCOUTQ:
  	case TIOCINQ:
  		rc = x25_ioctl(sock, cmd, (unsigned long)argp);
  		break;
  	case SIOCGSTAMP:
  		rc = -EINVAL;
  		if (sk)
  			rc = compat_sock_get_timestamp(sk,
  					(struct timeval __user*)argp);
  		break;
ae40eb1ef   Eric Dumazet   [NET]: Introduce ...
1653
1654
1655
1656
1657
1658
  	case SIOCGSTAMPNS:
  		rc = -EINVAL;
  		if (sk)
  			rc = compat_sock_get_timestampns(sk,
  					(struct timespec __user*)argp);
  		break;
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
  	case SIOCGIFADDR:
  	case SIOCSIFADDR:
  	case SIOCGIFDSTADDR:
  	case SIOCSIFDSTADDR:
  	case SIOCGIFBRDADDR:
  	case SIOCSIFBRDADDR:
  	case SIOCGIFNETMASK:
  	case SIOCSIFNETMASK:
  	case SIOCGIFMETRIC:
  	case SIOCSIFMETRIC:
  		rc = -EINVAL;
  		break;
  	case SIOCADDRT:
  	case SIOCDELRT:
  		rc = -EPERM;
  		if (!capable(CAP_NET_ADMIN))
  			break;
  		rc = x25_route_ioctl(cmd, argp);
  		break;
  	case SIOCX25GSUBSCRIP:
  		rc = compat_x25_subscr_ioctl(cmd, argp);
  		break;
  	case SIOCX25SSUBSCRIP:
  		rc = -EPERM;
  		if (!capable(CAP_NET_ADMIN))
  			break;
  		rc = compat_x25_subscr_ioctl(cmd, argp);
  		break;
  	case SIOCX25GFACILITIES:
  	case SIOCX25SFACILITIES:
9a6b9f2e7   Shaun Pereira   [X25]: dte facili...
1689
1690
  	case SIOCX25GDTEFACILITIES:
  	case SIOCX25SDTEFACILITIES:
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1691
1692
1693
  	case SIOCX25GCALLUSERDATA:
  	case SIOCX25SCALLUSERDATA:
  	case SIOCX25GCAUSEDIAG:
386e50cc7   Andrew Hendry   X25: Enable setti...
1694
  	case SIOCX25SCAUSEDIAG:
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
  	case SIOCX25SCUDMATCHLEN:
  	case SIOCX25CALLACCPTAPPRV:
  	case SIOCX25SENDCALLACCPT:
  		rc = x25_ioctl(sock, cmd, (unsigned long)argp);
  		break;
  	default:
  		rc = -ENOIOCTLCMD;
  		break;
  	}
  	return rc;
  }
  #endif
91774904f   Arnd Bergmann   net/x25: push BKL...
1707
  static const struct proto_ops x25_proto_ops = {
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1708
1709
1710
1711
1712
1713
1714
1715
  	.family =	AF_X25,
  	.owner =	THIS_MODULE,
  	.release =	x25_release,
  	.bind =		x25_bind,
  	.connect =	x25_connect,
  	.socketpair =	sock_no_socketpair,
  	.accept =	x25_accept,
  	.getname =	x25_getname,
768190fdc   andrew hendry   X.25 remove bkl i...
1716
  	.poll =		datagram_poll,
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1717
  	.ioctl =	x25_ioctl,
1b06e6ba2   Shaun Pereira   [X25]: ioctl conv...
1718
1719
1720
  #ifdef CONFIG_COMPAT
  	.compat_ioctl = compat_x25_ioctl,
  #endif
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1721
1722
1723
1724
1725
1726
1727
1728
1729
  	.listen =	x25_listen,
  	.shutdown =	sock_no_shutdown,
  	.setsockopt =	x25_setsockopt,
  	.getsockopt =	x25_getsockopt,
  	.sendmsg =	x25_sendmsg,
  	.recvmsg =	x25_recvmsg,
  	.mmap =		sock_no_mmap,
  	.sendpage =	sock_no_sendpage,
  };
7546dd97d   Stephen Hemminger   net: convert usag...
1730
  static struct packet_type x25_packet_type __read_mostly = {
09640e636   Harvey Harrison   net: replace uses...
1731
  	.type =	cpu_to_be16(ETH_P_X25),
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
  	.func =	x25_lapb_receive_frame,
  };
  
  static struct notifier_block x25_dev_notifier = {
  	.notifier_call = x25_device_event,
  };
  
  void x25_kill_by_neigh(struct x25_neigh *nb)
  {
  	struct sock *s;
  	struct hlist_node *node;
  
  	write_lock_bh(&x25_list_lock);
  
  	sk_for_each(s, node, &x25_list)
  		if (x25_sk(s)->neighbour == nb)
  			x25_disconnect(s, ENETUNREACH, 0, 0);
  
  	write_unlock_bh(&x25_list_lock);
95a9dc439   Andrew Hendry   [X.25]: Add call ...
1751
1752
1753
  
  	/* Remove any related forwards */
  	x25_clear_forward_by_dev(nb->dev);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1754
1755
1756
1757
1758
1759
1760
1761
  }
  
  static int __init x25_init(void)
  {
  	int rc = proto_register(&x25_proto, 0);
  
  	if (rc != 0)
  		goto out;
1fd975a05   andrew hendry   X25: Check for er...
1762
1763
1764
  	rc = sock_register(&x25_family_ops);
  	if (rc != 0)
  		goto out_proto;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1765
1766
  
  	dev_add_pack(&x25_packet_type);
1fd975a05   andrew hendry   X25: Check for er...
1767
1768
1769
  	rc = register_netdevice_notifier(&x25_dev_notifier);
  	if (rc != 0)
  		goto out_sock;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1770

a44562e4d   maximilian attems   [AX25]: Beautify ...
1771
1772
  	printk(KERN_INFO "X.25 for Linux Version 0.2
  ");
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1773

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1774
  	x25_register_sysctl();
1fd975a05   andrew hendry   X25: Check for er...
1775
1776
1777
  	rc = x25_proc_init();
  	if (rc != 0)
  		goto out_dev;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1778
1779
  out:
  	return rc;
1fd975a05   andrew hendry   X25: Check for er...
1780
1781
1782
1783
1784
1785
1786
  out_dev:
  	unregister_netdevice_notifier(&x25_dev_notifier);
  out_sock:
  	sock_unregister(AF_X25);
  out_proto:
  	proto_unregister(&x25_proto);
  	goto out;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1787
1788
1789
1790
1791
1792
1793
1794
  }
  module_init(x25_init);
  
  static void __exit x25_exit(void)
  {
  	x25_proc_exit();
  	x25_link_free();
  	x25_route_free();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1795
  	x25_unregister_sysctl();
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
  
  	unregister_netdevice_notifier(&x25_dev_notifier);
  
  	dev_remove_pack(&x25_packet_type);
  
  	sock_unregister(AF_X25);
  	proto_unregister(&x25_proto);
  }
  module_exit(x25_exit);
  
  MODULE_AUTHOR("Jonathan Naylor <g4klx@g4klx.demon.co.uk>");
  MODULE_DESCRIPTION("The X.25 Packet Layer network layer protocol");
  MODULE_LICENSE("GPL");
  MODULE_ALIAS_NETPROTO(PF_X25);