Age | Commit message (Expand) | Author |
2011-03-23 | bgpd: RFC 5082 Generalized TTL Security Mechanism support | Nick Hilliard |
2011-03-23 | lib: fix more format warnings (#637) | Christian Hammers |
2011-03-21 | lib: add TCP_CORK wrapper | Stephen Hemminger |
2011-03-21 | lib: zlog should clean up its memory | Tom Goff |
2011-03-21 | lib: Add a function to delete all interfaces | Tom Goff |
2011-03-21 | lib: Better hashing of string values using Bernstein hash | Stephen Hemminger |
2011-03-21 | bgpd: fix bgp_node locking issues | Chris Caputo |
2011-03-21 | lib: Fix accounting of memory | Chris Hall |
2010-12-08 | lib: Fix bug in prefix trie lookup | Paul Jakma |
2010-12-08 | lib: prefix.c nano-optimisation | Paul Jakma |
2010-12-08 | lib: Make workqueue more conservative about ramping up | Paul Jakma |
2010-12-08 | lib: Add a command to clear the thread CPU history data | Paul Jakma |
2010-12-08 | lib: Thread scheduler should be fair and not let events starve I/O and timers | Paul Jakma |
2010-12-08 | lib: thread history funcname shouldn't be constant, it's freed | Paul Jakma |
2010-10-18 | zclient: fix router-id calculation for IPv6 (#595) | Dmitry Tejblum |
2010-10-06 | bgpd, lib: adopt afi_t and safi_t in several places | Michael Lambert |
2010-09-17 | lib/vty.c: add missing format string when printing out motd message | Nico Golde |
2010-09-17 | Document rules for zalloc and friends. | Greg Troxel |
2010-01-27 | lib: undo the last PIE commit | Stephen Hemminger |
2010-01-20 | lib: fix PIE build flags | Mathias Krause |
2010-01-13 | lib: fix memory logging | David Ward |
2009-12-21 | lib: make some structures constant | Stephen Hemminger |
2009-12-10 | ospf6d: fix warnings from recent prefix bit commit | Stephen Hemminger |
2009-12-09 | lib: move check_bit into prefix common code | Stephen Hemminger |
2009-12-09 | lib: fix warning on little endian | Stephen Hemminger |
2009-12-08 | lib: make match functions take const args | Stephen Hemminger |
2009-12-07 | lib: remove unused function: route_dump_node() | Denis Ovsienko |
2009-12-07 | lib: log source of vty connections (bug #566) | heasley |
2009-08-28 | lib/trivial: str2prefix checks return of inet_pton in fragile way | Paul Jakma |
2009-08-28 | lib: if_lookup_by_name should be more robust to null argument | Paul Jakma |
2009-07-28 | bgpd: start listener on first instance | Stephen Hemminger |
2009-07-19 | [bgpd] Stability fixes including bugs 397, 492 | Chris Caputo |
2009-07-16 | [lib] Fix IPv6 normalisation | Stephen Hemminger |
2009-06-30 | [lib/cleanup] Use a typedef for the thread type | Paul Jakma |
2009-06-23 | Fixes to RFC2385/MD5 BGP | Chris Caputo |
2009-06-18 | [configure] Refine CLOCK_MONOTONIC test | Paul Jakma |
2009-06-18 | [cleanup] Allow message tables to be constant | Stephen Hemminger |
2009-06-18 | [cleanup] Use const in smux interface | Stephen Hemminger |
2009-06-18 | [lib] Put symbolic backtrace on system log | Stephen Hemminger |
2009-06-18 | [lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6 | Stephen Hemminger |
2009-06-18 | [gcc] Add gcc printf format checks | Stephen Hemminger |
2009-06-12 | [cleanup] Make command nodes static | Stephen Hemminger |
2009-06-12 | [cleanup] functions taking no args should be declared with void args | Stephen Hemminger |
2009-06-12 | [cleanup] add const attribute to lib/if.c::if_dump | Stephen Hemminger |
2009-06-12 | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger |
2009-06-12 | [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch | Paul Jakma |
2009-06-02 | [snmp] Compiler warning fixes for when "--enable-snmp" is configured. | Chris Caputo |
2009-06-02 | [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macro | Chris Caputo |
2009-06-02 | [bgp] Fix crash on SIGHUP, deref of freed workqueues | Steve Hill |
2008-11-29 | [lib] Fix timer precision. | Joakim Tjernlund |