src/devices/csma/csma-net-device.h
2008-11-07 Initial IPv6 capability
2008-11-05 Apply Patch to address bug 294 -- due to vincent
2008-09-15 fix some Doxygen warnings
2008-09-11 fix bug 338, MTU overflows frameSize
2008-09-05 apply MTU/FrameSize treatment to point-to-point
2008-09-05 MTU, encap mode cleanup for csma
2008-09-04 further cleanup of MTU in CSMA
2008-09-02 bug 274: bridge must detect compatibility of devices with bridging mode
2008-08-05 Comment to clarify MTU policy was insufficiently clear
2008-08-04 sort out various MTU options
2008-08-03 128 column pages
2008-07-23 begin sorting out mtu woes
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-07 Move the csma packet-from-self receive filtering away from the CsmaChannel into the CsmaNetDevice, with the help of an extra Ptr<CsmaNetDevice> parameter in Receive(). As discussed in the mailing list.
2008-07-07 Backed out changeset ae9f7d5e2d56
2008-07-04 Try to preserve API compatibility, after SendFrom / promiscuous mode changes.
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-07-04 Implement the promiscuous receive callback for CsmaNetDevice.
2008-06-30 Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
2008-06-07 CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox
2008-05-14 Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
2008-05-08 bug 153 applied to CSMA
2008-03-19 add SetAddress methods.
2008-03-13 add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
2008-02-27 convert CsmaNetDevice to Attributes.
2008-02-25 make NetDevice fully virtual.
2007-11-22 merge
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-11-14 Add src/common/error-model implementation and example script, and add to NetDevices
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-09-04 merge with trunk
2007-08-30 add doxygen for each TraceSourceElement subclass
2007-08-30 GetName -> GetTypeName
2007-08-28 constify
2007-08-28 merge with trunk
2007-08-28 merge with trunk
2007-08-29 backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-28 Reconcile changes with Mathieu's latest
2007-08-24 Change the protocol stack processing to pass packets by non-const
2007-08-28 constify
2007-08-13 Doxygen cleanup
2007-08-10 merge ns-3-csma with tip
2007-08-09 rename to csma