index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_id.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-2
/
+2
*
- use nitems(); no binary change
jasper
2011-03-31
1
-2
/
+2
*
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
djm
2008-06-09
1
-2
/
+2
*
revert - I'm a dumbfuck who doesn't know his own API
djm
2008-03-15
1
-2
/
+2
*
off by one at end of array
djm
2008-03-15
1
-2
/
+2
*
Because the ip_id code initialisation is a specific case of shuffling
djm
2008-03-15
1
-9
/
+10
*
because arc4random_uniform is being used, the modulo bias is taken care of
deraadt
2008-03-02
1
-2
/
+1
*
Add a arc4random_uniform() that returns a uniformly distributed number
djm
2008-03-02
1
-2
/
+2
*
replacement algorithm. initialize a 64K-short buffer using Durstenfeld
deraadt
2008-02-29
1
-167
/
+59
*
typos; ok jmc@
martynas
2007-11-26
1
-2
/
+2
*
remove more static to avoid confusing the profiler (and maybe ddb too)
dlg
2007-05-27
1
-5
/
+5
*
First step towards more sane time handling in the kernel -- this changes
tholo
2004-06-21
1
-3
/
+3
*
spelling; jjy2+@pitt.edu
deraadt
2004-03-22
1
-2
/
+2
*
niels kindly dropped clause 3/4 from the license. tnx!
itojun
2003-12-12
1
-6
/
+1
*
previous commit included bad hunk. sorry
itojun
2003-12-12
1
-2
/
+3
*
no need to call arc4random() if we don't skip numbers in ip_randomid().
itojun
2003-12-12
1
-4
/
+3
*
correct non-repetitive ID code, based on comments from niels provos.
itojun
2003-12-10
1
-2
/
+6
*
"exp" is a reserved symbol under gcc3/posix. mcbride ok
itojun
2003-09-21
1
-3
/
+3
*
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
millert
2002-03-15
1
-7
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-4
/
+4
*
Cut down on include files.
angelos
2001-06-08
1
-2
/
+1
*
use faster arc4random() for small amounts fo data, some spaces; niels ok
mickey
2001-06-04
1
-34
/
+29
*
add an inner xor to make prediction attacks against the ids harder, due
provos
1999-08-26
1
-3
/
+5
*
make ip_id random but ensure that ids dont repeat for some period.
provos
1998-12-26
1
-0
/
+199