route: Support ToS/DiffServ priority inheritance when routing IPv6 packets.
[tinc] / src / route.c
2016-10-12 Vittorio Gambalett... route: Support ToS/DiffServ priority inheritance when...
2016-04-09 Guus SliepenUpdate copyright notices.
2015-09-25 Vittorio Gambalett... Remove forward declaration for do_decrement_ttl.
2015-09-25 Vittorio Gambalett... s/broadcast_packet_helper/route_broadcast/
2015-09-25 Vittorio Gambalett... Fix DecrementTTL option for packets destined to the...
2015-09-12 Nathan Stratton... Fix invalid checksum generation.
2015-09-04 Vittorio Gambalett... Try to reply with node address only when decrementing...
2015-09-04 Vittorio Gambalett... Fix source IP address for ICMP unreachable packets...
2015-09-03 Vittorio Gambalett... Fix DecrementTTL option.
2014-05-11 Guus SliepenDrop h and hh length modifiers from printf format strings.
2013-03-03 Guus SliepenFix compiler warnings on Windows.
2013-01-20 Guus SliepenMake sure PriorityInheritance also works in switch...
2012-11-14 Guus SliepenMake sure PMTU discovery works in switch mode with...
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-03-23 Guus SliepenSet default value of DecrementTTL to "no".
2012-03-10 Guus SliepenUpdate copyright notices.
2012-02-25 Guus SliepenStricter checks against routing loops.
2012-02-25 Guus SliepenDon't send ICMP Time Exceeded messages for other Time...
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
2011-06-04 Loïc GreniéNearly tickless tinc.
2010-04-11 Guus SliepenDon't redefine MAX if it already exists.
2010-04-11 Guus SliepenFixes for definitions under Windows.
2010-03-02 Guus SliepenFixes for the Forwarding option.
2010-03-02 Guus SliepenAdd the DirectOnly option.
2010-03-02 Guus SliepenAdd the Forwarding option.
2010-02-28 Guus SliepenClamp MSS to miminum MTU in both directions.
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-22 Guus SliepenRun subnet-up/down scripts for local MAC addresses...
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2010-01-16 Guus SliepenAlso clamp MSS of TCP over IPv6 packets.
2010-01-15 Guus SliepenClamp MSS of IPv4 SYN packets.
2009-12-23 Guus SliepenDo not fragment packets smaller than RFC defined minimu...
2009-11-28 Guus SliepenWhen learning MAC addresses, only check our own Subnets...
2009-10-20 Guus SliepenHandle weighted Subnets in switch and hub modes.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-12 Guus SliepenHandle unicast packets larger than PMTU in switch mode.
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-02-17 Guus SliepenHandle neighbor solicitation requests without link...
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-26 Guus SliepenAdd missing parentheses in check for IPv4 multicast...
2008-12-23 Guus SliepenHandle broadcast and multicast packets in router mode.
2006-08-09 Guus Sliepenmemcpy() addresses from packet headers before calling...
2006-08-08 Guus SliepenFix format string warnings.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-11-10 Guus SliepenLet compiler decide when to inline.
2004-11-10 Guus SliepenMissing check for NULL-pointer.
2004-10-01 Guus SliepenFix several #includes.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-12-24 Guus SliepenSmall fixes for PMTU discovery.
2003-12-22 Guus SliepenImprovements for PMTU discovery and IPv4 packet fragmen...
2003-12-20 Guus SliepenBetter name, show probed MTU in dump.
2003-12-20 Guus SliepenLet tinc figure out the exact MTU of the link.
2003-12-13 Guus SliepenForget multicast. Always inline some function.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-12-08 Guus SliepenFix proxy-neighborsolicitation.
2003-10-06 Guus Sliepenconst
2003-10-06 Guus SliepenCopy structs from packets to the stack before using...
2003-10-01 Guus SliepenBetter length checks.
2003-09-23 Guus SliepenCheck for short packets from the tun/tap device and...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-31 Guus SliepenNo easy way to properly detect header files...
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenRemove all #ifndefs from route.c
2003-07-18 Guus SliepenEven more missing definitions.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-15 Guus SliepenExport mymac.
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-07 Guus SliepenProvide all missing IPv6 definitions in lib/ipv6.h.
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-07-06 Guus SliepenCheck for IPv6 header files.
2003-07-06 Guus Sliepen- simplify configure.in
2003-06-11 Guus SliepenMore braces to make gcc happy.
2003-06-11 Guus SliepenRemove mymac stuff from device.c.
2003-03-29 Guus SliepenChecksums must also work for uneven number of bytes.
2003-03-29 Guus SliepenDon't copy more than necessary.
2003-03-29 Guus Sliepen- Speed up checksumming
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus Sliepen- netinet/* include files depend on netinet/in_systm.h.
2002-06-08 Guus SliepenUse inttypes.h instead of stdint.h.
2002-06-08 Guus SliepenCleanup:
2002-06-05 Guus SliepenUse correct includes on NetBSD.
2002-04-19 Guus SliepenSupport for MaxOS/X.
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-03-19 Guus SliepenDon't use s6_addr[16|32] anymore.
2002-03-15 Guus SliepenTypo.
2002-03-15 Guus SliepenDifferent way of detecting neighbor solicitation requests.
next