Gitiles
Code Review
Sign In
gerrit.opencord.org
/
quagga
/
ca7399f165f892620cbabdeb2b62cf792a6fc9d6
/
ospfd
/
ospf_packet.c
afc9cf9
osfd: Make OSPF compliant to the last sentence of this section in RFC 2328
by Vipin Kumar
· 10 years ago
45af55a
ospfd: Make destination of p2p to multicast for LS-ACKS
by Vipin Kumar
· 10 years ago
29a1401
ospfd: Update Traffic Engineering support
by Olivier Dugeon
· 9 years ago
36fef57
ospfd: Remove HAVE_OPAQUE_LSA
by Donald Sharp
· 9 years ago
9099f9b
*: use an ifindex_t type, defined in lib/if.h, for ifindex values
by Paul Jakma
· 9 years ago
ce93c34
ospfd: fix unused warning in ospf_write
by David Lamparter
· 9 years ago
2ef762e
ospfd: Fast OSPF convergence
by Michael Rossberg
· 9 years ago
4eaecdc
ospfd: ospf_ls_upd_send() add missing unlock.
by Joakim Tjernlund
· 15 years ago
219cdc9
ospfd: Remove another odd flooding hack in opaque LSA code
by Paul Jakma
· 10 years ago
e30677a
ospfd: Remove the blocking of opaque LSAs origination & flooding 'optimisation'
by Paul Jakma
· 10 years ago
eed3c48
*: use void * for printing pointers
by David Lamparter
· 10 years ago
86ce951
ospfd: set O-bit in the option of all DD packets
by Lu Feng
· 10 years ago
6d83113
ospfd: Tweak previous iface RR write patch to avoid free/malloc & redundant log
by Paul Jakma
· 10 years ago
1c06334
Avoid timing out of adjacencies by serving all interfaces in round-robin.
by Dinesh G Dutt
· 10 years ago
ea2a598
ospfd: invalid MD5 auth_key?
by Joakim Tjernlund
· 15 years ago
6b0655a
*: nuke ^L (page feed)
by David Lamparter
· 10 years ago
49d7af1
ospfd: check the LS-Ack's recentness instead of only comparing the #seq
by Lu Feng
· 11 years ago
23cd8fb
ospfd: protect vs. VU#229804 (malformed Router-LSA)
by David Lamparter
· 11 years ago
4c14b7f
ospfd: fix flooding procedure
by Christian Franke
· 12 years ago
5895249
ospfd: fix LSA initialization for build without opaque LSA
by Christian Franke
· 12 years ago
0798cee
ospfd: compile warning cleanups
by Andrew Certain
· 12 years ago
f92c57f
ospfd: Update comments to be more clear in packet processing
by Andrew Certain
· 12 years ago
faf9875
ospf: Reduce MaxAge log level
by Ayan Banerjee
· 12 years ago
d8a4e42
lib: improve fletcher checksum validation
by JR Rivers
· 12 years ago
aee5674
ospfd: reduce ospf_verify_header()
by Denis Ovsienko
· 13 years ago
bd5651f
ospfd: bring ospf_check_auth() into focus
by Denis Ovsienko
· 13 years ago
b29adf9
ospfd: fix packet length check for auth/LLS cases
by Denis Ovsienko
· 13 years ago
4e31de7
ospfd: introduce ospf_lsa_minlen[] (BZ#705)
by Denis Ovsienko
· 13 years ago
2d8223c
ospfd: review ospf_check_md5_digest()
by Denis Ovsienko
· 13 years ago
e525914
ospfd: review ospf_check_auth()
by Denis Ovsienko
· 13 years ago
75c8eab
ospfd: introduce ospf_packet_minlen[] (BZ#705)
by Denis Ovsienko
· 13 years ago
7e0e2cb
ospfd: fix ospf_packet_add_top() to use LOOKUP()
by Denis Ovsienko
· 13 years ago
272ca1e
ospfd: use LOOKUP() for ospf_packet_type_str
by Denis Ovsienko
· 13 years ago
f63f06d
general: remove inline qualifiers and move in-header functions to objects
by Paul Jakma
· 14 years ago
de5ccb9
ospfd: fix packet reception for FreeBSD 10.
by Dmitrij Tejblum
· 13 years ago
223da1a
ospfd: more info in LSA checksum warning (BZ#685)
by Jaroslav Fojtik
· 13 years ago
3aad46b
ospfd: fix regression in recent commit
by YAMAMOTO Shigeru
· 13 years ago
7177504
ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv)
by Denis Ovsienko
· 13 years ago
61ab030
ospfd: CVE-2011-3325 part 1 (OSPF header underrun)
by Denis Ovsienko
· 13 years ago
8ced4e8
Merge remote-tracking branch 'polymorf/master'
by Greg Troxel
· 13 years ago
aa276fd
ospfd: Prioritise hellos for sending by queueing to head of output buffer
by Paul Jakma
· 15 years ago
57c5c65
ospfd: Reset neighbour inactivity timer for any packet arrival
by Paul Jakma
· 15 years ago
2c9f8e3
ospfd: OSPF_MIN_LS_ARRIVAL compare should be >= to match ospf_flood
by Paul Jakma
· 15 years ago
0150c9c
Fix ip_len byte order in DragonFly's raw socket
by David BÉRARD
· 15 years ago
2cd754d
ospfd: Fix debug messages that were masked by DISCARD_LSA
by Paul Jakma
· 15 years ago
1163743
ospfd: Make "Packet ... received on wrong link" conditional on debug
by Paul Jakma
· 15 years ago
05cf46b
ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/f
by Joakim Tjernlund
· 15 years ago
c9035cc
[ospfd] discount IP header size from a new LSA pkt
by Dmitry Tejblum
· 15 years ago
491eddc
[ospfd] Move passive interface check
by Joakim Tjernlund
· 16 years ago
53d0dec
Set destination for PtP links to OSPF_ALLSPFROUTERS.
by Joakim Tjernlund
· 17 years ago
b7fe414
Bug #362 is fixed now.
by Denis Ovsienko
· 17 years ago
6f0e3f6
[autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings
by Paul Jakma
· 18 years ago
7ffa8fa
[ospfd] Add passive-interface default support
by Paul Jakma
· 18 years ago
08c8367
[ospfd] Improve some warning messages.
by Andrew J. Schorr
· 18 years ago
b5aeb44
[ospfd] Fix assertion in DB-exchange fix, hit by ogier-db-ex-opt commit
by Paul Jakma
· 18 years ago
2518efd
[ospfd] Bug #134, ospfd should be more robust to backward time change
by Paul Jakma
· 18 years ago
f0894cf
[ospfd] draft-ogier-ospf-dbex-opt DB-exchange optimisation
by Paul Jakma
· 18 years ago
8dd24ee
[ospfd] Raise ExchangeDone earlier, avoid often needless round of DD packets
by Paul Jakma
· 18 years ago
1fe6ed3
[ospfd] Allow ospf_lsa_unlock to NULL out callers' LSA pointers upon free
by Paul Jakma
· 18 years ago
13cd3dc
[ospfd] Improve Hello NetworkMask mismatch warning to give more info
by Andrew J. Schorr
· 18 years ago
429ac78
[ospfd] Fix multicast membership drop bug
by Paul Jakma
· 18 years ago
88871b1
[ospfd] suppres mostly uninteresting debug message unless debug is set
by Paul Jakma
· 18 years ago
c637171
[ospfd/zserv] adjust to new format
by paul
· 19 years ago
818e56c
[ospfd] fix undefined effect expression
by paul
· 19 years ago
6d45276
2005-11-03 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
484315f
2005-11-03 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
d24f6e2
2005-10-21 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
f9ad937
2005-10-21 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
3623814
2005-10-11 Paul Jakma <paul.jakma@sun.com>
by paul
· 19 years ago
ba68253
2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>
by vincent
· 19 years ago
c1a03d4
2005-09-28 Alain Ritoux <alain.ritoux@6wind.com>
by vincent
· 19 years ago
69310a6
2005-05-11 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
4dadc29
2005-05-06 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
1eb8ef2
2005-04-07 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
5dcbdf8
2005-03-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
5c33349
2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
fa81b71
2005-02-19 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
038163f
2005-02-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
658b03a
2005-02-15 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
bfdc44a
2005-02-14 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
9985f83
2005-02-09 Paul Jakma <paul.jakma@sun.com>
by paul
· 20 years ago
083ee9d
2005-02-09 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
ba6454e
2005-02-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
3a9eb09
2005-02-08 Paul Jakma <paul@dishone.st>
by paul
· 20 years ago
847947f
2005-02-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
c3eab87
2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
86f1fd9
2005-01-10 Greg Troxel <gdt@fnord.ir.bbn.com>
by gdt
· 20 years ago
17eaa72
2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
b87f772
2004-12-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
be21024
add XXX comment that perhaps we need to recover from short headers.
by gdt
· 20 years ago
3aa8d5f
2004-12-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
2a42e28
2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
1210fa6
2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
bec595a
2004-11-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
6099b3b
2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
by ajs
· 20 years ago
69e1325
Rationalize CMSG_SPACE usage:
by gdt
· 20 years ago
62d8e96
2004-11-02 Paul Jakma <paul@dishone.st>
by paul
· 20 years ago
64511f3
2004-10-31 Paul Jakma <paul@dishone.st>
by paul
· 20 years ago
37ccfa3
2004-10-31 Paul Jakma <paul@dishone.st>
by paul
· 20 years ago
06f953f
2004-10-22 Paul Jakma <paul@dishone.st>
by paul
· 20 years ago
Next »