]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
2018-04-21 Lou BergerMerge pull request #2080 from qlyoung/docuser
2018-04-20 Quentin Youngdoc: spelling fixes 2080/head
2018-04-20 Russ WhiteMerge pull request #2092 from dslicenc/import-table...
2018-04-20 Russ WhiteMerge pull request #2086 from donaldsharp/zebra_capabil...
2018-04-20 Russ WhiteMerge pull request #2083 from LabNConsulting/working...
2018-04-20 Russ WhiteMerge pull request #2079 from qlyoung/exit-vrf-memes
2018-04-20 Russ WhiteMerge pull request #2077 from donaldsharp/static_warn
2018-04-20 Russ WhiteMerge pull request #2072 from donaldsharp/blackhole_this
2018-04-20 Russ WhiteMerge pull request #2057 from donaldsharp/fix_1916
2018-04-20 Russ WhiteMerge pull request #2051 from donaldsharp/PBRD_EXTRA
2018-04-20 Donald SharpMerge pull request #2088 from ajones-rvbd/ajones-issue...
2018-04-19 Don Slicezebra: resolve issue when changing import-table route... 2092/head
2018-04-18 Jafar Al-GharaibehMerge pull request #2084 from donaldsharp/move_mpls
2018-04-18 Arthur Jonesalpine build docs: Document docker images and alpine... 2088/head
2018-04-18 Rafael ZalamenaMerge pull request #2082 from qlyoung/sa-fixes
2018-04-18 Quentin Youngpbrd: fix multiple unsafe string copies 2082/head
2018-04-18 Quentin Youngpbrd: remove potential null dereference
2018-04-18 Quentin Youngpbrd: remove pbr-policy resource leak
2018-04-18 Quentin Youngpbrd: remove unsafe string copy
2018-04-18 Quentin Youngbgpd: avoid indexing with negative integer
2018-04-18 Quentin Youngpimd: avoid writing to negative fd
2018-04-18 Quentin Younglib: avoid writing to negative fd
2018-04-18 Donald Sharpzebra: Add pass up through zapi what zebra is capable... 2086/head
2018-04-18 Rafael ZalamenaMerge pull request #2078 from dslicenc/fix-import-table-fix
2018-04-18 Donald Sharplib, zebra: Move label conversion strings to lib 2084/head
2018-04-18 Donald Sharplib, zebra: Move help string to appropriate header
2018-04-18 G. Paul Ziembabgpd: vpn-vrf routemaps: no leak if named route-map... 2083/head
2018-04-17 Donald SharpMerge pull request #2035 from vincentbernat/fix/no...
2018-04-17 Donald Sharplib: Handle if up/down and vrf enable/disable events 2051/head
2018-04-17 Donald Sharppbrd: Use proper decode function for interface
2018-04-17 Donald Sharplib: Store nexthop information independently
2018-04-17 Donald Sharppbrd: Fix unused function
2018-04-17 Donald Sharppbrd: Allow pbr-policy add/removal to install/remove...
2018-04-17 Quentin Youngpbrd: don't collapse pbr debugs
2018-04-17 Quentin Youngpbrd: move debug vty into pbr_vty.c
2018-04-17 Donald Sharppbrd, zebra: Properly notice rule deletion
2018-04-17 Donald Sharppbrd, zebra: Fix multiple pbr-policy install
2018-04-17 Donald Sharppbrd: Fix installation and deletion in some cases
2018-04-17 Donald Sharppbrd: Prevent attempt at re-install for several scenarios
2018-04-17 Donald Sharpzebra: Tell rib_process to actually rethink pbr routes.
2018-04-17 Donald Sharplib: Clean up delete of a nexthop from a nexthop group
2018-04-17 Donald Sharplib, pbrd: Do not allow v6 LL nexthops to be specified...
2018-04-17 Lou BergerMerge pull request #2064 from donaldsharp/redistribute_...
2018-04-17 Rafael ZalamenaMerge pull request #2071 from qlyoung/sa-fixes
2018-04-17 Quentin Youngvtysh: remove exit-vrf for vtysh -m 2079/head
2018-04-17 Quentin Youngvtysh, zebra: print exit-vrf at end of vrf context
2018-04-17 Quentin Youngospfd: use __func__ in ospf_te.c 2071/head
2018-04-17 Donald Sharpzebra: Leave some warning breadcrumbs 2077/head
2018-04-17 Quentin Youngbgpd: clean up clist management logic
2018-04-17 Quentin Youngospf6d: handle realloc() failure in lsa test
2018-04-17 Quentin Youngbgpd: fix stylistic issue
2018-04-17 Quentin Youngeigrpd: remove unnecessary assignment
2018-04-17 Quentin Younglib: initialize imsg_hdr
2018-04-17 Quentin Youngospfd: remove unnecessary assignment
2018-04-17 Quentin Youngospfd: fix stylistic issue
2018-04-17 Quentin Youngzebra: fix error-prone array iterator
2018-04-17 Don Slicezebra: fix flaw in fix for import-table crash 2078/head
2018-04-17 Quentin YoungMerge pull request #2058 from chipitsine/master
2018-04-17 Lou BergerMerge pull request #2069 from donaldsharp/v6_tunnel_crash
2018-04-17 Lou BergerMerge pull request #2070 from dslicenc/import-table...
2018-04-17 Ilya Shipitsintools: more lsan suppressions for clippy 2058/head
2018-04-17 Donald SharpMerge pull request #1905 from pguibert6WIND/ipset_iptab...
2018-04-16 Donald Sharpzebra: Allow blackhole route deletion for prefixes 2072/head
2018-04-16 Donald Sharpzebra: Check for NULL in connected_add_ipv6 2069/head
2018-04-16 Donald SharpMerge pull request #2067 from LabNConsulting/working...
2018-04-16 Don Slicezebra: resolve assert when adding ip import-table entry 2070/head
2018-04-16 Philippe Guibertzebra: rename pbr_unique structure to pbr_rule_unique 1905/head
2018-04-16 Philippe Guibertzebra: adapt zebra_pbr_rule based with pbr_rule
2018-04-16 Philippe Guibertlib: enhance pbr_rule structure for zapi encode and...
2018-04-16 Philippe Guibertzebra: add a helper structure to look zebra_pbr_ipset...
2018-04-16 Philippe Guibertzebra: add IPTABLE_ADD and IPTABLE_DEL commands in...
2018-04-16 Philippe Guibertzebra: pbr rule structure is being added fwmark tag
2018-04-16 Philippe Guibertzebra: handling notifications upon ipset creation/destr...
2018-04-16 Philippe Guibertlib: add ZEBRA IPSET defines
2018-04-16 Philippe Guibertzebra: handle entry pointfs for ipset creation/destruction
2018-04-16 Donald SharpMerge pull request #2053 from LabNConsulting/working...
2018-04-16 Donald SharpMerge pull request #2055 from opensourcerouting/fix...
2018-04-16 Donald SharpMerge pull request #1950 from pguibert6WIND/issue_1949
2018-04-15 Renato WestphalMerge pull request #2054 from qlyoung/sa-fixes
2018-04-15 Renato WestphalMerge pull request #2036 from LabNConsulting/working...
2018-04-15 Donald SharpMerge pull request #2068 from LabNConsulting/working...
2018-04-15 Donald Sharpzebra: Fix crash with certain types of tunnels
2018-04-14 G. Paul Ziembabgp/rfapi: fix rfapiNhlAddNodeRoutes SA issue 2068/head
2018-04-14 G. Paul Ziembabgpd: bugfix vpn-vrf leak: consider route changed if... 2067/head
2018-04-13 Quentin Youngbgpd: remove unused variable 2054/head
2018-04-13 Quentin Youngbgpd: verify that multipath infos are set
2018-04-13 Quentin Youngospf6d: assert nh list is non-null
2018-04-13 Quentin Youngbabeld: be more explicit about route resize result
2018-04-13 Quentin Youngbgpd: rfapi xcallocs guaranteed non-null
2018-04-13 Quentin Younglib: add asserts on returned matcher vals
2018-04-13 Quentin Youngospf6d: assert that we set a variable
2018-04-13 Quentin Youngospfd: remove interface param npd
2018-04-13 Quentin Younglib: ignore cli lexer in clang-analyze
2018-04-13 Quentin Youngbgpd: move attr display into checked block
2018-04-13 Quentin Youngbgpd: double-check notify data when debugging
2018-04-13 Quentin Youngospf6d: remove ospf6_interface_if_del
2018-04-13 Quentin Youngospfd: set external_info instance value to 0
2018-04-13 Lou BergerMerge pull request #2062 from chiragshah6/ospfv3_dev
2018-04-13 Lou BergerMerge pull request #2061 from donaldsharp/aspath_silly
2018-04-13 Donald Sharppbrd: Allow PBR to ignore Access List commands 2064/head
next