summaryrefslogtreecommitdiff
path: root/ospfd
AgeCommit message (Expand)Author
2013-08-06ospfd: protect vs. VU#229804 (malformed Router-LSA)David Lamparter
2013-07-28ospfd: CVE-2013-2236, stack overrun in apiserverDavid Lamparter
2013-04-20ospfd: fix flooding procedureChristian Franke
2013-04-20ospfd: make ospf_maxage_lsa_remover actually yieldChristian Franke
2013-04-09ospfd: restore nexthop IP for p2p interfacesChristian Franke
2013-04-09ospfd: fix LSA initialization for build without opaque LSAChristian Franke
2013-01-07ospfd: Remove dup MaxAge LSA floodDinesh G Dutt
2013-01-07ospfd: Corrected ospfd Type-4/Type-5 ls update handlingVishal Kumar
2013-01-07ospfd: compile warning cleanupsAndrew Certain
2013-01-07ospfd: Update nsm_change_state to static scope, as it is not called from else...Andrew Certain
2013-01-07ospfd: Changed TE instance check to remove -Wtype-limits warningAndrew Certain
2013-01-07ospfd: Update comments to be more clear in packet processingAndrew Certain
2013-01-07ospfd: Fixed signed/unsigned masking of negative metricsAndrew Certain
2013-01-07ospfd: Fixed typo bug in ospf_vty.h:ospf_neighborAndrew Certain
2013-01-07ospfd: fix argument parsing for distribute-listChristian Franke
2013-01-07ospf: fix apiserver enableDavid Lamparter
2013-01-07ospf: Fix type-4 network mask to 0 per RFCLeonard Tracy
2013-01-07ospf: Reduce MaxAge log levelAyan Banerjee
2013-01-07ospf: Convert MAX_AGE LSA list to treeDinesh Dutt
2013-01-07ospf: forward ref. of areas for "max-metric router-lsa administrative" cmdAyan Banerjee
2013-01-07ospf: suppress delete using replacementAyan Banerjee
2012-11-05ospfd: remove some buggy extra ';' symbols.Hasso Tepper
2012-10-25*: use array_size() helper macroBalaji.G
2012-10-25ospfd: respect max-metric over configured cost for summary LSAsJR Rivers
2012-10-25ospfd: ABR algorithm not propagating MAXAGE LSAs into areaJR Rivers
2012-10-25ospfd: blackhole route removal for area rangeJR Rivers
2012-10-25lib: improve fletcher checksum validationJR Rivers
2012-10-19Revert "ospfd: Do not fall back to intervening router."Paul Jakma
2012-09-25build: correct libtool parameter used within MakefilesBrad Smith
2012-07-25ospfd: Do not fall back to intervening router.Joakim Tjernlund
2012-07-25ospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEXJoakim Tjernlund
2012-07-25ospf_spf_process_stubs: use LSA pos to find OSFP interfaceJoakim Tjernlund
2012-07-25ospfd: Optimize and improve SPF nexthop calculationJoakim Tjernlund
2012-07-25ospfd: avoid exhausting memory with OSPF vertices (BZ#476)David Lamparter
2012-06-25snmp: let handlers accept OID from a lesser prefixVincent Bernat
2012-06-25agentx: handle SNMP trapsVincent Bernat
2012-06-25smux: drop findVar element from trap object structVincent Bernat
2012-06-25smux: remove `tick` argument from smux_trap()Vincent Bernat
2012-06-25build: use net-snmp-config to configure NetSNMPVincent Bernat
2012-06-25build: only define HAVE_SNMPVincent Bernat
2012-06-25build: allow configure and build in a separate directoryVincent Bernat
2012-04-16ospfd: Fixes a crash of the daemon with a snmp walkJorge Boncompte [DTI2]
2012-04-11ospfd: adjust OSPF_ROUTER_LSA_MIN_SIZE for VL caseDenis Ovsienko
2012-03-12ospfd: reduce ospf_verify_header()Denis Ovsienko
2012-03-12ospfd: bring ospf_check_auth() into focusDenis Ovsienko
2012-03-12ospfd: introduce ospf_auth_type_str[]Denis Ovsienko
2012-03-12ospfd: fix packet length check for auth/LLS casesDenis Ovsienko
2012-03-12ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko
2012-03-12ospfd: review ospf_check_md5_digest()Denis Ovsienko
2012-03-12ospfd: review ospf_check_auth()Denis Ovsienko