summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *: fix more initialisers (for BSD)David Lamparter2016-06-083-5/+5
* lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2016-06-082-33/+19
* bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter2016-06-083-4/+26
* ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma2016-06-086-248/+6
* lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2016-06-082-135/+174
* lib: constify sockunion apiTimo Teräs2016-06-082-16/+16
* zebra: fix rtadv check for non-glibc linuxTimo Teräs2016-06-080-0/+0
* zebra: fix build with rtadv disabledTimo Teräs2016-06-081-1/+0
* build: add --enable-werrorDavid Lamparter2016-06-080-0/+0
* build: determine CFLAGS more intelligentlyDavid Lamparter2016-06-083-48/+63
* vtysh: drop unused variables & RETSIGTYPEDavid Lamparter2016-06-082-9/+2
* vtysh: fix function prototypesDavid Lamparter2016-06-086-67/+21
* vtysh: don't use '\0' as NULLDavid Lamparter2016-06-080-0/+0
* ospf6d: fix pointer arithmetic warningDavid Lamparter2016-06-080-0/+0
* ospf6d: oi->cost is uint32, not shortDavid Lamparter2016-06-080-0/+0
* ospf6d: use existing union, avoid strict-aliasingDavid Lamparter2016-06-081-4/+3
* lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2016-06-082-2/+5
* lib: use const consistently for zserv pathDavid Lamparter2016-06-082-3/+3
* pimd: Fix register message checksumDonald Sharp2016-06-081-1/+1
* pimd: Rehookup the redistribution codeDonald Sharp2016-06-031-0/+10
* zebra: Fix last sent command to protocolDonald Sharp2016-06-031-1/+1
* pimd: Make pim_pkt_dump use standard lib functionsDonald Sharp2016-06-071-18/+3
* bgpd: Fix Missing capability codes in data structureDonald Sharp2016-06-071-0/+4
* zebra: clean up misc_null pragmasDavid Lamparter2016-06-071-0/+6
* zebra: Cleanup missed cherry-pickDonald Sharp2016-06-072-423/+0
* zebra: use prototypes/includes in rt_netlinkDavid Lamparter2016-06-070-0/+0
* zebra: remove unused netlink_route()/kernel_rtm_ipv6()David Lamparter2016-06-071-61/+0
* isisd: remove unused process_is_hello()David Lamparter2016-06-070-0/+0
* isisd: fix size_t confusionsDavid Lamparter2016-06-071-5/+3
* isisd: assorted fixes (unused variables, static)David Lamparter2016-06-071-2/+2
* isisd: fix minor & vs. && mix-upDavid Lamparter2016-06-070-0/+0
* isisd: don't use POSIX reserved y1/yn namesDavid Lamparter2016-06-071-12/+12
* bgpd, zebra: fix struct/pointer sizeof mixupsDavid Lamparter2016-06-070-0/+0
* *: add/cleanup initialisersDavid Lamparter2016-06-073-4/+3
* *: add missing includesDavid Lamparter2016-06-075-0/+7
* *: fix signedness mix-upsDavid Lamparter2016-06-076-12/+13
* bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek2016-06-076-4/+168
* bgpd: wire up VPNv6 protocol processingLou Berger2016-06-078-16/+92
* bgpd: handle AS4 and EOI route distinguishersLou Berger2016-06-072-23/+59
* bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger2016-06-073-55/+184
* lib: add "show commandtree" CLI commandLou Berger2016-06-061-0/+35
* lib: fix bookkeeping for libreadline malloc()sLou Berger2016-06-063-17/+31
* bgpd: Fix graceful restart capability minsizeLou Berger2016-06-061-1/+1
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-06-064-37/+32
* bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma2016-06-061-0/+24
* bgpd: Update error subcode for OPEN messagevivek2016-06-061-1/+1
* bgpd: Check capability falls on right multiple of size, where possible.Paul Jakma2016-06-061-0/+30
* Merge branch 'cmaster-next' of ssh://stash.cumulusnetworks.com:7999/quag/quag...vivek2016-06-061-4/+10
|\
| * pimd: Allow (*,G) igmp joins to work.Donald Sharp2016-06-061-4/+10
* | bgpd: update rtt on soft clearTimo Teräs2016-06-061-0/+3
|/