]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2017-06-26 Daniel WaltonMerge branch 'master' of https://github.com/dwalton76...
2017-06-26 Daniel Waltonbgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICA...
2017-06-21 Olivier DugeonMerge pull request #745 from qlyoung/fix-lookup
2017-06-21 Quentin Young*: simplify log message lookup
2017-06-21 Daniel WaltonMerge branch 'master' into bgpd-ipv4-plus-label-misc3
2017-06-20 Daniel Waltonbgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICA...
2017-06-20 Daniel Waltonbgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICA...
2017-06-20 Russ WhiteMerge pull request #741 from qlyoung/fix-vtysh-buffer...
2017-06-20 Russ WhiteMerge pull request #698 from dslicenc/cm16737-srgb...
2017-06-20 Russ WhiteMerge pull request #707 from donaldsharp/debian_babel
2017-06-20 Russ WhiteMerge pull request #728 from donaldsharp/owner
2017-06-20 Russ WhiteMerge pull request #731 from qlyoung/fix-bgp-misc-cli
2017-06-20 Russ WhiteMerge pull request #732 from qlyoung/coverity-memes
2017-06-19 Donald SharpMerge pull request #730 from opensourcerouting/rbtree...
2017-06-19 Quentin Youngvtysh: fix stack buffer overflow
2017-06-19 Rafael Zalamenalib: fix __unused compilation on old platforms
2017-06-19 Rafael Zalamenalib: rename rb_tree to fix NetBSD compilation
2017-06-16 Donald Sharplib: Fix ordering of RB Tree
2017-06-16 Renato Westphalldpd: fix fallouts from the rb-tree conversion
2017-06-16 David LamparterMerge pull request #725 from donaldsharp/vrf_completion
2017-06-16 Quentin YoungMerge pull request #702 from opensourcerouting/ldpd...
2017-06-16 Daniel Waltonbgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICA...
2017-06-16 Quentin Youngbgpd: fix misc cli ranges & config writes
2017-06-16 Quentin Younglib: termtable coverity warnings
2017-06-16 Renato Westphalldpd: update copyright information
2017-06-16 Renato Westphalldpd: convert cli and get rid of the xml interface
2017-06-16 Donald Sharpbgpd: Fix as per Code Review comment
2017-06-16 Donald Sharplib, vtysh, zebra: Fix per CR comments
2017-06-16 Donald Sharpbgpd: Add view/vrf auto completion to commands
2017-06-16 Donald Sharp*: Add vrf autocompletion for commands
2017-06-16 David LamparterMerge pull request #718 from qlyoung/fix-vtysh-shit
2017-06-16 David LamparterMerge pull request #726 from chiragshah6/pim_dev
2017-06-16 David LamparterMerge pull request #620 from qlyoung/termtable
2017-06-16 Quentin Younglib: allow 'do' commands in ENABLE_NODE
2017-06-16 Rafael Zalamenalib: fix a possible NULL deference
2017-06-16 Rafael Zalamenalib: improve the RB implementation
2017-06-16 Quentin Younglib: termtable MTYPE_TMP -> MTYPE_TTABLE
2017-06-16 Quentin Younglib: add table generator
2017-06-16 Donald Sharpbgpd: Remove unset table.owner
2017-06-15 Chirag Shahpimd: move variable declartion outside of switch
2017-06-15 David LamparterMerge pull request #711 ("Coverity munging")
2017-06-15 David Lamparterospfd: fix typo in error message
2017-06-15 Lou BergerMerge pull request #705 from dwalton76/bgpd-show-neighb...
2017-06-14 David Lamparterlib: fix protocol name array size
2017-06-14 David LamparterMerge pull request #716 from dwalton76/show-route-map
2017-06-14 Daniel Waltonlib: "show route-map" is missing from the parser
2017-06-13 Donald Sharpzebra: Remove unused testzebra and ancillary files
2017-06-13 Donald Sharpeigrpd: Fix integer overflow possibility
2017-06-13 Donald Sharppimd: Cleanup ifp->info setup
2017-06-13 Donald Sharpospfclient: Free up leaked resources in error path
2017-06-13 Donald Sharp*: Clean up call into inet_aton
2017-06-13 David LamparterMerge branch 'stable/3.0'
2017-06-13 David LamparterMerge pull request #681 (ASAN warnings)
2017-06-13 Donald Sharptools: Fix startup to include babel
2017-06-13 David LamparterMerge pull request #687 (nexthop refactoring)
2017-06-13 David LamparterMerge pull request #624 "Babel"
2017-06-13 David Lamparterbabeld/eigrpd: flip VTY ports & fix rpm
2017-06-13 David LamparterMerge pull request #703 from donaldsharp/nl_pid
2017-06-13 David LamparterMerge pull request #700 "Coverity high"
2017-06-13 David LamparterMerge pull request #678
2017-06-13 David Lamparterbabeld: install directly connected IPv4 as such
2017-06-13 David LamparterMerge remote-tracking branch 'frr/master' into pull-624
2017-06-12 Daniel Waltonbgpd: "no neighbor x.x.x.x send-community" not displaye...
2017-06-12 Donald Sharpzebra: When calling netlink, set the nl_pid as appropriate
2017-06-10 Donald Sharpzebra: Fix memory leak
2017-06-10 Donald Sharpzebra: Fix uninitialized memory access with src_p
2017-06-10 Donald Sharpeigrpd: Correctly size the dump data
2017-06-10 Donald Sharpeigrpd: Use correct memory operation
2017-06-10 Donald Sharpeigrpd: Fix leak of ep
2017-06-10 Donald Sharpeigrpd: Cleanup leaked dest_addr
2017-06-10 Donald Sharpeigrpd: Fix use after free
2017-06-10 Donald Sharpzebra: Fix possible buffer overrun
2017-06-10 Donald Sharpbgpd: Free allocated stream in error code
2017-06-09 Quentin Youngbgpd: fix memleak with 'show ip bgp vrf ...'
2017-06-09 Russ WhiteMerge pull request #679 from dslicenc/cm16513
2017-06-09 Russ WhiteMerge pull request #694 from qlyoung/event-loop
2017-06-09 Quentin Youngisisd: fix heap uaf, round 2
2017-06-08 Jafar Al-GharaibehMerge pull request #692 from donaldsharp/meta_queue_fix
2017-06-08 Renato WestphalMerge pull request #693 from donaldsharp/more_newlines_...
2017-06-08 Jafar Al-GharaibehMerge pull request #697 from donaldsharp/rt_proto_fixes
2017-06-08 Jafar Al-GharaibehMerge pull request #696 from donaldsharp/disable_rtadv
2017-06-08 Don Slicezebra: define default segment routing global block...
2017-06-08 Donald Sharpzebra: In which RTPROT_BABEL is hard
2017-06-08 Donald Sharpzebra: For older distributions RTPROT_BABEL might not...
2017-06-08 Donald Sharptools, zebra: Allow zebra to insert babel routes as...
2017-06-08 Donald Sharptools, zebra: Fix netlink notification of who owns...
2017-06-08 Alex Couloumbiszebra: Fix --disable-rtadv to actually compile
2017-06-08 Quentin Young*: remove THREAD_BACKGROUND
2017-06-07 Donald Sharpbgpd: Fix missing newline
2017-06-07 Donald Sharpzebra: Add babel routes to the proper meta-Q for processing
2017-06-07 Donald Sharplib: Add some breadcrumbs for new route types
2017-06-07 Donald Sharpzebra: Fix the metaq to be aware of all routing protoco...
2017-06-07 Jafar Al-GharaibehMerge pull request #678 from chiragshah6/pim_dev
2017-06-07 Donald SharpMerge pull request #688 from opensourcerouting/openbsd...
2017-06-07 Renato Westphaldoc: update build instructions for openbsd
2017-06-07 Renato Westphalzebra: fix uninstallation of mpls lsps in openbsd
2017-06-07 Renato Westphalldpd: remove pledge calls
2017-06-07 Donald SharpMerge pull request #686 from opensourcerouting/redhat...
2017-06-07 Donald Sharpzebra: Clean up indentation level in nexthop_active
2017-06-07 Donald Sharpzebra: Refactor nexthop_active to remove duplicate...
next