summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-07ospfd: compile warning cleanupsAndrew Certain
2013-01-07ospfd: Update nsm_change_state to static scope, as it is not called from else...Andrew Certain
2013-01-07ospfd: Changed TE instance check to remove -Wtype-limits warningAndrew Certain
2013-01-07lib: Changes to VTY string-parsing macros to remove warningsAndrew Certain
2013-01-07ospfd: Update comments to be more clear in packet processingAndrew Certain
2013-01-07ospfd: Fixed signed/unsigned masking of negative metricsAndrew Certain
2013-01-07ospfd: Fixed typo bug in ospf_vty.h:ospf_neighborAndrew Certain
2013-01-07ospfd: fix argument parsing for distribute-listChristian Franke
2013-01-07ospf: fix apiserver enableDavid Lamparter
2013-01-07ospf: Fix type-4 network mask to 0 per RFCLeonard Tracy
2013-01-07ospf: Reduce MaxAge log levelAyan Banerjee
2013-01-07ospf: Convert MAX_AGE LSA list to treeDinesh Dutt
2013-01-07ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee
2013-01-07ospf: suppress delete using replacementAyan Banerjee
2012-12-13build: check for .git in configure.acDavid Lamparter
2012-12-13build: fix dist tarballDavid Lamparter
2012-12-13build: update ICC warning CFLAGSDavid Lamparter
2012-12-12isisd: fix ipv6 metric endiannessNick Hilliard
2012-12-12isisd: verify metrics on metric-style transitionChristian Franke
2012-12-12isisd: fix metrics check for metric-style narrowChristian Franke
2012-12-12isisd: address Coverity warningsDavid Lamparter
2012-12-12isisd: always join all IS-IS multicast groupsDavid Lamparter
2012-12-12isisd: save metric-style narrowChristian Franke
2012-12-12isisd: fix spftree_area_del typo causing SEGVDavid Lamparter
2012-12-12isisd: drop hellos without supported protocol listDavid Lamparter
2012-12-12isisd: refuse adjacencies with our own system IDDavid Lamparter
2012-12-12isisd: do not add >63 IP addresses to helloDavid Lamparter
2012-12-12build: include git infoDavid Lamparter
2012-11-30zebra: include intf when sending IPv4 nexthop to FPMAvneesh Sachdev
2012-11-30doc: add blurbs on zebra FPM interface and commandsAvneesh Sachdev
2012-11-30zebra: add module to communicate routes to FPMAvneesh Sachdev
2012-11-30fpm: Add public header for Forwarding Plane ManagerAvneesh Sachdev
2012-11-30lib: bring in sys/queue.h from FreeBSD treeAvneesh Sachdev
2012-11-30zebra: extern/extract some functions from rt_netlink.cAvneesh Sachdev
2012-11-30zebra: add iterator for walking all tables in RIBAvneesh Sachdev
2012-11-30zebra: add way to determine VRF/AFI/SAFI of tableAvneesh Sachdev
2012-11-30zebra: add structure to hold per-prefix state in RIBAvneesh Sachdev
2012-11-30bgpd: document bgp neighbor local-as peer commandAndrew Certain
2012-11-30bgpd: Fixed out-of-date commentAndrew Certain
2012-11-30bgpd: add replace-as modifier for BGP neighborAndrew Certain
2012-11-05lib: Implement monotonically increasing clock for Darwin.Hasso Tepper
2012-11-05isisd: clock_gettime() -> quagga_gettime() conversion.Hasso Tepper
2012-11-05ospfd: remove some buggy extra ';' symbols.Hasso Tepper
2012-11-05build: check actually-used BSD link state fieldsDoug VanLeuven
2012-11-05zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTRDoug VanLeuven
2012-11-05zebra: kernel_socket: fix 64bit MacOS X alignmentDoug VanLeuven
2012-11-03doc: update installation instructionsDavid Lamparter
2012-11-03build: compile tests/ by defaultDavid Lamparter
2012-11-03tests: fix missing array_size() includeDavid Lamparter
2012-11-01bgpd: CVE-2012-1820, DoS in bgp_capability_orf()Denis Ovsienko