src/node/net-device.h
Fri, 23 Apr 2010 15:09:31 +0400 Andrey Mazo spell check, mostly in comments.
Mon, 12 Apr 2010 16:33:17 +0400 Andrey Mazo Documentation typos
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)
Wed, 03 Jun 2009 09:48:31 +0200 Mathieu Lacage bug 550: NetDevice::GetChannel method need clarification
Mon, 27 Apr 2009 09:25:05 +0200 Mathieu Lacage explain rationale for current GetMulticast methods
Thu, 16 Apr 2009 11:10:17 +0200 Mathieu Lacage bug 498: Object Name Service Obsoletes Legacy Naming
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
Mon, 27 Oct 2008 22:01:24 -0700 Craig Dowell give up on merging tap and emulated, break apart
Mon, 15 Sep 2008 06:10:53 -0700 Tom Henderson fix some Doxygen warnings
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:03:38 -0700 Mathieu Lacage repeat enum keyword.
Mon, 25 Aug 2008 09:13:05 -0700 Mathieu Lacage bug 273: constify packet pointers.
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 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: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:03 +0100 Gustavo J. A. M. Carneiro Changes in the promiscuous mode API: now the callback receives everything, both 'for me' and 'not for me', with an additional 'forMe' parameter.
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.
Mon, 23 Jun 2008 12:44:21 -0700 Mathieu Lacage dox missing SetNode method
Wed, 04 Jun 2008 11:48:52 -0700 Mathieu Lacage bug 202: classes disappeared from doxygen output
Fri, 30 May 2008 10:36:02 -0700 Tom Henderson more doxygen
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.
Mon, 31 Mar 2008 14:56:41 -0700 Mathieu Lacage remove 'All rigts reserved' keyword per tom's suggestion
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.
Mon, 03 Mar 2008 01:58:57 +0100 Mathieu Lacage kill TraceResolver et al.
Mon, 25 Feb 2008 19:33:46 +0100 Mathieu Lacage make NetDevice fully virtual.
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
Wed, 02 Jan 2008 10:33:39 +0100 Mathieu Lacage replace static const Interface iid; with static InterfaceId iid (void);
Sat, 15 Dec 2007 13:59:33 -0800 Tom Henderson Repair doxygen errors
Mon, 01 Oct 2007 14:15:56 +0200 Mathieu Lacage do not use Packet objects directly. Use Ptr<Packet> instead
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: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
Sun, 13 May 2007 11:57:27 +0200 Mathieu Lacage complete dox doc
less more (0) -60 tip