index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_attr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cumulus take-3
cumulus-take-3
Timo Teräs
2016-03-30
1
-111
/
+134
*
bgpd: Fix crash reported by NetDEF CI
Lou Berger
2016-03-08
1
-4
/
+16
*
bgpd: Remove the double-pass parsing of NLRIs
Paul Jakma
2016-03-08
1
-12
/
+0
*
bgpd: Regularise BGP NLRI sanity checks a bit
Paul Jakma
2016-03-08
1
-20
/
+12
*
bgpd: remove HAVE_IPV6 conditionals
Lou Berger
2016-02-26
1
-16
/
+1
*
bgpd: encap: add encap SAFI (RFC5512)
Lou Berger
2016-02-26
1
-11
/
+33
*
bgpd: encap: add attribute handling
Lou Berger
2016-02-26
1
-1
/
+326
*
bgpd: general MP/SAFI improvements
Lou Berger
2016-02-26
1
-32
/
+47
*
bgpd: wire up VPNv6 protocol processing
Lou Berger
2016-02-26
1
-0
/
+25
*
lib, bgpd, tests: Refactor FILTER_X in zebra.h
Donald Sharp
2016-02-26
1
-0
/
+1
*
Merge 'patch-tracking/4/proposed/netdef-solaris' into accepted
Paul Jakma
2015-10-28
1
-1
/
+1
|
\
|
*
*: fix in_addr initialisers
David Lamparter
2015-10-16
1
-1
/
+1
*
|
bgpd, lib: memory cleanups for valgrind, plus debug changes
Lou Berger
2015-10-27
1
-0
/
+13
|
/
*
bgpd: drop unused static variable
David Lamparter
2015-04-21
1
-1
/
+0
*
bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)
David Lamparter
2014-12-08
1
-0
/
+5
*
bgpd: one more fix for tightening of check for missing well-known attributes
Paul Jakma
2014-11-25
1
-2
/
+2
*
bgpd: Fixes for recent well-known-attr check patch.
Paul Jakma
2014-10-28
1
-6
/
+27
*
bgpd: well-known attr check only run for v4/uni, which could cause a crash.
Paul Jakma
2014-10-17
1
-42
/
+59
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
1
-1
/
+0
*
bgpd: don't send NOTIFY twice for malformed attrs
David Lamparter
2014-06-29
1
-12
/
+22
*
bgpd: fix IP endianness in debug message
David Lamparter
2014-06-29
1
-1
/
+1
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-5
/
+5
*
bgpd: efficient NLRI packing for AFs != ipv4-unicast
Pradosh Mohapatra
2014-06-03
1
-119
/
+130
*
bgpd: track correct originator-id in reflected routes
Pradosh Mohapatra
2014-05-15
1
-1
/
+3
*
bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values
Jorge Boncompte [DTI2]
2014-05-15
1
-4
/
+4
*
bgpd: don't try to reconcile AS4_PATH with NULL
David Lamparter
2013-02-01
1
-0
/
+3
*
bgpd: fix a bug in bgp_attr_dup
Christian Franke
2013-01-14
1
-4
/
+17
*
bgpd: Fixed out-of-date comment
Andrew Certain
2012-11-30
1
-1
/
+1
*
bgpd: add replace-as modifier for BGP neighbor
Andrew Certain
2012-11-30
1
-2
/
+9
*
*: use array_size() helper macro
Balaji.G
2012-10-25
1
-3
/
+2
*
bgpd: reduce struct attr_extra allocations/freeing
Jorge Boncompte [DTI2]
2012-05-22
1
-1
/
+5
*
bgpd: use on stack struct attr_extra in bgp_attr_unintern()
Jorge Boncompte [DTI2]
2012-05-22
1
-2
/
+2
*
bgpd: cleanup bgp_attr_unintern()
Jorge Boncompte [DTI2]
2012-05-22
1
-11
/
+12
*
bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern()
Jorge Boncompte [DTI2]
2012-05-22
1
-10
/
+10
*
bgpd: reduce attrhash_make_key() indirections
Jorge Boncompte [DTI2]
2012-05-22
1
-16
/
+17
*
bgpd: remove some useless initializations
Jorge Boncompte [DTI2]
2012-05-22
1
-4
/
+1
*
bgpd: remove calls to peer_sort() from fast-path
Jorge Boncompte [DTI2]
2012-05-22
1
-16
/
+14
*
bgpd: Fix regression in args consolidation, total should be inited from args
Paul Jakma
2012-05-02
1
-1
/
+1
*
bgpd: bgp_attr_flags_diagnose shouldn't assert
Paul Jakma
2012-03-27
1
-1
/
+8
*
bgpd: attr_parse call to attr_malformed should deal with PROCEED error case
Paul Jakma
2012-03-27
1
-8
/
+14
*
bgpd: Fix silly mistake in bgp_attr_flag_invalid
Paul Jakma
2012-03-27
1
-1
/
+1
*
bgpd: malformed attribute error that can still proceed should fixup getp
Paul Jakma
2012-03-25
1
-3
/
+10
*
bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanups
Paul Jakma
2012-02-28
1
-273
/
+194
*
bgpd: consolidate attribute flag checks
Paul Jakma
2012-02-28
1
-88
/
+133
*
bgpd: Fix incorrect attribute type code in call to bgp_attr_malformed
Paul Jakma
2012-01-08
1
-2
/
+2
*
bgpd: Improve flag error messages in bgp_attr_aspath
Paul Jakma
2012-01-08
1
-4
/
+13
*
bgpd: rewrite attr flag error logging
Denis Ovsienko
2012-01-08
1
-54
/
+54
*
fix set never used warnings
Stephen Hemminger
2011-12-18
1
-16
/
+6
*
bgpd: fix memory leak for extra attributes
Oleg A. Arkhangelsky
2011-12-03
1
-0
/
+1
*
bgpd: fix 2 more cases of length error reporting
Denis Ovsienko
2011-10-26
1
-2
/
+2
[next]