summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-03-24lib: Add support for IPv6 ttl securityStephen Hemminger
2011-03-24bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger
2011-03-23bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard
2011-03-23lib: fix more format warnings (#637)Christian Hammers
2011-03-21lib: add TCP_CORK wrapperStephen Hemminger
2011-03-21lib: zlog should clean up its memoryTom Goff
2011-03-21lib: Add a function to delete all interfacesTom Goff
2011-03-21lib: Better hashing of string values using Bernstein hashStephen Hemminger
2011-03-21bgpd: fix bgp_node locking issuesChris Caputo
2011-03-21lib: Fix accounting of memoryChris Hall
2010-12-08lib: Fix bug in prefix trie lookupPaul Jakma
2010-12-08lib: prefix.c nano-optimisationPaul Jakma
2010-12-08lib: Make workqueue more conservative about ramping upPaul Jakma
2010-12-08lib: Add a command to clear the thread CPU history dataPaul Jakma
2010-12-08lib: Thread scheduler should be fair and not let events starve I/O and timersPaul Jakma
2010-12-08lib: thread history funcname shouldn't be constant, it's freedPaul Jakma
2010-10-18zclient: fix router-id calculation for IPv6 (#595)Dmitry Tejblum
2010-10-06bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert
2010-09-17lib/vty.c: add missing format string when printing out motd messageNico Golde
2010-09-17Document rules for zalloc and friends.Greg Troxel
2010-01-27lib: undo the last PIE commitStephen Hemminger
2010-01-20lib: fix PIE build flagsMathias Krause
2010-01-13lib: fix memory loggingDavid Ward
2009-12-21lib: make some structures constantStephen Hemminger
2009-12-10ospf6d: fix warnings from recent prefix bit commitStephen Hemminger
2009-12-09lib: move check_bit into prefix common codeStephen Hemminger
2009-12-09lib: fix warning on little endianStephen Hemminger
2009-12-08lib: make match functions take const argsStephen Hemminger
2009-12-07lib: remove unused function: route_dump_node()Denis Ovsienko
2009-12-07lib: log source of vty connections (bug #566)heasley
2009-08-28lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma
2009-08-28lib: if_lookup_by_name should be more robust to null argumentPaul Jakma
2009-07-28bgpd: start listener on first instanceStephen Hemminger
2009-07-19[bgpd] Stability fixes including bugs 397, 492Chris Caputo
2009-07-16[lib] Fix IPv6 normalisationStephen Hemminger
2009-06-30[lib/cleanup] Use a typedef for the thread typePaul Jakma
2009-06-23Fixes to RFC2385/MD5 BGPChris Caputo
2009-06-18[configure] Refine CLOCK_MONOTONIC testPaul Jakma
2009-06-18[cleanup] Allow message tables to be constantStephen Hemminger
2009-06-18[cleanup] Use const in smux interfaceStephen Hemminger
2009-06-18[lib] Put symbolic backtrace on system logStephen Hemminger
2009-06-18[lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6Stephen Hemminger
2009-06-18[gcc] Add gcc printf format checksStephen Hemminger
2009-06-12[cleanup] Make command nodes staticStephen Hemminger
2009-06-12[cleanup] functions taking no args should be declared with void argsStephen Hemminger
2009-06-12[cleanup] add const attribute to lib/if.c::if_dumpStephen Hemminger
2009-06-12[cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger
2009-06-12[bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patchPaul 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() macroChris Caputo