summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add nhrpd skeletonold-nhrpTimo Teräs2014-09-302-1/+7
* lib: define nhrp route typeTimo Teräs2014-09-301-0/+2
* lib: include thread information in backtracesDavid Lamparter2014-09-154-0/+55
* lib: unstupidify thread debug informationDavid Lamparter2014-09-152-67/+58
* lib: unset ZEBRA_IFA_PEER if no dst addr present (BZ#801)David Lamparter2014-08-181-0/+10
* *: fix detection and usage of sys/cdefs.hTimo Teräs2014-08-181-2/+0
* *: nuke ^L (page feed)David Lamparter2014-06-0423-110/+110
* lib: remove redundant and incorrect sys/fcntl.h includeTimo Teräs2014-06-031-1/+0
* bgpd: efficient NLRI packing for AFs != ipv4-unicastPradosh Mohapatra2014-06-032-0/+30
* ospfd: For an ABR, ensure the right LSID is MaxAge'dPradosh Mohapatra2014-05-141-0/+9
* lib: use heap to manage timersChristian Franke2014-04-224-53/+110
* lib: remove unused thread_master_debug functionChristian Franke2014-04-221-29/+0
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-014-743/+1481
* zebra: apply syntactic sugar to rib_dump()David Lamparter2014-04-011-0/+19
* lib: fix possible off-by-one in stream_put_prefix()Jorge Boncompte [DTI2]2014-04-011-2/+2
* lib: fix for dynamically grown hashesJorge Boncompte [DTI2]2014-04-011-0/+1
* lib: fix backtraces broken by 837d16c...David Lamparter2014-03-211-4/+4
* Merge volatile/cumulus_ospf6dDavid Lamparter2014-03-184-1/+118
|\
| * ospf6d: correct nexthop through directly connected networksDinesh Dutt2013-11-072-0/+25
| * ospf6d: add p2p interface supportDinesh Dutt2013-11-071-0/+10
| * ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-071-1/+1
| * ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-222-1/+83
* | security: Fix some typos and potential NULL-derefRemi Gacogne2014-02-111-0/+2
* | bgpd: bgpd-set-v4-nexthop-for-v6-peering.patchPradosh Mohapatra2014-02-101-0/+10
|/
* zebra: add ZEBRA_IFC_QUEUED to keep track of kernel stateChristian Franke2013-09-191-1/+6
* lib: unconditionally include stddef.hDavid Lamparter2013-07-301-1/+1
* lib/vty: register vtysh socket in server socket vector (BZ#754)Christian Franke2013-04-091-2/+3
* build: reference libcap from libzebra (BZ#393,626)David Lamparter2013-04-091-1/+1
* build: fix minimal mixup in gitinfo suffixDavid Lamparter2013-04-091-1/+1
* hash: dynamically grow hash tableStephen Hemminger2013-02-242-5/+66
* hash: force size to be a power of 2Stephen Hemminger2013-02-243-5/+6
* zebra: fix sockaddr_dl length assumptions (BZ#737)David Lamparter2013-01-162-2/+8
* build: Fix build on MacOSX 10.8 (Mountain Lion)Hasso Tepper2013-01-151-0/+4
* bgpd: improve logging of invalid BGP NotificationsLeonid Rosenboim2013-01-151-2/+3
* lib: remove ALL_LIST_ELEMENTS dead code branchDavid Lamparter2013-01-111-1/+1
* build: Fix build for systems with no /bin/trueHasso Tepper2013-01-111-1/+1
* Merge remote-tracking branch 'savannah/sf/ospfd'David Lamparter2013-01-111-14/+32
|\
| * lib: Changes to VTY string-parsing macros to remove warningsAndrew Certain2013-01-071-14/+32
* | build: fix dist tarballDavid Lamparter2012-12-131-1/+6
|/
* build: include git infoDavid Lamparter2012-12-125-4/+86
* lib: bring in sys/queue.h from FreeBSD treeAvneesh Sachdev2012-11-301-0/+637
* zebra: add iterator for walking all tables in RIBAvneesh Sachdev2012-11-301-0/+2
* zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev2012-11-301-0/+1
* zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev2012-11-301-0/+1
* lib: Implement monotonically increasing clock for Darwin.Hasso Tepper2012-11-051-3/+24
* lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven2012-11-011-0/+1
* *: use array_size() helper macroBalaji.G2012-10-254-20/+16
* lib: add array_size() helperDavid Lamparter2012-10-251-0/+2
* lib: improve sanity checks in stream_set_endp()Avneesh Sachdev2012-10-251-2/+12
* lib: improve fletcher checksum validationJR Rivers2012-10-252-18/+29