src/devices/point-to-point/point-to-point-net-device.h
Sat, 10 Apr 2010 13:45:09 -0700 Mathieu Lacage [bug 822] Move Mtu attribute from NetDevice base class to subclasses
Wed, 03 Mar 2010 05:56:47 -0800 Tom Henderson Doxygen formatting
Fri, 22 Jan 2010 00:58:01 -0800 Craig Dowell checkpoint
Wed, 11 Nov 2009 16:21:18 +0100 Sebastien Vincent Bug #729 IPv6 over PPP.
Tue, 29 Sep 2009 09:58:00 -0400 Josh Pelkey Bug 680, moving trace source over to channel
Fri, 18 Sep 2009 14:14:34 -0700 Craig Dowell ===================================================================
Fri, 18 Sep 2009 22:18:06 +0200 Sebastien Vincent Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.
Tue, 08 Sep 2009 06:29:26 +0200 Sebastien Vincent [Bug 653] NetDevice link change callback (SetLinkChangeCallback -> AddLinkChangeCallback).
Tue, 23 Jun 2009 22:12:35 -0700 Craig Dowell Finally make tap bridge work with VMs (bug 569)
Thu, 16 Apr 2009 11:10:17 +0200 Mathieu Lacage bug 498: Object Name Service Obsoletes Legacy Naming
Wed, 18 Mar 2009 23:36:37 -0700 Craig Dowell Add MacPromiscRx, make MacRx non-promisc
Tue, 10 Mar 2009 23:47:55 -0700 Craig Dowell Piles of changes for tracing rework
Sat, 28 Feb 2009 16:25:24 -0800 Craig Dowell trace consistency changes
Tue, 18 Nov 2008 16:23:31 -0800 Craig Dowell implement IsBridged for net devices
Fri, 07 Nov 2008 11:36:15 -0800 vincent Initial IPv6 capability
Wed, 05 Nov 2008 14:33:20 -0800 Craig Dowell Apply Patch to address bug 294 -- due to vincent
Thu, 11 Sep 2008 15:32:39 -0700 Craig Dowell fix bug 338, MTU overflows frameSize
Fri, 05 Sep 2008 15:18:20 -0700 craigdo apply MTU/FrameSize treatment to point-to-point
Tue, 02 Sep 2008 11:28:03 -0700 Mathieu Lacage bug 274: bridge must detect compatibility of devices with bridging mode
Thu, 24 Jul 2008 11:41:15 +0100 Gustavo J. A. M. Carneiro Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
Mon, 07 Jul 2008 12:18:05 +0100 Gustavo J. A. M. Carneiro Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
Fri, 04 Jul 2008 18:03:26 +0100 Gustavo J. A. M. Carneiro Add a NetDevice::SendFrom API, for sending packets with a custom source MAC address (a.k.a. MAC spoofing). Only implemented for CsmaNetDevice for now.
Mon, 30 Jun 2008 19:25:58 +0100 Gustavo J. A. M. Carneiro Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
Thu, 29 May 2008 19:09:56 -0700 Craig Dowell point-to-point cleanup
Wed, 21 May 2008 21:20:30 -0700 Craig Dowell ppp model description
Wed, 14 May 2008 19:24:17 -0400 tjkopena Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
Thu, 08 May 2008 12:43:36 -0700 Craig Dowell bug 153
Wed, 19 Mar 2008 11:19:05 -0700 Mathieu Lacage add SetAddress methods.
Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Wed, 27 Feb 2008 21:41:34 +0100 Mathieu Lacage introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
Mon, 25 Feb 2008 19:33:46 +0100 Mathieu Lacage make NetDevice fully 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
Wed, 14 Nov 2007 20:40:05 -0800 Tom Henderson Add src/common/error-model implementation and example script, and add to NetDevices
Wed, 24 Oct 2007 17:11:59 -0700 Tom Henderson some cleanup of point-to-point-net-device.h
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Thu, 30 Aug 2007 14:54:05 +0200 Mathieu Lacage add doxygen for each TraceSourceElement subclass
Thu, 30 Aug 2007 14:35:44 +0200 Mathieu Lacage GetName -> GetTypeName
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Tue, 28 Aug 2007 14:10:54 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 12:05:35 +0200 Mathieu Lacage merge with trunk
Mon, 27 Aug 2007 14:59:50 +0200 Mathieu Lacage add TraceContextElement::GetName method
Sun, 12 Aug 2007 16:28:29 +0200 Mathieu Lacage use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
Fri, 10 Aug 2007 15:47:13 +0200 Mathieu Lacage convert TraceResolver * to Ptr<TraceResolver>
Thu, 09 Aug 2007 21:25:23 +0200 Mathieu Lacage remove TraceContext argument from TraceResolver constructor and move it to Connect
Wed, 29 Aug 2007 09:35:53 +0200 Mathieu Lacage backout 9856d1175cbb:642d6798feaa:27dd3e15308a
Tue, 28 Aug 2007 09:55:21 -0400 George Riley Reconcile changes with Mathieu's latest
Fri, 24 Aug 2007 11:44:11 -0400 George Riley Change the protocol stack processing to pass packets by non-const
Tue, 28 Aug 2007 13:03:08 +0200 Mathieu Lacage constify
Mon, 13 Aug 2007 20:53:29 -0700 Tom Henderson Doxygen cleanup
Fri, 10 Aug 2007 16:28:09 +0200 Mathieu Lacage merge with trunk
Wed, 01 Aug 2007 19:19:28 +0200 Mathieu Lacage consitify the API a bit
Mon, 06 Aug 2007 19:40:18 +0200 Mathieu Lacage build with the new TraceContextElement API
Mon, 30 Jul 2007 10:35:03 +0200 Mathieu Lacage merge
Sat, 28 Jul 2007 13:20:47 +0200 Mathieu Lacage protocol number is a 16 bit unsigned integer
Fri, 27 Jul 2007 20:45:18 +0200 Emmanuelle Laprise Move LLC encapsulation from NetDevice to subclasses.
Fri, 27 Jul 2007 20:26:36 +0200 Emmanuelle Laprise src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
less more (0) tip