Age | Commit message (Expand) | Author |
2012-12-12 | isisd: fix metrics check for metric-style narrow | Christian Franke |
2012-12-12 | isisd: address Coverity warnings | David Lamparter |
2012-12-12 | isisd: always join all IS-IS multicast groups | David Lamparter |
2012-12-12 | isisd: save metric-style narrow | Christian Franke |
2012-12-12 | isisd: fix spftree_area_del typo causing SEGV | David Lamparter |
2012-12-12 | isisd: drop hellos without supported protocol list | David Lamparter |
2012-12-12 | isisd: refuse adjacencies with our own system ID | David Lamparter |
2012-12-12 | isisd: do not add >63 IP addresses to hello | David Lamparter |
2012-12-12 | build: include git info | David Lamparter |
2012-11-30 | zebra: include intf when sending IPv4 nexthop to FPM | Avneesh Sachdev |
2012-11-30 | doc: add blurbs on zebra FPM interface and commands | Avneesh Sachdev |
2012-11-30 | zebra: add module to communicate routes to FPM | Avneesh Sachdev |
2012-11-30 | fpm: Add public header for Forwarding Plane Manager | Avneesh Sachdev |
2012-11-30 | lib: bring in sys/queue.h from FreeBSD tree | Avneesh Sachdev |
2012-11-30 | zebra: extern/extract some functions from rt_netlink.c | Avneesh Sachdev |
2012-11-30 | zebra: add iterator for walking all tables in RIB | Avneesh Sachdev |
2012-11-30 | zebra: add way to determine VRF/AFI/SAFI of table | Avneesh Sachdev |
2012-11-30 | zebra: add structure to hold per-prefix state in RIB | Avneesh Sachdev |
2012-11-30 | bgpd: document bgp neighbor local-as peer command | Andrew Certain |
2012-11-30 | bgpd: Fixed out-of-date comment | Andrew Certain |
2012-11-30 | bgpd: add replace-as modifier for BGP neighbor | Andrew Certain |
2012-11-05 | lib: Implement monotonically increasing clock for Darwin. | Hasso Tepper |
2012-11-05 | isisd: clock_gettime() -> quagga_gettime() conversion. | Hasso Tepper |
2012-11-05 | ospfd: remove some buggy extra ';' symbols. | Hasso Tepper |
2012-11-05 | build: check actually-used BSD link state fields | Doug VanLeuven |
2012-11-05 | zebra: kernel_socket: fix overflow in RTA_ADDR & RTA_ATTR | Doug VanLeuven |
2012-11-05 | zebra: kernel_socket: fix 64bit MacOS X alignment | Doug VanLeuven |
2012-11-03 | doc: update installation instructions | David Lamparter |
2012-11-03 | build: compile tests/ by default | David Lamparter |
2012-11-03 | tests: fix missing array_size() include | David Lamparter |
2012-11-01 | bgpd: CVE-2012-1820, DoS in bgp_capability_orf() | Denis Ovsienko |
2012-11-01 | build: reorder libraries to address linker error | Avneesh Sachdev |
2012-11-01 | bgpd: flock() dump files (BZ#742) | Daniel Kozlowski |
2012-11-01 | lib: treat OSX as BSD for IP_HDRINCL (BZ#739) | Doug VanLeuven |
2012-10-25 | *: use array_size() helper macro | Balaji.G |
2012-10-25 | isisd: don't overrun list of protocols | David Lamparter |
2012-10-25 | lib: add array_size() helper | David Lamparter |
2012-10-25 | isisd: don't process invalid prefixes from TLVs | David Lamparter |
2012-10-25 | isisd: pull up invalid prefix assert() | David Lamparter |
2012-10-25 | isisd: fix null pointer dereference in send_lsp() | Avneesh Sachdev |
2012-10-25 | isisd: tighten checks on ISIS pdu length | Avneesh Sachdev |
2012-10-25 | lib: improve sanity checks in stream_set_endp() | Avneesh Sachdev |
2012-10-25 | ospfd: respect max-metric over configured cost for summary LSAs | JR Rivers |
2012-10-25 | ospfd: ABR algorithm not propagating MAXAGE LSAs into area | JR Rivers |
2012-10-25 | ospfd: blackhole route removal for area range | JR Rivers |
2012-10-25 | lib: improve fletcher checksum validation | JR Rivers |
2012-10-25 | zebra: make static routes respect table setting | Nolan Leake |
2012-10-19 | Revert "ospfd: Do not fall back to intervening router." | Paul Jakma |
2012-09-26 | lib/table: add route_table_get_next() and iterator | Avneesh Sachdev |
2012-09-26 | bgpd: make bgp_table a wrapper around table library | Avneesh Sachdev |