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
/
in_var.h
Age
Commit message (
Expand
)
Author
2016-06-15
Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)
Gerhard Roth
2016-01-21
Introduce in{,6}_hasmulti(), two functions to check in the hot path if
Martin Pieuchot
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-11-11
Store an interface index instead of a pointer that's never dereferenced.
Martin Pieuchot
2015-01-12
Kill the global list of IPv4 addresses.
Martin Pieuchot
2014-03-27
Stop mixing interface address flags with routing entry ones.
Martin Pieuchot
2014-01-21
Do not clean the multicast records of an interface when it is destroyed
Martin Pieuchot
2014-01-13
Iterate over the per interface address list instead of the global one
Martin Pieuchot
2013-11-29
move in_multi definition into kernel-only
Theo de Raadt
2013-11-28
Change the way protocol multicast addresses are linked to an interface.
Martin Pieuchot
2013-11-27
Replace INADDR_TO_IFP() by in_iawithaddr() and kill the macro.
Martin Pieuchot
2013-11-21
hide a bunch of structures (namely arpcom, llinfo_arp, ethernet
Mike Belopuhov
2013-11-21
Replace the last usage of IA_SIN() and kill this macro.
Martin Pieuchot
2013-10-23
Remove the number of in_var.h inclusions by moving some functions and
Martin Pieuchot
2013-10-23
No need to expose twice in_socktrim(), it is only used in one file.
Martin Pieuchot
2013-10-18
Abstract the fact that IPv4 muticast records are linked to the
Martin Pieuchot
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-10-14
Change the macros used to iterate over the multicast records of an
Martin Pieuchot
2013-08-28
Replace hand-crafted for loop over in_ifaddr with FOREACH macro.
Alexander Bluhm
2013-05-31
Remove the scrub argument from in_ifinit() and simply call in_ifscrub()
Martin Pieuchot
2013-03-22
simple replacement of LIST_END with NULL. ok mpi
Ted Unangst
2012-11-11
align ifaliasreq.ifra_addr similar to the way that ifreq is fixed --
Theo de Raadt
2011-10-13
Since the IPv6 madness is not enough introduce NAT64 -- which is actually
Claudio Jeker
2010-11-17
an extra parameter for in_ifinit, indicating wether the ifaddr passed to it
Henning Brauer
2010-01-13
we don't need broadcast for the classful network AND broadcast for the
Henning Brauer
2010-01-13
let's admit it's not 1992 any more. CIDR is around for a long time, even
Henning Brauer
2009-11-03
rtables are stacked on rdomains (it is possible to have multiple routing
Claudio Jeker
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2008-11-08
fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom
David Gwynne
2007-07-20
Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous
Claudio Jeker
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2005-01-15
From NetBSD:
Christopher Pascoe
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-09
Inclusion protection.
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt