Age | Commit message (Expand) | Author |
2011-09-27 | lib: simplify interface of setsockopt_multicast_ipv4(). | Dmitrij Tejblum |
2011-09-27 | ospfd: remove useless RFC1583 check | Alexandre Chappuis |
2011-09-26 | ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv) | Denis Ovsienko |
2011-09-26 | ospfd: CVE-2011-3325 part 1 (OSPF header underrun) | Denis Ovsienko |
2011-09-26 | ospfd: CVE-2011-3326 (uknown LSA type segfault) | CROSS |
2011-07-13 | Merge remote-tracking branch 'polymorf/master' | Greg Troxel |
2011-04-13 | ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API change | Paul Jakma |
2011-03-22 | ospfd: Compile fix for opaque support | Paul Jakma |
2010-12-08 | ospfd: Remove oi field from LSA, have network_lsa_refresh look up when needed | Paul Jakma |
2010-12-08 | ospfd: potential fix for router-id change assert on refresh cleanup patch | Paul Jakma |
2010-12-08 | ospfd: Fix maxage/flush to not try flood twice, remember maxages for longer | Paul Jakma |
2010-12-08 | ospfd: Unify router and network LSA refresh logic with general refresher | Paul Jakma |
2010-12-08 | ospfd: Remember network LSA sequence numbers across up/downs of an interface | Paul Jakma |
2010-12-08 | ospfd: Prioritise hellos for sending by queueing to head of output buffer | Paul Jakma |
2010-12-08 | ospfd: Reset neighbour inactivity timer for any packet arrival | Paul Jakma |
2010-12-08 | ospfd: the maxage_lsa_remover should check whether it needs to yield the cpu | Paul Jakma |
2010-12-08 | ospfd: Fix various route_unlock discrepencies | Paul Jakma |
2010-12-08 | ospfd: fix lsa_refresh_walker unlock before use bug | Paul Jakma |
2010-12-08 | ospfd: interface code should leave network_lsa_self alone | Paul Jakma |
2010-12-08 | ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood | Paul Jakma |
2010-12-08 | ospfd: ospf_if_free can leave dangling references on ISM events - cancel them | Paul Jakma |
2010-12-08 | ospfd: Lower level of some common messages from info to debug | Paul Jakma |
2010-05-11 | Fix ip_len byte order in DragonFly's raw socket | David BÉRARD |
2010-04-18 | ospfd: Only refresh external default route once. | Joakim Tjernlund |
2010-04-18 | ospfd: Make sure ospf_distribute_list_update_timer() eventually runs. | Joakim Tjernlund |
2010-04-18 | ospfd: Make sure all external routes are updated. | Joakim Tjernlund |
2010-01-14 | ospfd: Fix debug messages that were masked by DISCARD_LSA | Paul Jakma |
2010-01-14 | ospfd: remove unneeded memset from a very hot function | Paul Jakma |
2009-12-03 | ospfd: VTY strings cleanup | Stephen Hemminger |
2009-12-03 | ospfd: comment out unused function | Stephen Hemminger |
2009-12-03 | ospfd: make local functions static | Stephen Hemminger |
2009-09-28 | [ospfd] enable more OSPF cost command aliases | Denis Ovsienko |
2009-08-28 | ospfd: Make sure priority is respected. | Joakim Tjernlund |
2009-08-28 | ospfd: Tighten up the connected check for redistribution | Joakim Tjernlund |
2009-08-13 | all: check return value from daemon() call | Stephen Hemminger |
2009-08-13 | ospfd: fix performance problem with redistribute delete | Stephen Hemminger |
2009-08-11 | ospfd: Make sure route table is recalculated. | Joakim Tjernlund |
2009-08-11 | ospfd: Make "Packet ... received on wrong link" conditional on debug | Paul Jakma |
2009-08-03 | ospfd: neuter some compiler warnings | Paul Jakma |
2009-08-03 | ospfd: update some comments | Paul Jakma |
2009-08-03 | ospfd: Change struct ospf_path *oi to ifindex. | Joakim Tjernlund |
2009-07-30 | ospfd: Discriminate better when selecting links between vertices in SPF | Joakim Tjernlund |
2009-07-28 | ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/f | Joakim Tjernlund |
2009-07-28 | ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface() | Joakim Tjernlund |
2009-07-28 | [global] interface flags format warnings | Stephen Hemminger |
2009-06-26 | [ospfd] Do not use stale Network/Router LSAs | Joakim Tjernlund |
2009-06-25 | [ospfd] compare ifIndex too when matching paths | Joakim Tjernlund |
2009-06-25 | [ospfd] external LSA route_unlock_node() fixes | Joakim Tjernlund |
2009-06-25 | [ospfd] Fix a few LSA performance "bugs" | Joakim Tjernlund |
2009-06-24 | Merge remote branch 'origin/master' | Paul Jakma |