src/devices/point-to-point/point-to-point-net-device.cc
2008-11-07 Initial IPv6 capability
2008-11-05 Apply Patch to address bug 294 -- due to vincent
2008-09-11 fix bug 338, MTU overflows frameSize
2008-09-05 apply MTU/FrameSize treatment to point-to-point
2008-09-02 bug 274: bridge must detect compatibility of devices with bridging mode
2008-07-24 Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
2008-07-16 New API considering comments from Craig: NetDevice->Node uses two callbacks; Node->ProtocolHandlers uses a single API with a promiscuous flag.
2008-07-07 Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
2008-07-04 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.
2008-06-30 Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
2008-06-24 bug 233
2008-05-29 point-to-point cleanup
2008-05-21 ppp model description
2008-05-11 fix bug 161
2008-05-08 bug 153
2008-04-21 merge with HEAD
2008-04-15 NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
2008-04-17 get rid of Attribute class. Use AttributeValue subclasses directly.
2008-04-09 get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-26 use an attribute name which matches the member variable and method
2008-03-26 do not aggregate error model to device
2008-03-19 add SetAddress methods.
2008-03-13 add back support for introspected doxygen.
2008-03-13 add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
2008-02-27 introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
2008-02-25 make NetDevice fully virtual.
2008-02-17 split initial value from ParamSpec.
2008-01-31 AddInterface -> AggregateObject
2007-12-26 Fix small typo
2007-11-29 fix typo due to Packet & -> Ptr<Packet> change
2007-11-22 merge
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-11-14 nicer logging of parameters (bug 79 patch from Gustavo)
2007-11-08 minor fix for bug95; also const operators for DataRate
2007-11-14 Add src/common/error-model implementation and example script, and add to NetDevices
2007-09-14 Enable enqueue/dequeue tracing for point-to-point links
2007-09-13 checkpoint debug to log
2007-09-12 rename Euixx to Macxx
2007-09-11 merge with trunk again
2007-09-10 merge with trunk
2007-08-29 Move MakeMulticastAddress to NetDevice
2007-08-24 semi-real multicast hardware addresses
2007-09-04 merge with trunk
2007-08-30 GetName -> GetTypeName
2007-08-28 avoid method naming ambiguity in CompositeTraceResolver
2007-08-28 constify
2007-08-28 document trace source signatures
2007-08-28 merge with trunk
2007-08-28 keep track of trace source help strings
2007-08-27 add TraceContextElement::GetName method
2007-08-12 CompositeTraceResolver::Add -> CompositeTraceResolver::AddSource
2007-08-12 use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
2007-08-10 convert TraceResolver * to Ptr<TraceResolver>
2007-08-09 remove TraceContext argument from TraceResolver constructor and move it to Connect
2007-08-29 backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-24 Change the protocol stack processing to pass packets by non-const
2007-08-10 merge ns-3-csma with tip
2007-08-10 move m_rxTrace to trace enet header
2007-08-10 merge with trunk