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
/
raw_ip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add kernel support for Protocol Independant Multicast (PIM)
mcbride
2005-01-14
1
-1
/
+5
*
allow ToS to be set on raw ip sockets
henning
2004-12-08
1
-2
/
+2
*
use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgsch
markus
2004-11-25
1
-2
/
+2
*
Multicast routing cleanup from Pavlin Radoslavov
mcbride
2004-11-24
1
-3
/
+3
*
use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar
markus
2003-12-21
1
-4
/
+2
*
de-register. deraadt ok
itojun
2003-12-10
1
-11
/
+11
*
do not flip ip_len/ip_off in netinet stack. deraadt ok.
itojun
2003-07-09
1
-8
/
+6
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
don't use M_WAIT here. we could be in splnet, and caller may not be
itojun
2003-05-27
1
-2
/
+4
*
rip_output: make sure a full ip header is passed for INP_HDRINCL; ok deraadt@
markus
2003-02-15
1
-1
/
+5
*
whitespace
itojun
2002-06-09
1
-5
/
+5
*
Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things
millert
2002-03-15
1
-13
/
+1
*
Remove unneeded ip_id convertions.
fgsch
2001-06-23
1
-3
/
+2
*
Cut down on include files.
angelos
2001-06-08
1
-6
/
+2
*
repair copyright notices for NRL & cmetz; cmetz
deraadt
2001-06-05
1
-14
/
+38
*
Lots and lots of changes.
angelos
2000-09-19
1
-6
/
+2
*
disallow AF mismatch on inbound.
itojun
1999-12-19
1
-1
/
+5
*
fix same-interface-out-as-in and packet gets corrupted bug noted by
deraadt
1999-09-23
1
-2
/
+1
*
return a ICMP_UNREACH_PROTOCOL for protocols we do not support; discussion with cmetz
deraadt
1999-06-07
1
-2
/
+6
*
messup, learn to test *all* variants of compile options when
niklas
1999-04-20
1
-5
/
+2
*
Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.
niklas
1999-04-20
1
-2
/
+5
*
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
deraadt
1999-01-11
1
-2
/
+23
*
dont call ip_randomid() in htons().
provos
1999-01-08
1
-3
/
+5
*
make ip_id random but ensure that ids dont repeat for some period.
provos
1998-12-26
1
-2
/
+2
*
check for valid ip_hl too; route@infonexus.com
deraadt
1998-12-15
1
-2
/
+3
*
first step to the setsockopt/getsockopt interface as described in
provos
1998-05-18
1
-2
/
+9
*
cmd is a u_long
deraadt
1997-07-24
1
-2
/
+2
*
for IP_HDRINCL option, use ip_len/ip_off in network order; lidl@va.pubnix.com
deraadt
1997-01-30
1
-1
/
+3
*
Make ip_len and ip_off unsigned values; don't transmit or accept packets
tholo
1997-01-26
1
-1
/
+9
*
restrict some raw ip packets that may crash ip_output(); from freebsd
deraadt
1996-08-14
1
-5
/
+12
*
Fix bogosity in import of Lite2 fix
tholo
1996-03-15
1
-18
/
+1
*
From Lite2; improve handling of socket options on raw datagrams and multi-
tholo
1996-03-14
1
-20
/
+35
*
From NetBSD: Fix PR/2095 options MROUTING did not compile.
niklas
1996-03-04
1
-2
/
+5
*
From NetBSD: 960217 merge
niklas
1996-03-03
1
-10
/
+32
*
from netbsd:
deraadt
1995-12-14
1
-1
/
+11
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+402