index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
frag6.c
Age
Commit message (
Expand
)
Author
2014-12-08
Do not use a "struct route" when a "struct rtentry" is enough.
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-10-14
Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and
Martin Pieuchot
2014-09-27
Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer
Martin Pieuchot
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-04-14
"struct pkthdr" holds a routing table ID, not a routing domain one.
Martin Pieuchot
2013-11-11
Replace most of our formating functions to convert IPv4/6 addresses from
Martin Pieuchot
2013-10-20
Put a large chunk of the IPv6 rdomain support in-tree.
Peter Hessler
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-08-27
Sync comment with reality, the draft is now an RFC and OpenBSD follows
Martin Pieuchot
2013-06-11
Replace all ovbcopy with memmove; swap the src and dst arguments too
Theo de Raadt
2013-05-31
Remove a bunch of sockaddr_in6 pointer casts and replace others
Alexander Bluhm
2013-03-22
simple replacement of LIST_END with NULL. ok mpi
Ted Unangst
2013-03-04
Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.
Alexander Bluhm
2012-12-28
change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@
Gleydson Soares
2012-01-24
Add a short cut for atomic IPv6 fragments. They will be processed
Alexander Bluhm
2012-01-23
Do not keep state when dropping overlapping IPv6 fragments in pf
Alexander Bluhm
2012-01-10
Implement RFC 5722 and drop all IPv6 fragments that belong to a
Alexander Bluhm
2012-01-10
Flush the cached IPv6 forward route every 500 ms. This prevents
Alexander Bluhm
2012-01-09
Remove the IPv6 fragment overlapping length adjustment code. It
Alexander Bluhm
2012-01-09
Replace the hand-crafted queue for IPv6 fragments with LIST.
Alexander Bluhm
2012-01-05
Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else.
Alexander Bluhm
2012-01-05
Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ.
Alexander Bluhm
2011-05-02
Fix potential null dereference.
Charles Longeau
2011-04-03
Kill redundant offsetof definitions; ok deraadt henning sthen thib
Stefan Sperling
2011-03-06
Extract the new function frag6_deletefraghdr() from frag6_input()
Alexander Bluhm
2011-01-13
In frag6_input() there was an mbuf length calculation error. If
Alexander Bluhm
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2010-02-08
Destatic and ansify.
Joel Sing
2009-12-27
- obvious typo in comment, from holger mikolon
Jasper Lievisse Adriaanse
2008-11-23
When accessing cached routes make sure the route is actually still valid.
Claudio Jeker
2008-06-11
ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.
Ryan Thomas McBride
2007-12-09
take advantage of M_ZERO
Hans-Joerg Hoexer
2007-05-01
framgent -> fragment
Ray Lai
2006-06-18
Add support for equal-cost multipath IP.
Christopher Pascoe
2005-11-20
splimp -> splvm. mbuf allocation here.
Brad Smith
2003-10-01
use random number generator to generate IPv6 fragment ID/flowlabel.
Jun-ichiro itojun Hagino
2003-05-14
make PULLDOWN_TEST codepath the default (has been default for a long time).
Jun-ichiro itojun Hagino
2002-09-11
fix pointer signedness mixup. sync w/kame
Jun-ichiro itojun Hagino
2002-09-11
KNF - return is not a function. sync w/kame
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
2002-05-28
limit number of IPv6 fragments (not the fragment queue size) to
Jun-ichiro itojun Hagino
2002-05-27
kill __P
Theo de Raadt
2002-05-16
bring in ECN support from KAME.
Kenjiro Cho
2002-03-15
have a real lock around IPv6 reassembly.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-05-17
fix memory leak on ipv6 reass failure. sync with kame
Jun-ichiro itojun Hagino
[next]