summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2012-11-01build: reorder libraries to address linker errorAvneesh Sachdev
2012-11-01bgpd: flock() dump files (BZ#742)Daniel Kozlowski
2012-11-01lib: treat OSX as BSD for IP_HDRINCL (BZ#739)Doug VanLeuven
2012-10-25*: use array_size() helper macroBalaji.G
2012-10-25isisd: don't overrun list of protocolsDavid Lamparter
2012-10-25lib: add array_size() helperDavid Lamparter
2012-10-25isisd: don't process invalid prefixes from TLVsDavid Lamparter
2012-10-25isisd: pull up invalid prefix assert()David Lamparter
2012-10-25isisd: fix null pointer dereference in send_lsp()Avneesh Sachdev
2012-10-25isisd: tighten checks on ISIS pdu lengthAvneesh Sachdev
2012-10-25lib: improve sanity checks in stream_set_endp()Avneesh Sachdev