summaryrefslogtreecommitdiff
path: root/ospfd
AgeCommit message (Expand)Author
2011-03-22ospfd: Compile fix for opaque supportPaul Jakma
2010-12-08ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma
2010-12-08ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma
2010-12-08ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma
2010-12-08ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma
2010-12-08ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma
2010-12-08ospfd: Prioritise hellos for sending by queueing to head of output bufferPaul Jakma
2010-12-08ospfd: Reset neighbour inactivity timer for any packet arrivalPaul Jakma
2010-12-08ospfd: the maxage_lsa_remover should check whether it needs to yield the cpuPaul Jakma
2010-12-08ospfd: Fix various route_unlock discrepenciesPaul Jakma
2010-12-08ospfd: fix lsa_refresh_walker unlock before use bugPaul Jakma
2010-12-08ospfd: interface code should leave network_lsa_self alonePaul Jakma
2010-12-08ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_floodPaul Jakma
2010-12-08ospfd: ospf_if_free can leave dangling references on ISM events - cancel themPaul Jakma
2010-12-08ospfd: Lower level of some common messages from info to debugPaul Jakma
2010-04-18ospfd: Only refresh external default route once.Joakim Tjernlund
2010-04-18ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.Joakim Tjernlund
2010-04-18ospfd: Make sure all external routes are updated.Joakim Tjernlund
2010-01-14ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma
2010-01-14ospfd: remove unneeded memset from a very hot functionPaul Jakma
2009-12-03ospfd: VTY strings cleanupStephen Hemminger
2009-12-03ospfd: comment out unused functionStephen Hemminger
2009-12-03ospfd: make local functions staticStephen Hemminger
2009-09-28[ospfd] enable more OSPF cost command aliasesDenis Ovsienko
2009-08-28ospfd: Make sure priority is respected.Joakim Tjernlund
2009-08-28ospfd: Tighten up the connected check for redistributionJoakim Tjernlund
2009-08-13all: check return value from daemon() callStephen Hemminger
2009-08-13ospfd: fix performance problem with redistribute deleteStephen Hemminger
2009-08-11ospfd: Make sure route table is recalculated.Joakim Tjernlund
2009-08-11ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma
2009-08-03ospfd: neuter some compiler warningsPaul Jakma
2009-08-03ospfd: update some commentsPaul Jakma
2009-08-03ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund
2009-07-30ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund
2009-07-28ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund
2009-07-28ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund
2009-07-28[global] interface flags format warningsStephen Hemminger
2009-06-26[ospfd] Do not use stale Network/Router LSAsJoakim Tjernlund
2009-06-25[ospfd] compare ifIndex too when matching pathsJoakim Tjernlund
2009-06-25[ospfd] external LSA route_unlock_node() fixesJoakim Tjernlund
2009-06-25[ospfd] Fix a few LSA performance "bugs"Joakim Tjernlund
2009-06-24Merge remote branch 'origin/master'Paul Jakma
2009-06-24[cleanup] Add log.h includesTomasz Pala
2009-06-24[ospfd] discount IP header size from a new LSA pktDmitry Tejblum
2009-06-23[ospfd] cancel OSPF timer hack in nsm_change_stateDmitry Tejblum
2009-06-19[ospfd/BSD] add missing UINT16_MAX - picked up from FreeBSD ports patchJeremy Jackson
2009-06-18[daemons/cleanup] Remove disabled log_mode argument support.Jeremy Jackson
2009-06-18[OSPF/cleanup] make message lists read onlyStephen Hemminger
2009-06-18[ospfd] Fix OSPF route refcount leakStephen Hemminger
2009-06-12[cleanup] Make command nodes staticStephen Hemminger