summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | lib: Optimize Fletcher and Internet checksumsJoakim Tjernlund2010-02-041-34/+19
| |/ / / / /
* | | | | | Merge branch 'patches/hpp_rdnss' into dn42David Lamparter2010-02-045-0/+180
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | zebra: fix rtadv/rdnss vtysh breakageDavid Lamparter2010-02-041-2/+2
| * | | | | extend IPv6 documention for RDNSS optionHagen Paul Pfeifer2010-02-031-0/+10
| * | | | | IPv6 Router Advertisement Option for RDNSSHagen Paul Pfeifer2010-02-034-0/+170
| |/ / / /
* | | | | Merge branch 'patches/smallones' into dn42David Lamparter2010-02-045-206/+1165
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | lib: Do better filtering of arguments, optional args particularlyPaul Jakma2010-02-031-181/+144
| * | | | bgpd: New show commands for improved view and address family supportMichael Lambert2010-02-032-15/+991
| * | | | zebra: set the interface link-layer socket addressTom Goff2010-02-031-0/+12
| * | | | ospf6d: Fix crash when '[no] ipv6 ospf6 advertise prefix-list' is in startup-...David Ward2010-02-031-10/+18
| |/ / /
* | | | Merge branch 'patches/sh_bgp-write-cork' into dn42David Lamparter2010-02-0410-82/+50
|\ \ \ \
| * | | | BGP: enable TCP corkingStephen Hemminger2010-02-033-11/+24
| * | | | BGP: fix crash when allowas-in is doneStephen Hemminger2010-02-031-0/+3
| * | | | BGP: only use write event for non-blocking connectStephen Hemminger2010-02-032-16/+7
| * | | | BGP: leave peer socket in non-blocking mode (mostly)Stephen Hemminger2010-02-032-21/+15
| * | | | thread: remove except fd setStephen Hemminger2010-02-032-4/+1
| * | | | stream: remove unused stream_read_unblockStephen Hemminger2010-02-032-30/+0
| |/ / /
* | | | Merge branch 'patches/dl_isisd-extract-pl' into dn42David Lamparter2010-02-045-13/+20
|\ \ \ \
| * | | | isisd: change ISIS_METHOD to use C preprocessorDavid Lamparter2010-02-035-13/+20
| |/ / /
* | | | Merge branch 'patches/fr_isisd-fixes' into dn42David Lamparter2010-02-0416-147/+411
|\ \ \ \
| * | | | isisd: md5 link authenticationFritz Reichmann2010-02-038-25/+204
| * | | | isisd: fixes 7/7: bug #544: unexpected kernel routing tableFritz Reichmann2010-02-033-25/+32
| * | | | isisd: fixes 6/7: wrong next-hops from SPFPeter Szilagyi2010-02-033-29/+29
| * | | | isisd: fixes 5/7: send proper LSP after DIS electionPeter Szilagyi2010-02-031-0/+4
| * | | | isisd: fixes 4/7: circuit state machinePeter Szilagyi2010-02-035-64/+79
| * | | | isisd: fixes 3/7: include hash.h, not hash.cPeter Szilagyi2010-02-031-1/+1
| * | | | isisd: fixes 2/7: bug #539: wrong hello rate for pseudo nodeFritz Reichmann2010-02-031-2/+24
| * | | | isisd: fixes 1/7: bug #536: crash on apply/delete isis configFritz Reichmann2010-02-036-3/+40
| |/ / /
* | | | Merge branch 'patches/dl_bug-537' into dn42David Lamparter2010-02-043-37/+82
|\ \ \ \
| * | | | bgpd: remove unused function bgp_bind_addressDavid Lamparter2010-02-031-26/+0
| * | | | bgpd: bug #537: find proper source address for interface update-sourceDavid Lamparter2010-02-031-12/+27
| * | | | lib: prefix2sockunion, prefix_common_bits helper functionsDavid Lamparter2010-02-032-0/+56
| |/ / /
* | | | Merge branch 'patches/jt_times2' into dn42David Lamparter2010-02-042-49/+85
|\ \ \ \
| * | | | lib: fix header broken by times(2) branchDavid Lamparter2010-02-031-4/+0
| * | | | lib: Use times(2) to calculate relative time.Joakim Tjernlund2010-02-031-36/+84
| * | | | lib: Unexport recent_timeJoakim Tjernlund2010-02-031-9/+1
| |/ / /
* | | | dn42: motdDavid Lamparter2010-02-041-3/+3
* | | | dn42: enable HSLS, OLSR, BATMAN, DHCPDavid Lamparter2010-02-042-6/+21
* | | | dn42: bgpd: always display IP subnets with netmaskDavid Lamparter2010-02-041-29/+4
* | | | dn42: tag versionDavid Lamparter2010-02-041-1/+1
| |/ / |/| |
* | | lib: fs namespacing 5/5: vtysh -N command-line parameterDavid Lamparter2010-02-041-1/+17
* | | lib: fs namespacing 4/5: add -N command-line parameterDavid Lamparter2010-02-046-7/+38
* | | lib: fs namespacing 3/5: use path_state for zserv socketDavid Lamparter2010-02-047-7/+18
* | | lib: fs namespacing 2/5: use path_state for vty pathsDavid Lamparter2010-02-0423-70/+122
* | | lib: fs namespacing 1/5: add path_* helpersDavid Lamparter2010-02-044-3/+103
* | | zebra: NetBSD: support setting IPSRCSEL preferenceDavid Lamparter2010-02-042-11/+78
* | | zebra: NetBSD: get IPSRCSEL preference value from kernelDavid Lamparter2010-02-049-8/+39
* | | zebra: configure PtP address on ifaliasreq systemsDavid Lamparter2010-02-041-5/+41
* | | zebra: add 'ip address ... scope WORD' vty+netlinkDavid Lamparter2010-02-042-14/+81
* | | netlink: process scope value, save itDavid Lamparter2010-02-0310-16/+28