]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
2016-12-06 Quentin Younglib, ripngd: clean up merge leftovers
2016-12-06 Quentin YoungMerge remote-tracking branch 'osr/master' into vtysh...
2016-12-06 Quentin Younglib, tests: fix failing cli tests
2016-12-06 Quentin Younglib: add back original ipv6 matcher
2016-12-05 David LamparterRevert "lib: Macroize CLI matcher tracing"
2016-12-05 Renato Westphalripd: fix indentation problems introduced by wrong...
2016-12-05 David Lamparter*: fix up DEFUNs without install_element calls
2016-12-05 David LamparterMerge branch 'queue/osr/vtysh-generic'
2016-12-05 David LamparterMerge branch 'stable/2.0'
2016-12-05 David Lamparterbuild: number sections in COMMUNITY.md HTML
2016-12-05 David Lamparterlib: remove unused NS_BITMAP MTYPE
2016-12-05 David LamparterMerge branch '-rip' into stable/2.0
2016-12-05 David LamparterMerge branch '-renato' into stable/2.0
2016-12-05 Donald Sharplib, zebra: Minimize display of link-params sub data
2016-12-05 vivekbgpd: Remove nexthop for peer only for "real" peer
2016-12-05 Renato Westphaldoc: update README to mention PIM-SSM and LDP support
2016-12-05 Donald Sharpbgpd: Fix 'show ip bgp' to not change it's output
2016-12-02 Quentin Younglib: add command_lex.h to .gitignore
2016-12-02 Quentin Younglib: make CLI completions less surprising
2016-12-02 Quentin Youngtools: drop cmd_check.py
2016-12-02 Quentin YoungMerge remote-tracking branch 'osr_private_quagga/queue...
2016-12-02 Quentin Younglib: Macroize CLI matcher tracing
2016-12-02 Quentin Younglib: Add back prototypes for lexer helper funcs
2016-12-02 vivekbgpd: Fix route node unlock when clearing adj-out
2016-12-02 Donald Sharpospfd: Fix json Crash with inactive timer
2016-12-01 Quentin Youngbgpd: Add missing argv handler for ipv4 prefix in ...
2016-12-01 Quentin Youngbgpd: Make `ip` optional for all `show bgp` and `show...
2016-12-01 David Lamparterlib: remove misleading copy/del_cmd_element
2016-12-01 David Lamparterlib: parser: use reentrant mode on flex & bison
2016-12-01 David Lamparterlib: parser: wrap state in struct parser_ctx
2016-12-01 David Lamparterlib: move command_parse_format prototype
2016-12-01 David Lamparterlib: allow all characters in WORD tokens
2016-12-01 David Lamparterlib: make DEFUN foobar_cmd symbols static
2016-12-01 David Lamparter*: make DEFUN installations file-local
2016-12-01 David LamparterMerge branch 'stable/2.0'
2016-12-01 David Lamparterlib: replace MIT license with ISC
2016-12-01 David Lamparterbuild: COMMUNITY.md: add git branch diagram
2016-12-01 Christian Frankezebra: check ZEBRA_IFC_REAL on if_up
2016-12-01 Renato Westphalbgpd: fix invalid memory access in peer_free()
2016-12-01 Donald Sharpbgpd: Fix crashes when no default bgp instance is confi...
2016-12-01 Donald Sharppimd: Fix large integer display of drpriority
2016-12-01 Donald Sharpospfd: Fix memory leak when not using json
2016-11-29 Quentin Youngall: Replace "JavaScript Object Notation\n" with JSON_STR
2016-11-29 Quentin Youngall: Fix all underfull doc strings
2016-11-29 David Lamparterlib: allow all characters in WORD tokens
2016-11-29 Quentin Youngbgpd: Add back missing vpnv4 commands
2016-11-29 David Lamparterbuild: drop TODO from redhat/quagga.spec.in
2016-11-29 Daniel Waltonbgpd: fix "show ip bgp" column alignment
2016-11-29 Daniel Waltonospfd: "ip ospf bfd" removes the "ip ospf bfd 3 250...
2016-11-29 David Lamparterlib: use traditional yacc empty statement
2016-11-29 David Lamparter*: fix CLI copypasta mixups
2016-11-29 David Lamparter*: fix "uninitialized" warnings
2016-11-29 David Lamparter*: add #include "command.h" where needed
2016-11-29 David Lamparterbgpd/rfpapi: update for new CLI
2016-11-29 David Lamparterbuild: improve COMMUNITY.md formatting
2016-11-28 Renato Westphalbgpd: fix invalid memory access in peer_free()
2016-11-28 David LamparterMerge branch 'stable/2.0'
2016-11-28 David Lamparterbuild: add markdown-ised version of new guidelines
2016-11-28 Renato Westphalzebra: plug more memory leaks
2016-11-28 Renato Westphalzebra: loop through all static routes on vrf enable...
2016-11-28 Renato Westphalzebra/lib: remove redundant fields from zebra_vrf
2016-11-28 Renato Westphallib/zebra: put vrf_get() on a diet
2016-11-28 Renato Westphalzebra: order VRFs by name on user output
2016-11-28 Renato Westphallib/zebra: convert vrf_list to a red-black tree
2016-11-28 Renato Westphal*: rename two vrf functions
2016-11-28 Renato Westphallib: convert vrf code to use red-black trees as well
2016-11-28 Renato Westphallib: convert namespace code to use red-black trees
2016-11-28 Renato Westphalzebra: nuke zvrf_list and always use vrf_list instead
2016-11-28 Renato Westphallib: fix creation of pre-provisioned VRFs
2016-11-28 Renato Westphalzebra/lib: move some code around
2016-11-28 Renato Westphallib: remove unused ns code
2016-11-28 Renato Westphalzebra/lib: plug several memleaks
2016-11-28 Renato Westphalbgpd: release all memory explicitly on exit
2016-11-28 Renato Westphalbgpd: plug several memleaks
2016-11-28 Renato Westphalbgpd: reuse sockunion2hostprefix() on bgp_nht.c
2016-11-28 Renato Westphalbgpd: optimize copy of strings on peer_xfer_conn()
2016-11-28 Renato Westphalbgpd: use loops to reduce code duplication
2016-11-28 David Lamparterbuild: ditch outdated documents, including HACKING
2016-11-28 David Lamparterbuild: bump version to 2.0-rc0
2016-11-28 David Lamparterbuild: bump version to 2.0.999 for development
2016-11-28 David Lamparterlib: temporary-catch a SEGV in command completion
2016-11-28 David Lampartertests: update testcli reference output
2016-11-28 David Lampartertests: fixup for vtysh-grammar merge
2016-11-28 Renato Westphalxml2cli/ldpd: sync with the latest changes in CLI code
2016-11-28 David LamparterMerge commit '34d5ef459140ee7e'
2016-11-28 David LamparterMerge branch 'vtysh-grammar'
2016-11-28 David Lamparterlib: merge-prep lib/command.c (partial revert)
2016-11-28 David Lamparterlib: pre-remove str.[ch] for merge, move strmatch()
2016-11-28 David LamparterMerge branch 'cmaster-next-isisd-bpf' into cmaster...
2016-11-28 David LamparterMerge remote-tracking branch 'cmaster-next' into cmaste...
2016-11-28 Renato Westphalzebra: add missing license headers to two files
2016-11-25 Renato Westphalripngd: fix drop of multicast membership when the inter...
2016-11-25 Renato Westphalripngd: implement the "clear ipv6 ripng" vty command
2016-11-25 Renato Westphalripngd: implement optional heuristic suggested by RFC...
2016-11-25 Renato Westphalripd: minor code simplification
2016-11-25 Renato Westphalripd: make use of the IP_MULTICAST_LOOP sockoption
2016-11-25 Renato Westphal*: create a helper function to set the IP_MULTICAST_LOO...
2016-11-25 Renato Westphalpimd/zebra: fix setting of IP_MULTICAST_LOOP on OpenBSD
2016-11-25 Renato Westphalripd: fix race condition on input processing
2016-11-25 Renato Westphalripd: fix the "neighbor" command.
next