linux-stable/net/x25
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer
Many-many code in the kernel initialized the timer->function
and  timer->data together with calling init_timer(timer). There
is already a helper for this. Use it for networking code.

The patch is HUGE, but makes the code 130 lines shorter
(98 insertions(+), 228 deletions(-)).

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:53:35 -08:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile [X.25]: Add call forwarding 2007-02-08 13:34:02 -08:00
af_x25.c [NET]: Forget the zero_it argument of sk_alloc() 2007-11-01 00:39:31 -07:00
sysctl_net_x25.c [PATCH] sysctl: remove insert_at_head from register_sysctl 2007-02-14 08:09:59 -08:00
x25_dev.c [NET]: Make packet reception network namespace safe 2007-10-10 16:49:08 -07:00
x25_facilities.c [NET] X25: Fix whitespace errors. 2007-02-10 23:20:22 -08:00
x25_forward.c [X25]: Add missing x25_neigh_put 2008-01-04 00:47:02 -08:00
x25_in.c [SK_BUFF]: Some more conversions to skb_copy_from_linear_data 2007-04-25 22:28:30 -07:00
x25_link.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00
x25_out.c [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 2007-04-25 22:28:29 -07:00
x25_proc.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
x25_route.c [NET]: Make the device list and device lookups per namespace. 2007-10-10 16:49:10 -07:00
x25_subr.c [X25]: allow ITU-T DTE facilities for x25 2006-03-22 00:01:31 -08:00
x25_timer.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00