summaryrefslogtreecommitdiff
path: root/sys/net/rtsock_shared.c
AgeCommit message (Expand)Author
2020-06-26Adjust prior to enforce minimum socket length includes sa_familyroy
2020-06-24Ensure sockaddrs have valid lengths for RO_MISSFILTER.roy
2020-03-13Use the socket credentials that are established during the socket creationchristos
2020-03-12move debugging code after the NULL check.christos
2020-02-22pass the address of the field, instead of relying on it being the firstmaxv
2020-02-09route(4): dst addr could be in a different mbuf for RO_MISSFILTERroy
2020-02-08route(4): add RO_MISSFILTER socket optionroy
2020-01-29Do not reference ifp->if_data directly; use if_export_if_data().thorpej
2019-10-14Error out if the type is beyond the storage size. No functional change,maxv
2019-08-19Initialize dom_mowner for MBUFTRACEozaki-r
2019-05-03Only initialize the NET_MPSAFE stuff once, for the non-compat versionpgoyette
2019-04-29Introduce rt_addrmsg_src which adds RTA_AUTHOR to the message.roy
2019-04-29rtsock: Route address message simplificationroy
2019-04-29For the rtsock compat code, make sure we create the "oroute" sysctlpgoyette
2019-04-10Avoid a maybe-uninitialized warning by checking for an error returnthorpej
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette