summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | ospf6d: fix compile warning from falling off end of mainStephen Hemminger2011-12-071-1/+1
* | | zebra: fix warnings in forward procStephen Hemminger2011-12-071-5/+4
* | | bgpd: cleanup privs on terminationStephen Hemminger2011-12-071-0/+1
* | | vty_serv_sock_family unusedStephen Hemminger2011-12-071-1/+2
* | | ospfd: remove unused codeStephen Hemminger2011-12-075-101/+6
* | | bgpd: store nexthop info for redistributed IPV6 routesStephen Hemminger2011-12-063-12/+31
* | | ospfd: avoid redundant lookup in ospf_redistribute_withdrawStephen Hemminger2011-12-061-1/+4
* | | lib: fix memory leak on connect() failureStephen Hemminger2011-12-061-12/+11
* | | lib: call filter delete hook before freeing access listStephen Hemminger2011-12-061-6/+6
* | | bgpd: fix memory leak for extra attributesOleg A. Arkhangelsky2011-12-031-0/+1