Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
6902c69aa30a73ecd70ef8941518b541ca02b878
6902c69
zebra: tweak deletion of routes without nexthop addr
by Subbaiah Venkata
· 13 years ago
26e2ae3
zebra: read multipath routes and hw addr from netlink
by Josh Bailey
· 13 years ago
d531050
lib: add stream_set_endp()
by Subbaiah Venkata
· 13 years ago
bed930f
lib: add support for keyed-hashing with MD5
by Josh Bailey
· 13 years ago
54dd612
lib: Tweaks to linked list macros
by Josh Bailey
· 13 years ago
8ced4e8
Merge remote-tracking branch 'polymorf/master'
by Greg Troxel
· 13 years ago
7e924e1
fix typo
by Roman Hoog Antink
· 13 years ago
fe0a1a4
Omit --opaque-lsa from build (now default).
by Greg Troxel
· 13 years ago
d42306d
ospf6d: copy "mtu-ignore" option from ospfd
by Dmitrij Tejblum
· 14 years ago
8dd1a8d
zebra: trivial warning fix
by Paul Jakma
· 14 years ago
fdbc8e7
bgpd: trivial format / warning fixes
by Paul Jakma
· 14 years ago
072990e
ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API change
by Paul Jakma
· 14 years ago
8f6f78a
Fix authorship of previous ospf6d commit
by Paul Jakma
· 14 years ago
57c4f4f
ospf6d: fix crash if zebra_interface_state_read can't find interface
by Ingo Flaschberger
· 14 years ago
597de5a
ospf6d: fix crash if zebra_interface_state_read can't find interface
by Paul Jakma
· 14 years ago
604a9b4
bgpd: fix memory leak when deleting a community
by Michael Lambert
· 14 years ago
4a2035f
Revert "bgpd: "Intern" communities in route maps"
by Paul Jakma
· 14 years ago
7015b8a
doc: Add dependency for quagga.pdf make target
by Paul Jakma
· 14 years ago
74bd849
Merge remote-tracking branch 'remotes/quagga/master'
by Paul Jakma
· 14 years ago
31d0f1b
bgpd: Fix merge error in jhash commit
by Paul Jakma
· 14 years ago
f5a4827
bgpd: refine the setting up of GTSM
by Stephen Hemminger
· 14 years ago
0d51c7e
build: treat opaque-lsa default correctly for ospfapi
by Greg Troxel
· 14 years ago
d876bdf
lib: Add support for IPv6 ttl security
by Stephen Hemminger
· 14 years ago
89b6d1f
bgpd: Cleanups & fixes for minttl / GTSM
by Stephen Hemminger
· 14 years ago
fa411a2
bgpd: RFC 5082 Generalized TTL Security Mechanism support
by Nick Hilliard
· 14 years ago
db07ad7
Merge branch 'master' of ssh://code.quagga.net/var/git/quagga
by Paul Jakma
· 14 years ago
3bde17f
bgpd: Fix compile failure if IPv6 build was disabled.
by Paul Jakma
· 14 years ago
fc95186
lib: fix more format warnings (#637)
by Christian Hammers
· 14 years ago
98e30f5
bgpd: attribute jhash call should use a standard interface to in6_addr data
by Stephen Hemminger
· 14 years ago
d71ea65
ospfd: Compile fix for opaque support
by Paul Jakma
· 14 years ago
36de261
build: change sense of opaque-{lsa,te} enable args to enable by default
by Paul Jakma
· 14 years ago
eac5702
bgpd: enable TCP corking
by Stephen Hemminger
· 14 years ago
58192df
lib: add TCP_CORK wrapper
by Stephen Hemminger
· 14 years ago
3539858
bgpd: leave peer socket in non-blocking mode (mostly)
by Stephen Hemminger
· 14 years ago
2c9fd7e
bgpd: "Intern" communities in route maps
by Michael Lambert
· 14 years ago
95cbbd2
bgpd: New show commands for improved view and address family support
by Michael Lambert
· 14 years ago
d850963
release: 0.99.18
by Paul Jakma
· 14 years ago
c8f3fe3
bgpd: Remove AS Path limit/TTL functionality
by Paul Jakma
· 14 years ago
0c46638
bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error
by Paul Jakma
· 14 years ago
8f228de
ospf6d: Extend the "[no] debug ospf6 route" vty commands
by Tom Goff
· 14 years ago
e7a6d80
ospf6d: Route locking (memory) cleanup
by Tom Goff
· 14 years ago
ae2254a
ospf6d: Have ospf6d cleanup when it terminates normally
by Tom Goff
· 14 years ago
fd795eb
ospf6d: Remove obsolete code
by Tom Goff
· 14 years ago
1d19234
ospf6d: Fix memory allocation issues in SPF
by Tom Goff
· 14 years ago
7e69d99
lib: zlog should clean up its memory
by Tom Goff
· 14 years ago
4bd045d
lib: Add a function to delete all interfaces
by Tom Goff
· 14 years ago
c8e7b89
bgpd: use Jenkins hash for BGP transit, cluster and attr hashes
by Stephen Hemminger
· 14 years ago
6392aa8
lib: Better hashing of string values using Bernstein hash
by Stephen Hemminger
· 14 years ago
25ff1e8
bgpd: Remove extra lock on interior table node
by Barry Friedman
· 14 years ago
c099baf
bgpd: Fix display of unsigned attributes
by Wataru Tanitsu
· 14 years ago
7badc26
bgpd: fix use of free memory by update_rsclient
by Stephen Hemminger
· 14 years ago
368473f
bgpd: unlock node on aggregate error
by Robert Bays
· 14 years ago
f6269b4
bgpd: fix errors in aggregate address command
by Robert Bays
· 14 years ago
fac9c6b
bgpd: use XCALLOC to allocate bgpd damp array
by Stephen Hemminger
· 14 years ago
6c88b44
bgpd: fix bgp_node locking issues
by Chris Caputo
· 14 years ago
cca85d2
lib: Fix accounting of memory
by Chris Hall
· 14 years ago
d1de1c2
Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvements
by Paul Jakma
· 14 years ago
e6844aa
doc: fix "ipv6 address" interface command syntax (#608)
by Denis Ovsienko
· 14 years ago
30b0017
bgpd: improve "monotonic" uptime correction
by John Kemp
· 14 years ago
b016e9d
ripngd: copy debug statements fix from ripd
by Stephen Hemminger
· 14 years ago
0fa0335
ripd: resolve debug statements issue (bug 442)
by Andrew J. Schorr
· 14 years ago
6e22b90
bgpd: VTY string fixes for debug commands
by David Ward
· 14 years ago
c7aa8ab
bgpd: fix handling of "Unsupported Capability"
by Dmitrij Tejblum
· 14 years ago
403138e
ospf6d: fix crash in SPF calculation
by Dmitrij Tejblum
· 14 years ago
4dd87df
ospfd: Remove oi field from LSA, have network_lsa_refresh look up when needed
by Paul Jakma
· 15 years ago
dfbd517
ospfd: potential fix for router-id change assert on refresh cleanup patch
by Paul Jakma
· 15 years ago
02d942c
ospfd: Fix maxage/flush to not try flood twice, remember maxages for longer
by Paul Jakma
· 15 years ago
c363d38
ospfd: Unify router and network LSA refresh logic with general refresher
by Paul Jakma
· 15 years ago
7eb5b47
ospfd: Remember network LSA sequence numbers across up/downs of an interface
by Paul Jakma
· 15 years ago
aa276fd
ospfd: Prioritise hellos for sending by queueing to head of output buffer
by Paul Jakma
· 15 years ago
57c5c65
ospfd: Reset neighbour inactivity timer for any packet arrival
by Paul Jakma
· 15 years ago
94b6bfd
ospfd: the maxage_lsa_remover should check whether it needs to yield the cpu
by Paul Jakma
· 15 years ago
e8f2226
ospfd: Fix various route_unlock discrepencies
by Paul Jakma
· 15 years ago
6634974
ospfd: fix lsa_refresh_walker unlock before use bug
by Paul Jakma
· 15 years ago
8a81ee1
ospfd: interface code should leave network_lsa_self alone
by Paul Jakma
· 15 years ago
2c9f8e3
ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood
by Paul Jakma
· 15 years ago
cfd670f
ospfd: ospf_if_free can leave dangling references on ISM events - cancel them
by Paul Jakma
· 15 years ago
ec70497
ospfd: Lower level of some common messages from info to debug
by Paul Jakma
· 14 years ago
f841681
lib: Fix bug in prefix trie lookup
by Paul Jakma
· 15 years ago
d358344
lib: prefix.c nano-optimisation
by Paul Jakma
· 15 years ago
3322055
lib: Make workqueue more conservative about ramping up
by Paul Jakma
· 15 years ago
e276eb8
lib: Add a command to clear the thread CPU history data
by Paul Jakma
· 15 years ago
2613abe
lib: Thread scheduler should be fair and not let events starve I/O and timers
by Paul Jakma
· 15 years ago
8526100
lib: thread history funcname shouldn't be constant, it's freed
by Paul Jakma
· 15 years ago
838bbde
bgpd: Simplify process queue init
by Paul Jakma
· 15 years ago
b729294
bgpd: fix community-list error message spelling
by Denis Ovsienko
· 14 years ago
5195e17
infrastructure: Express preference for published git repos
by Greg Troxel
· 14 years ago
a8e474a
infrastructure: Whitespace cleanup.
by Greg Troxel
· 14 years ago
d7a9779
infrastructure: Clarify commit message format.
by Greg Troxel
· 14 years ago
f3bd050
Adjust description of tomhenderson repo.
by Greg Troxel
· 14 years ago
213b6cd
bgpd: fix printed value of last-update timestamp
by Vladimir L Ivanov
· 14 years ago
08a7a91
zclient: fix router-id calculation for IPv6 (#595)
by Dmitry Tejblum
· 14 years ago
4c9641b
bgpd, lib: adopt afi_t and safi_t in several places
by Michael Lambert
· 14 years ago
11d3fe9
Add MTR repository.
by Greg Troxel
· 14 years ago
b830c89
lib/vty.c: add missing format string when printing out motd message
by Nico Golde
· 14 years ago
b167938
Document rules for zalloc and friends.
by Greg Troxel
· 14 years ago
cbc64b0
Add pointer to Balaji G. git.
by Greg Troxel
· 14 years ago
d3ddb22
Set from even if binfo->extra is NULL.
by Greg Troxel
· 14 years ago
cf8a831
Zebra zserv: bogus conditional
by Stephen Hemminger
· 14 years ago
a6be121
release: 0.99.17
by Denis Ovsienko
· 14 years ago
Next »