summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bgpd: dismiss some zlookup checksDenis Ovsienko2012-01-081-32/+6
| * | | bgpd: add "show ip bgp scan detail" commandDenis Ovsienko2012-01-081-15/+44
| * | | bgpd: touch nexthop handling codeDenis Ovsienko2012-01-083-19/+15
| * | | lib/if: trivial, fix rarely used if debug function to print everythingPaul Jakma2012-01-061-6/+10
| * | | general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-069-28/+31
| * | | doc: update BGP RFC referencesDenis Ovsienko2012-01-021-16/+14
| * | | zebra: fix IPv6 RA wrt interface removal (BZ#480)Denis Ovsienko2012-01-021-1/+1
| * | | zebra: fix ifindex test condition (BZ#487)Matthias Ferdinand2012-01-021-2/+6
| * | | ospf6d: fix compiler warning messagesVyacheslav Trushkin2012-01-021-4/+5
| * | | lib: fix some strtoul() use casesUlrich Weber2012-01-024-10/+26
| * | | ospf6d: add verifying user's privilegesVyacheslav Trushkin2012-01-021-0/+7
| * | | ospfd: fix bug in NSSA ABR status checkDenis Ovsienko2012-01-021-2/+2
| * | | lib: address type-punned pointers in prefix_same()Denis Ovsienko2012-01-021-2/+2
| * | | bgpd: justify checks for IPv4 class D/EDenis Ovsienko2012-01-023-6/+6
| * | | ospfd: fix packet reception for FreeBSD 10.Dmitrij Tejblum2012-01-021-1/+1
| * | | zebra: ZEBRA_HELLO and mopping up routes (BZ#448)Vyacheslav Trushkin2012-01-025-2/+118
| * | | lib: fix type-punning in ip_masklen()Denis Ovsienko2012-01-021-2/+7
| * | | lib: optimize ip_masklen()Denis Ovsienko2012-01-021-25/+2076
| * | | Revert "lib: optimize apply_mask_ipv6()"Denis Ovsienko2012-01-011-7/+17
| * | | ospfd: more info in LSA checksum warning (BZ#685)Jaroslav Fojtik2011-12-211-2/+7
| * | | fix set never used warningsStephen Hemminger2011-12-1810-58/+26
| * | | ospf6d: always remove the result of a previous SPF calculationTom Goff2011-12-141-2/+2
| * | | bgpd: fix regression in ORF procesing (BZ#688)Denis Ovsienko2011-12-131-1/+1
| * | | lib: optimize apply_mask_ipv6()Denis Ovsienko2011-12-131-17/+7
| * | | lib: optimize apply_mask_ipv4()Denis Ovsienko2011-12-131-18/+3
| * | | lib: make masklen2ip6() safer and fasterDenis Ovsienko2011-12-132-17/+136
| * | | lib: fix endianness of masklen2ip()Denis Ovsienko2011-12-131-3/+39
| * | | lib: make masklen2ip() safer and fasterDenis Ovsienko2011-12-132-17/+40
| * | | ospf6d: decode message type with LOOKUP()Denis Ovsienko2011-12-132-15/+16
| * | | ospf6d: make some old sizing checks assertionsDenis Ovsienko2011-12-131-90/+13
| * | | lib: spellingDenis Ovsienko2011-12-131-10/+10
| * | | lib: add sockopt helper for setting IPV6_V6ONLY and use itDavid Lamparter2011-12-134-8/+27
| * | | lib: put route_types.txt to real useDavid Lamparter2011-12-1310-570/+387
| * | | zebra: fix redistribution of new protocolsDavid Lamparter2011-12-131-34/+12
| * | | rib: default distance value for new protocols (v2)David Lamparter2011-12-131-1/+5
| * | | build: fixup autoconf for cross-compiling (to OpenWRT)David Lamparter2011-12-131-6/+12
| * | | zebra: set the interface link-layer socket addressTom Goff2011-12-131-0/+12
| * | | zebra: spellingDenis Ovsienko2011-12-131-2/+2
| * | | build: delete .cvsignore filesDenis Ovsienko2011-12-1327-299/+0
| * | | ospfd: spellingDenis Ovsienko2011-12-131-2/+2
| * | | lib: clearing zclient.c for some cases of buildingVyacheslav Trushkin2011-12-131-1/+3
| * | | quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-1312-52/+127
| * | | isisd: indent longopts arrayVyacheslav Trushkin2011-12-131-9/+9
| * | | bgpd: implement 'match probability' in route-mapsVyacheslav Trushkin2011-12-131-1/+105
| * | | ospf6d: justify multicast group managementVyacheslav Trushkin2011-12-133-82/+14
| * | | ripngd: limit max of "timers basic" to 65535 as documentedUlrich Weber2011-12-131-21/+3
| * | | bgp: use VTY_GET_INTEGER_RANGE() in bgp_clear()Ulrich Weber2011-12-131-9/+1
| * | | ospf6d: implement 'match interface' for route-mapsVyacheslav Trushkin2011-12-132-0/+91
| * | | lib: fix SMUX compiler warningsStephen Hemminger2011-12-071-4/+3
| * | | lib: fix compile warnings from set-never-usedStephen Hemminger2011-12-071-6/+0