summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_output.c
AgeCommit message (Expand)Author
2017-08-10Add support IP_PKTINFO for sendmsg(2).ryo
2017-07-23kmem_intr_free kmem_intr_[z]alloced memorypara
2017-07-04Rename u to udst, .dst to .sa and .dst4 to sin.roy
2017-07-03Typokhorben
2017-07-03When outputting, search for the sending address on the sending interfaceroy
2017-05-12replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()ryo
2017-05-10Stop ipsec4_output returning SP to the callerozaki-r
2017-05-07PR/52074: Frank Kardel: current npf map directive brokenchristos
2017-03-05Fix the position of curlwp_bindx; it should be after if_putozaki-r
2017-03-03Pass inpcb/in6pcb instead of socket to ip_output/ip6_outputozaki-r
2017-03-02Make sure imo_membership is protected by inp's lock (solock)ozaki-r
2017-03-02Make usages of ifp MP-safe in some functions of IP multicastozaki-r
2017-02-22Add assertions and comments for lock states of socket and pcbozaki-r
2017-02-17Make NOMPSAFE comments informativeozaki-r
2017-02-13Use IFQ_LOCK instead of splnet for if_sndozaki-r
2017-01-16rename arplog -> ARPLOG to make it clear that it is a macro and tuck-in thechristos
2017-01-16Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...ryo
2017-01-11Get rid of unnecessary header inclusionsozaki-r
2017-01-10avoid double rtcache_unref().knakahara
2016-12-12Make the routing table and rtcaches MP-safeozaki-r
2016-12-08Add rtcache_unref to release points of rtentry stemming from rtcacheozaki-r
2016-09-20Drop UDP packets as well as TCP without error when sending from detached orroy
2016-09-18Dealing with arplog is a bit more complicated...christos
2016-09-15Ensure that packets are sent from a valid address.roy
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-08Replace macros to get an IP address with proper inline functionsozaki-r
2016-06-21Replace ifp of ip_moptions and ip6_moptions with if_indexozaki-r
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-09Fix compilation for ppcozaki-r
2016-05-04fix compilation for ppc.christos
2016-04-28Constify rtentry of if_outputozaki-r
2016-04-26Stop using rt_gwroute on packet sending pathsozaki-r
2016-04-19Fix error pathozaki-r
2016-04-19Separate MPLS-related routines from ip_hresolv_outputozaki-r
2016-04-18Get rid of meaningless RTF_UP check from ip_hresolv_outputozaki-r
2016-01-20Give proper prototype to ip_output.riastradh
2015-09-02Do rt_refcnt++ when set a rtentry to another rtentry's rt_gwrouteozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2015-08-07Use time_uptime instead of time_second to avoid time leapsozaki-r
2015-07-17Reform use of rt_refcntozaki-r
2015-07-14Move rt_gwroute operation out of stripoutputozaki-r
2015-07-01Use ip_hresolv_output for if_token as wellozaki-r
2015-06-08errno -> error, spotted by the hawk skrllroy
2015-06-08It's possible we could not have any ready addresses.roy
2015-06-04Pull out route lookups from L2 output routinesozaki-r
2015-04-27Add missing error checks on rtcache_setdstozaki-r
2015-04-24KNFozaki-r
2015-04-03Don't grab KERNEL_LOCK during if_output when NET_MPSAFEozaki-r
2015-03-31Add missing ifdef IPSECozaki-r