Age | Commit message (Expand) | Author |
2016-09-02 | Fix small memleak on error path. | Renato Westphal |
2016-09-02 | Improve logging of sent and received messages. | Renato Westphal |
2016-08-08 | Normalize the received prefixes. | Renato Westphal |
2016-07-16 | Fix parsing of mal-formed optional TLVs/Sub-TLVs. | Renato Westphal |
2016-07-15 | Improve logging of reserved labels. | Renato Westphal |
2016-07-15 | Explicitly ignore the Hop Count and Path Vector TLVs. | Renato Westphal |
2016-07-01 | More renaming and whitespace cleanup. | Renato Westphal |
2016-07-01 | Be more compliant with RFC 4447. | Renato Westphal |
2016-07-01 | Several minor tweaks. | Renato Westphal |
2016-06-27 | Handle ibuf_add() errors. | Renato Westphal |
2016-06-18 | Remove TODO comments about loop detection. | Renato Westphal |
2016-06-11 | Send an 'Unknown FEC' Notification for unexpected wildcard FECs. | Renato Westphal |
2016-06-11 | Make all TLV parsing functions look the same for consistency. | Renato Westphal |
2016-06-11 | Make it possible to parse unknown TLVs in the future. | Renato Westphal |
2016-06-11 | Fix parsing of multiple optional TLVs in label and notification messages. | 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 | Reject null labels for PW-ID FECs. | Renato Westphal |
2016-05-23 | Fix mess caused by my commit script. | Renato Westphal |
2016-05-23 | Make send_labelmessage() more robust. | Renato Westphal |
2016-05-23 | Fix check of when a wildcard group PW-ID FEC is valid or not. | Renato Westphal |
2016-05-23 | Remove unnecessary break statements. | Renato Westphal |
2016-05-23 | Rename a few constants to avoid confusion. | Renato Westphal |
2016-05-23 | Improve the parser of TCP/session packets. | Renato Westphal |
2016-05-23 | Replace manually written function names with __func__. | Renato Westphal |
2015-07-21 | Rename, move and reuse mapping list functions. | Renato Westphal |
2015-07-21 | VPLS signaling support. | Renato Westphal |
2015-07-19 | Rework label mapping algorithms to be more in line with the RFC. | Renato Westphal |
2015-02-09 | Initialise a variable to please gcc. | Claudio Jeker |
2015-01-20 | Do not assume a read buffer coming from libevent is aligned. Copy the | Theo de Raadt |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2013-10-17 | Respect the max pdu length and merge all send_label* functions into | Renato Westphal |
2013-10-17 | Improve parsing of label mapping messages and merge all recv_label* | 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-06-04 | Always accept TCP connection requests and identify to which neighbor | Claudio Jeker |
2013-06-01 | Restart the keepalive timer whenever a LDP PDU is sent. There is no need | 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 |
2011-01-10 | Rename struct fec_tlv to struct tlv since it is just the generic | Claudio Jeker |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-11-04 | Rewrite all packet parsers to be more careful about alignment. Until | Claudio Jeker |
2010-10-26 | Implement the optional label request message ID TLV. | Claudio Jeker |
2010-10-26 | For label release and withdraw messages make sure that a wildcard | Claudio Jeker |
2010-10-26 | struct mapping_entry should just have a struct map instead of own | Claudio Jeker |
2010-06-30 | Switch prefix in struct map to a struct in_addr instead of a u_int32_t. | Claudio Jeker |
2010-06-09 | Move the logging of FEC changes to the LDE and print the FEC and label | Claudio Jeker |