]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
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-18 Jafar Al-GharaibehMerge pull request #2084 from donaldsharp/move_mpls
2018-04-18 Arthur Jonesalpine build docs: Document docker images and alpine...
2018-04-18 Rafael ZalamenaMerge pull request #2082 from qlyoung/sa-fixes
2018-04-18 Quentin Youngpbrd: fix multiple unsafe string copies
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 Rafael ZalamenaMerge pull request #2078 from dslicenc/fix-import-table-fix
2018-04-18 Donald Sharplib, zebra: Move label conversion strings to lib
2018-04-18 Donald Sharplib, zebra: Move help string to appropriate header
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
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 Youngospfd: use __func__ in ospf_te.c
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
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
2018-04-17 Donald SharpMerge pull request #1905 from pguibert6WIND/ipset_iptab...
2018-04-16 Donald Sharpzebra: Allow blackhole route deletion for prefixes
2018-04-16 Donald Sharpzebra: Check for NULL in connected_add_ipv6
2018-04-16 Donald SharpMerge pull request #2067 from LabNConsulting/working...
2018-04-16 Don Slicezebra: resolve assert when adding ip import-table entry
2018-04-16 Philippe Guibertzebra: rename pbr_unique structure to pbr_rule_unique
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
2018-04-14 G. Paul Ziembabgpd: bugfix vpn-vrf leak: consider route changed if...
2018-04-13 Quentin Youngbgpd: remove unused variable
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
2018-04-13 Donald Sharplib: Restrict redistribution cli a bit
2018-04-13 Philippe Guibertlib: rename parameter for netns function
2018-04-13 Philippe Guibertlib: Update netns_linux.c
2018-04-13 Philippe Guibertzebra: add an indirection table for ns_id
2018-04-13 Philippe Guibertlib: a vrf is searched first by its name, than its...
2018-04-13 Chirag Shahospf6d: router-id change to display msg to restart
2018-04-13 Donald Sharpbgpd: Fix another aspath %d that should be %u
2018-04-12 Rafael ZalamenaMerge pull request #2039 from qlyoung/docuser
2018-04-12 Donald SharpMerge pull request #2040 from ajones-rvbd/ajones-issue...
2018-04-12 Donald SharpMerge pull request #2033 from pguibert6WIND/flowspec_re...
2018-04-12 Donald Sharpzebra: Cleanup lines over 80 columns
2018-04-12 Mitesh Kanjariyazebra: add EVPN learned neighbors as NUD_NOARP
2018-04-12 Mitesh Kanjariyazebra: act on kernel notifications for remote neighbors...
next