src/node/ipv4.h
2009-08-11 fix Ipv4 doxygen error
2009-06-26 bug 63: allow enabling or disabling ip forwarding on a per-interface basis
2009-06-13 fix for bug 588
2009-06-12 Remove static routing dependencies in code
2009-05-31 more doxygen cleanup
2009-05-30 Doxygen cleanup
2009-05-28 src/ and utils/ changes for IPv4 routing rework
2009-04-12 Remove class Ipv4Impl
2009-04-12 Implementation cut over to use Ipv4InterfaceAddress
2009-04-08 implementation and plumbing of Ipv4InterfaceAddress class
2009-04-08 Ipv4::ifIndex -> Ipv4::interface
2008-07-03 Minor doc notes added to ipv4.h
2008-06-09 documentation to resolve bug 75
2008-06-04 bug 207: ipv4-header.h needed in src/node module.
2008-05-30 more doxygen
2008-03-31 remove 'All rigts reserved' keyword per tom's suggestion
2008-03-21 ip helper and find ip interface for device method on ipv4
2008-01-15 merge with head
2008-01-15 iid (void) -> GetTypeId (void)
2008-01-15 InterfaceId -> TypeId
2008-01-02 replace static const Interface iid; with static InterfaceId iid (void);
2008-01-09 Fix bug 125 (make helper function non-virtual)
2007-11-22 merge
2007-10-29 merge in packet.bundle
2007-10-01 do not use Packet objects directly. Use Ptr<Packet> instead
2007-11-05 move ipv4 static to member functions
2007-10-26 get rid of doxygen warnings
2007-10-06 Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc
2007-09-11 socket update broke multicast
2007-09-10 merge with trunk
2007-09-04 piles of doxygen, changes to SetDefaultMulticastRoute plumbing
2007-08-27 real multicast enet addr, more source routes, default multicast route
2007-08-24 add ipv4 methods, remove source multicast route requirement, fix udp socket source address prob
2007-08-13 set source address in socket
2007-08-13 more multicast plumbing
2007-08-12 untested multicast support
2007-09-03 Provide two new Ipv4 convenience functions: GetIfIndexByIpv4Address() and GetIpv4RouteToDestination (), and align global routing code to use the first function
2007-08-29 backout 9856d1175cbb:642d6798feaa:27dd3e15308a
2007-08-24 Change the protocol stack processing to pass packets by non-const
2007-07-27 Add documentation for the dynamic routing interfaces. Change Ipv4::AddRoutingProtocol priority parameter type from int to int16_t to make way for in the future providing stable sorting of routing protocols of the same priority.
2007-07-26 Support dynamic routing and multiple routing protocols; static routing table is refactored as a "routing protocol".
2007-06-12 fix bug 28
2007-06-11 IIpv4 -> Ipv4
2007-06-04 IIpv4 -> Ipv4
2007-06-04 i-ipv4.h -> ipv4.h
2007-05-03 make L3Demux an NsUnknown object.
2007-05-03 remove dead code
2007-05-02 use Dispose more extensively
2007-05-02 manage NetDevice objects with refcounts
2007-05-01 merge with pcap branch
2007-03-29 add context information to tx and rx trace callbacks
2007-04-30 remove ipv4 interface from public API
2007-03-30 fix dox warnings
2007-03-29 doxygen for Ipv4 class
2007-03-18 move channel.cc channel.h to node directory; merge ns-3-tracing from mathieu
2007-02-17 remove Ipv4L3Protocol class.
2007-02-12 add arp stack
2007-02-12 add Ipv4 and Udp node capabilities, rework Copy methods to include an extra Node * argument
2007-02-10 add non-debugged udp stack