diff --git a/[refs] b/[refs] index a7f39616cb44..c60ad2458e63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4c3c0753594adaafbcb77a086f013f1d847b3f0 +refs/heads/master: 9cba632e24ef18e2905c18997a8f24e8d7a29e71 diff --git a/trunk/drivers/net/irda/donauboe.c b/trunk/drivers/net/irda/donauboe.c index 34ad189fff67..1257e1a7e819 100644 --- a/trunk/drivers/net/irda/donauboe.c +++ b/trunk/drivers/net/irda/donauboe.c @@ -49,6 +49,10 @@ /* Look at toshoboe.h (currently in include/net/irda) for details of */ /* Where to get documentation on the chip */ + +static char *rcsid = + "$Id: donauboe.c V2.18 ven jan 10 03:14:16 2003$"; + /* See below for a description of the logic in this driver */ /* User servicable parts */ @@ -1673,7 +1677,7 @@ toshoboe_open (struct pci_dev *pci_dev, const struct pci_device_id *pdid) pci_set_drvdata(pci_dev,self); - printk (KERN_INFO DRIVER_NAME ": Using multiple tasks\n"); + printk (KERN_INFO DRIVER_NAME ": Using multiple tasks, version %s\n", rcsid); return 0; diff --git a/trunk/drivers/net/irda/smsc-ircc2.c b/trunk/drivers/net/irda/smsc-ircc2.c index 78dc8e7837f0..cfe0194fef71 100644 --- a/trunk/drivers/net/irda/smsc-ircc2.c +++ b/trunk/drivers/net/irda/smsc-ircc2.c @@ -1,4 +1,5 @@ /********************************************************************* + * $Id: smsc-ircc2.c,v 1.19.2.5 2002/10/27 11:34:26 dip Exp $ * * Description: Driver for the SMC Infrared Communications Controller * Status: Experimental. diff --git a/trunk/drivers/net/irda/smsc-ircc2.h b/trunk/drivers/net/irda/smsc-ircc2.h index 317b7fd69bb3..0c36286d87f7 100644 --- a/trunk/drivers/net/irda/smsc-ircc2.h +++ b/trunk/drivers/net/irda/smsc-ircc2.h @@ -1,4 +1,5 @@ /********************************************************************* + * $Id: smsc-ircc2.h,v 1.12.2.1 2002/10/27 10:52:37 dip Exp $ * * Description: Definitions for the SMC IrCC chipset * Status: Experimental. diff --git a/trunk/include/linux/if_bridge.h b/trunk/include/linux/if_bridge.h index 6badb3e2c4e4..950e13d09e06 100644 --- a/trunk/include/linux/if_bridge.h +++ b/trunk/include/linux/if_bridge.h @@ -4,6 +4,8 @@ * Authors: * Lennert Buytenhek * + * $Id: if_bridge.h,v 1.1 2000/02/18 16:47:01 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/include/linux/if_ppp.h b/trunk/include/linux/if_ppp.h index c3b1f8562709..0f2f70d4e48c 100644 --- a/trunk/include/linux/if_ppp.h +++ b/trunk/include/linux/if_ppp.h @@ -1,3 +1,5 @@ +/* $Id: if_ppp.h,v 1.21 2000/03/27 06:03:36 paulus Exp $ */ + /* * if_ppp.h - Point-to-Point Protocol definitions. * diff --git a/trunk/include/linux/if_tun.h b/trunk/include/linux/if_tun.h index 18f31b6187a3..8c71fe2fb1f5 100644 --- a/trunk/include/linux/if_tun.h +++ b/trunk/include/linux/if_tun.h @@ -11,6 +11,8 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. + * + * $Id: if_tun.h,v 1.2 2001/06/01 18:39:47 davem Exp $ */ #ifndef __IF_TUN_H diff --git a/trunk/include/linux/ip6_tunnel.h b/trunk/include/linux/ip6_tunnel.h index 1e7cc4af40de..af3f4a70f3df 100644 --- a/trunk/include/linux/ip6_tunnel.h +++ b/trunk/include/linux/ip6_tunnel.h @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #ifndef _IP6_TUNNEL_H #define _IP6_TUNNEL_H diff --git a/trunk/include/linux/ppp-comp.h b/trunk/include/linux/ppp-comp.h index b8d4ddd22736..e86a7a5cf355 100644 --- a/trunk/include/linux/ppp-comp.h +++ b/trunk/include/linux/ppp-comp.h @@ -23,6 +23,8 @@ * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. + * + * $Id: ppp-comp.h,v 1.6 1997/11/27 06:04:44 paulus Exp $ */ /* diff --git a/trunk/include/linux/ppp_defs.h b/trunk/include/linux/ppp_defs.h index 6e8adc77522c..c6b13ff85028 100644 --- a/trunk/include/linux/ppp_defs.h +++ b/trunk/include/linux/ppp_defs.h @@ -1,3 +1,5 @@ +/* $Id: ppp_defs.h,v 1.2 1994/09/21 01:31:06 paulus Exp $ */ + /* * ppp_defs.h - PPP definitions. * diff --git a/trunk/include/linux/sunrpc/auth_gss.h b/trunk/include/linux/sunrpc/auth_gss.h index d48d4e605f74..fec6899bf355 100644 --- a/trunk/include/linux/sunrpc/auth_gss.h +++ b/trunk/include/linux/sunrpc/auth_gss.h @@ -7,6 +7,8 @@ * Andy Adamson * Bruce Fields * Copyright (c) 2000 The Regents of the University of Michigan + * + * $Id$ */ #ifndef _LINUX_SUNRPC_AUTH_GSS_H diff --git a/trunk/include/linux/sunrpc/gss_api.h b/trunk/include/linux/sunrpc/gss_api.h index 03f33330ece2..459c5fc11d51 100644 --- a/trunk/include/linux/sunrpc/gss_api.h +++ b/trunk/include/linux/sunrpc/gss_api.h @@ -7,6 +7,8 @@ * Andy Adamson * Bruce Fields * Copyright (c) 2000 The Regents of the University of Michigan + * + * $Id$ */ #ifndef _LINUX_SUNRPC_GSS_API_H diff --git a/trunk/include/linux/sunrpc/svcauth_gss.h b/trunk/include/linux/sunrpc/svcauth_gss.h index c9165d9771a8..417a1def56db 100644 --- a/trunk/include/linux/sunrpc/svcauth_gss.h +++ b/trunk/include/linux/sunrpc/svcauth_gss.h @@ -3,6 +3,9 @@ * * Bruce Fields * Copyright (c) 2002 The Regents of the Unviersity of Michigan + * + * $Id$ + * */ #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H diff --git a/trunk/include/net/inetpeer.h b/trunk/include/net/inetpeer.h index 15e1f8fe4c1f..ad8404b56113 100644 --- a/trunk/include/net/inetpeer.h +++ b/trunk/include/net/inetpeer.h @@ -1,6 +1,8 @@ /* * INETPEER - A storage for permanent information about peers * + * Version: $Id: inetpeer.h,v 1.2 2002/01/12 07:54:56 davem Exp $ + * * Authors: Andrey V. Savochkin */ diff --git a/trunk/include/net/ip6_tunnel.h b/trunk/include/net/ip6_tunnel.h index 83b4e008b16d..3780592ebe8e 100644 --- a/trunk/include/net/ip6_tunnel.h +++ b/trunk/include/net/ip6_tunnel.h @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #ifndef _NET_IP6_TUNNEL_H #define _NET_IP6_TUNNEL_H diff --git a/trunk/include/net/ipconfig.h b/trunk/include/net/ipconfig.h index c74cc1bd5a02..3924d7d2cb11 100644 --- a/trunk/include/net/ipconfig.h +++ b/trunk/include/net/ipconfig.h @@ -1,4 +1,6 @@ /* + * $Id: ipconfig.h,v 1.4 2001/04/30 04:51:46 davem Exp $ + * * Copyright (C) 1997 Martin Mares * * Automatic IP Layer Configuration diff --git a/trunk/include/net/ipv6.h b/trunk/include/net/ipv6.h index 7f7db8d57934..e0a612bc9c4e 100644 --- a/trunk/include/net/ipv6.h +++ b/trunk/include/net/ipv6.h @@ -4,6 +4,8 @@ * Authors: * Pedro Roque * + * $Id: ipv6.h,v 1.1 2002/05/20 15:13:07 jgrimm Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/include/net/snmp.h b/trunk/include/net/snmp.h index 57c93628695f..ce2f48507510 100644 --- a/trunk/include/net/snmp.h +++ b/trunk/include/net/snmp.h @@ -14,6 +14,8 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * + * $Id: snmp.h,v 1.19 2001/06/14 13:40:46 davem Exp $ + * */ #ifndef _SNMP_H diff --git a/trunk/net/bluetooth/bnep/bnep.h b/trunk/net/bluetooth/bnep/bnep.h index b69bf4e7c48b..e69244dd8de8 100644 --- a/trunk/net/bluetooth/bnep/bnep.h +++ b/trunk/net/bluetooth/bnep/bnep.h @@ -16,6 +16,10 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/* + * $Id: bnep.h,v 1.5 2002/08/04 21:23:58 maxk Exp $ + */ + #ifndef _BNEP_H #define _BNEP_H diff --git a/trunk/net/bluetooth/bnep/core.c b/trunk/net/bluetooth/bnep/core.c index 1d98a1b80da7..f85d94643aaf 100644 --- a/trunk/net/bluetooth/bnep/core.c +++ b/trunk/net/bluetooth/bnep/core.c @@ -25,6 +25,10 @@ SOFTWARE IS DISCLAIMED. */ +/* + * $Id: core.c,v 1.20 2002/08/04 21:23:58 maxk Exp $ + */ + #include #include diff --git a/trunk/net/bluetooth/bnep/netdev.c b/trunk/net/bluetooth/bnep/netdev.c index d9fa0ab2c87f..95e3837e4312 100644 --- a/trunk/net/bluetooth/bnep/netdev.c +++ b/trunk/net/bluetooth/bnep/netdev.c @@ -25,6 +25,10 @@ SOFTWARE IS DISCLAIMED. */ +/* + * $Id: netdev.c,v 1.8 2002/08/04 21:23:58 maxk Exp $ + */ + #include #include diff --git a/trunk/net/bluetooth/bnep/sock.c b/trunk/net/bluetooth/bnep/sock.c index 8ffb57f2303a..201e5b1ce473 100644 --- a/trunk/net/bluetooth/bnep/sock.c +++ b/trunk/net/bluetooth/bnep/sock.c @@ -24,6 +24,10 @@ SOFTWARE IS DISCLAIMED. */ +/* + * $Id: sock.c,v 1.4 2002/08/04 21:23:58 maxk Exp $ + */ + #include #include diff --git a/trunk/net/bluetooth/rfcomm/core.c b/trunk/net/bluetooth/rfcomm/core.c index b4fb84e398e5..0c2c93735e93 100644 --- a/trunk/net/bluetooth/rfcomm/core.c +++ b/trunk/net/bluetooth/rfcomm/core.c @@ -23,6 +23,8 @@ /* * Bluetooth RFCOMM core. + * + * $Id: core.c,v 1.42 2002/10/01 23:26:25 maxk Exp $ */ #include diff --git a/trunk/net/bluetooth/rfcomm/sock.c b/trunk/net/bluetooth/rfcomm/sock.c index c9054487670a..5083adcbfae5 100644 --- a/trunk/net/bluetooth/rfcomm/sock.c +++ b/trunk/net/bluetooth/rfcomm/sock.c @@ -23,6 +23,8 @@ /* * RFCOMM sockets. + * + * $Id: sock.c,v 1.24 2002/10/03 01:00:34 maxk Exp $ */ #include diff --git a/trunk/net/bluetooth/rfcomm/tty.c b/trunk/net/bluetooth/rfcomm/tty.c index be84f4fc1477..c9191871c1e0 100644 --- a/trunk/net/bluetooth/rfcomm/tty.c +++ b/trunk/net/bluetooth/rfcomm/tty.c @@ -23,6 +23,8 @@ /* * RFCOMM TTY. + * + * $Id: tty.c,v 1.24 2002/10/03 01:54:38 holtmann Exp $ */ #include diff --git a/trunk/net/bridge/br.c b/trunk/net/bridge/br.c index cede010f4ddd..8f3c58e5f7a5 100644 --- a/trunk/net/bridge/br.c +++ b/trunk/net/bridge/br.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br.c,v 1.47 2001/12/24 00:56:41 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_device.c b/trunk/net/bridge/br_device.c index a6ffc6c2a69f..626c7795ae30 100644 --- a/trunk/net/bridge/br_device.c +++ b/trunk/net/bridge/br_device.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_device.c,v 1.6 2001/12/24 00:59:55 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_fdb.c b/trunk/net/bridge/br_fdb.c index 4de74cdd091d..72c5976a5ce3 100644 --- a/trunk/net/bridge/br_fdb.c +++ b/trunk/net/bridge/br_fdb.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_fdb.c,v 1.6 2002/01/17 00:57:07 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_forward.c b/trunk/net/bridge/br_forward.c index 512645727f51..a4711674b3df 100644 --- a/trunk/net/bridge/br_forward.c +++ b/trunk/net/bridge/br_forward.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_forward.c,v 1.4 2001/08/14 22:05:57 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_if.c b/trunk/net/bridge/br_if.c index 143c954681b8..c2397f503b0f 100644 --- a/trunk/net/bridge/br_if.c +++ b/trunk/net/bridge/br_if.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_if.c,v 1.7 2001/12/24 00:59:55 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_input.c b/trunk/net/bridge/br_input.c index 0145e9416714..fa0f5711a996 100644 --- a/trunk/net/bridge/br_input.c +++ b/trunk/net/bridge/br_input.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_input.c,v 1.10 2001/12/24 04:50:20 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_ioctl.c b/trunk/net/bridge/br_ioctl.c index eeee218eed80..0655a5f07f58 100644 --- a/trunk/net/bridge/br_ioctl.c +++ b/trunk/net/bridge/br_ioctl.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_ioctl.c,v 1.4 2000/11/08 05:16:40 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_notify.c b/trunk/net/bridge/br_notify.c index 88d8ec7b3142..00644a544e3c 100644 --- a/trunk/net/bridge/br_notify.c +++ b/trunk/net/bridge/br_notify.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_notify.c,v 1.2 2000/02/21 15:51:34 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_private.h b/trunk/net/bridge/br_private.h index 83ff5861c2d2..0243cb489edd 100644 --- a/trunk/net/bridge/br_private.h +++ b/trunk/net/bridge/br_private.h @@ -4,6 +4,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_private.h,v 1.7 2001/12/24 00:59:55 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_private_stp.h b/trunk/net/bridge/br_private_stp.h index 8b650f7fbfa0..e29f01ac1adf 100644 --- a/trunk/net/bridge/br_private_stp.h +++ b/trunk/net/bridge/br_private_stp.h @@ -4,6 +4,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_private_stp.h,v 1.3 2001/02/05 06:03:47 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_stp.c b/trunk/net/bridge/br_stp.c index 284d1b2fa1ff..e38034aa56f5 100644 --- a/trunk/net/bridge/br_stp.c +++ b/trunk/net/bridge/br_stp.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_stp.c,v 1.4 2000/06/19 10:13:35 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_stp_bpdu.c b/trunk/net/bridge/br_stp_bpdu.c index 9dc2de656965..ddeb6e5d45d6 100644 --- a/trunk/net/bridge/br_stp_bpdu.c +++ b/trunk/net/bridge/br_stp_bpdu.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_stp_bpdu.c,v 1.3 2001/11/10 02:35:25 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_stp_if.c b/trunk/net/bridge/br_stp_if.c index 1a4e5c37a0cf..1a430eccec9b 100644 --- a/trunk/net/bridge/br_stp_if.c +++ b/trunk/net/bridge/br_stp_if.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_stp_if.c,v 1.4 2001/04/14 21:14:39 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/bridge/br_stp_timer.c b/trunk/net/bridge/br_stp_timer.c index 772a140bfdf0..77f5255e6915 100644 --- a/trunk/net/bridge/br_stp_timer.c +++ b/trunk/net/bridge/br_stp_timer.c @@ -5,6 +5,8 @@ * Authors: * Lennert Buytenhek * + * $Id: br_stp_timer.c,v 1.3 2000/05/05 02:17:17 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/core/skbuff.c b/trunk/net/core/skbuff.c index 3e18f8525e82..1e556d312117 100644 --- a/trunk/net/core/skbuff.c +++ b/trunk/net/core/skbuff.c @@ -4,6 +4,8 @@ * Authors: Alan Cox * Florian La Roche * + * Version: $Id: skbuff.c,v 1.90 2001/11/07 05:56:19 davem Exp $ + * * Fixes: * Alan Cox : Fixed the worst of the load * balancer bugs. diff --git a/trunk/net/core/sock.c b/trunk/net/core/sock.c index 3879bf65897e..88094cb09c06 100644 --- a/trunk/net/core/sock.c +++ b/trunk/net/core/sock.c @@ -7,6 +7,8 @@ * handler for protocols to use and generic option handler. * * + * Version: $Id: sock.c,v 1.117 2002/02/01 22:01:03 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Florian La Roche, diff --git a/trunk/net/ipv4/af_inet.c b/trunk/net/ipv4/af_inet.c index 42bd24b64b57..24eca23c2db3 100644 --- a/trunk/net/ipv4/af_inet.c +++ b/trunk/net/ipv4/af_inet.c @@ -5,6 +5,8 @@ * * PF_INET protocol family socket handler. * + * Version: $Id: af_inet.c,v 1.137 2002/02/01 22:01:03 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Florian La Roche, diff --git a/trunk/net/ipv4/arp.c b/trunk/net/ipv4/arp.c index 20c515a1be28..9b539fa9fe18 100644 --- a/trunk/net/ipv4/arp.c +++ b/trunk/net/ipv4/arp.c @@ -1,4 +1,6 @@ /* linux/net/ipv4/arp.c + * + * Version: $Id: arp.c,v 1.99 2001/08/30 22:55:42 davem Exp $ * * Copyright (C) 1994 by Florian La Roche * diff --git a/trunk/net/ipv4/devinet.c b/trunk/net/ipv4/devinet.c index f8c0b0aea93a..61011e1d580e 100644 --- a/trunk/net/ipv4/devinet.c +++ b/trunk/net/ipv4/devinet.c @@ -1,6 +1,8 @@ /* * NET3 IP device support routines. * + * Version: $Id: devinet.c,v 1.44 2001/10/31 21:55:54 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv4/fib_frontend.c b/trunk/net/ipv4/fib_frontend.c index 5ad01d63f83b..0b2ac6a3d903 100644 --- a/trunk/net/ipv4/fib_frontend.c +++ b/trunk/net/ipv4/fib_frontend.c @@ -5,6 +5,8 @@ * * IPv4 Forwarding Information Base: FIB frontend. * + * Version: $Id: fib_frontend.c,v 1.26 2001/10/31 21:55:54 davem Exp $ + * * Authors: Alexey Kuznetsov, * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/fib_hash.c b/trunk/net/ipv4/fib_hash.c index eeec4bf982b8..2e2fc3376ac9 100644 --- a/trunk/net/ipv4/fib_hash.c +++ b/trunk/net/ipv4/fib_hash.c @@ -5,6 +5,8 @@ * * IPv4 FIB: lookup engine and maintenance routines. * + * Version: $Id: fib_hash.c,v 1.13 2001/10/31 21:55:54 davem Exp $ + * * Authors: Alexey Kuznetsov, * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/fib_semantics.c b/trunk/net/ipv4/fib_semantics.c index 9335eba683c3..3b83c34019fc 100644 --- a/trunk/net/ipv4/fib_semantics.c +++ b/trunk/net/ipv4/fib_semantics.c @@ -5,6 +5,8 @@ * * IPv4 Forwarding Information Base: semantics. * + * Version: $Id: fib_semantics.c,v 1.19 2002/01/12 07:54:56 davem Exp $ + * * Authors: Alexey Kuznetsov, * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/fib_trie.c b/trunk/net/ipv4/fib_trie.c index 394db9c941a1..4b02d14e7ab9 100644 --- a/trunk/net/ipv4/fib_trie.c +++ b/trunk/net/ipv4/fib_trie.c @@ -22,6 +22,8 @@ * IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson * IEEE Journal on Selected Areas in Communications, 17(6):1083-1092, June 1999 * + * Version: $Id: fib_trie.c,v 1.3 2005/06/08 14:20:01 robert Exp $ + * * * Code from fib_hash has been reused which includes the following header: * diff --git a/trunk/net/ipv4/icmp.c b/trunk/net/ipv4/icmp.c index aa7cf46853b7..87397351ddac 100644 --- a/trunk/net/ipv4/icmp.c +++ b/trunk/net/ipv4/icmp.c @@ -3,6 +3,8 @@ * * Alan Cox, * + * Version: $Id: icmp.c,v 1.85 2002/02/01 22:01:03 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv4/igmp.c b/trunk/net/ipv4/igmp.c index 68e84a933e90..2769dc4a4c84 100644 --- a/trunk/net/ipv4/igmp.c +++ b/trunk/net/ipv4/igmp.c @@ -8,6 +8,8 @@ * the older version didn't come out right using gcc 2.5.8, the newer one * seems to fall out with gcc 2.6.2. * + * Version: $Id: igmp.c,v 1.47 2002/02/01 22:01:03 davem Exp $ + * * Authors: * Alan Cox * diff --git a/trunk/net/ipv4/inet_diag.c b/trunk/net/ipv4/inet_diag.c index c10036e7a463..da97695e7096 100644 --- a/trunk/net/ipv4/inet_diag.c +++ b/trunk/net/ipv4/inet_diag.c @@ -1,6 +1,8 @@ /* * inet_diag.c Module for monitoring INET transport protocols sockets. * + * Version: $Id: inet_diag.c,v 1.3 2002/02/01 22:01:04 davem Exp $ + * * Authors: Alexey Kuznetsov, * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/inetpeer.c b/trunk/net/ipv4/inetpeer.c index a456ceeac3f2..af995198f643 100644 --- a/trunk/net/ipv4/inetpeer.c +++ b/trunk/net/ipv4/inetpeer.c @@ -3,6 +3,8 @@ * * This source is covered by the GNU GPL, the same as all kernel sources. * + * Version: $Id: inetpeer.c,v 1.7 2001/09/20 21:22:50 davem Exp $ + * * Authors: Andrey V. Savochkin */ diff --git a/trunk/net/ipv4/ip_forward.c b/trunk/net/ipv4/ip_forward.c index 37d36a3f33cd..4813c39b438b 100644 --- a/trunk/net/ipv4/ip_forward.c +++ b/trunk/net/ipv4/ip_forward.c @@ -5,6 +5,8 @@ * * The IP forwarding functionality. * + * Version: $Id: ip_forward.c,v 1.48 2000/12/13 18:31:48 davem Exp $ + * * Authors: see ip.c * * Fixes: diff --git a/trunk/net/ipv4/ip_fragment.c b/trunk/net/ipv4/ip_fragment.c index 91e321407313..be1cb89a8d5a 100644 --- a/trunk/net/ipv4/ip_fragment.c +++ b/trunk/net/ipv4/ip_fragment.c @@ -5,6 +5,8 @@ * * The IP fragmentation functionality. * + * Version: $Id: ip_fragment.c,v 1.59 2002/01/12 07:54:56 davem Exp $ + * * Authors: Fred N. van Kempen * Alan Cox * diff --git a/trunk/net/ipv4/ip_input.c b/trunk/net/ipv4/ip_input.c index 7c26428ea67b..ff77a4a7f9ec 100644 --- a/trunk/net/ipv4/ip_input.c +++ b/trunk/net/ipv4/ip_input.c @@ -5,6 +5,8 @@ * * The Internet Protocol (IP) module. * + * Version: $Id: ip_input.c,v 1.55 2002/01/12 07:39:45 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Donald Becker, diff --git a/trunk/net/ipv4/ip_options.c b/trunk/net/ipv4/ip_options.c index be3f18a7a40e..33126ad2cfdc 100644 --- a/trunk/net/ipv4/ip_options.c +++ b/trunk/net/ipv4/ip_options.c @@ -5,6 +5,8 @@ * * The options processing module for ip.c * + * Version: $Id: ip_options.c,v 1.21 2001/09/01 00:31:50 davem Exp $ + * * Authors: A.N.Kuznetsov * */ diff --git a/trunk/net/ipv4/ip_output.c b/trunk/net/ipv4/ip_output.c index f1278eecf56d..e527628f56cf 100644 --- a/trunk/net/ipv4/ip_output.c +++ b/trunk/net/ipv4/ip_output.c @@ -5,6 +5,8 @@ * * The Internet Protocol (IP) output module. * + * Version: $Id: ip_output.c,v 1.100 2002/02/01 22:01:03 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Donald Becker, diff --git a/trunk/net/ipv4/ip_sockglue.c b/trunk/net/ipv4/ip_sockglue.c index 105d92a039b9..e0514e82308e 100644 --- a/trunk/net/ipv4/ip_sockglue.c +++ b/trunk/net/ipv4/ip_sockglue.c @@ -5,6 +5,8 @@ * * The IP to API glue. * + * Version: $Id: ip_sockglue.c,v 1.62 2002/02/01 22:01:04 davem Exp $ + * * Authors: see ip.c * * Fixes: diff --git a/trunk/net/ipv4/ipconfig.c b/trunk/net/ipv4/ipconfig.c index b88aa9afa42e..ed45037ce9be 100644 --- a/trunk/net/ipv4/ipconfig.c +++ b/trunk/net/ipv4/ipconfig.c @@ -1,4 +1,6 @@ /* + * $Id: ipconfig.c,v 1.46 2002/02/01 22:01:04 davem Exp $ + * * Automatic Configuration of IP -- use DHCP, BOOTP, RARP, or * user-supplied information to configure own IP address and routes. * diff --git a/trunk/net/ipv4/ipip.c b/trunk/net/ipv4/ipip.c index 4c6d2caf9203..86d8836551b9 100644 --- a/trunk/net/ipv4/ipip.c +++ b/trunk/net/ipv4/ipip.c @@ -1,6 +1,8 @@ /* * Linux NET3: IP/IP protocol decoder. * + * Version: $Id: ipip.c,v 1.50 2001/10/02 02:22:36 davem Exp $ + * * Authors: * Sam Lantinga (slouken@cs.ucdavis.edu) 02/01/95 * diff --git a/trunk/net/ipv4/ipmr.c b/trunk/net/ipv4/ipmr.c index 300ab0c2919e..a34da4977c73 100644 --- a/trunk/net/ipv4/ipmr.c +++ b/trunk/net/ipv4/ipmr.c @@ -9,6 +9,8 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * + * Version: $Id: ipmr.c,v 1.65 2001/10/31 21:55:54 davem Exp $ + * * Fixes: * Michael Chastain : Incorrect size of copying. * Alan Cox : Added the cache manager code diff --git a/trunk/net/ipv4/ipvs/ip_vs_app.c b/trunk/net/ipv4/ipvs/ip_vs_app.c index 1f1897a1a702..535abe0c45e7 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_app.c +++ b/trunk/net/ipv4/ipvs/ip_vs_app.c @@ -1,6 +1,8 @@ /* * ip_vs_app.c: Application module support for IPVS * + * Version: $Id: ip_vs_app.c,v 1.17 2003/03/22 06:31:21 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_conn.c b/trunk/net/ipv4/ipvs/ip_vs_conn.c index f8bdae47a77f..65f1ba112752 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_conn.c +++ b/trunk/net/ipv4/ipvs/ip_vs_conn.c @@ -5,6 +5,8 @@ * high-performance and highly available server based on a * cluster of servers. * + * Version: $Id: ip_vs_conn.c,v 1.31 2003/04/18 09:03:16 wensong Exp $ + * * Authors: Wensong Zhang * Peter Kese * Julian Anastasov diff --git a/trunk/net/ipv4/ipvs/ip_vs_core.c b/trunk/net/ipv4/ipvs/ip_vs_core.c index bcf6276ba4b2..963981a9d501 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_core.c +++ b/trunk/net/ipv4/ipvs/ip_vs_core.c @@ -5,6 +5,8 @@ * high-performance and highly available server based on a * cluster of servers. * + * Version: $Id: ip_vs_core.c,v 1.34 2003/05/10 03:05:23 wensong Exp $ + * * Authors: Wensong Zhang * Peter Kese * Julian Anastasov diff --git a/trunk/net/ipv4/ipvs/ip_vs_ctl.c b/trunk/net/ipv4/ipvs/ip_vs_ctl.c index 9a5ace0b4dd6..94c5767c8e01 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_ctl.c +++ b/trunk/net/ipv4/ipvs/ip_vs_ctl.c @@ -5,6 +5,8 @@ * high-performance and highly available server based on a * cluster of servers. * + * Version: $Id: ip_vs_ctl.c,v 1.36 2003/06/08 09:31:19 wensong Exp $ + * * Authors: Wensong Zhang * Peter Kese * Julian Anastasov diff --git a/trunk/net/ipv4/ipvs/ip_vs_dh.c b/trunk/net/ipv4/ipvs/ip_vs_dh.c index 8afc1503ed20..dcf5d46aaa5e 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_dh.c +++ b/trunk/net/ipv4/ipvs/ip_vs_dh.c @@ -1,6 +1,8 @@ /* * IPVS: Destination Hashing scheduling module * + * Version: $Id: ip_vs_dh.c,v 1.5 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * * Inspired by the consistent hashing scheduler patch from diff --git a/trunk/net/ipv4/ipvs/ip_vs_est.c b/trunk/net/ipv4/ipvs/ip_vs_est.c index bc04eedd6dbb..dfa0d713c801 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_est.c +++ b/trunk/net/ipv4/ipvs/ip_vs_est.c @@ -1,6 +1,8 @@ /* * ip_vs_est.c: simple rate estimator for IPVS * + * Version: $Id: ip_vs_est.c,v 1.4 2002/11/30 01:50:35 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_ftp.c b/trunk/net/ipv4/ipvs/ip_vs_ftp.c index c1c758e4f733..59aa166b7678 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_ftp.c +++ b/trunk/net/ipv4/ipvs/ip_vs_ftp.c @@ -1,6 +1,8 @@ /* * ip_vs_ftp.c: IPVS ftp application module * + * Version: $Id: ip_vs_ftp.c,v 1.13 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * * Changes: diff --git a/trunk/net/ipv4/ipvs/ip_vs_lblc.c b/trunk/net/ipv4/ipvs/ip_vs_lblc.c index 0efa3db4b180..3888642706ad 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_lblc.c +++ b/trunk/net/ipv4/ipvs/ip_vs_lblc.c @@ -1,6 +1,8 @@ /* * IPVS: Locality-Based Least-Connection scheduling module * + * Version: $Id: ip_vs_lblc.c,v 1.10 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_lblcr.c b/trunk/net/ipv4/ipvs/ip_vs_lblcr.c index 8e3bbeb45138..daa260eb21cf 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_lblcr.c +++ b/trunk/net/ipv4/ipvs/ip_vs_lblcr.c @@ -1,6 +1,8 @@ /* * IPVS: Locality-Based Least-Connection with Replication scheduler * + * Version: $Id: ip_vs_lblcr.c,v 1.11 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_lc.c b/trunk/net/ipv4/ipvs/ip_vs_lc.c index ac9f08e065d5..d88fef90a641 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_lc.c +++ b/trunk/net/ipv4/ipvs/ip_vs_lc.c @@ -1,6 +1,8 @@ /* * IPVS: Least-Connection Scheduling module * + * Version: $Id: ip_vs_lc.c,v 1.10 2003/04/18 09:03:16 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_nq.c b/trunk/net/ipv4/ipvs/ip_vs_nq.c index a46bf258d420..bc2a9e5f2a7b 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_nq.c +++ b/trunk/net/ipv4/ipvs/ip_vs_nq.c @@ -1,6 +1,8 @@ /* * IPVS: Never Queue scheduling module * + * Version: $Id: ip_vs_nq.c,v 1.2 2003/06/08 09:31:19 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_proto.c b/trunk/net/ipv4/ipvs/ip_vs_proto.c index 876714f23d65..4b1c16cbb16b 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_proto.c +++ b/trunk/net/ipv4/ipvs/ip_vs_proto.c @@ -1,6 +1,8 @@ /* * ip_vs_proto.c: transport protocol load balancing support for IPVS * + * Version: $Id: ip_vs_proto.c,v 1.2 2003/04/18 09:03:16 wensong Exp $ + * * Authors: Wensong Zhang * Julian Anastasov * diff --git a/trunk/net/ipv4/ipvs/ip_vs_proto_ah.c b/trunk/net/ipv4/ipvs/ip_vs_proto_ah.c index 73e0ea87c1f5..4bf835e1d86d 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_proto_ah.c +++ b/trunk/net/ipv4/ipvs/ip_vs_proto_ah.c @@ -1,6 +1,8 @@ /* * ip_vs_proto_ah.c: AH IPSec load balancing support for IPVS * + * Version: $Id: ip_vs_proto_ah.c,v 1.1 2003/07/04 15:04:37 wensong Exp $ + * * Authors: Julian Anastasov , February 2002 * Wensong Zhang * diff --git a/trunk/net/ipv4/ipvs/ip_vs_proto_esp.c b/trunk/net/ipv4/ipvs/ip_vs_proto_esp.c index 21d70c8ffa54..db6a6b7b1a0b 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_proto_esp.c +++ b/trunk/net/ipv4/ipvs/ip_vs_proto_esp.c @@ -1,6 +1,8 @@ /* * ip_vs_proto_esp.c: ESP IPSec load balancing support for IPVS * + * Version: $Id: ip_vs_proto_esp.c,v 1.1 2003/07/04 15:04:37 wensong Exp $ + * * Authors: Julian Anastasov , February 2002 * Wensong Zhang * diff --git a/trunk/net/ipv4/ipvs/ip_vs_proto_tcp.c b/trunk/net/ipv4/ipvs/ip_vs_proto_tcp.c index d0ea467986a0..b83dc14b0a4d 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_proto_tcp.c +++ b/trunk/net/ipv4/ipvs/ip_vs_proto_tcp.c @@ -1,6 +1,8 @@ /* * ip_vs_proto_tcp.c: TCP load balancing support for IPVS * + * Version: $Id: ip_vs_proto_tcp.c,v 1.3 2002/11/30 01:50:35 wensong Exp $ + * * Authors: Wensong Zhang * Julian Anastasov * diff --git a/trunk/net/ipv4/ipvs/ip_vs_proto_udp.c b/trunk/net/ipv4/ipvs/ip_vs_proto_udp.c index c6be5d56823f..75771cb3cd6f 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_proto_udp.c +++ b/trunk/net/ipv4/ipvs/ip_vs_proto_udp.c @@ -1,6 +1,8 @@ /* * ip_vs_proto_udp.c: UDP load balancing support for IPVS * + * Version: $Id: ip_vs_proto_udp.c,v 1.3 2002/11/30 01:50:35 wensong Exp $ + * * Authors: Wensong Zhang * Julian Anastasov * diff --git a/trunk/net/ipv4/ipvs/ip_vs_rr.c b/trunk/net/ipv4/ipvs/ip_vs_rr.c index c8db12d39e61..433f8a947924 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_rr.c +++ b/trunk/net/ipv4/ipvs/ip_vs_rr.c @@ -1,6 +1,8 @@ /* * IPVS: Round-Robin Scheduling module * + * Version: $Id: ip_vs_rr.c,v 1.9 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * Peter Kese * diff --git a/trunk/net/ipv4/ipvs/ip_vs_sched.c b/trunk/net/ipv4/ipvs/ip_vs_sched.c index b64767309855..121a32b1b756 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_sched.c +++ b/trunk/net/ipv4/ipvs/ip_vs_sched.c @@ -5,6 +5,8 @@ * high-performance and highly available server based on a * cluster of servers. * + * Version: $Id: ip_vs_sched.c,v 1.13 2003/05/10 03:05:23 wensong Exp $ + * * Authors: Wensong Zhang * Peter Kese * diff --git a/trunk/net/ipv4/ipvs/ip_vs_sed.c b/trunk/net/ipv4/ipvs/ip_vs_sed.c index 2a7d31358181..dd7c128f9db3 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_sed.c +++ b/trunk/net/ipv4/ipvs/ip_vs_sed.c @@ -1,6 +1,8 @@ /* * IPVS: Shortest Expected Delay scheduling module * + * Version: $Id: ip_vs_sed.c,v 1.1 2003/05/10 03:06:08 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_sh.c b/trunk/net/ipv4/ipvs/ip_vs_sh.c index b8fdfac65001..1b25b00ef1e1 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_sh.c +++ b/trunk/net/ipv4/ipvs/ip_vs_sh.c @@ -1,6 +1,8 @@ /* * IPVS: Source Hashing scheduling module * + * Version: $Id: ip_vs_sh.c,v 1.5 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_sync.c b/trunk/net/ipv4/ipvs/ip_vs_sync.c index 2d4a86f73325..eff54efe0351 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_sync.c +++ b/trunk/net/ipv4/ipvs/ip_vs_sync.c @@ -5,6 +5,8 @@ * high-performance and highly available server based on a * cluster of servers. * + * Version: $Id: ip_vs_sync.c,v 1.13 2003/06/08 09:31:19 wensong Exp $ + * * Authors: Wensong Zhang * * ip_vs_sync: sync connection info from master load balancer to backups diff --git a/trunk/net/ipv4/ipvs/ip_vs_wlc.c b/trunk/net/ipv4/ipvs/ip_vs_wlc.c index 772c3cb4eca1..8a9d913261d8 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_wlc.c +++ b/trunk/net/ipv4/ipvs/ip_vs_wlc.c @@ -1,6 +1,8 @@ /* * IPVS: Weighted Least-Connection Scheduling module * + * Version: $Id: ip_vs_wlc.c,v 1.13 2003/04/18 09:03:16 wensong Exp $ + * * Authors: Wensong Zhang * Peter Kese * diff --git a/trunk/net/ipv4/ipvs/ip_vs_wrr.c b/trunk/net/ipv4/ipvs/ip_vs_wrr.c index 1d6932d7dc97..85c680add6df 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_wrr.c +++ b/trunk/net/ipv4/ipvs/ip_vs_wrr.c @@ -1,6 +1,8 @@ /* * IPVS: Weighted Round-Robin Scheduling module * + * Version: $Id: ip_vs_wrr.c,v 1.12 2002/09/15 08:14:08 wensong Exp $ + * * Authors: Wensong Zhang * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/ipvs/ip_vs_xmit.c b/trunk/net/ipv4/ipvs/ip_vs_xmit.c index 9892d4aca42e..f63006caea03 100644 --- a/trunk/net/ipv4/ipvs/ip_vs_xmit.c +++ b/trunk/net/ipv4/ipvs/ip_vs_xmit.c @@ -1,6 +1,8 @@ /* * ip_vs_xmit.c: various packet transmitters for IPVS * + * Version: $Id: ip_vs_xmit.c,v 1.2 2002/11/30 01:50:35 wensong Exp $ + * * Authors: Wensong Zhang * Julian Anastasov * diff --git a/trunk/net/ipv4/proc.c b/trunk/net/ipv4/proc.c index eb5cee279c5f..552169b41b16 100644 --- a/trunk/net/ipv4/proc.c +++ b/trunk/net/ipv4/proc.c @@ -7,6 +7,8 @@ * PROC file system. It is mainly used for debugging and * statistics. * + * Version: $Id: proc.c,v 1.45 2001/05/16 16:45:35 davem Exp $ + * * Authors: Fred N. van Kempen, * Gerald J. Heim, * Fred Baumgarten, diff --git a/trunk/net/ipv4/protocol.c b/trunk/net/ipv4/protocol.c index ea50da0649fd..971ab9356e51 100644 --- a/trunk/net/ipv4/protocol.c +++ b/trunk/net/ipv4/protocol.c @@ -5,6 +5,8 @@ * * INET protocol dispatch tables. * + * Version: $Id: protocol.c,v 1.14 2001/05/18 02:25:49 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * diff --git a/trunk/net/ipv4/raw.c b/trunk/net/ipv4/raw.c index 1d0c97c8712d..e7e091d365ff 100644 --- a/trunk/net/ipv4/raw.c +++ b/trunk/net/ipv4/raw.c @@ -5,6 +5,8 @@ * * RAW - implementation of IP "raw" sockets. * + * Version: $Id: raw.c,v 1.64 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * diff --git a/trunk/net/ipv4/route.c b/trunk/net/ipv4/route.c index fe3a02237286..96be336064fb 100644 --- a/trunk/net/ipv4/route.c +++ b/trunk/net/ipv4/route.c @@ -5,6 +5,8 @@ * * ROUTE - implementation of the IP router. * + * Version: $Id: route.c,v 1.103 2002/01/12 07:44:09 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Alan Cox, diff --git a/trunk/net/ipv4/syncookies.c b/trunk/net/ipv4/syncookies.c index 6317d3c8dc0d..73ba98921d64 100644 --- a/trunk/net/ipv4/syncookies.c +++ b/trunk/net/ipv4/syncookies.c @@ -8,6 +8,8 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. + * + * $Id: syncookies.c,v 1.18 2002/02/01 22:01:04 davem Exp $ */ #include diff --git a/trunk/net/ipv4/sysctl_net_ipv4.c b/trunk/net/ipv4/sysctl_net_ipv4.c index 901607003205..c437f804ee38 100644 --- a/trunk/net/ipv4/sysctl_net_ipv4.c +++ b/trunk/net/ipv4/sysctl_net_ipv4.c @@ -1,6 +1,8 @@ /* * sysctl_net_ipv4.c: sysctl interface to net IPV4 subsystem. * + * $Id: sysctl_net_ipv4.c,v 1.50 2001/10/20 00:00:11 davem Exp $ + * * Begun April 1, 1996, Mike Shaver. * Added /proc/sys/net/ipv4 directory entry (empty =) ). [MS] */ diff --git a/trunk/net/ipv4/tcp.c b/trunk/net/ipv4/tcp.c index ad66b09e0bcd..ab66683b8043 100644 --- a/trunk/net/ipv4/tcp.c +++ b/trunk/net/ipv4/tcp.c @@ -5,6 +5,8 @@ * * Implementation of the Transmission Control Protocol(TCP). * + * Version: $Id: tcp.c,v 1.216 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Mark Evans, diff --git a/trunk/net/ipv4/tcp_diag.c b/trunk/net/ipv4/tcp_diag.c index 838d491dfda7..2fbcc7d1b1a0 100644 --- a/trunk/net/ipv4/tcp_diag.c +++ b/trunk/net/ipv4/tcp_diag.c @@ -1,6 +1,8 @@ /* * tcp_diag.c Module for monitoring TCP transport protocols sockets. * + * Version: $Id: tcp_diag.c,v 1.3 2002/02/01 22:01:04 davem Exp $ + * * Authors: Alexey Kuznetsov, * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv4/tcp_input.c b/trunk/net/ipv4/tcp_input.c index b68c3c7d906b..eba873e9b560 100644 --- a/trunk/net/ipv4/tcp_input.c +++ b/trunk/net/ipv4/tcp_input.c @@ -5,6 +5,8 @@ * * Implementation of the Transmission Control Protocol(TCP). * + * Version: $Id: tcp_input.c,v 1.243 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Mark Evans, diff --git a/trunk/net/ipv4/tcp_ipv4.c b/trunk/net/ipv4/tcp_ipv4.c index f2926ae1de57..cd601a866c2f 100644 --- a/trunk/net/ipv4/tcp_ipv4.c +++ b/trunk/net/ipv4/tcp_ipv4.c @@ -5,6 +5,8 @@ * * Implementation of the Transmission Control Protocol(TCP). * + * Version: $Id: tcp_ipv4.c,v 1.240 2002/02/01 22:01:04 davem Exp $ + * * IPv4 specific functions * * diff --git a/trunk/net/ipv4/tcp_minisocks.c b/trunk/net/ipv4/tcp_minisocks.c index 1276cab85e3e..019c8c16e5cc 100644 --- a/trunk/net/ipv4/tcp_minisocks.c +++ b/trunk/net/ipv4/tcp_minisocks.c @@ -5,6 +5,8 @@ * * Implementation of the Transmission Control Protocol(TCP). * + * Version: $Id: tcp_minisocks.c,v 1.15 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Mark Evans, diff --git a/trunk/net/ipv4/tcp_output.c b/trunk/net/ipv4/tcp_output.c index b171ac65ccab..ad993ecb4810 100644 --- a/trunk/net/ipv4/tcp_output.c +++ b/trunk/net/ipv4/tcp_output.c @@ -5,6 +5,8 @@ * * Implementation of the Transmission Control Protocol(TCP). * + * Version: $Id: tcp_output.c,v 1.146 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Mark Evans, diff --git a/trunk/net/ipv4/tcp_timer.c b/trunk/net/ipv4/tcp_timer.c index e77e7ae0bf2c..4de68cf5f2aa 100644 --- a/trunk/net/ipv4/tcp_timer.c +++ b/trunk/net/ipv4/tcp_timer.c @@ -5,6 +5,8 @@ * * Implementation of the Transmission Control Protocol(TCP). * + * Version: $Id: tcp_timer.c,v 1.88 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Mark Evans, diff --git a/trunk/net/ipv4/udp.c b/trunk/net/ipv4/udp.c index 355e6d62d483..56fcda3694ba 100644 --- a/trunk/net/ipv4/udp.c +++ b/trunk/net/ipv4/udp.c @@ -5,6 +5,8 @@ * * The User Datagram Protocol (UDP). * + * Version: $Id: udp.c,v 1.102 2002/02/01 22:01:04 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Arnt Gulbrandsen, diff --git a/trunk/net/ipv4/udplite.c b/trunk/net/ipv4/udplite.c index 4ad16b6d5138..72ce26b6c4d3 100644 --- a/trunk/net/ipv4/udplite.c +++ b/trunk/net/ipv4/udplite.c @@ -1,6 +1,8 @@ /* * UDPLITE An implementation of the UDP-Lite protocol (RFC 3828). * + * Version: $Id: udplite.c,v 1.25 2006/10/19 07:22:36 gerrit Exp $ + * * Authors: Gerrit Renker * * Changes: diff --git a/trunk/net/ipv6/addrconf.c b/trunk/net/ipv6/addrconf.c index deb38bf03376..147588f4c7c0 100644 --- a/trunk/net/ipv6/addrconf.c +++ b/trunk/net/ipv6/addrconf.c @@ -6,6 +6,8 @@ * Pedro Roque * Alexey Kuznetsov * + * $Id: addrconf.c,v 1.69 2001/10/31 21:55:54 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/af_inet6.c b/trunk/net/ipv6/af_inet6.c index 350457c761e6..e84b3fd17fb4 100644 --- a/trunk/net/ipv6/af_inet6.c +++ b/trunk/net/ipv6/af_inet6.c @@ -7,6 +7,8 @@ * * Adapted from linux/net/ipv4/af_inet.c * + * $Id: af_inet6.c,v 1.66 2002/02/01 22:01:04 davem Exp $ + * * Fixes: * piggy, Karl Knutson : Socket protocol table * Hideaki YOSHIFUJI : sin6_scope_id support diff --git a/trunk/net/ipv6/datagram.c b/trunk/net/ipv6/datagram.c index 8cdb6b65ee96..b9c2de84a8a2 100644 --- a/trunk/net/ipv6/datagram.c +++ b/trunk/net/ipv6/datagram.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: datagram.c,v 1.24 2002/02/01 22:01:04 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/exthdrs.c b/trunk/net/ipv6/exthdrs.c index 602ea826f0a5..3cd1c993d52b 100644 --- a/trunk/net/ipv6/exthdrs.c +++ b/trunk/net/ipv6/exthdrs.c @@ -7,6 +7,8 @@ * Andi Kleen * Alexey Kuznetsov * + * $Id: exthdrs.c,v 1.13 2001/06/19 15:58:56 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/icmp.c b/trunk/net/ipv6/icmp.c index 399d41f65437..d42dd16d3487 100644 --- a/trunk/net/ipv6/icmp.c +++ b/trunk/net/ipv6/icmp.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: icmp.c,v 1.38 2002/02/08 03:57:19 davem Exp $ + * * Based on net/ipv4/icmp.c * * RFC 1885 diff --git a/trunk/net/ipv6/ip6_fib.c b/trunk/net/ipv6/ip6_fib.c index 4de2b9efcacb..1ee4fa17c129 100644 --- a/trunk/net/ipv6/ip6_fib.c +++ b/trunk/net/ipv6/ip6_fib.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: ip6_fib.c,v 1.25 2001/10/31 21:55:55 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/ip6_input.c b/trunk/net/ipv6/ip6_input.c index f77a6011c302..4e5c8615832c 100644 --- a/trunk/net/ipv6/ip6_input.c +++ b/trunk/net/ipv6/ip6_input.c @@ -6,6 +6,8 @@ * Pedro Roque * Ian P. Morris * + * $Id: ip6_input.c,v 1.19 2000/12/13 18:31:50 davem Exp $ + * * Based in linux/net/ipv4/ip_input.c * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv6/ip6_output.c b/trunk/net/ipv6/ip6_output.c index 40a2813a63d1..48cdce9c696c 100644 --- a/trunk/net/ipv6/ip6_output.c +++ b/trunk/net/ipv6/ip6_output.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: ip6_output.c,v 1.34 2002/02/01 22:01:04 davem Exp $ + * * Based on linux/net/ipv4/ip_output.c * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv6/ip6_tunnel.c b/trunk/net/ipv6/ip6_tunnel.c index 17c7b098cdb0..37814810ac49 100644 --- a/trunk/net/ipv6/ip6_tunnel.c +++ b/trunk/net/ipv6/ip6_tunnel.c @@ -6,6 +6,8 @@ * Ville Nuorvala * Yasuyuki Kozakai * + * $Id$ + * * Based on: * linux/net/ipv6/sit.c and linux/net/ipv4/ipip.c * diff --git a/trunk/net/ipv6/ipv6_sockglue.c b/trunk/net/ipv6/ipv6_sockglue.c index 237ebbb9383b..26b83e512a09 100644 --- a/trunk/net/ipv6/ipv6_sockglue.c +++ b/trunk/net/ipv6/ipv6_sockglue.c @@ -7,6 +7,8 @@ * * Based on linux/net/ipv4/ip_sockglue.c * + * $Id: ipv6_sockglue.c,v 1.41 2002/02/01 22:01:04 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/mcast.c b/trunk/net/ipv6/mcast.c index fbb2d12c41bc..ee30ec4c3a6e 100644 --- a/trunk/net/ipv6/mcast.c +++ b/trunk/net/ipv6/mcast.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: mcast.c,v 1.40 2002/02/08 03:57:19 davem Exp $ + * * Based on linux/ipv4/igmp.c and linux/ipv4/ip_sockglue.c * * This program is free software; you can redistribute it and/or @@ -162,7 +164,6 @@ static int ip6_mc_leave_src(struct sock *sk, struct ipv6_mc_socklist *iml, ((MLDV2_MASK(value, nbmant) | (1<<(nbmant))) << \ (MLDV2_MASK((value) >> (nbmant), nbexp) + (nbexp)))) -#define MLDV2_QQIC(value) MLDV2_EXP(0x80, 4, 3, value) #define MLDV2_MRC(value) MLDV2_EXP(0x8000, 12, 3, value) #define IPV6_MLD_MAX_MSF 64 diff --git a/trunk/net/ipv6/proc.c b/trunk/net/ipv6/proc.c index cbc7e514d3ec..df0736a4cafa 100644 --- a/trunk/net/ipv6/proc.c +++ b/trunk/net/ipv6/proc.c @@ -7,6 +7,8 @@ * PROC file system. This is very similar to the IPv4 version, * except it reports the sockets in the INET6 address family. * + * Version: $Id: proc.c,v 1.17 2002/02/01 22:01:04 davem Exp $ + * * Authors: David S. Miller (davem@caip.rutgers.edu) * YOSHIFUJI Hideaki * diff --git a/trunk/net/ipv6/protocol.c b/trunk/net/ipv6/protocol.c index 9ab789159913..f929f47b925e 100644 --- a/trunk/net/ipv6/protocol.c +++ b/trunk/net/ipv6/protocol.c @@ -5,6 +5,8 @@ * * PF_INET6 protocol dispatch tables. * + * Version: $Id: protocol.c,v 1.10 2001/05/18 02:25:49 davem Exp $ + * * Authors: Pedro Roque * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv6/raw.c b/trunk/net/ipv6/raw.c index e03c1898ab2e..8fee9a15b2d3 100644 --- a/trunk/net/ipv6/raw.c +++ b/trunk/net/ipv6/raw.c @@ -7,6 +7,8 @@ * * Adapted from linux/net/ipv4/raw.c * + * $Id: raw.c,v 1.51 2002/02/01 22:01:04 davem Exp $ + * * Fixes: * Hideaki YOSHIFUJI : sin6_scope_id support * YOSHIFUJI,H.@USAGI : raw checksum (RFC2292(bis) compliance) diff --git a/trunk/net/ipv6/reassembly.c b/trunk/net/ipv6/reassembly.c index 13509f906d89..9391a6949b96 100644 --- a/trunk/net/ipv6/reassembly.c +++ b/trunk/net/ipv6/reassembly.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: reassembly.c,v 1.26 2001/03/07 22:00:57 davem Exp $ + * * Based on: net/ipv4/ip_fragment.c * * This program is free software; you can redistribute it and/or diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index edae81319b51..220cffe9e63b 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: route.c,v 1.56 2001/10/31 21:55:55 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/sit.c b/trunk/net/ipv6/sit.c index b0c5080420a8..6b8f0583b637 100644 --- a/trunk/net/ipv6/sit.c +++ b/trunk/net/ipv6/sit.c @@ -6,6 +6,8 @@ * Pedro Roque * Alexey Kuznetsov * + * $Id: sit.c,v 1.53 2001/09/25 05:09:53 davem Exp $ + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version diff --git a/trunk/net/ipv6/tcp_ipv6.c b/trunk/net/ipv6/tcp_ipv6.c index 155499197fc5..715965f0fac0 100644 --- a/trunk/net/ipv6/tcp_ipv6.c +++ b/trunk/net/ipv6/tcp_ipv6.c @@ -5,6 +5,8 @@ * Authors: * Pedro Roque * + * $Id: tcp_ipv6.c,v 1.144 2002/02/01 22:01:04 davem Exp $ + * * Based on: * linux/net/ipv4/tcp.c * linux/net/ipv4/tcp_input.c diff --git a/trunk/net/ipv6/udp.c b/trunk/net/ipv6/udp.c index e0693fffc9bd..dd309626ae9a 100644 --- a/trunk/net/ipv6/udp.c +++ b/trunk/net/ipv6/udp.c @@ -7,6 +7,8 @@ * * Based on linux/ipv4/udp.c * + * $Id: udp.c,v 1.65 2002/02/01 22:01:04 davem Exp $ + * * Fixes: * Hideaki YOSHIFUJI : sin6_scope_id support * YOSHIFUJI Hideaki @USAGI and: Support IPV6_V6ONLY socket option, which diff --git a/trunk/net/ipv6/udplite.c b/trunk/net/ipv6/udplite.c index f6cdcb348e05..491efd00a866 100644 --- a/trunk/net/ipv6/udplite.c +++ b/trunk/net/ipv6/udplite.c @@ -2,6 +2,8 @@ * UDPLITEv6 An implementation of the UDP-Lite protocol over IPv6. * See also net/ipv4/udplite.c * + * Version: $Id: udplite.c,v 1.9 2006/10/19 08:28:10 gerrit Exp $ + * * Authors: Gerrit Renker * * Changes: diff --git a/trunk/net/packet/af_packet.c b/trunk/net/packet/af_packet.c index beca6402f1cf..2cee87da4441 100644 --- a/trunk/net/packet/af_packet.c +++ b/trunk/net/packet/af_packet.c @@ -5,6 +5,8 @@ * * PACKET - implements raw packet sockets. * + * Version: $Id: af_packet.c,v 1.61 2002/02/08 03:57:19 davem Exp $ + * * Authors: Ross Biro * Fred N. van Kempen, * Alan Cox, diff --git a/trunk/net/sched/sch_htb.c b/trunk/net/sched/sch_htb.c index 213071859030..5bc1ed490180 100644 --- a/trunk/net/sched/sch_htb.c +++ b/trunk/net/sched/sch_htb.c @@ -24,6 +24,8 @@ * Jiri Fojtasek * fixed requeue routine * and many others. thanks. + * + * $Id: sch_htb.c,v 1.25 2003/12/07 11:08:25 devik Exp devik $ */ #include #include diff --git a/trunk/net/sunrpc/auth_gss/auth_gss.c b/trunk/net/sunrpc/auth_gss/auth_gss.c index 019d4b4478c9..cc12d5f5d5da 100644 --- a/trunk/net/sunrpc/auth_gss/auth_gss.c +++ b/trunk/net/sunrpc/auth_gss/auth_gss.c @@ -33,6 +33,8 @@ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * $Id$ */ diff --git a/trunk/net/sysctl_net.c b/trunk/net/sysctl_net.c index 007c1a6708ee..d8e79162724c 100644 --- a/trunk/net/sysctl_net.c +++ b/trunk/net/sysctl_net.c @@ -4,6 +4,7 @@ * Begun April 1, 1996, Mike Shaver. * Added /proc/sys/net directories for each protocol family. [MS] * + * $Log: sysctl_net.c,v $ * Revision 1.2 1996/05/08 20:24:40 shaver * Added bits for NET_BRIDGE and the NET_IPV4_ARP stuff and * NET_IPV4_IP_FORWARD. diff --git a/trunk/net/unix/af_unix.c b/trunk/net/unix/af_unix.c index 392e80e3268d..e18cd3628db4 100644 --- a/trunk/net/unix/af_unix.c +++ b/trunk/net/unix/af_unix.c @@ -8,6 +8,8 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * + * Version: $Id: af_unix.c,v 1.133 2002/02/08 03:57:19 davem Exp $ + * * Fixes: * Linus Torvalds : Assorted bug cures. * Niibe Yutaka : async I/O support.