src/devices/csma/csma-net-device.cc
Tue, 02 Sep 2008 11:28:03 -0700 Mathieu Lacage bug 274: bridge must detect compatibility of devices with bridging mode
Mon, 25 Aug 2008 10:02:52 -0700 Mathieu Lacage shared Mac48 multicast code
Mon, 04 Aug 2008 17:32:32 -0700 Craig Dowell sort out various MTU options
Sun, 03 Aug 2008 21:55:49 -0700 Craig Dowell 128 column pages
Wed, 23 Jul 2008 18:29:13 -0700 Craig Dowell fix supidity in mtu stuff
Wed, 23 Jul 2008 17:09:12 -0700 Craig Dowell begin sorting out mtu woes
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 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.
Mon, 07 Jul 2008 10:37:09 +0100 Gustavo J. A. M. Carneiro 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.
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.
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.
Fri, 04 Jul 2008 15:37:54 +0100 Gustavo J. A. M. Carneiro Implement the promiscuous receive callback for CsmaNetDevice.
Fri, 04 Jul 2008 12:35:13 +0100 Gustavo J. A. M. Carneiro For csma, set a sensible netdevice name, if none has been set.
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.
Fri, 27 Jun 2008 14:38:08 -0700 Craig Dowell reposition trace hook in csma to address bug 241.
Sat, 07 Jun 2008 10:38:39 -0700 Craig Dowell CSMA Cleanup, XXX in echo apps, clarification of point-to-point data rates in dox
Thu, 08 May 2008 13:26:49 -0700 Craig Dowell bug 153 applied to CSMA
Mon, 21 Apr 2008 09:04:08 -0700 Mathieu Lacage merge with HEAD
Tue, 15 Apr 2008 15:10:53 -0700 Mathieu Lacage NS_LOG_FUNCTION -> NS_LOG_FUNCTION_NOARGS and NS_LOG_PARAMS -> NS_LOG_FUNCTION
Mon, 14 Apr 2008 10:10:17 -0700 Mathieu Lacage kill NS_LOG_PARAMS_BEGIN/END.
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Wed, 09 Apr 2008 12:15:24 -0700 Mathieu Lacage get rid of implicit conversion of Attribute to/from Ptr<>. Replace this with an explicit Pointer class.
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
Sat, 29 Mar 2008 06:33:19 -0700 Tom Henderson enable csma multicast
Fri, 28 Mar 2008 10:21:57 -0700 Mathieu Lacage Rx traces report the full packet and make sure we set the length field correctly in case of LLC encapsulation
Wed, 19 Mar 2008 11:19:05 -0700 Mathieu Lacage add SetAddress methods.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
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 20:48:43 +0100 Mathieu Lacage add missing NS_OBJECT_ENSURE_REGISTERED calls.
Wed, 27 Feb 2008 20:23:57 +0100 Mathieu Lacage convert CsmaNetDevice to Attributes.
Mon, 25 Feb 2008 19:33:46 +0100 Mathieu Lacage make NetDevice fully virtual.
Thu, 31 Jan 2008 22:23:46 +0100 Mathieu Lacage AddInterface -> AggregateObject
Thu, 22 Nov 2007 10:30:29 +0100 Mathieu Lacage merge
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
Wed, 14 Nov 2007 21:59:14 -0800 Tom Henderson nicer logging of parameters (bug 79 patch from Gustavo)
Thu, 08 Nov 2007 23:08:00 -0800 Tom Henderson minor fix for bug95; also const operators for DataRate
Wed, 14 Nov 2007 20:40:05 -0800 Tom Henderson Add src/common/error-model implementation and example script, and add to NetDevices
Thu, 13 Sep 2007 17:47:42 -0700 Craig Dowell checkpoint debug to log
Wed, 12 Sep 2007 11:39:46 +0200 Mathieu Lacage rename Euixx to Macxx
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
Mon, 27 Aug 2007 23:46:14 -0700 Craig Dowell real multicast enet addr, more source routes, default multicast route
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
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 15:59:49 +0200 Mathieu Lacage avoid method naming ambiguity in CompositeTraceResolver
Tue, 28 Aug 2007 14:33:53 +0200 Mathieu Lacage constify
Tue, 28 Aug 2007 13:10:18 +0200 Mathieu Lacage document trace source signatures
Tue, 28 Aug 2007 12:05:35 +0200 Mathieu Lacage merge with trunk
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, 10 Aug 2007 13:33:45 -0700 Tom Henderson global routing csma patch
Fri, 10 Aug 2007 10:52:30 -0700 Craig Dowell merge ns-3-csma with tip
Fri, 10 Aug 2007 10:45:59 -0700 Craig Dowell move m_rxTrace to trace enet header
Thu, 09 Aug 2007 15:56:28 -0700 Craig Dowell rename to csma
less more (0) tip