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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
2
-23
/
+15
*
|
bgpd: "Intern" communities in route maps
Michael Lambert
2011-03-21
3
-3
/
+13
*
|
bgpd: New show commands for improved view and address family support
Michael Lambert
2011-03-21
2
-15
/
+991
|
/
*
bgpd: Remove AS Path limit/TTL functionality
Paul Jakma
2011-03-21
5
-563
/
+199
*
bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error
Paul Jakma
2011-03-21
1
-12
/
+20
*
bgpd: use Jenkins hash for BGP transit, cluster and attr hashes
Stephen Hemminger
2011-03-21
1
-48
/
+27
*
bgpd: Remove extra lock on interior table node
Barry Friedman
2011-03-21
1
-1
/
+0
*
bgpd: Fix display of unsigned attributes
Wataru Tanitsu
2011-03-21
1
-9
/
+9
*
bgpd: fix use of free memory by update_rsclient
Stephen Hemminger
2011-03-21
1
-1
/
+2
*
bgpd: unlock node on aggregate error
Robert Bays
2011-03-21
1
-2
/
+3
*
bgpd: fix errors in aggregate address command
Robert Bays
2011-03-21
1
-36
/
+41
*
bgpd: use XCALLOC to allocate bgpd damp array
Stephen Hemminger
2011-03-21
1
-5
/
+1
*
bgpd: fix bgp_node locking issues
Chris Caputo
2011-03-21
3
-36
/
+73
*
Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvements
Paul Jakma
2011-03-20
5
-14
/
+18
|
\
|
*
bgpd: improve "monotonic" uptime correction
John Kemp
2011-03-18
2
-1
/
+12
|
*
bgpd: VTY string fixes for debug commands
David Ward
2011-01-17
1
-4
/
+3
|
*
bgpd: fix handling of "Unsupported Capability"
Dmitrij Tejblum
2011-01-14
1
-6
/
+0
|
*
bgpd: fix community-list error message spelling
Denis Ovsienko
2010-12-08
1
-3
/
+3
*
|
bgpd: Simplify process queue init
Paul Jakma
2010-12-08
1
-7
/
+6
|
/
*
bgpd: fix printed value of last-update timestamp
Vladimir L Ivanov
2010-10-21
1
-1
/
+2
*
bgpd, lib: adopt afi_t and safi_t in several places
Michael Lambert
2010-10-06
3
-16
/
+16
*
Set from even if binfo->extra is NULL.
Greg Troxel
2010-09-17
1
-2
/
+3
*
bgpd: fix handling of AS path data
Chris Hall
2010-08-09
3
-90
/
+130
*
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
7
-46
/
+43
*
bgpd: code cleanup
Stephen Hemminger
2009-12-17
5
-21
/
+4
*
bgpd: compile warnings cleanup
Stephen Hemminger
2009-12-10
4
-75
/
+1
*
lib: move check_bit into prefix common code
Stephen Hemminger
2009-12-09
1
-31
/
+4
*
bgpd: work around warning in assegments_parse()
Denis Ovsienko
2009-12-04
1
-2
/
+5
*
bgpd: fix md5 set on listen sockets
Stephen Hemminger
2009-08-28
1
-9
/
+10
*
bgp: missing pieces from listener patch
Stephen Hemminger
2009-08-13
1
-10
/
+5
*
bgp: compiler warning fix
Stephen Hemminger
2009-08-13
1
-2
/
+2
*
bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'
Paul Jakma
2009-08-05
1
-26
/
+28
*
[bgpd] delete erroneous extra brace..
Paul Jakma
2009-07-30
1
-1
/
+0
*
bgpd: Workaround for invalid MBGP next hop
Michael Lambert
2009-07-30
1
-0
/
+3
*
bgpd/trivial: Fix indentation in previous
Paul Jakma
2009-07-28
2
-35
/
+28
*
bgpd: Allow inbound connections to non-default view
Steve Hill
2009-07-28
1
-7
/
+22
*
bgpd: fd leak in bgpd
Steve Hill
2009-07-28
1
-15
/
+33
*
bgpd: Delete AS_CONFED_SEQUENCE when prepending an AS_SEQUENCE type segment
Vasilis Tsiligiannis
2009-07-28
1
-0
/
+4
*
bgpd: Implement BGP confederation error handling (RFC5065, Par. 5)
Vasilis Tsiligiannis
2009-07-28
3
-0
/
+49
*
bgpd: start listener on first instance
Stephen Hemminger
2009-07-28
3
-94
/
+113
*
bgpd: peer action table static/const
Stephen Hemminger
2009-07-28
1
-4
/
+4
*
[bgpd] Restore ability of 'neighbor ... update-source' to take interface name
Paul Jakma
2009-07-27
1
-2
/
+3
*
[bgp] Fix nexthop reachability check on confederations
Vasilis Tsiligiannis
2009-07-21
1
-0
/
+2
*
[bgpd] fix typo made by paul in previous commit
Paul Jakma
2009-07-21
1
-2
/
+2
*
[bgpd] Avoid zombie accepted peer entries
Timo Teräs
2009-07-21
1
-0
/
+2
*
[bgpd] Small buffer overrun in bgp_clear_node_queue_init
Nick Hilliard
2009-07-21
1
-2
/
+1
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
24
-110
/
+435
*
[bgpd] Fix compiler warnings related to MD5
Chris Caputo
2009-07-19
1
-3
/
+3
[prev]
[next]