summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-08lib: fix "reduce strcmp in CLI" fallout (10bac801)David Lamparter2-33/+19
2016-06-08bgpd: speed up "no-hit" withdraws for routeserversDavid Lamparter3-4/+26
2016-06-08ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'Paul Jakma6-248/+6
2016-06-08lib/cli: reduce strcmp in CLI hot pathsDavid Lamparter2-135/+174
2016-06-08lib: constify sockunion apiTimo Teräs2-16/+16
2016-06-08zebra: fix build with rtadv disabledTimo Teräs1-1/+0
2016-06-08build: determine CFLAGS more intelligentlyDavid Lamparter3-48/+63
2016-06-08vtysh: drop unused variables & RETSIGTYPEDavid Lamparter2-9/+2
2016-06-08vtysh: fix function prototypesDavid Lamparter6-67/+21
2016-06-08ospf6d: use existing union, avoid strict-aliasingDavid Lamparter1-4/+3
2016-06-08lib, vtysh: reduce unneccessary C extension usageDavid Lamparter2-2/+5
2016-06-08lib: use const consistently for zserv pathDavid Lamparter2-3/+3
2016-06-08pimd: Fix register message checksumDonald Sharp1-1/+1
2016-06-03pimd: Rehookup the redistribution codeDonald Sharp1-0/+10
2016-06-03zebra: Fix last sent command to protocolDonald Sharp1-1/+1
2016-06-07pimd: Make pim_pkt_dump use standard lib functionsDonald Sharp1-18/+3
2016-06-07bgpd: Fix Missing capability codes in data structureDonald Sharp1-0/+4
2016-06-07zebra: clean up misc_null pragmasDavid Lamparter1-0/+6
2016-06-07zebra: Cleanup missed cherry-pickDonald Sharp2-423/+0
2016-06-07zebra: remove unused netlink_route()/kernel_rtm_ipv6()David Lamparter1-61/+0
2016-06-07isisd: fix size_t confusionsDavid Lamparter1-5/+3
2016-06-07isisd: assorted fixes (unused variables, static)David Lamparter1-2/+2
2016-06-07isisd: don't use POSIX reserved y1/yn namesDavid Lamparter1-12/+12
2016-06-07*: add/cleanup initialisersDavid Lamparter3-4/+3
2016-06-07*: add missing includesDavid Lamparter5-0/+7
2016-06-07*: fix signedness mix-upsDavid Lamparter6-12/+13
2016-06-07bgpd, lib, vtysh: hook up bgp VPNv6 CLI nodevivek6-4/+168
2016-06-07bgpd: wire up VPNv6 protocol processingLou Berger8-16/+92
2016-06-07bgpd: handle AS4 and EOI route distinguishersLou Berger2-23/+59
2016-06-07bgpd: make _vpnv4 static handling SAFI-agnosticLou Berger3-55/+184
2016-06-06lib: add "show commandtree" CLI commandLou Berger1-0/+35
2016-06-06lib: fix bookkeeping for libreadline malloc()sLou Berger3-17/+31
2016-06-06bgpd: Fix graceful restart capability minsizeLou Berger1-1/+1
2016-06-06lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp4-37/+32
2016-06-06bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processingPaul Jakma1-0/+24
2016-06-06bgpd: Update error subcode for OPEN messagevivek1-1/+1
2016-06-06bgpd: Check capability falls on right multiple of size, where possible.Paul Jakma1-0/+30
2016-06-06bgpd: update rtt on soft clearTimo Teräs1-0/+3
2016-06-06pimd: Allow (*,G) igmp joins to work.Donald Sharp1-4/+10
2016-06-06bgpd: check rtt later after the real peer is knownTimo Teräs1-1/+1
2016-06-06bgpd: Make bgp_info_cmp robust to paths that do not have su_remote infoTimo Teräs1-0/+6
2016-06-06bgpd: Compile fix for clearing-completion FSM fix, using workqueue helper.Paul Jakma1-1/+1
2016-06-06zebra: simplify redistribution codeTimo Teräs1-34/+16
2016-06-06pimd: igmp_add_group_by_addr remove unneeded parameterDonald Sharp3-15/+12
2016-06-06pimd: Remove unnecessary parameterDonald Sharp2-24/+19
2016-06-06pimd: Remove dead code.Donald Sharp1-17/+0
2016-06-06bgpd: allow using rtt in route-map's set metricTimo Teräs4-12/+52
2016-06-06bgpd: refactor route-map objects modifying integer valuesTimo Teräs1-192/+111
2016-06-05lib, bgpd: Fixup some more compile errors due to warningsDonald Sharp3-3/+3
2016-05-30*: use void * for printing pointersDavid Lamparter17-79/+98