summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-291-1/+1
| * | lib: provide more information in case of failed LOOKUP.Dmitrij Tejblum2011-09-272-6/+7
| * | lib: use "protocol-independed API" from RFC3678, if that is availableDmitrij Tejblum2011-09-271-4/+22
| * | lib: futher simplification of setsockopt_ipv4_multicast()Dmitrij Tejblum2011-09-271-64/+44
| * | lib: fix omission in the previous commit to lib/sockopt.cDmitrij Tejblum2011-09-271-0/+1
| * | lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum2011-09-272-38/+49
| * | lib: remove unused variableDenis Ovsienko2011-09-271-3/+1
| * | delete CVS keywordsDenis Ovsienko2011-09-275-10/+0
| * | configure: dismiss libutil.hStephen Hemminger2011-09-271-4/+0
| |/
* / bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey2011-07-201-0/+1
|/
* lib: Add support for IPv6 ttl securityStephen Hemminger2011-03-241-11/+19
* bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-8/+8
* bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-232-0/+23
* lib: fix more format warnings (#637)Christian Hammers2011-03-232-2/+2
* lib: add TCP_CORK wrapperStephen Hemminger2011-03-212-0/+11
* lib: zlog should clean up its memoryTom Goff2011-03-211-0/+3
* lib: Add a function to delete all interfacesTom Goff2011-03-212-0/+19
* lib: Better hashing of string values using Bernstein hashStephen Hemminger2011-03-214-16/+19
* bgpd: fix bgp_node locking issuesChris Caputo2011-03-211-0/+1
* lib: Fix accounting of memoryChris Hall2011-03-211-2/+8
* lib: Fix bug in prefix trie lookupPaul Jakma2010-12-081-6/+8
* lib: prefix.c nano-optimisationPaul Jakma2010-12-081-4/+5
* lib: Make workqueue more conservative about ramping upPaul Jakma2010-12-081-8/+9
* lib: Add a command to clear the thread CPU history dataPaul Jakma2010-12-083-0/+86
* lib: Thread scheduler should be fair and not let events starve I/O and timersPaul Jakma2010-12-081-16/+41
* lib: thread history funcname shouldn't be constant, it's freedPaul Jakma2010-12-082-2/+2
* zclient: fix router-id calculation for IPv6 (#595)Dmitry Tejblum2010-10-181-3/+3
* bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-062-4/+4
* lib/vty.c: add missing format string when printing out motd messageNico Golde2010-09-171-1/+1
* Document rules for zalloc and friends.Greg Troxel2010-09-171-5/+27
* lib: undo the last PIE commitStephen Hemminger2010-01-271-3/+0
* lib: fix PIE build flagsMathias Krause2010-01-201-0/+3
* lib: fix memory loggingDavid Ward2010-01-131-3/+5
* lib: make some structures constantStephen Hemminger2009-12-212-6/+6
* ospf6d: fix warnings from recent prefix bit commitStephen Hemminger2009-12-101-0/+6
* lib: move check_bit into prefix common codeStephen Hemminger2009-12-092-31/+14
* lib: fix warning on little endianStephen Hemminger2009-12-091-1/+2
* lib: make match functions take const argsStephen Hemminger2009-12-082-14/+16
* lib: remove unused function: route_dump_node()Denis Ovsienko2009-12-071-17/+0
* lib: log source of vty connections (bug #566)heasley2009-12-071-0/+6
* lib/trivial: str2prefix checks return of inet_pton in fragile wayPaul Jakma2009-08-281-2/+2
* lib: if_lookup_by_name should be more robust to null argumentPaul Jakma2009-08-281-7/+9
* bgpd: start listener on first instanceStephen Hemminger2009-07-281-0/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-1912-23/+195
* [lib] Fix IPv6 normalisationStephen Hemminger2009-07-161-0/+1
* [lib/cleanup] Use a typedef for the thread typePaul Jakma2009-06-302-6/+8
* Fixes to RFC2385/MD5 BGPChris Caputo2009-06-231-3/+12
* [configure] Refine CLOCK_MONOTONIC testPaul Jakma2009-06-181-2/+10
* [cleanup] Allow message tables to be constantStephen Hemminger2009-06-182-2/+2
* [cleanup] Use const in smux interfaceStephen Hemminger2009-06-182-10/+11