linux/net/netrom
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
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
af_netrom.c [NET]: Add a dev_ioctl() fallback to sock_ioctl() 2006-01-03 14:18:33 -08:00
nr_dev.c [AX.25]: Fix packet socket crash 2005-10-05 12:16:04 -07:00
nr_in.c [NETROM]: Fix three if-statements in nr_state1_machine() 2005-12-21 18:38:26 -08:00
nr_loopback.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
nr_out.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nr_route.c [AX25]: Make ax2asc thread-proof 2005-09-06 15:49:39 -07:00
nr_subr.c [NETROM]: Implement G8PZT Circuit reset for NET/ROM 2005-09-12 14:27:37 -07:00
nr_timer.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
sysctl_net_netrom.c [NETROM]: Implement G8PZT Circuit reset for NET/ROM 2005-09-12 14:27:37 -07:00