index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[zebra:linux] netlink buffer size tweaking only needed on receive socket
Stephen Hemminger
2008-08-22
1
-43
/
+43
*
[build] Linux netlink doesn't need IF_PROC
Stephen Hemminger
2008-08-22
1
-8
/
+9
*
[zebra:linux] clean up blocking setting of netlink sockets
Stephen Hemminger
2008-08-22
1
-91
/
+6
*
[zebra:linux] Filter out unwanted netlink messages by PID
Stephen Hemminger
2008-08-22
1
-46
/
+27
*
[warnings] Fix various SOS warnings
Paul Jakma
2008-08-22
12
-13
/
+16
*
[lib] Fix mistake in tcp-md5sig commit which broke compile on BSD
Paul Jakma
2008-08-22
1
-2
/
+2
*
[trivia] finish off static'ification of ospf6d and ripngd
Paul Jakma
2008-08-22
47
-689
/
+690
*
[lib] mes_lookup string lookup table argument should be marked const
Stephen Hemminger
2008-08-22
11
-19
/
+41
*
[trivia] ignore automake generated 'compile' file
Paul Jakma
2008-08-22
1
-0
/
+1
*
[zebra] mark some rt_netlink functions static
Stephen Hemminger
2008-08-22
1
-19
/
+18
*
[lib] hash compare function arguments ought to be const qualified
Stephen Hemminger
2008-08-22
13
-56
/
+50
*
[ospfd] Default route needs to be refreshed after neighbour state change
Daniel Ng
2008-08-22
1
-0
/
+5
*
[isisd:DLPI] Try open vanity-named DLPI dev before style 1,2
Jingjing Duan
2008-08-22
1
-6
/
+17
*
[ospfd/isisd] Switch to lib/ Fletcher checksum, fixing bug in isisd
Jingjing Duan
2008-08-22
5
-162
/
+24
*
[isisd] Fix packet filtering with DLPI
Jingjing Duan
2008-08-22
1
-3
/
+9
*
[lib] Add fletcher checksum implementation
Jingjing Duan
2008-08-22
2
-0
/
+80
*
[zebra:netlink] Set proto/scope on all route update messages
Timo Teräs
2008-08-22
1
-6
/
+4
*
[vty] Allow delete during password entry
Roy
2008-08-22
1
-3
/
+3
*
[build] --enable...user/group didn't match help text
Paul P Komkoff Jr
2008-08-22
1
-4
/
+4
*
[build] Test for GNU-style PIE support in toolchain and enable
Paul P Komkoff Jr
2008-08-22
12
-1
/
+60
*
[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns
Paul Jakma
2008-08-22
5
-1
/
+47
*
[administrivia] Ignore rebase files and .msg
Paul Jakma
2008-08-22
1
-0
/
+2
*
[git administrivia] remove auto-built quagga.info, add to gitignore.
Paul Jakma
2008-08-22
1
-0
/
+1
*
[administrivia] Add .gitignore files, based on .cvsignores.
Paul Jakma
2008-08-22
27
-0
/
+291
*
[bgpd] Fix triggerable crash when compiled with --disable-bgp-announce
quagga_cvs_final
cvs_head
Paul Jakma
2008-07-22
7
-26
/
+59
*
[bgpd] fix a couple of trivial compiler warnings
Paul Jakma
2008-07-22
5
-17
/
+25
*
[bgpd] TCP-MD5: password vty configuration and initial Linux support
Paul Jakma
2008-07-21
13
-7
/
+430
*
[tools/multiple-bgpd.sh] make it easier to use IPv6 peer addresses
Paul Jakma
2008-07-21
1
-10
/
+12
*
[solaris] Sync SMF bits with OpenSolaris SFW
Paul Jakma
2008-07-03
3
-150
/
+561
*
[vtysh] small fix to previous CMD_AS_RANGE patch, and add missing command
Paul Jakma
2008-07-03
3
-2
/
+18
*
[vty] CMD_AS_RANGE accidently quoted and so not expanded in vty
Paul Jakma
2008-07-02
6
-52
/
+64
*
[bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client
Paul Jakma
2008-07-02
5
-11
/
+23
*
[zebra] Make BSD link-state deal more gracefully with GIFMEDIA ioctl error
Paul Jakma
2008-07-01
2
-15
/
+31
*
[tools/multiple-bgpd] setup IPv6 advertisments
Paul Jakma
2008-06-12
1
-1
/
+18
*
[administrivia] commit missing ChangeLog update...
Paul Jakma
2008-06-11
1
-0
/
+4
*
[release] Bump version to 0.99.10
quagga_0_99_10_release
Paul Jakma
2008-06-10
1
-1
/
+1
*
[tests] BGP MP_(UN)REACH_NLRI unit tests (actual file..)
Paul Jakma
2008-06-07
1
-0
/
+535
*
[lib] trivial: add const qualifier to stream_put/write
Paul Jakma
2008-06-07
3
-4
/
+9
*
[bgpd] minor changes to bgp_mp_reach_parse
Paul Jakma
2008-06-07
3
-13
/
+47
*
[tests] BGP MP_(UN)REACH_NLRI unit tests
Paul Jakma
2008-06-07
2
-1
/
+9
*
+ note the meta-queue in NEWS
Denis Ovsienko
2008-06-07
1
-0
/
+2
*
+ initial edition of meta-queue for RIB updates processing (bug #431)
Denis Ovsienko
2008-06-02
8
-58
/
+173
*
[bgpd] bug #419: partial aspath-limit incorrectly causes session reset
Paul Jakma
2008-06-01
2
-2
/
+10
*
[tools] multiple-bgpd.sh: make paths more configurable
Paul Jakma
2008-06-01
1
-3
/
+5
*
[ripd] Fix mistaken empty string test
Paul Jakma
2008-05-29
2
-1
/
+5
*
[daemons] Sanity check port number arguments before use
Paul Jakma
2008-05-29
7
-7
/
+22
*
[zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns
Paul Jakma
2008-05-29
3
-1
/
+62
*
+ fix the set statement name
Denis Ovsienko
2008-04-10
1
-1
/
+1
*
+ [bgpd] Added new route-map set statement: "as-path ignore"
Denis Ovsienko
2008-04-10
6
-10
/
+212
*
[bgpd] remove unnecessary 0 entries from struct message's
Paul Jakma
2008-03-13
4
-9
/
+5
[prev]
[next]