Make sure the packet source MAC address is always set.
[tinc] / src / net_packet.c
2015-11-07 Etienne DechampsMake sure the packet source MAC address is always set.
2015-05-31 Guus SliepenFix missing return value caused by the previous commit.
2015-05-31 Etienne DechampsDon't try to relay packets to unreachable nodes.
2015-05-23 Etienne DechampsFix crashes when trying unreachable nodes.
2015-05-18 Etienne DechampsFix direct UDP communciation with pre-relaying 1.1...
2015-05-18 Etienne DechampsDon't parse node IDs if the sending node doesn't suppor...
2015-05-18 Etienne DechampsFix SPTPS condition in try_harder().
2015-05-17 Guus SliepenMerge remote-tracking branches 'dechamps/sptpsrestart...
2015-05-17 Etienne DechampsProactively restart the SPTPS tunnel if we get receive...
2015-05-17 Etienne DechampsPrevent SPTPS key regeneration packets from entering...
2015-05-14 Guus SliepenFix receiving UDP packets from tinc 1.0.x nodes.
2015-05-10 Etienne DechampsIntroduce raw TCP SPTPS packet transport.
2015-05-10 Etienne DechampsRename REQ_SPTPS to SPTPS_PACKET.
2015-05-10 Etienne DechampsExpose the raw SPTPS send interface from net_packet.
2015-05-10 Etienne DechampsUse the correct originator node when relaying SPTPS...
2015-05-10 Etienne DechampsWhen relaying, send probes to the destination, not...
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/staticfix' into 1.1
2015-03-15 Etienne DechampsIncrease the ReplayWindow default from 16 to 32.
2015-03-14 Etienne DechampsDon't send UDP probes past static relays.
2015-03-14 Etienne DechampsAdd MTU_INFO protocol message.
2015-03-14 Etienne DechampsAdd UDP_INFO protocol message.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-03-14 Guus SliepenMerge remote-tracking branch 'dechamps/sptpsabort'...
2015-03-08 Etienne DechampsFix UDP/MTU discovery in intermediate SPTPS UDP relays.
2015-03-08 Etienne DechampsFix dynamic UDP SPTPS relaying.
2015-02-17 xentecFix compile errors introduced in cfe9285adf391ab66faeb5...
2015-01-12 Guus SliepenImprove packet source detection.
2015-01-11 Guus SliepenSend gratuitous type 2 probe replies.
2015-01-11 Guus SliepenSend the size of the largest recently received packets...
2015-01-11 Guus SliepenMove UDP probe reply code into its own function.
2015-01-11 Guus SliepenKeep track of the largest UDP packet size received...
2015-01-11 Guus SliepenMove detection of PMTU decrease to try_mtu().
2015-01-11 Guus SliepenSend MTU probes only once every PingInterval.
2015-01-11 Guus SliepenRemove RTT and packet loss estimation code.
2015-01-11 Guus SliepenOnly send small packets during UDP probes.
2015-01-11 Guus SliepenAlways keep UDP mappings alive for nodes that also...
2015-01-10 Guus SliepenDon't send probe replies if we don't have the other...
2015-01-10 Guus SliepenProactively send our own key when we request another...
2015-01-10 Guus SliepenFix size of type 2 probe replies.
2015-01-10 Guus SliepenCorrectly estimate the initial MTU for legacy packets.
2015-01-10 Guus SliepenTry to clarify the new code in net_packet.c a bit.
2015-01-10 Guus SliepenRemember whether we sent our key to another node.
2015-01-04 Guus SliepenUse global "now" in try_udp() and try_mtu().
2015-01-03 Etienne DechampsUse a different UDP discovery interval if the tunnel...
2015-01-02 Etienne DechampsRecalculate and resend MTU probes if they are too large...
2015-01-02 Etienne DechampsFine-tune the MTU discovery multiplier for the maxmtu...
2015-01-02 Etienne DechampsAdd IP_MTU-based maxmtu estimation.
2015-01-02 Etienne DechampsDon't send MTU probes smaller than 512 bytes.
2015-01-02 Etienne DechampsAdjust MTU probe counts.
2015-01-02 Etienne DechampsUse a smarter algorithm for choosing MTU discovery...
2015-01-02 Etienne DechampsRemove bandwidth estimation code.
2015-01-02 Etienne DechampsSend one MTU probe at a time.
2015-01-02 Etienne DechampsUse -1 to identify the post-initial MTU discovery state.
2015-01-02 Etienne DechampsFix MTU as soon as possible.
2015-01-01 Etienne DechampsMove try_mtu() closer to try_tx().
2015-01-01 Etienne DechampsMove PMTU discovery code into the TX path.
2015-01-01 Etienne DechampsRemove PMTU discovery code redundant with UDP discovery.
2015-01-01 Etienne DechampsMove responsibility for local discovery to UDP discovery.
2015-01-01 Etienne DechampsAdd UDP discovery mechanism.
2015-01-01 Etienne DechampsMove try_sptps() closer to try_tx().
2015-01-01 Etienne DechampsAdd the try_tx() function.
2015-01-01 Etienne DechampsClarify the send_mtu_probe() function.
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-25 Etienne DechampsUse plain old PACKET for TCP packets sent directly...
2014-12-24 Guus SliepenAdd a variable offset to vpn_packet_t, drop sptps_packet_t.
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-12-14 Guus SliepenFix reception of SPTPS UDP packets.
2014-12-14 Guus SliepenFix segfault when receiving UDP packets with an unknown...
2014-12-08 Guus SliepenChanges that should have been in commit 46fa12e666badb7...
2014-12-08 Guus SliepenMake UDP packet handling more efficient.
2014-12-07 Guus SliepenAvoid memmove() for legacy UDP packets.
2014-12-07 Guus SliepenLog an error message with the node's name when receivin...
2014-12-03 Guus SliepenFix compiler warnings.
2014-10-04 Etienne DechampsMake sure to discover MTU with relays.
2014-10-04 Etienne DechampsAdd UDP datagram relay support to SPTPS.
2014-10-04 Etienne DechampsPrepend source node ID information to UDP datagrams.
2014-10-04 Etienne DechampsChange vpn_packet_t::seqno from uint32_t to uint8_t[4].
2014-09-27 Etienne DechampsFix protocol version check for type 2 MTU probe replies.
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'ctrl' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsOnly declare the origpriority variable if we support...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-07-12 Etienne DechampsDon't initialize outpkt to an unused value.
2014-07-12 Etienne DechampsHandle the "no local address" case in send_sptps_data().
2014-06-29 Etienne DechampsEnable LocalDiscovery by default.
2014-06-29 Etienne DechampsRemove broadcast-based local discovery mechanism.
2014-06-29 Etienne DechampsUse edge local addresses for local discovery.
2014-06-26 Etienne DechampsFix errno references when handling socket errors.
2014-05-18 Guus SliepenAllow Cipher and Digest "none".
2014-05-12 Guus SliepenFix PMTU discovery via datagram SPTPS.
2013-11-21 Guus SliepenMake LocalDiscovery work for SPTPS packets.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
next