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