1
0
Fork 0
alistair23-linux/net/x25
Christoph Hellwig b5e5fa5e09 [NET]: Add a dev_ioctl() fallback to sock_ioctl()
Currently all network protocols need to call dev_ioctl as the default
fallback in their ioctl implementations.  This patch adds a fallback
to dev_ioctl to sock_ioctl if the protocol returned -ENOIOCTLCMD.
This way all the procotol ioctl handlers can be simplified and we don't
need to export dev_ioctl.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-03 14:18:33 -08:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_x25.c [NET]: Add a dev_ioctl() fallback to sock_ioctl() 2006-01-03 14:18:33 -08:00
sysctl_net_x25.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
x25_dev.c [NET]: Kill skb->real_dev 2005-08-29 15:32:25 -07:00
x25_facilities.c [X25]: Fast select with no restriction on response 2005-06-22 22:16:17 -07:00
x25_in.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
x25_link.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
x25_out.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
x25_proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
x25_route.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
x25_subr.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
x25_timer.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00