dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/802
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
..
Makefile
fc.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
fddi.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
hippi.c [NET]: Move hardware header operations out of netdevice. 2007-10-10 16:52:52 -07:00
p8022.c
p8023.c [NET]: Wrap netdevice hardware header creation. 2007-10-10 16:52:50 -07:00
psnap.c [SNAP]: Check packet length before reading 2007-08-21 20:58:13 -07:00
sysctl_net_802.c
tr.c [NET]: Convert init_timer into setup_timer 2008-01-28 14:53:35 -08:00