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_packet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Remove the double-pass parsing of NLRIs
Paul Jakma
2016-03-08
1
-18
/
+0
*
bgpd: Regularise bgp_update_receive, add missing notifies and checks
Paul Jakma
2016-03-08
1
-234
/
+152
*
bgpd: Regularise BGP NLRI sanity checks a bit
Paul Jakma
2016-03-08
1
-11
/
+12
*
bgpd: make bgp_nlri_parse_encap conform with other nlri_parse funcs
Paul Jakma
2016-02-26
1
-4
/
+4
*
bgpd: remove HAVE_IPV6 conditionals
Lou Berger
2016-02-26
1
-4
/
+0
*
bgpd: encap: add encap SAFI (RFC5512)
Lou Berger
2016-02-26
1
-1
/
+52
*
bgpd: general MP/SAFI improvements
Lou Berger
2016-02-26
1
-6
/
+17
*
bgpd: wire up VPNv6 protocol processing
Lou Berger
2016-02-26
1
-4
/
+28
*
lib, bgpd, tests: Refactor FILTER_X in zebra.h
Donald Sharp
2016-02-26
1
-0
/
+1
*
bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode.
Paul Jakma
2016-02-10
1
-1
/
+1
*
bgpd: check rtt later after the real peer is known
Timo Teräs
2015-12-08
1
-1
/
+1
*
bgpd: crash from not NULLing freed pointers
Daniel Walton
2015-12-08
1
-2
/
+11
*
bgpd: Remove unnecessary stream_dup calls
Donald Sharp
2015-09-24
1
-26
/
+6
*
bgpd: allow using rtt in route-map's set metric
Timo Teräs
2015-05-20
1
-0
/
+2
*
lib: straighten out ORF prefix list support
David Lamparter
2015-05-05
1
-3
/
+3
*
Fix BGP's use of restart bit.
Vipin Kumar
2014-11-11
1
-0
/
+4
*
bgpd: well-known attr check only run for v4/uni, which could cause a crash.
Paul Jakma
2014-10-17
1
-11
/
+0
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
1
-15
/
+12
*
bgpd: fix memory leak on malformed attribute
David Lamparter
2014-06-29
1
-1
/
+4
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-3
/
+3
*
bgpd: efficient NLRI packing for AFs != ipv4-unicast
Pradosh Mohapatra
2014-06-03
1
-45
/
+115
*
bgpd: write NOTIFY non-blockingly
David Lamparter
2013-07-31
1
-4
/
+5
*
bgpd: uncork/nagle socket when sending BGP NOTIFY
Leonid Rosenboim
2013-01-16
1
-1
/
+9
*
bgpd: uncork after each write
Stephen Hemminger
2013-01-15
1
-4
/
+5
*
bgpd: use recent monotonic time for readtime
Stephen Hemminger
2013-01-15
1
-2
/
+11
*
bgpd: fix error response to invalid BGP version number
Leonid Rosenboim
2013-01-14
1
-2
/
+4
*
bgpd: Fix for commit 6a4677b7, fixes BZ#729
Jorge Boncompte [DTI2]
2012-06-21
1
-1
/
+2
*
bgpd: optimize holdtime timer cancelling
Jorge Boncompte [DTI2]
2012-05-22
1
-2
/
+2
*
bgpd: use on stack struct attr_extra in bgp_update_receive()
Jorge Boncompte [DTI2]
2012-05-22
1
-7
/
+4
*
bgpd: debug buffers cleanup and optimization
Jorge Boncompte [DTI2]
2012-05-22
1
-28
/
+44
*
bgpd: fix issue in capability negotiation (BZ#700)
Avneesh Sachdev
2012-04-08
1
-5
/
+10
*
bgpd: Open option parse errors don't NOTIFY, resulting in abort & DoS
Paul Jakma
2012-03-04
1
-3
/
+7
*
bgpd: justify checks for IPv4 class D/E
Denis Ovsienko
2012-01-02
1
-1
/
+1
*
bgpd: fix regression in ORF procesing (BZ#688)
Denis Ovsienko
2011-12-13
1
-1
/
+1
*
bgpd: more SAFI fixes
Denis Ovsienko
2011-09-29
1
-7
/
+7
*
bgpd: spelling
Denis Ovsienko
2011-09-27
1
-1
/
+1
*
bgpd: add useful notification logs (BZ#616)
heasley
2011-09-27
1
-3
/
+16
*
Merge branch 'attr-errors'
Paul Jakma
2011-07-29
1
-29
/
+49
|
\
|
*
bgpd: Implement revised error handling for partial optional/trans. attributes
Paul Jakma
2011-03-21
1
-28
/
+48
|
*
bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...
Paul Jakma
2011-03-21
1
-4
/
+4
*
|
bgpd: trivial format / warning fixes
Paul Jakma
2011-04-13
1
-10
/
+11
*
|
bgpd: enable TCP corking
Stephen Hemminger
2011-03-21
1
-14
/
+18
*
|
bgpd: leave peer socket in non-blocking mode (mostly)
Stephen Hemminger
2011-03-21
1
-23
/
+14
|
/
*
bgpd: fix handling of "Unsupported Capability"
Dmitrij Tejblum
2011-01-14
1
-6
/
+0
*
Set from even if binfo->extra is NULL.
Greg Troxel
2010-09-17
1
-2
/
+3
*
bgpd: tighten bounds checking in RR ORF msg reader
Chris Hall
2010-05-14
1
-9
/
+40
*
bgp: use monotonic clock for time of day
Stephen Hemminger
2010-01-15
1
-1
/
+1
*
bgpd: compile warnings cleanup
Stephen Hemminger
2009-12-10
1
-24
/
+0
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
1
-1
/
+1
*
[bgpd] add comment that bgp_capability_receive is exported for unit-tests
Paul Jakma
2009-06-18
1
-1
/
+4
[next]