]> git.puffer.fish Git - mirror/frr.git/shortlog
mirror/frr.git
2020-04-16 Donald Sharptests: Cleanup bgp config for evpn vxlan topotest 6238/head
2020-04-15 Donald SharpMerge pull request #6232 from ton31337/fix/validate_lco...
2020-04-15 Rafael ZalamenaMerge pull request #6229 from donaldsharp/netlink_reque...
2020-04-15 Donatas Abraitisbgpd: Validate all large communities if specified more... 6232/head
2020-04-15 Donatas AbraitisMerge pull request #6230 from donaldsharp/nhrp_json_sil...
2020-04-15 Renato WestphalMerge pull request #6226 from LabNConsulting/ziemba...
2020-04-15 Donald Sharpnhrpd: Actually allow json output 6230/head
2020-04-15 Donald Sharpzebra: Modify netlink_request to statisfy coverity 6229/head
2020-04-15 Renato WestphalMerge pull request #6154 from donaldsharp/check_interfa...
2020-04-15 G. Paul Ziembaldpd: ldp_vty_neighbor_password(): fix auth.md5key_len... 6226/head
2020-04-15 Renato WestphalMerge pull request #6225 from qlyoung/fix-zebra-counter...
2020-04-14 Donald SharpMerge pull request #6214 from opensourcerouting/bfdd...
2020-04-14 Quentin YoungMerge pull request #6211 from mjstapp/fix_zebra_cov
2020-04-14 Mark StappMerge pull request #5510 from opensourcerouting/dplane...
2020-04-14 Quentin Youngzebra: use %u for unsigned when printing counters 6225/head
2020-04-14 Donald SharpMerge pull request #5812 from pguibert6WIND/bgp_stats_all
2020-04-14 Olivier DugeonMerge pull request #6218 from qlyoung/fix-ospf-router...
2020-04-14 Rafael Zalamenazebra: fix hash_backet typo in data plane FPM 5510/head
2020-04-14 Rafael Zalamenazebra: hide verbose data plane FPM log messages
2020-04-14 Rafael Zalamenazebra: fix some formatting/style issues
2020-04-14 Rafael Zalamenazebra: data plane FPM add support RMAC VNI
2020-04-14 Rafael Zalamenazebra: fix style on data plane FPM module
2020-04-14 Rafael Zalamenabuild: fix data plane FPM netlink module
2020-04-14 Rafael Zalamenazebra: use atomic operations in FPM
2020-04-14 Rafael Zalamenazebra: queue data plane context for FPM
2020-04-14 Rafael Zalamenazebra: improve FPM output buffer handling
2020-04-14 Rafael Zalamenazebra: simplify FPM buffer full detection
2020-04-14 Rafael Zalamenazebra: implement FPM counters
2020-04-14 Rafael Zalamenazebra: CLI commands for new FPM interface
2020-04-14 Rafael Zalamenazebra: data plane FPM RMAC walk code
2020-04-14 Rafael Zalamenazebra: adapt and export rmac netlink functions
2020-04-14 Russ WhiteMerge pull request #6197 from sworleys/PBR-Atomic
2020-04-14 Donald SharpMerge pull request #6096 from pjdruddy/vxlan_evpn_topo_test
2020-04-14 Quentin Youngospfd: router LSA link info missing length check 6218/head
2020-04-14 Stephen Worleypbrd: fix wording in pbr_send_pbr_map comment 6197/head
2020-04-14 Rafael Zalamenazebra: data plane FPM RIB walk code
2020-04-14 Rafael Zalamenazebra: data plane plugin for FPM netlink
2020-04-14 Mark Stappzebra: dataplane context reset and init apis
2020-04-14 Rafael Zalamenazebra: export netlink function and change return
2020-04-14 Rafael Zalamenazebra: simplify netlink_route_multipath
2020-04-14 Rafael Zalamenazebra: simplify some netlink debug messages
2020-04-14 Rafael Zalamenazebra: generalize netlink route talk function
2020-04-14 Russ WhiteMerge pull request #6201 from adharkar/frr-master-fpm_mac
2020-04-14 Russ WhiteMerge pull request #6219 from qlyoung/fix-ospf-opaque...
2020-04-14 Donatas AbraitisMerge pull request #6221 from opensourcerouting/default...
2020-04-14 Donald SharpMerge pull request #6011 from patrasar/pim-no-msdp...
2020-04-14 Rafael Zalamenadoc: update BFD debugging section 6214/head
2020-04-14 Rafael Zalamenatopotest: enable bfd debugs on all BFD tests
2020-04-14 Rafael Zalamenabfdd: add more zebra debug messages
2020-04-14 Rafael Zalamenabfdd: constify satostr
2020-04-14 Rafael Zalamenabfdd: remove time calculation debugs
2020-04-14 Rafael Zalamenabfdd: simplify code flow
2020-04-14 Rafael Zalamenabfdd: add debug fine tuning capabilities
2020-04-14 Donald SharpMerge pull request #6017 from sarav511/ovrride
2020-04-14 David LamparterMerge pull request #6196 from dslicenc/ospf6d-brouter...
2020-04-14 Mark Stappzebra: fix some coverity SA warnings 6211/head
2020-04-14 David Lamparterlib/defaults: don't use "static" in a weird way 6221/head
2020-04-14 David Lamparterlib/defaults: more bool confusion
2020-04-14 David LamparterMerge pull request #5988 from xThaid/zebra_vrf_logs
2020-04-14 David LamparterMerge pull request #6215 from vivek-cumulus/wtecmp_link...
2020-04-14 Quentin Youngospfd: fix uaf upon rx of self-originated lsa 6219/head
2020-04-14 vivekdoc: Documentation for weighted ECMP and link bandwidth 6215/head
2020-04-14 Renato WestphalMerge pull request #5892 from qlyoung/fix-zclient-many
2020-04-13 Quentin Younglib: fix SA warning in vrf creation zapi handler 5892/head
2020-04-13 Quentin Younglib: fix if_set_value
2020-04-13 Quentin Younglib: work around enum issue in old gcc
2020-04-13 Quentin YoungMerge pull request #6213 from ton31337/fix/moar_bool_stuff
2020-04-13 Mark StappMerge pull request #6210 from donaldsharp/sharp_labels
2020-04-13 Donatas Abraitisbgpd: Replace 0 to false for bool assignment in bgp_upd... 6213/head
2020-04-13 Quentin Younglib: re-add accidentally deleted pfx family set
2020-04-13 Quentin Younglib: improve sanity check on vrf backend value
2020-04-13 Quentin Younglib: handle failure to change ifindex
2020-04-13 Quentin Younglib: more zclient fixes; str termination, vrfs...
2020-04-13 Quentin Younglib: don't crash on iface add for unknown vrf
2020-04-13 Quentin Younglib: ensure iface name is null terminated
2020-04-13 Quentin Younglib: handle bogus VRF backend type
2020-04-13 Quentin Younglib: make all zclient.[ch] stream funcs safe
2020-04-13 Quentin Younglib: add STREAM_GETQ, STREAM_GETF
2020-04-13 Quentin Younglib: remove unnecessary null checks
2020-04-13 Mark StappMerge pull request #6209 from donaldsharp/true_false
2020-04-13 Donald Sharpsharpd: Allow sharpd to specify it's own routes for... 6210/head
2020-04-13 Donald Sharpbgpd: bools use `true/false` not `TRUE/FALSE` 6209/head
2020-04-13 Sarita Patrapimd: added no ip msdp mesh-group <word> 6011/head
2020-04-13 Donald SharpMerge pull request #6199 from opensourcerouting/bfdd...
2020-04-13 Donald SharpMerge pull request #6204 from opensourcerouting/fix...
2020-04-12 Jakub Urbańczykzebra: Add vrf name and id to debugs 5988/head
2020-04-12 Renato Westphalyang: use the correct type for EIGRP neighbors 6204/head
2020-04-12 Renato WestphalMerge pull request #6181 from volta-networks/fix_isisd_...
2020-04-11 Ameya Dharkarzebra: Address sequencing issue while sending RMAC... 6201/head
2020-04-10 Donald SharpMerge pull request #6027 from sarav511/vrfloop
2020-04-10 Quentin YoungMerge pull request #6176 from NaveenThanikachalam/memleaks
2020-04-10 Stephen Worleyzebra: read in and sweep rules on startup
2020-04-10 Rafael Zalamenabfdd: use standard log macros 6199/head
2020-04-10 Russ WhiteMerge pull request #6189 from vivek-cumulus/unequal_cos...
2020-04-09 Stephen Worleyzebra: set family on read in rule prefix
2020-04-09 Rafael Zalamenabfdd: fix transmission timer calculation
2020-04-09 Rafael Zalamenabfdd: initialize packet data with zeroes
2020-04-09 Rafael Zalamenabfdd: remove BFD_*_FLAG macros
2020-04-09 Don Sliceospf6d: stop looping thru same Inter-Area Router LSAs 6196/head
2020-04-09 Stephen Worleypbrd: separate `set *` and `no set *` commands
next