2016-05-26 |
David Lamparter | isisd/solaris: fix size_t confusions |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | *: fix in_addr initialisers |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra/solaris: fix uninitialised vars |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | build: make libraries self-reliant |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | ospf6d: fix uninitialized warning in SNMP |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | build/solaris: drop duplicate __EXTENSION__ define |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | HACKING: Change format to MarkDown |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | HACKING: rename to HACKING.md in prep for conversion... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Morgan Stewart | Fixed if_add_update possible null dereference |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Morgan Stewart | zebra: Fix leaked sockets in rtadv.c |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Hiroshi Yokoi | zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUP |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | vtysh: allow --with-libpam to build with --enable-werror |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Balaji | bgpd: Addition of "show ip bgp dampening" command tree |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | build/lib: Check for and include stdbool.h by default |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Fernando Soto | ospfd: trap on state change seems to send incorrect... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Amritha Nambiar | isisd: Add new adjacency to LSP neighbor list |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: ospf_nbr_nbma_set()/ospf_snmp_vl_add() add unlock |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: ospf_ls_upd_send() add missing unlock. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: ospf_ase.c, external_lsa locking fixes. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: Move route_unlock_node() in ospf_ase_incremental... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: add missing unlock for ospf_interface_address_de... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: Self nbrs needs to be rebuilt when router ID... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Wenjian Ma | lib, stream: fix stream sanity checks |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Timo Teräs | lib: make sockunion2str safer to use |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Timo Teräs | route table: constify some APIs |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Timo Teräs | sockunion: add accessors for sockunion address |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Timo Teräs | sockopt: add support for querying tcp round-trip-time |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | ospfd: Make ospf_passive_interface_update calls friendl... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Amritha Nambiar | isisd: fix crash on processing own p2p hello |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | HACKING: Use space char for indentation. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | HACKING: Fix spelling mistakes |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | gdb: Add a directory of files with gdb macros |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra: fix NetBSD interface stats printf |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | tests: fix warnings |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra: silence zebra_serv_un unused warning |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | bgpd: fix SNMP write support |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | snmp: fix warnings |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | watchquagga: break excessively long help string |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | lib: silence type range warning in macro |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra: static int inline -> static inline int |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra: use SA_SIZE for RT_ROUNDUP on FreeBSD |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra, isisd: cast to unsigned char for ctypes |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Daniel Walton | bgpd: fix signed vs unsigned compile error in bgp_route... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | bgpd: random() returns long |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | bgpd: fix ecommunity_token initialiser |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Balaji | bgpd: Display of configured dampening parameters |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | *: remove stray extra semicolons |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Balaji | bgpd: Configured suppress value cannot be less than... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Greg Troxel | Fix alignment assumptions on non-RT_ROUNDUP platforms. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | build: list actual release procedure |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra: print "no link-detect" |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Brian Bennett | solaris: fix SMF manifest dependency model and start... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Brian Bennett | build: Extend ip_mreq hack to DragonFlyBSD and SunOS |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | build: enable AM_SILENT_RULES |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | doc: fix some warnings |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | tests: remove --disable-ipv6 |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Daniel Walton | zebra: remove netlink_route() it is no longer used |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | zebra: remove kernel_delete_ipv6_old() |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Daniel Walton | Author: Timo Teräs <timo.teras@iki.fi> |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | build: remove bogus/deprecated inet_* tests |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Amritha Nambiar | isisd: match adjacency with source of hellos |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Lu Feng | isisd: fix crash on changing the circuit type of a... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Lu Feng | ospfd: set O-bit in the option of all DD packets |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | tests: fix tests for 1a211cb (missing well-known) |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Olivier Dugeon | ospfd: Fix initial Opaque LSA DB synchronisation |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | lib: don't create circular lists (fixes 6d83113) |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb) |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Greg Troxel | zebra/kernel_socket.c: Use platform alignment |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | doc: Document 'set as-path prepend' and 'set as-path... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | bgpd: trivial, remove unneeded extra variable in bgp_ca... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Stephen Hemminger | make some structures constant. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | tests: fix tests for 055086f (well-known attr check) |
commit | commitdiff | tree | snapshot |
2016-05-26 |
David Lamparter | build: fix 9562a77... (mrlg removal) |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | mrlg: Remove obsolete version. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Vincent JARDIN | Handy guidelines to contribute |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: Don't leave stale RouterLSA's when changing... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Stephen Hemminger | stream: remove unused stream_read_unblock |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Yasuhiro Ohara | Bug in ospf6_lsa_compare() |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | ospfd: invalid MD5 auth_key? |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | docs: defines.texi include seems to want to be after... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | zebra: Build the test client, can be useful, and add... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Olivier Cochard... | FreeBSD has changed its SOCK_RAW for being truly raw. |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Joakim Tjernlund | [lib] Add support for backtrace on more platforms |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | lib/plist: Add some required parentheses, according... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | ripng_nexthop: remove unused store to variable |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | ospf6_lsdb: trivial, make it clear that showfunc is... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | Add missing GPL headers, and copyright claims that... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | HACKING: remove an unneeded escape |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Lu Feng | ripd: use only one constant for derivation |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Timo Teräs | bgpd: route-map: share aspath object compilation code... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Timo Teräs | bgpd: fix route-map comments |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | pimd: Fix some static analysis |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | quagga: Fix bug in handling of --enable-shell-access |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Paul Jakma | build: Remove the old PIC/PIE patch, let libtool sort... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | pimd: Clean up some more compile warnings |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | pimd: Fix SPT bit initial setting |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | pimd: Fix pim_upstream_find to match on INADDR_ANY... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | Pimd: pim register send is being sent and received... |
commit | commitdiff | tree | snapshot |
2016-05-26 |
Donald Sharp | pimd: Modify NOCACHE code to create (S,G) route |
commit | commitdiff | tree | snapshot |
next |