]> git.proxmox.com Git - mirror_frr.git/shortlog
mirror_frr.git
2016-06-08 David Lamparterbgpd: speed up "no-hit" withdraws for routeservers
2016-06-08 Paul Jakmaospfd: Remove the blocking of opaque LSAs origination...
2016-06-08 David Lamparterlib/cli: reduce strcmp in CLI hot paths
2016-06-08 Timo Teräslib: constify sockunion api
2016-06-08 Timo Teräszebra: fix rtadv check for non-glibc linux
2016-06-08 Timo Teräszebra: fix build with rtadv disabled
2016-06-08 David Lamparterbuild: add --enable-werror
2016-06-08 David Lamparterbuild: determine CFLAGS more intelligently
2016-06-08 David Lampartervtysh: drop unused variables & RETSIGTYPE
2016-06-08 David Lampartervtysh: fix function prototypes
2016-06-08 David Lampartervtysh: don't use '\0' as NULL
2016-06-08 David Lamparterospf6d: fix pointer arithmetic warning
2016-06-08 David Lamparterospf6d: oi->cost is uint32, not short
2016-06-08 David Lamparterospf6d: use existing union, avoid strict-aliasing
2016-06-08 David Lamparterlib, vtysh: reduce unneccessary C extension usage
2016-06-08 David Lamparterlib: use const consistently for zserv path
2016-06-08 Donald Sharppimd: Fix register message checksum
2016-06-03 Donald Sharppimd: Rehookup the redistribution code
2016-06-03 Donald Sharpzebra: Fix last sent command to protocol
2016-06-07 Donald Sharppimd: Make pim_pkt_dump use standard lib functions
2016-06-07 Donald Sharpbgpd: Fix Missing capability codes in data structure
2016-06-07 David Lamparterzebra: clean up misc_null pragmas
2016-06-07 Donald Sharpzebra: Cleanup missed cherry-pick
2016-06-07 David Lamparterzebra: use prototypes/includes in rt_netlink
2016-06-07 David Lamparterzebra: remove unused netlink_route()/kernel_rtm_ipv6()
2016-06-07 David Lamparterisisd: remove unused process_is_hello()
2016-06-07 David Lamparterisisd: fix size_t confusions
2016-06-07 David Lamparterisisd: assorted fixes (unused variables, static)
2016-06-07 David Lamparterisisd: fix minor & vs. && mix-up
2016-06-07 David Lamparterisisd: don't use POSIX reserved y1/yn names
2016-06-07 David Lamparterbgpd, zebra: fix struct/pointer sizeof mixups
2016-06-07 David Lamparter*: add/cleanup initialisers
2016-06-07 David Lamparter*: add missing includes
2016-06-07 David Lamparter*: fix signedness mix-ups
2016-06-07 vivekbgpd, lib, vtysh: hook up bgp VPNv6 CLI node
2016-06-07 Lou Bergerbgpd: wire up VPNv6 protocol processing
2016-06-06 Lou Bergerbgpd: handle AS4 and EOI route distinguishers
2016-06-06 Lou Bergerbgpd: make _vpnv4 static handling SAFI-agnostic
2016-06-06 Lou Bergerlib: add "show commandtree" CLI command
2016-06-06 Lou Bergerlib: fix bookkeeping for libreadline malloc()s
2016-06-06 Lou Bergerbgpd: Fix graceful restart capability minsize
2016-06-06 Donald Sharplib, bgpd: Fixup afi_t to be an enum and cleanup zebra.h
2016-06-06 Paul Jakmabgpd: bgp_scan shouldn't queue up route_nodes with...
2016-06-06 vivekbgpd: Update error subcode for OPEN message
2016-06-06 Paul Jakmabgpd: Check capability falls on right multiple of size...
2016-06-06 vivekMerge branch 'cmaster-next' of ssh://stash.cumulusnetwo...
2016-06-06 Timo Teräsbgpd: update rtt on soft clear
2016-06-06 Donald Sharppimd: Allow (*,G) igmp joins to work.
2016-06-06 Timo Teräsbgpd: check rtt later after the real peer is known
2016-06-06 Timo Teräsbgpd: Make bgp_info_cmp robust to paths that do not...
2016-06-06 Paul Jakmabgpd: Compile fix for clearing-completion FSM fix,...
2016-06-06 Timo Teräszebra: simplify redistribution code
2016-06-06 vivekMerge branch 'cmaster-next' of ssh://stash.cumulusnetwo...
2016-06-06 Donald Sharppimd: igmp_add_group_by_addr remove unneeded parameter
2016-06-06 Donald Sharppimd: Remove unnecessary parameter
2016-06-06 Donald Sharppimd: Remove dead code.
2016-06-06 Timo Teräsbgpd: allow using rtt in route-map's set metric
2016-06-06 Timo Teräsbgpd: refactor route-map objects modifying integer...
2016-06-05 Donald Sharplib, bgpd: Fixup some more compile errors due to warnings
2016-05-30 David Lamparter*: use void * for printing pointers
2016-05-30 David Lamparter*: use long long to print time_t
2016-05-30 Everton Marqueszclient: Revert lib export of zclient_socket()/zclient_...
2016-05-30 Everton Marqueszebra_rib: Revert work-around for zebra marking recursi...
2016-05-30 Everton Marqueszebra_rib: Revert debug hooks.
2016-05-30 Everton Marqueszebra: Export zclient_socket_un().
2016-05-30 Paul Jakmaospfd: Tweak previous iface RR write patch to avoid...
2016-05-30 Denil Virabgpd: Fix useless call in bgpd/bgp_mplsvpn.c
2016-05-30 Donald SharpAdd code to extract.pl.in to prevent further cli functi...
2016-05-30 Donald SharpQuagga: Fix code to use srandom/random
2016-05-30 David Lamparterlib: include thread information in backtraces
2016-05-30 David Lamparterlib: unstupidify thread debug information
2016-06-03 David Lamparterbgpd: don't use #ifdef inside macro args
2016-06-03 Milan Kocianbgpd: fix negative values in output
2016-06-03 Paul Jakmalib/workqueue: Add trivial work_queue_is_scheduled...
2016-06-03 David Lampartertests: add testcli reference in/out & do DejaGNU
2016-06-03 David Lampartertests: add CLI dummy command-exec tool
2016-06-03 David Lamparterrelease: 0.99.24
2016-06-03 David Lamparterbuild: enable isisd by default
2016-06-03 David Lamparterbuild: track config args
2016-06-03 David Lamparterbuild: remove --disable-ipv6
2016-06-03 David Lamparterbuild: get rid of INCLUDES, use AM_CPPFLAGS
2016-06-03 David Lamparterbuild: harmonize configure help strings
2016-06-03 David Lamparterbuild: remove --enable-solaris parameter
2016-06-03 David Lamparterzebra: remove rt_ioctl kernel interface
2016-06-03 David Lamparterzebra, ripngd: remove ::/64 special-casing
2016-06-03 David Lamparterbuild: remove ancient Linux/BSD IPv6 cruft
2016-06-03 David Lamparterbuild: remove INRIA, NRL and MUSICA IPv6 quirks
2016-06-03 Donald Sharppimd: Fix compiler warning in pim_mroute.c
2016-06-03 David Lamparterbuild: remove AIX, NEC EWS and IRIX
2016-06-03 David Lamparterbuild: remove Linux non-netlink config
2016-06-01 Donald Sharpvtysh: Add code to allow pimd show running specific
2016-06-01 Donald Sharppimd: Add support for displaying ip mroute
2016-06-01 Donald Sharpzebra: Remove experimental warning
2016-06-01 Donald Sharppim: Fix 'no ip pim sm'
2016-06-01 Donald Sharpzebra: Fix unprotected zlog_debug
2016-06-01 Donald Sharppimd: Allow command zclient to find it's data
2016-05-27 Donald Sharplib: Fixup zclient api to be consistent
2016-05-27 Donald Sharplib: Fixup zebra zapi message table
2016-05-26 Donald Sharplib: Fix vrf_id_t data type
2016-05-26 Donald Sharpdebian: Add pimd to logrotate script
next