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
/
net
/
if.h
Age
Commit message (
Expand
)
Author
2001-02-06
allow changing number of loopbacks in ukc.
Michael Shalayeff
2001-01-19
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
Jun-ichiro itojun Hagino
2000-09-20
Since ifa_refcnt was bumped to an int and rt_flags is an int too, bump
Artur Grabowski
2000-08-28
changing the size of if_data has heavy impact on userland compat. there
Theo de Raadt
2000-08-26
sync mii code with netbsd
Nathan Binkert
2000-03-22
remove if_withname(), which was imported during KAME merge by mistake.
Jun-ichiro itojun Hagino
2000-03-21
add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok
Michael Shalayeff
2000-02-02
wrap IFAFREE() by "do {} while (0)". it wasn't safe enough.
Jun-ichiro itojun Hagino
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-08-08
Support detaching of network interfaces. Still work to do in ipf, and
Niklas Hallqvist
1999-06-23
Added some protocol independent interfaces (supposedly IPv6 support APIs, but
cmetz
1999-03-13
make ifa_refcnt a u_int; andrewb@demon.net
Theo de Raadt
1999-02-26
Ethernet bridge/IP firewall driver.
Jason Wright
1999-01-07
fix IFAFREE() to be safe for if/else nesting
Theo de Raadt
1998-09-03
o OpenBSD gets if_media support (from NetBSD)
Jason Wright
1996-07-02
-Wall & -Wstrict-prototype fixes
Niklas Hallqvist
1996-06-29
provide if_attachhead(), and make if_loop use it
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-05-06
if.h was missed from the commit.
Michael Shalayeff
1996-03-05
Changes for ifconfig to compile.
Michael Shalayeff
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt