index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldpd
/
packet.c
Age
Commit message (
Expand
)
Author
2017-03-04
Implement RFC 5561 (LDP Capabilities).
Renato Westphal
2017-03-03
Kill send_notification_nbr().
Renato Westphal
2016-07-16
Remove potential overflow when validating message's length.
Renato Westphal
2016-07-01
More renaming and whitespace cleanup.
Renato Westphal
2016-07-01
Several minor tweaks.
Renato Westphal
2016-07-01
Add GTSM support (RFC 6720).
Renato Westphal
2016-06-18
Fix removal of dual-stack neighbors.
Renato Westphal
2016-06-13
Implement a timeout for the session initialization FSM.
Renato Westphal
2016-06-13
Rework the handling of Hello packets.
Renato Westphal
2016-06-09
Do set the Message ID for Hello messages too.
Renato Westphal
2016-06-09
Do not shut down the session upon receiving unknown messages.
Renato Westphal
2016-06-06
Speed up session establishment after config reload.
Renato Westphal
2016-05-23
Update copyright information.
Renato Westphal
2016-05-23
Remove superfluous includes.
Renato Westphal
2016-05-23
Make functions and variables static whenever possible.
Renato Westphal
2016-05-23
Add support for IPv6 (RFC 7552).
Renato Westphal
2016-05-23
Fix mess caused by my commit script.
Renato Westphal
2016-05-23
Move setsockopt helper functions to a separate file.
Renato Westphal
2016-05-23
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
Make neighbor parameters per lsr-id not per transport-address.
Renato Westphal
2016-05-23
Rework the way we handle income connection requests.
Renato Westphal
2016-05-23
Several improvements in the parsing of UDP/Hello packets.
Renato Westphal
2016-05-23
Don't ignore notification messages before the session is operational.
Renato Westphal
2016-05-23
Improve the parser of TCP/session packets.
Renato Westphal
2016-05-23
Respect the received Max PDU Length field.
Renato Westphal
2016-05-23
Move some code around.
Renato Westphal
2016-05-23
Add knob to configure the transport address.
Renato Westphal
2016-05-23
Replace manually written function names with __func__.
Renato Westphal
2016-05-23
Call accept_unpause() when any TCP socket is closed.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-07-21
Improve handling of addresses on ldpe.
Renato Westphal
2015-07-19
Implement md5 authentication support.
Renato Westphal
2015-04-04
Give more detailed information on a couple of debug messages.
Renato Westphal
2015-02-09
More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmode
Claudio Jeker
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2014-07-12
msgbuf_write() <= 0 for a few more daemons.
Kenneth R Westerback
2013-11-26
deal with msgbuf_write EAGAIN, ok gilles benno
Henning Brauer
2013-10-17
Improve parsing of label mapping messages and merge all recv_label*
Renato Westphal
2013-10-15
Improve debug and error logs.
Renato Westphal
2013-10-15
Generate the NBR_EVT_PDU_RCVD event in a single point.
Renato Westphal
2013-10-15
Improve parsing of LDP messages.
Renato Westphal
2013-10-15
Ignore messages that have Unknown flag set.
Renato Westphal
2013-06-05
Fix build on vax
Miod Vallat
2013-06-04
Always accept TCP connection requests and identify to which neighbor
Claudio Jeker
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
Improve error handling on session_read
Claudio Jeker
2013-06-01
Drop support for per-interface labelspaces.
Claudio Jeker
2013-06-01
Drop support for passive interfaces.
Claudio Jeker
2013-06-01
Use the nbr_stop_[*]timer functions
Claudio Jeker
[next]