ddp.c (accba5f3965d6a9d1bf7c1e1a7995d17e9d521b6) ddp.c (113aa838ec3a235d883f8357d31d90e16c47fc89)
1/*
2 * DDP: An implementation of the AppleTalk DDP protocol for
3 * Ethernet 'ELAP'.
4 *
1/*
2 * DDP: An implementation of the AppleTalk DDP protocol for
3 * Ethernet 'ELAP'.
4 *
5 * Alan Cox <Alan.Cox@linux.org>
5 * Alan Cox <alan@lxorguk.ukuu.org.uk>
6 *
7 * With more than a little assistance from
8 *
9 * Wesley Craig <netatalk@umich.edu>
10 *
11 * Fixes:
12 * Neil Horman : Added missing device ioctls
13 * Michael Callahan : Made routing work

--- 1915 unchanged lines hidden (view full) ---

1929 dev_remove_pack(&ppptalk_packet_type);
1930 unregister_snap_client(ddp_dl);
1931 sock_unregister(PF_APPLETALK);
1932 proto_unregister(&ddp_proto);
1933}
1934module_exit(atalk_exit);
1935
1936MODULE_LICENSE("GPL");
6 *
7 * With more than a little assistance from
8 *
9 * Wesley Craig <netatalk@umich.edu>
10 *
11 * Fixes:
12 * Neil Horman : Added missing device ioctls
13 * Michael Callahan : Made routing work

--- 1915 unchanged lines hidden (view full) ---

1929 dev_remove_pack(&ppptalk_packet_type);
1930 unregister_snap_client(ddp_dl);
1931 sock_unregister(PF_APPLETALK);
1932 proto_unregister(&ddp_proto);
1933}
1934module_exit(atalk_exit);
1935
1936MODULE_LICENSE("GPL");
1937MODULE_AUTHOR("Alan Cox <Alan.Cox@linux.org>");
1937MODULE_AUTHOR("Alan Cox <alan@lxorguk.ukuu.org.uk>");
1938MODULE_DESCRIPTION("AppleTalk 0.20\n");
1939MODULE_ALIAS_NETPROTO(PF_APPLETALK);
1938MODULE_DESCRIPTION("AppleTalk 0.20\n");
1939MODULE_ALIAS_NETPROTO(PF_APPLETALK);