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_var.h
Age
Commit message (
Expand
)
Author
2014-12-18
Change the link state change routing message generation to a taskq.
Kenneth R Westerback
2014-12-08
There's no good reason to keep into "struct ifnet" a pointer that's only
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-12-01
Make every interface with a watchdog register it's own slow timeout
Mike Belopuhov
2014-07-08
introduce the if_rxr api. it is intended to pull the rx ring accounting
David Gwynne
2014-05-26
Document that this reference counter is not generic. It indicates how
Martin Pieuchot
2014-05-05
Use a custom ifa_rtrequest function for point-to-point interfaces
Martin Pieuchot
2014-04-23
You don't want to use ifa_ifwithroute(), it exists for to the routing
Martin Pieuchot
2014-04-19
ifnet's if_snd becomes a regular ifqueue instead of ifaltq, the need to
Henning Brauer
2014-04-19
the altq versions of the IFQ_* macros can finally go. chances of this
Henning Brauer
2014-03-27
Stop mixing interface address flags with routing entry ones.
Martin Pieuchot
2014-03-20
Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address
Martin Pieuchot
2014-01-21
Do not clean the multicast records of an interface when it is destroyed
Martin Pieuchot
2013-11-28
IFAFREE() was resurrected from the dead with the new bandwith subsytem,
Martin Pieuchot
2013-11-28
Change the way protocol multicast addresses are linked to an interface.
Martin Pieuchot
2013-11-21
split kernel parts of the if.h into a separate header file if_var.h
Mike Belopuhov