projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Attempt to make the test suite work with Windows executables.
[tinc]
/
src
/
net_packet.c
2018-10-21
Guus Sliepen
Fix warnings when compiling for Windows.
blob
|
commitdiff
|
raw
2018-10-18
Guus Sliepen
Fix building with --disable-legacy-protocol.
blob
|
commitdiff
|
raw
|
diff to current
2018-10-06
Guus Sliepen
Fix all warnings when compiling with -Wall -W -pedantic.
blob
|
commitdiff
|
raw
|
diff to current
2018-09-09
Guus Sliepen
Prevent oracle attacks in the legacy protocol (CVE...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-23
Guus Sliepen
Remove address cache debug messages printed to stderr.
blob
|
commitdiff
|
raw
|
diff to current
2018-06-23
Guus Sliepen
Avoid treating compressed MTU probes as having a negati...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-13
Guus Sliepen
Merge remote-tracking branch 'volth/release-1.1pre16...
blob
|
commitdiff
|
raw
|
diff to current
2018-06-13
volth
minor
blob
|
commitdiff
|
raw
|
diff to current
2018-06-13
volth
keep track of round trip times of UDP pings
blob
|
commitdiff
|
raw
|
diff to current
2018-04-02
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2018-02-18
Guus Sliepen
Reduce memory allocations due to zlib's uncompress().
blob
|
commitdiff
|
raw
|
diff to current
2018-02-17
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-07
Etienne Dechamps
Fix "use of GNU empty initializer extension" warning.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-07
Etienne Dechamps
Fix "void function should not return void expression...
blob
|
commitdiff
|
raw
|
diff to current
2018-01-06
Guus Sliepen
Add a cache of recently seen addresses.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-06
Guus Sliepen
Fix all spelling errors found by codespell.
blob
|
commitdiff
|
raw
|
diff to current
2017-12-16
Guus Sliepen
Assume all IPPROTO_* macros exist.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-25
Todd C. Miller
Replace remaining sizeof foo with sizeof(foo).
blob
|
commitdiff
|
raw
|
diff to current
2017-10-07
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-07
Guus Sliepen
Convert sizeof foo to sizeof(foo).
blob
|
commitdiff
|
raw
|
diff to current
2017-09-02
Guus Sliepen
Ensure packet priority is cleared when sending PMTU...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-27
Guus Sliepen
Forward-port tinc 1.0's handling of device errors.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-26
Guus Sliepen
Log warnings about dropped packets only with debug...
blob
|
commitdiff
|
raw
|
diff to current
2016-06-23
Guus Sliepen
Fix warnings from the Clang static analyzer.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-12
thorkill
Send PKT_PROBE only when handshake has been done already.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-23
Guus Sliepen
Fix a compiler warning on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-15
Guus Sliepen
Stop using SOL_TCP, SOL_IP and SOL_IPV6.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-15
Guus Sliepen
Fix some compiler warnings from MinGW.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-10
Guus Sliepen
Support ToS/DiffServ for IPv6 meta and UDP connections.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-17
Guus Sliepen
Merge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-12-10
Guus Sliepen
Use static buffers for recvmmsg(), initialize them...
blob
|
commitdiff
|
raw
|
diff to current
2015-12-10
Guus Sliepen
Add support for recvmmsg().
blob
|
commitdiff
|
raw
|
diff to current
2015-11-07
Etienne Dechamps
Make sure the packet source MAC address is always set.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Guus Sliepen
Fix missing return value caused by the previous commit.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Etienne Dechamps
Don't try to relay packets to unreachable nodes.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-23
Etienne Dechamps
Fix crashes when trying unreachable nodes.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Etienne Dechamps
Fix direct UDP communciation with pre-relaying 1.1...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Etienne Dechamps
Don't parse node IDs if the sending node doesn't suppor...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
Etienne Dechamps
Fix SPTPS condition in try_harder().
blob
|
commitdiff
|
raw
|
diff to current
2015-05-17
Guus Sliepen
Merge remote-tracking branches 'dechamps/sptpsrestart...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-17
Etienne Dechamps
Proactively restart the SPTPS tunnel if we get receive...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-17
Etienne Dechamps
Prevent SPTPS key regeneration packets from entering...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-14
Guus Sliepen
Fix receiving UDP packets from tinc 1.0.x nodes.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Introduce raw TCP SPTPS packet transport.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Rename REQ_SPTPS to SPTPS_PACKET.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Expose the raw SPTPS send interface from net_packet.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
Use the correct originator node when relaying SPTPS...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
Etienne Dechamps
When relaying, send probes to the destination, not...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/wintapver' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Always call res_init() before getaddrinfo().
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/windevice' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/winmtu' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/fsckwin' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/staticfix' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-03-15
Etienne Dechamps
Increase the ReplayWindow default from 16 to 32.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Don't send UDP probes past static relays.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Add MTU_INFO protocol message.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Add UDP_INFO protocol message.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'seehuhn/1.1' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'dechamps/sptpsabort'...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-08
Etienne Dechamps
Fix UDP/MTU discovery in intermediate SPTPS UDP relays.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-08
Etienne Dechamps
Fix dynamic UDP SPTPS relaying.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
xentec
Fix compile errors introduced in cfe9285adf391ab66faeb5...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-12
Guus Sliepen
Improve packet source detection.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send gratuitous type 2 probe replies.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send the size of the largest recently received packets...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Move UDP probe reply code into its own function.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Keep track of the largest UDP packet size received...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Move detection of PMTU decrease to try_mtu().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Send MTU probes only once every PingInterval.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Remove RTT and packet loss estimation code.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Only send small packets during UDP probes.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-11
Guus Sliepen
Always keep UDP mappings alive for nodes that also...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Don't send probe replies if we don't have the other...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Proactively send our own key when we request another...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Fix size of type 2 probe replies.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Correctly estimate the initial MTU for legacy packets.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Try to clarify the new code in net_packet.c a bit.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Guus Sliepen
Remember whether we sent our key to another node.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-04
Guus Sliepen
Use global "now" in try_udp() and try_mtu().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-03
Etienne Dechamps
Use a different UDP discovery interval if the tunnel...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Recalculate and resend MTU probes if they are too large...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Fine-tune the MTU discovery multiplier for the maxmtu...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Add IP_MTU-based maxmtu estimation.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Don't send MTU probes smaller than 512 bytes.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Adjust MTU probe counts.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Use a smarter algorithm for choosing MTU discovery...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Remove bandwidth estimation code.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Send one MTU probe at a time.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Use -1 to identify the post-initial MTU discovery state.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-02
Etienne Dechamps
Fix MTU as soon as possible.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Move try_mtu() closer to try_tx().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Move PMTU discovery code into the TX path.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Remove PMTU discovery code redundant with UDP discovery.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Move responsibility for local discovery to UDP discovery.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Add UDP discovery mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Move try_sptps() closer to try_tx().
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Add the try_tx() function.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Clarify the send_mtu_probe() function.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-29
Guus Sliepen
Allow tinc to be compiled without OpenSSL.
blob
|
commitdiff
|
raw
|
diff to current
next