Commit 0b040829952d84bf2a62526f0e24b624e0699447
Committed by
David S. Miller
1 parent
573bf470e6
Exists in
master
and in
4 other branches
net: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 121 changed files with 0 additions and 254 deletions Side-by-side Diff
- include/linux/if_bridge.h
- include/linux/if_ppp.h
- include/linux/if_tun.h
- include/linux/ip6_tunnel.h
- include/linux/ppp-comp.h
- include/linux/ppp_defs.h
- include/linux/sunrpc/auth_gss.h
- include/linux/sunrpc/gss_api.h
- include/linux/sunrpc/svcauth_gss.h
- include/net/inetpeer.h
- include/net/ip6_tunnel.h
- include/net/ipconfig.h
- include/net/ipv6.h
- include/net/snmp.h
- net/bluetooth/bnep/bnep.h
- net/bluetooth/bnep/core.c
- net/bluetooth/bnep/netdev.c
- net/bluetooth/bnep/sock.c
- net/bluetooth/rfcomm/core.c
- net/bluetooth/rfcomm/sock.c
- net/bluetooth/rfcomm/tty.c
- net/bridge/br.c
- net/bridge/br_device.c
- net/bridge/br_fdb.c
- net/bridge/br_forward.c
- net/bridge/br_if.c
- net/bridge/br_input.c
- net/bridge/br_ioctl.c
- net/bridge/br_notify.c
- net/bridge/br_private.h
- net/bridge/br_private_stp.h
- net/bridge/br_stp.c
- net/bridge/br_stp_bpdu.c
- net/bridge/br_stp_if.c
- net/bridge/br_stp_timer.c
- net/core/skbuff.c
- net/core/sock.c
- net/ipv4/af_inet.c
- net/ipv4/arp.c
- net/ipv4/devinet.c
- net/ipv4/fib_frontend.c
- net/ipv4/fib_hash.c
- net/ipv4/fib_semantics.c
- net/ipv4/fib_trie.c
- net/ipv4/icmp.c
- net/ipv4/igmp.c
- net/ipv4/inet_diag.c
- net/ipv4/inetpeer.c
- net/ipv4/ip_forward.c
- net/ipv4/ip_fragment.c
- net/ipv4/ip_input.c
- net/ipv4/ip_options.c
- net/ipv4/ip_output.c
- net/ipv4/ip_sockglue.c
- net/ipv4/ipconfig.c
- net/ipv4/ipip.c
- net/ipv4/ipmr.c
- net/ipv4/ipvs/ip_vs_app.c
- net/ipv4/ipvs/ip_vs_conn.c
- net/ipv4/ipvs/ip_vs_core.c
- net/ipv4/ipvs/ip_vs_ctl.c
- net/ipv4/ipvs/ip_vs_dh.c
- net/ipv4/ipvs/ip_vs_est.c
- net/ipv4/ipvs/ip_vs_ftp.c
- net/ipv4/ipvs/ip_vs_lblc.c
- net/ipv4/ipvs/ip_vs_lblcr.c
- net/ipv4/ipvs/ip_vs_lc.c
- net/ipv4/ipvs/ip_vs_nq.c
- net/ipv4/ipvs/ip_vs_proto.c
- net/ipv4/ipvs/ip_vs_proto_ah.c
- net/ipv4/ipvs/ip_vs_proto_esp.c
- net/ipv4/ipvs/ip_vs_proto_tcp.c
- net/ipv4/ipvs/ip_vs_proto_udp.c
- net/ipv4/ipvs/ip_vs_rr.c
- net/ipv4/ipvs/ip_vs_sched.c
- net/ipv4/ipvs/ip_vs_sed.c
- net/ipv4/ipvs/ip_vs_sh.c
- net/ipv4/ipvs/ip_vs_sync.c
- net/ipv4/ipvs/ip_vs_wlc.c
- net/ipv4/ipvs/ip_vs_wrr.c
- net/ipv4/ipvs/ip_vs_xmit.c
- net/ipv4/proc.c
- net/ipv4/protocol.c
- net/ipv4/raw.c
- net/ipv4/route.c
- net/ipv4/syncookies.c
- net/ipv4/sysctl_net_ipv4.c
- net/ipv4/tcp.c
- net/ipv4/tcp_diag.c
- net/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c
- net/ipv4/tcp_minisocks.c
- net/ipv4/tcp_output.c
- net/ipv4/tcp_timer.c
- net/ipv4/udp.c
- net/ipv4/udplite.c
- net/ipv6/addrconf.c
- net/ipv6/af_inet6.c
- net/ipv6/datagram.c
- net/ipv6/exthdrs.c
- net/ipv6/icmp.c
- net/ipv6/ip6_fib.c
- net/ipv6/ip6_input.c
- net/ipv6/ip6_output.c
- net/ipv6/ip6_tunnel.c
- net/ipv6/ipv6_sockglue.c
- net/ipv6/mcast.c
- net/ipv6/proc.c
- net/ipv6/protocol.c
- net/ipv6/raw.c
- net/ipv6/reassembly.c
- net/ipv6/route.c
- net/ipv6/sit.c
- net/ipv6/tcp_ipv6.c
- net/ipv6/udp.c
- net/ipv6/udplite.c
- net/packet/af_packet.c
- net/sched/sch_htb.c
- net/sunrpc/auth_gss/auth_gss.c
- net/sysctl_net.c
- net/unix/af_unix.c
include/linux/if_bridge.h
... | ... | @@ -4,8 +4,6 @@ |
4 | 4 | * Authors: |
5 | 5 | * Lennert Buytenhek <buytenh@gnu.org> |
6 | 6 | * |
7 | - * $Id: if_bridge.h,v 1.1 2000/02/18 16:47:01 davem Exp $ | |
8 | - * | |
9 | 7 | * This program is free software; you can redistribute it and/or |
10 | 8 | * modify it under the terms of the GNU General Public License |
11 | 9 | * as published by the Free Software Foundation; either version |
include/linux/if_ppp.h
include/linux/if_tun.h
... | ... | @@ -11,8 +11,6 @@ |
11 | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | 13 | * GNU General Public License for more details. |
14 | - * | |
15 | - * $Id: if_tun.h,v 1.2 2001/06/01 18:39:47 davem Exp $ | |
16 | 14 | */ |
17 | 15 | |
18 | 16 | #ifndef __IF_TUN_H |
include/linux/ip6_tunnel.h
include/linux/ppp-comp.h
include/linux/ppp_defs.h
include/linux/sunrpc/auth_gss.h
include/linux/sunrpc/gss_api.h
include/linux/sunrpc/svcauth_gss.h
include/net/inetpeer.h
include/net/ip6_tunnel.h
include/net/ipconfig.h
include/net/ipv6.h
... | ... | @@ -4,8 +4,6 @@ |
4 | 4 | * Authors: |
5 | 5 | * Pedro Roque <roque@di.fc.ul.pt> |
6 | 6 | * |
7 | - * $Id: ipv6.h,v 1.1 2002/05/20 15:13:07 jgrimm Exp $ | |
8 | - * | |
9 | 7 | * This program is free software; you can redistribute it and/or |
10 | 8 | * modify it under the terms of the GNU General Public License |
11 | 9 | * as published by the Free Software Foundation; either version |
include/net/snmp.h
net/bluetooth/bnep/bnep.h
net/bluetooth/bnep/core.c
net/bluetooth/bnep/netdev.c
net/bluetooth/bnep/sock.c
net/bluetooth/rfcomm/core.c
net/bluetooth/rfcomm/sock.c
net/bluetooth/rfcomm/tty.c
net/bridge/br.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br.c,v 1.47 2001/12/24 00:56:41 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_device.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_device.c,v 1.6 2001/12/24 00:59:55 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_fdb.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_fdb.c,v 1.6 2002/01/17 00:57:07 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_forward.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_forward.c,v 1.4 2001/08/14 22:05:57 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_if.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_if.c,v 1.7 2001/12/24 00:59:55 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_input.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_input.c,v 1.10 2001/12/24 04:50:20 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_ioctl.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_ioctl.c,v 1.4 2000/11/08 05:16:40 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_notify.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_notify.c,v 1.2 2000/02/21 15:51:34 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_private.h
... | ... | @@ -4,8 +4,6 @@ |
4 | 4 | * Authors: |
5 | 5 | * Lennert Buytenhek <buytenh@gnu.org> |
6 | 6 | * |
7 | - * $Id: br_private.h,v 1.7 2001/12/24 00:59:55 davem Exp $ | |
8 | - * | |
9 | 7 | * This program is free software; you can redistribute it and/or |
10 | 8 | * modify it under the terms of the GNU General Public License |
11 | 9 | * as published by the Free Software Foundation; either version |
net/bridge/br_private_stp.h
... | ... | @@ -4,8 +4,6 @@ |
4 | 4 | * Authors: |
5 | 5 | * Lennert Buytenhek <buytenh@gnu.org> |
6 | 6 | * |
7 | - * $Id: br_private_stp.h,v 1.3 2001/02/05 06:03:47 davem Exp $ | |
8 | - * | |
9 | 7 | * This program is free software; you can redistribute it and/or |
10 | 8 | * modify it under the terms of the GNU General Public License |
11 | 9 | * as published by the Free Software Foundation; either version |
net/bridge/br_stp.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_stp.c,v 1.4 2000/06/19 10:13:35 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_stp_bpdu.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_stp_bpdu.c,v 1.3 2001/11/10 02:35:25 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_stp_if.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_stp_if.c,v 1.4 2001/04/14 21:14:39 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/bridge/br_stp_timer.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Lennert Buytenhek <buytenh@gnu.org> |
7 | 7 | * |
8 | - * $Id: br_stp_timer.c,v 1.3 2000/05/05 02:17:17 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/core/skbuff.c
net/core/sock.c
... | ... | @@ -7,8 +7,6 @@ |
7 | 7 | * handler for protocols to use and generic option handler. |
8 | 8 | * |
9 | 9 | * |
10 | - * Version: $Id: sock.c,v 1.117 2002/02/01 22:01:03 davem Exp $ | |
11 | - * | |
12 | 10 | * Authors: Ross Biro |
13 | 11 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
14 | 12 | * Florian La Roche, <flla@stud.uni-sb.de> |
net/ipv4/af_inet.c
net/ipv4/arp.c
net/ipv4/devinet.c
1 | 1 | /* |
2 | 2 | * NET3 IP device support routines. |
3 | 3 | * |
4 | - * Version: $Id: devinet.c,v 1.44 2001/10/31 21:55:54 davem Exp $ | |
5 | - * | |
6 | 4 | * This program is free software; you can redistribute it and/or |
7 | 5 | * modify it under the terms of the GNU General Public License |
8 | 6 | * as published by the Free Software Foundation; either version |
net/ipv4/fib_frontend.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * IPv4 Forwarding Information Base: FIB frontend. |
7 | 7 | * |
8 | - * Version: $Id: fib_frontend.c,v 1.26 2001/10/31 21:55:54 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
11 | 9 | * |
12 | 10 | * This program is free software; you can redistribute it and/or |
net/ipv4/fib_hash.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * IPv4 FIB: lookup engine and maintenance routines. |
7 | 7 | * |
8 | - * Version: $Id: fib_hash.c,v 1.13 2001/10/31 21:55:54 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
11 | 9 | * |
12 | 10 | * This program is free software; you can redistribute it and/or |
net/ipv4/fib_semantics.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * IPv4 Forwarding Information Base: semantics. |
7 | 7 | * |
8 | - * Version: $Id: fib_semantics.c,v 1.19 2002/01/12 07:54:56 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru> |
11 | 9 | * |
12 | 10 | * This program is free software; you can redistribute it and/or |
net/ipv4/fib_trie.c
... | ... | @@ -22,8 +22,6 @@ |
22 | 22 | * IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson |
23 | 23 | * IEEE Journal on Selected Areas in Communications, 17(6):1083-1092, June 1999 |
24 | 24 | * |
25 | - * Version: $Id: fib_trie.c,v 1.3 2005/06/08 14:20:01 robert Exp $ | |
26 | - * | |
27 | 25 | * |
28 | 26 | * Code from fib_hash has been reused which includes the following header: |
29 | 27 | * |
net/ipv4/icmp.c
... | ... | @@ -3,8 +3,6 @@ |
3 | 3 | * |
4 | 4 | * Alan Cox, <alan@redhat.com> |
5 | 5 | * |
6 | - * Version: $Id: icmp.c,v 1.85 2002/02/01 22:01:03 davem Exp $ | |
7 | - * | |
8 | 6 | * This program is free software; you can redistribute it and/or |
9 | 7 | * modify it under the terms of the GNU General Public License |
10 | 8 | * as published by the Free Software Foundation; either version |
net/ipv4/igmp.c
net/ipv4/inet_diag.c
net/ipv4/inetpeer.c
net/ipv4/ip_forward.c
net/ipv4/ip_fragment.c
net/ipv4/ip_input.c
net/ipv4/ip_options.c
net/ipv4/ip_output.c
net/ipv4/ip_sockglue.c
net/ipv4/ipconfig.c
net/ipv4/ipip.c
net/ipv4/ipmr.c
... | ... | @@ -9,8 +9,6 @@ |
9 | 9 | * as published by the Free Software Foundation; either version |
10 | 10 | * 2 of the License, or (at your option) any later version. |
11 | 11 | * |
12 | - * Version: $Id: ipmr.c,v 1.65 2001/10/31 21:55:54 davem Exp $ | |
13 | - * | |
14 | 12 | * Fixes: |
15 | 13 | * Michael Chastain : Incorrect size of copying. |
16 | 14 | * Alan Cox : Added the cache manager code |
net/ipv4/ipvs/ip_vs_app.c
net/ipv4/ipvs/ip_vs_conn.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * high-performance and highly available server based on a |
6 | 6 | * cluster of servers. |
7 | 7 | * |
8 | - * Version: $Id: ip_vs_conn.c,v 1.31 2003/04/18 09:03:16 wensong Exp $ | |
9 | - * | |
10 | 8 | * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> |
11 | 9 | * Peter Kese <peter.kese@ijs.si> |
12 | 10 | * Julian Anastasov <ja@ssi.bg> |
net/ipv4/ipvs/ip_vs_core.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * high-performance and highly available server based on a |
6 | 6 | * cluster of servers. |
7 | 7 | * |
8 | - * Version: $Id: ip_vs_core.c,v 1.34 2003/05/10 03:05:23 wensong Exp $ | |
9 | - * | |
10 | 8 | * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> |
11 | 9 | * Peter Kese <peter.kese@ijs.si> |
12 | 10 | * Julian Anastasov <ja@ssi.bg> |
net/ipv4/ipvs/ip_vs_ctl.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * high-performance and highly available server based on a |
6 | 6 | * cluster of servers. |
7 | 7 | * |
8 | - * Version: $Id: ip_vs_ctl.c,v 1.36 2003/06/08 09:31:19 wensong Exp $ | |
9 | - * | |
10 | 8 | * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> |
11 | 9 | * Peter Kese <peter.kese@ijs.si> |
12 | 10 | * Julian Anastasov <ja@ssi.bg> |
net/ipv4/ipvs/ip_vs_dh.c
net/ipv4/ipvs/ip_vs_est.c
net/ipv4/ipvs/ip_vs_ftp.c
net/ipv4/ipvs/ip_vs_lblc.c
net/ipv4/ipvs/ip_vs_lblcr.c
net/ipv4/ipvs/ip_vs_lc.c
net/ipv4/ipvs/ip_vs_nq.c
net/ipv4/ipvs/ip_vs_proto.c
net/ipv4/ipvs/ip_vs_proto_ah.c
net/ipv4/ipvs/ip_vs_proto_esp.c
net/ipv4/ipvs/ip_vs_proto_tcp.c
net/ipv4/ipvs/ip_vs_proto_udp.c
net/ipv4/ipvs/ip_vs_rr.c
net/ipv4/ipvs/ip_vs_sched.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * high-performance and highly available server based on a |
6 | 6 | * cluster of servers. |
7 | 7 | * |
8 | - * Version: $Id: ip_vs_sched.c,v 1.13 2003/05/10 03:05:23 wensong Exp $ | |
9 | - * | |
10 | 8 | * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> |
11 | 9 | * Peter Kese <peter.kese@ijs.si> |
12 | 10 | * |
net/ipv4/ipvs/ip_vs_sed.c
net/ipv4/ipvs/ip_vs_sh.c
net/ipv4/ipvs/ip_vs_sync.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * high-performance and highly available server based on a |
6 | 6 | * cluster of servers. |
7 | 7 | * |
8 | - * Version: $Id: ip_vs_sync.c,v 1.13 2003/06/08 09:31:19 wensong Exp $ | |
9 | - * | |
10 | 8 | * Authors: Wensong Zhang <wensong@linuxvirtualserver.org> |
11 | 9 | * |
12 | 10 | * ip_vs_sync: sync connection info from master load balancer to backups |
net/ipv4/ipvs/ip_vs_wlc.c
net/ipv4/ipvs/ip_vs_wrr.c
net/ipv4/ipvs/ip_vs_xmit.c
net/ipv4/proc.c
... | ... | @@ -7,8 +7,6 @@ |
7 | 7 | * PROC file system. It is mainly used for debugging and |
8 | 8 | * statistics. |
9 | 9 | * |
10 | - * Version: $Id: proc.c,v 1.45 2001/05/16 16:45:35 davem Exp $ | |
11 | - * | |
12 | 10 | * Authors: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
13 | 11 | * Gerald J. Heim, <heim@peanuts.informatik.uni-tuebingen.de> |
14 | 12 | * Fred Baumgarten, <dc6iq@insu1.etec.uni-karlsruhe.de> |
net/ipv4/protocol.c
net/ipv4/raw.c
net/ipv4/route.c
net/ipv4/syncookies.c
... | ... | @@ -8,8 +8,6 @@ |
8 | 8 | * modify it under the terms of the GNU General Public License |
9 | 9 | * as published by the Free Software Foundation; either version |
10 | 10 | * 2 of the License, or (at your option) any later version. |
11 | - * | |
12 | - * $Id: syncookies.c,v 1.18 2002/02/01 22:01:04 davem Exp $ | |
13 | 11 | */ |
14 | 12 | |
15 | 13 | #include <linux/tcp.h> |
net/ipv4/sysctl_net_ipv4.c
net/ipv4/tcp.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * Implementation of the Transmission Control Protocol(TCP). |
7 | 7 | * |
8 | - * Version: $Id: tcp.c,v 1.216 2002/02/01 22:01:04 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Ross Biro |
11 | 9 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | 10 | * Mark Evans, <evansmp@uhura.aston.ac.uk> |
net/ipv4/tcp_diag.c
net/ipv4/tcp_input.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * Implementation of the Transmission Control Protocol(TCP). |
7 | 7 | * |
8 | - * Version: $Id: tcp_input.c,v 1.243 2002/02/01 22:01:04 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Ross Biro |
11 | 9 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | 10 | * Mark Evans, <evansmp@uhura.aston.ac.uk> |
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_minisocks.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * Implementation of the Transmission Control Protocol(TCP). |
7 | 7 | * |
8 | - * Version: $Id: tcp_minisocks.c,v 1.15 2002/02/01 22:01:04 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Ross Biro |
11 | 9 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | 10 | * Mark Evans, <evansmp@uhura.aston.ac.uk> |
net/ipv4/tcp_output.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * Implementation of the Transmission Control Protocol(TCP). |
7 | 7 | * |
8 | - * Version: $Id: tcp_output.c,v 1.146 2002/02/01 22:01:04 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Ross Biro |
11 | 9 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | 10 | * Mark Evans, <evansmp@uhura.aston.ac.uk> |
net/ipv4/tcp_timer.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * |
6 | 6 | * Implementation of the Transmission Control Protocol(TCP). |
7 | 7 | * |
8 | - * Version: $Id: tcp_timer.c,v 1.88 2002/02/01 22:01:04 davem Exp $ | |
9 | - * | |
10 | 8 | * Authors: Ross Biro |
11 | 9 | * Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG> |
12 | 10 | * Mark Evans, <evansmp@uhura.aston.ac.uk> |
net/ipv4/udp.c
net/ipv4/udplite.c
net/ipv6/addrconf.c
... | ... | @@ -6,8 +6,6 @@ |
6 | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | 7 | * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
8 | 8 | * |
9 | - * $Id: addrconf.c,v 1.69 2001/10/31 21:55:54 davem Exp $ | |
10 | - * | |
11 | 9 | * This program is free software; you can redistribute it and/or |
12 | 10 | * modify it under the terms of the GNU General Public License |
13 | 11 | * as published by the Free Software Foundation; either version |
net/ipv6/af_inet6.c
net/ipv6/datagram.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | 7 | * |
8 | - * $Id: datagram.c,v 1.24 2002/02/01 22:01:04 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/ipv6/exthdrs.c
... | ... | @@ -7,8 +7,6 @@ |
7 | 7 | * Andi Kleen <ak@muc.de> |
8 | 8 | * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
9 | 9 | * |
10 | - * $Id: exthdrs.c,v 1.13 2001/06/19 15:58:56 davem Exp $ | |
11 | - * | |
12 | 10 | * This program is free software; you can redistribute it and/or |
13 | 11 | * modify it under the terms of the GNU General Public License |
14 | 12 | * as published by the Free Software Foundation; either version |
net/ipv6/icmp.c
net/ipv6/ip6_fib.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | 7 | * |
8 | - * $Id: ip6_fib.c,v 1.25 2001/10/31 21:55:55 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/ipv6/ip6_input.c
... | ... | @@ -6,8 +6,6 @@ |
6 | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | 7 | * Ian P. Morris <I.P.Morris@soton.ac.uk> |
8 | 8 | * |
9 | - * $Id: ip6_input.c,v 1.19 2000/12/13 18:31:50 davem Exp $ | |
10 | - * | |
11 | 9 | * Based in linux/net/ipv4/ip_input.c |
12 | 10 | * |
13 | 11 | * This program is free software; you can redistribute it and/or |
net/ipv6/ip6_output.c
net/ipv6/ip6_tunnel.c
net/ipv6/ipv6_sockglue.c
... | ... | @@ -7,8 +7,6 @@ |
7 | 7 | * |
8 | 8 | * Based on linux/net/ipv4/ip_sockglue.c |
9 | 9 | * |
10 | - * $Id: ipv6_sockglue.c,v 1.41 2002/02/01 22:01:04 davem Exp $ | |
11 | - * | |
12 | 10 | * This program is free software; you can redistribute it and/or |
13 | 11 | * modify it under the terms of the GNU General Public License |
14 | 12 | * as published by the Free Software Foundation; either version |
net/ipv6/mcast.c
net/ipv6/proc.c
... | ... | @@ -7,8 +7,6 @@ |
7 | 7 | * PROC file system. This is very similar to the IPv4 version, |
8 | 8 | * except it reports the sockets in the INET6 address family. |
9 | 9 | * |
10 | - * Version: $Id: proc.c,v 1.17 2002/02/01 22:01:04 davem Exp $ | |
11 | - * | |
12 | 10 | * Authors: David S. Miller (davem@caip.rutgers.edu) |
13 | 11 | * YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> |
14 | 12 | * |
net/ipv6/protocol.c
net/ipv6/raw.c
net/ipv6/reassembly.c
net/ipv6/route.c
... | ... | @@ -5,8 +5,6 @@ |
5 | 5 | * Authors: |
6 | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | 7 | * |
8 | - * $Id: route.c,v 1.56 2001/10/31 21:55:55 davem Exp $ | |
9 | - * | |
10 | 8 | * This program is free software; you can redistribute it and/or |
11 | 9 | * modify it under the terms of the GNU General Public License |
12 | 10 | * as published by the Free Software Foundation; either version |
net/ipv6/sit.c
... | ... | @@ -6,8 +6,6 @@ |
6 | 6 | * Pedro Roque <roque@di.fc.ul.pt> |
7 | 7 | * Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
8 | 8 | * |
9 | - * $Id: sit.c,v 1.53 2001/09/25 05:09:53 davem Exp $ | |
10 | - * | |
11 | 9 | * This program is free software; you can redistribute it and/or |
12 | 10 | * modify it under the terms of the GNU General Public License |
13 | 11 | * as published by the Free Software Foundation; either version |
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/ipv6/udplite.c
net/packet/af_packet.c
net/sched/sch_htb.c
net/sunrpc/auth_gss/auth_gss.c
net/sysctl_net.c
... | ... | @@ -4,7 +4,6 @@ |
4 | 4 | * Begun April 1, 1996, Mike Shaver. |
5 | 5 | * Added /proc/sys/net directories for each protocol family. [MS] |
6 | 6 | * |
7 | - * $Log: sysctl_net.c,v $ | |
8 | 7 | * Revision 1.2 1996/05/08 20:24:40 shaver |
9 | 8 | * Added bits for NET_BRIDGE and the NET_IPV4_ARP stuff and |
10 | 9 | * NET_IPV4_IP_FORWARD. |
net/unix/af_unix.c
... | ... | @@ -8,8 +8,6 @@ |
8 | 8 | * as published by the Free Software Foundation; either version |
9 | 9 | * 2 of the License, or (at your option) any later version. |
10 | 10 | * |
11 | - * Version: $Id: af_unix.c,v 1.133 2002/02/08 03:57:19 davem Exp $ | |
12 | - * | |
13 | 11 | * Fixes: |
14 | 12 | * Linus Torvalds : Assorted bug cures. |
15 | 13 | * Niibe Yutaka : async I/O support. |