index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
thread.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-25
eigrpd: Follow other protocol leads and exit when told to
Donald Sharp
1
-0
/
+2
2017-09-25
lib: Free thread_master pointer after free
Donald Sharp
1
-0
/
+1
2017-09-25
lib: Set pointer to NULL after free
Donald Sharp
1
-0
/
+1
2017-09-25
bgpd: Fix unused variable
Donald Sharp
1
-1
/
+0
2017-09-25
ospf6d: fix heap use after free
Quentin Young
1
-1
/
+14
2017-09-25
bgpd: skip run as option can be reused
Philippe Guibert
1
-1
/
+1
2017-09-25
bgpd: vty command fixup for evpn rt5
Philippe Guibert
2
-8
/
+21
2017-09-25
zebra: Do not allow delete of route from kernel in non-startup case
Donald Sharp
7
-15
/
+39
2017-09-25
zebra: Do not allow same rib_dest_t be queued multiple times to meta queue
Donald Sharp
2
-0
/
+11
2017-09-25
zebra: Nexthop APIs to use correct vrf_id
Chirag Shah
1
-2
/
+2
2017-09-23
isisd: ensure fragments get always linked
Christian Franke
1
-13
/
+27
2017-09-23
isisd: cleanup unused variables
Christian Franke
1
-4
/
+0
2017-09-23
isisd: always trigger spf run asynchronously
Christian Franke
1
-16
/
+12
2017-09-23
isisd: use only one IP of neighbor as nexthop
Christian Franke
1
-6
/
+2
2017-09-22
pimd: fix some null pointer derefs in cli
Quentin Young
1
-4
/
+12
2017-09-22
isisd: Don't corrupt generated LSPs if information exceeds capacity
Christian Franke
1
-0
/
+11
2017-09-22
isisd: SPF doesn't need to maintain children
Christian Franke
1
-20
/
+0
2017-09-22
isisd: use skiplist to implement ordered list for SPF
Christian Franke
1
-65
/
+103
2017-09-22
tests: verify isis_vertex_queue correctness
Christian Franke
4
-1
/
+121
2017-09-21
zebra: make rib_add() a simple wrapper for rib_add_multipath()
Renato Westphal
1
-88
/
+7
2017-09-21
zebra: fix detection of duplicate kernel routes (ECMP version)
Renato Westphal
1
-1
/
+5
2017-09-21
lib: log error details if F_SETLK fails
Renato Westphal
1
-1
/
+2
2017-09-21
zebra: fix multihop/multipath confusion
Renato Westphal
1
-6
/
+6
2017-09-21
zebra: install MPLS LSPs with appropriate protocol type
Renato Westphal
2
-2
/
+23
2017-09-21
zebra: pay attention to metric from kernel (ECMP version)
Renato Westphal
1
-2
/
+8
2017-09-21
zebra: plug memory leak in rib_add_multipath()
Renato Westphal
1
-3
/
+4
2017-09-21
zebra: use the afi parameter in rib_add_multipath()
Renato Westphal
2
-9
/
+3
2017-09-21
*: fix segfault when sending more than MULTIPATH_NUM nexthops
Renato Westphal
9
-15
/
+32
2017-09-21
zebra: Free leaked zclient data structures on shutdown
Donald Sharp
1
-4
/
+9
2017-09-21
ripd: Free leaked memory on shutdown
Donald Sharp
1
-0
/
+1
2017-09-20
bgpd: Intialize all the variables used in argv_find.
Mitesh Kanjariya
2
-5
/
+5
2017-09-20
zebra: cleanup reject vs blackhole vs null0 vs Null0
Daniel Walton
1
-80
/
+22
2017-09-20
*: watchfrr needs 'show debugging' DEFUN
Daniel Walton
2
-0
/
+13
2017-09-20
bgpd: change debug_bgp_bestpath_prefix to DEFUN
Daniel Walton
1
-12
/
+12
2017-09-20
isisd: generate unique circuit ids
Christian Franke
4
-37
/
+42
2017-09-19
bgpd: fix sending of ECMP routes with both v4/v6 nexthops to zebra
Renato Westphal
1
-10
/
+15
2017-09-19
bgpd: Add large community json support
Donald Sharp
1
-3
/
+15
2017-09-19
zebra: Allow static routes to track how long they've been around
Donald Sharp
1
-0
/
+3
2017-09-19
bgpd: rfapi - fix a couple of check that should have been against RD len vs R...
Lou Berger
2
-2
/
+2
2017-09-19
zebra: return CMD_SUCCESS when enabling debugs
Daniel Walton
1
-5
/
+5
2017-09-19
tools: frr-reload capture stderr so we can log it
Daniel Walton
1
-2
/
+2
2017-09-19
bgpd: debugs on subnets need to use apply_mask()
Daniel Walton
1
-36
/
+17
2017-09-19
tools: frr-reload support for "no no" scenario
Daniel Walton
1
-1
/
+10
2017-09-19
ospf6d: OSPFv3 interface bandwidth handling
Chirag Shah
1
-2
/
+11
2017-09-18
vtysh: warn on cli targeting non-running daemon
Quentin Young
1
-0
/
+6
2017-09-18
pimd: Do not complain if re-joining an IGMP group
Daniel Walton
1
-9
/
+4