src/node/ipv4.h
Fri, 23 Apr 2010 15:09:31 +0400 Andrey Mazo spell check, mostly in comments.
Fri, 11 Dec 2009 23:23:37 -0800 Tom Henderson Fix bug 606: Arp depends on IP routing system
Thu, 19 Nov 2009 14:39:01 -0800 Tom Henderson Add new method for determining whether Ipv4 dest address is mine; add attribute to control RFC1122 behavior
Tue, 11 Aug 2009 21:29:18 -0700 Tom Henderson fix Ipv4 doxygen error
Fri, 26 Jun 2009 10:56:51 +0200 Tom Henderson bug 63: allow enabling or disabling ip forwarding on a per-interface basis
Sat, 13 Jun 2009 15:57:04 -0700 Tom Henderson fix for bug 588
Fri, 12 Jun 2009 13:44:19 -0700 Mathieu Lacage Remove static routing dependencies in code
Sun, 31 May 2009 22:11:52 -0700 Tom Henderson more doxygen cleanup
Sat, 30 May 2009 15:20:56 -0700 Tom Henderson Doxygen cleanup
Thu, 28 May 2009 21:37:25 -0700 Tom Henderson src/ and utils/ changes for IPv4 routing rework
Sun, 12 Apr 2009 22:40:31 -0700 Tom Henderson Remove class Ipv4Impl
Sun, 12 Apr 2009 22:13:49 -0700 Tom Henderson Implementation cut over to use Ipv4InterfaceAddress
Wed, 08 Apr 2009 16:07:34 -0700 Tom Henderson implementation and plumbing of Ipv4InterfaceAddress class
Wed, 08 Apr 2009 13:35:34 -0700 Tom Henderson Ipv4::ifIndex -> Ipv4::interface
Thu, 03 Jul 2008 09:44:23 -0400 tjkopena Minor doc notes added to ipv4.h
Mon, 09 Jun 2008 08:53:47 -0700 Craig Dowell documentation to resolve bug 75
Wed, 04 Jun 2008 10:18:57 -0700 Mathieu Lacage bug 207: ipv4-header.h needed in src/node module.
Fri, 30 May 2008 10:36:02 -0700 Tom Henderson more doxygen
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Fri, 21 Mar 2008 17:26:01 -0700 Craig Dowell ip helper and find ip interface for device method on ipv4
Tue, 15 Jan 2008 12:58:27 +0100 Mathieu Lacage merge with head
Tue, 15 Jan 2008 12:43:07 +0100 Mathieu Lacage iid (void) -> GetTypeId (void)
Tue, 15 Jan 2008 12:36:22 +0100 Mathieu Lacage InterfaceId -> TypeId
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 09 Jan 2008 22:09:21 -0800 Tom Henderson Fix bug 125 (make helper function non-virtual)
Thu, 22 Nov 2007 10:30:29 +0100 Mathieu Lacage merge
Mon, 29 Oct 2007 12:48:01 -0700 Craig Dowell merge in packet.bundle
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Mon, 05 Nov 2007 21:08:02 -0800 Tom Henderson move ipv4 static to member functions
Fri, 26 Oct 2007 22:06:46 +0200 Mathieu Lacage get rid of doxygen warnings
Sat, 06 Oct 2007 21:21:07 -0700 Tom Henderson Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc
Tue, 11 Sep 2007 18:29:26 -0700 Craig Dowell socket update broke multicast
Mon, 10 Sep 2007 15:50:07 -0700 Craig Dowell merge with trunk
Tue, 04 Sep 2007 14:38:40 -0700 Craig Dowell piles of doxygen, changes to SetDefaultMulticastRoute plumbing
Mon, 27 Aug 2007 23:46:14 -0700 Craig Dowell real multicast enet addr, more source routes, default multicast route
Fri, 24 Aug 2007 16:57:54 -0700 Craig Dowell add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
Mon, 13 Aug 2007 16:21:39 -0700 Craig Dowell set source address in socket
Mon, 13 Aug 2007 12:08:01 -0700 Craig Dowell more multicast plumbing
Sun, 12 Aug 2007 13:59:49 -0700 Craig Dowell untested multicast support
Mon, 03 Sep 2007 14:55:51 -0700 Tom Henderson Provide two new Ipv4 convenience functions: GetIfIndexByIpv4Address() and GetIpv4RouteToDestination (), and align global routing code to use the first function
Wed, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Fri, 27 Jul 2007 15:38:04 +0100 Gustavo J. A. M. Carneiro Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
Thu, 26 Jul 2007 12:26:21 +0100 Gustavo J. A. M. Carneiro Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
Tue, 12 Jun 2007 10:53:38 +0200 Mathieu Lacage fix bug 28
Mon, 11 Jun 2007 17:50:16 +0200 Mathieu Lacage IIpv4 -> Ipv4
Mon, 04 Jun 2007 18:25:43 +0200 Mathieu Lacage IIpv4 -> Ipv4
Mon, 04 Jun 2007 18:05:36 +0200 Mathieu Lacage i-ipv4.h -> ipv4.h
Thu, 03 May 2007 12:33:08 +0200 Mathieu Lacage make L3Demux an NsUnknown object.
Thu, 03 May 2007 00:33:03 +0200 Mathieu Lacage remove dead code
Wed, 02 May 2007 22:32:25 +0200 Mathieu Lacage use Dispose more extensively
Wed, 02 May 2007 10:25:06 +0200 Mathieu Lacage manage NetDevice objects with refcounts
Tue, 01 May 2007 11:35:27 +0200 Mathieu Lacage merge with pcap branch
Thu, 29 Mar 2007 23:41:16 +0200 Mathieu Lacage add context information to tx and rx trace callbacks
Mon, 30 Apr 2007 10:00:34 +0200 Mathieu Lacage remove ipv4 interface from public API
Fri, 30 Mar 2007 11:08:47 +0200 Mathieu Lacage fix dox warnings
Thu, 29 Mar 2007 17:37:39 +0200 Mathieu Lacage doxygen for Ipv4 class
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Sat, 17 Feb 2007 09:28:02 +0100 Mathieu Lacage remove Ipv4L3Protocol class.
Mon, 12 Feb 2007 15:55:49 +0100 Mathieu Lacage add arp stack
less more (0) -60 tip