src/node/net-device.cc
Mon, 25 Aug 2008 09:05:41 -0700 Mathieu Lacage bug 285: NetDevice base class should define an attribute Mtu.
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.
Fri, 18 Jul 2008 11:41:22 +0100 Gustavo J. A. M. Carneiro No need to make NetDevice::SendFrom pure virtual; instead just give a fatal error if used in runtime (it's only used by the learning bridge, anyway, so...).
Wed, 16 Jul 2008 16:06:50 +0100 Gustavo J. A. M. Carneiro New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
Mon, 07 Jul 2008 10:26:00 +0100 Gustavo J. A. M. Carneiro Backed out changeset ae9f7d5e2d56
Fri, 04 Jul 2008 19:15:00 +0100 Gustavo J. A. M. Carneiro Try to preserve API compatibility, after SendFrom / promiscuous mode changes.
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Mon, 25 Feb 2008 19:33:46 +0100 Mathieu Lacage make NetDevice fully virtual.
Tue, 15 Jan 2008 12:44:09 +0100 Mathieu Lacage iid -> tid
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
Thu, 03 Jan 2008 11:39:45 +0100 Mathieu Lacage replace ComponentManager::Create and ClassId with InterfaceId::CreateObjest and InterfaceId
Thu, 03 Jan 2008 08:34:31 +0100 Mathieu Lacage get rid of MakeInterfaceId
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Thu, 13 Sep 2007 21:36:32 -0700 Craig Dowell debug to log
Tue, 11 Sep 2007 12:20:09 -0700 Craig Dowell merge with trunk again
Mon, 10 Sep 2007 15:50:07 -0700 Craig Dowell merge with trunk
Wed, 29 Aug 2007 12:11:11 -0700 Craig Dowell Move MakeMulticastAddress to NetDevice
Fri, 24 Aug 2007 17:38:49 -0700 Craig Dowell semi-real multicast hardware addresses
Tue, 04 Sep 2007 15:35:23 +0200 Mathieu Lacage merge with trunk
Tue, 28 Aug 2007 12:05:35 +0200 Mathieu Lacage merge with trunk
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
Fri, 24 Aug 2007 10:33:58 +0200 Mathieu Lacage the protocol number field is a 16 bit integer, not a 32 bit integer
Wed, 01 Aug 2007 19:19:28 +0200 Mathieu Lacage consitify the API a bit
Wed, 01 Aug 2007 08:58:18 +0200 Mathieu Lacage rework the NetDevice <-> Node interface
Mon, 30 Jul 2007 10:35:03 +0200 Mathieu Lacage merge
Thu, 26 Jul 2007 17:36:53 +0200 Mathieu Lacage replace MacAddress by Address
Fri, 27 Jul 2007 20:45:18 +0200 Emmanuelle Laprise Move LLC encapsulation from NetDevice to subclasses.
Mon, 04 Jun 2007 16:21:05 +0200 Mathieu Lacage rename i-node to node
Mon, 04 Jun 2007 16:17:01 +0200 Mathieu Lacage rename INode to Node
Fri, 25 May 2007 10:56:03 +0200 Mathieu Lacage port code from Interface to Object
Mon, 14 May 2007 10:06:12 +0200 Mathieu Lacage rename Node to INode
Mon, 14 May 2007 09:09:43 +0200 Mathieu Lacage rename node.h to i-node.h
Sun, 13 May 2007 09:58:53 +0200 Mathieu Lacage call Node::AddDevice from NetDevice::NetDevice
Fri, 11 May 2007 19:26:01 +0200 Mathieu Lacage NetDevice and Channel now derive from Interface rather than Object
Thu, 10 May 2007 20:19:26 +0200 Mathieu Lacage use Ptr<> everywhere Object or NsUnknown are used
Thu, 10 May 2007 08:18:41 +0200 Mathieu Lacage implement properly NetDevice::DoDispose and rename NetDevice::PeekNode to NetDevice::GetNode
Wed, 09 May 2007 14:50:14 -0400 Raj Bhattacharjea Removed manual ref/unref calls for Ptr<Node>
Wed, 09 May 2007 13:26:21 -0400 Raj Bhattacharjea Node* -> Ptr<Node>
Fri, 04 May 2007 12:17:14 -0700 Tom Henderson Enable both ascii and pcap tracing
Thu, 03 May 2007 13:24:43 +0200 Mathieu Lacage finish Dispose -> DoDispose rework
Wed, 02 May 2007 14:40:40 +0200 Mathieu Lacage apply ref/unref rules consistently for Node
Wed, 02 May 2007 09:18:02 +0200 Mathieu Lacage just a small typo
Wed, 02 May 2007 09:10:19 +0200 Mathieu Lacage merge in raj's dispose early work
Tue, 01 May 2007 11:54:21 +0200 Mathieu Lacage merge Packet API changes needed for Packet pretty printing.
Mon, 30 Apr 2007 10:37:57 +0200 Mathieu Lacage remove unused headers
Mon, 30 Apr 2007 10:37:22 +0200 Mathieu Lacage add NetDevice::SetReceiveCallback and use it
Mon, 30 Apr 2007 10:05:46 +0200 Mathieu Lacage add NetDevice::NeedsArp method
Thu, 29 Mar 2007 17:07:04 +0200 Mathieu Lacage add NetDevice::GetChannel method and doxygen-document it
Sun, 25 Mar 2007 07:20:24 -0700 Tom Henderson remove 512-byte MTU for P2P net device; make default in base class equal to max uint16
Sun, 18 Mar 2007 14:06:51 -0700 Tom Henderson move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
Fri, 16 Feb 2007 09:56:21 +0100 Mathieu Lacage convert use of <cassert> to "ns3/assert.h"
less more (0) -60 tip