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
/
netinet
/
ip_var.h
Age
Commit message (
Expand
)
Author
2005-08-11
New counter for not joined IPv4 multicast groups.
Marco Pfatschbacher
2005-08-02
change the TCP reass queue from LIST to TAILQ;
Markus Friedl
2005-05-27
Experimental support for opportunitic use of jumbograms where only some hosts
Ryan Thomas McBride
2004-06-22
Pull the plug on source-based routing until remaining bugs are eradicated.
Cedric Berger
2004-06-06
extend routing table to be able to match and route packets based on
Cedric Berger
2004-04-28
make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@
Cedric Berger
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-12
Remove commons; inspired by netbsd.
Jason Wright
2002-12-09
From Andrushock, s/sucess/success/g
Todd C. Miller
2002-07-03
Change all variables definitions (int foo) in sys/sys/*.h to variable
Miod Vallat
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-05-31
respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok
Jun-ichiro itojun Hagino
2002-05-28
Factor out IP fragmentation code into its own function so it can be
jasoni
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-24
allocate tcp reassembly queue via pool; based on netbsd; okay art@ angelos@
Niels Provos
2001-06-23
Hardware checksumming stats.
Angelos D. Keromytis
2001-06-09
Inclusion protection.
Angelos D. Keromytis
2001-05-28
IP_ENCAPSULATED is deprecated.
Angelos D. Keromytis
2001-05-20
Remove varargs from ipv4_input; cmetz@ deraadt@ ok.
Federico G. Schwindt
2001-05-01
get rid of dtom(), okay itojun@ angelos@ mickey@ millert@
Niels Provos
2001-03-03
drop packets with 127.0.0.0/8 in header field, if the packet is from outside.
Jun-ichiro itojun Hagino
2000-09-18
Path MTU discovery based on NetBSD but with the decision to use the DF
Niels Provos
2000-01-02
Remove the ifdef for IP_ENCAPSULATED.
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-02-17
add fragment flood protection; configureable using sysctl ip.maxqueue
Theo de Raadt
1999-01-11
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Theo de Raadt
1998-12-26
make ip_id random but ensure that ids dont repeat for some period.
Niels Provos
1998-02-14
wildcard ifaces; finally, after HE said it's ok
Michael Shalayeff
1998-02-01
undo wildcard loopback stuff; it was not checked by other developers
Theo de Raadt
1998-02-01
support wildcard loopbacks. that is, setting up lo1 like:
Michael Shalayeff
1997-02-20
IPSEC package by John Ioannidis and Angelos D. Keromytis. Written in
Theo de Raadt
1997-01-26
Make ip_len and ip_off unsigned values; don't transmit or accept packets
Thorsten Lockert
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-12-14
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt