| 2008-11-07 |
Initial IPv6 capability
|
file | diff | annotate |
| 2008-11-05 |
Apply Patch to address bug 294 -- due to vincent
|
file | diff | annotate |
| 2008-09-11 |
fix bug 338, MTU overflows frameSize
|
file | diff | annotate |
| 2008-09-05 |
apply MTU/FrameSize treatment to point-to-point
|
file | diff | annotate |
| 2008-09-02 |
bug 274: bridge must detect compatibility of devices with bridging mode
|
file | diff | annotate |
| 2008-07-24 |
Make the new NetDevice APIs pure virtual methods, by Mathieu's insistence.
|
file | diff | annotate |
| 2008-07-07 |
Simplify promiscuous mode API: NetDevices always operate in promiscuous mode, normal receive callbacks receive extra destination address and packet type.
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-06-30 |
Sketching a new promiscuous mode protocol handlers API; Netdevices implementation missing, though.
|
file | diff | annotate |
| 2008-05-29 |
point-to-point cleanup
|
file | diff | annotate |
| 2008-05-21 |
ppp model description
|
file | diff | annotate |
| 2008-05-14 |
Removed TraceContext and TraceResolver references, removed MobilityModelNotifier class, and minor changes on samples/main-random-walk.cc.
|
file | diff | annotate |
| 2008-05-08 |
bug 153
|
file | diff | annotate |
| 2008-03-19 |
add SetAddress methods.
|
file | diff | annotate |
| 2008-03-13 |
add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| 2008-02-25 |
make NetDevice fully virtual.
|
file | diff | annotate |
| 2007-11-22 |
merge
|
file | diff | annotate |
| 2007-10-29 |
merge in packet.bundle
|
file | diff | annotate |
| 2007-10-01 |
do not use Packet objects directly. Use Ptr<Packet> instead
|
file | diff | annotate |
| 2007-11-14 |
Add src/common/error-model implementation and example script, and add to NetDevices
|
file | diff | annotate |
| 2007-10-24 |
some cleanup of point-to-point-net-device.h
|
file | diff | annotate |
| 2007-09-04 |
merge with trunk
|
file | diff | annotate |
| 2007-08-30 |
add doxygen for each TraceSourceElement subclass
|
file | diff | annotate |
| 2007-08-30 |
GetName -> GetTypeName
|
file | diff | annotate |
| 2007-08-28 |
constify
|
file | diff | annotate |
| 2007-08-28 |
merge with trunk
|
file | diff | annotate |
| 2007-08-28 |
merge with trunk
|
file | diff | annotate |
| 2007-08-27 |
add TraceContextElement::GetName method
|
file | diff | annotate |
| 2007-08-12 |
use the Object::GetTraceResolver tracing support rather than the old adhoc tracing code
|
file | diff | annotate |
| 2007-08-10 |
convert TraceResolver * to Ptr<TraceResolver>
|
file | diff | annotate |
| 2007-08-09 |
remove TraceContext argument from TraceResolver constructor and move it to Connect
|
file | diff | annotate |
| 2007-08-29 |
backout 9856d1175cbb:642d6798feaa:27dd3e15308a
|
file | diff | annotate |
| 2007-08-28 |
Reconcile changes with Mathieu's latest
|
file | diff | annotate |
| 2007-08-24 |
Change the protocol stack processing to pass packets by non-const
|
file | diff | annotate |
| 2007-08-28 |
constify
|
file | diff | annotate |
| 2007-08-13 |
Doxygen cleanup
|
file | diff | annotate |
| 2007-08-10 |
merge with trunk
|
file | diff | annotate |
| 2007-08-01 |
consitify the API a bit
|
file | diff | annotate |
| 2007-08-06 |
build with the new TraceContextElement API
|
file | diff | annotate |
| 2007-07-30 |
merge
|
file | diff | annotate |
| 2007-07-28 |
protocol number is a 16 bit unsigned integer
|
file | diff | annotate |
| 2007-07-27 |
Move LLC encapsulation from NetDevice to subclasses.
|
file | diff | annotate |
| 2007-07-27 |
src/devices/point-to-point/p2p-* -> src/devices/point-to-point/point-to-point-*
|
file | diff | annotate | base |