index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_output.c
Age
Commit message (
Expand
)
Author
2017-08-10
Add support IP_PKTINFO for sendmsg(2).
ryo
2017-07-23
kmem_intr_free kmem_intr_[z]alloced memory
para
2017-07-04
Rename u to udst, .dst to .sa and .dst4 to sin.
roy
2017-07-03
Typo
khorben
2017-07-03
When outputting, search for the sending address on the sending interface
roy
2017-05-12
replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()
ryo
2017-05-10
Stop ipsec4_output returning SP to the caller
ozaki-r
2017-05-07
PR/52074: Frank Kardel: current npf map directive broken
christos
2017-03-05
Fix the position of curlwp_bindx; it should be after if_put
ozaki-r
2017-03-03
Pass inpcb/in6pcb instead of socket to ip_output/ip6_output
ozaki-r
2017-03-02
Make sure imo_membership is protected by inp's lock (solock)
ozaki-r
2017-03-02
Make usages of ifp MP-safe in some functions of IP multicast
ozaki-r
2017-02-22
Add assertions and comments for lock states of socket and pcb
ozaki-r
2017-02-17
Make NOMPSAFE comments informative
ozaki-r
2017-02-13
Use IFQ_LOCK instead of splnet for if_snd
ozaki-r
2017-01-16
rename arplog -> ARPLOG to make it clear that it is a macro and tuck-in the
christos
2017-01-16
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...
ryo
2017-01-11
Get rid of unnecessary header inclusions
ozaki-r
2017-01-10
avoid double rtcache_unref().
knakahara
2016-12-12
Make the routing table and rtcaches MP-safe
ozaki-r
2016-12-08
Add rtcache_unref to release points of rtentry stemming from rtcache
ozaki-r
2016-09-20
Drop UDP packets as well as TCP without error when sending from detached or
roy
2016-09-18
Dealing with arplog is a bit more complicated...
christos
2016-09-15
Ensure that packets are sent from a valid address.
roy
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-08
Replace macros to get an IP address with proper inline functions
ozaki-r
2016-06-21
Replace ifp of ip_moptions and ip6_moptions with if_index
ozaki-r
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-09
Fix compilation for ppc
ozaki-r
2016-05-04
fix compilation for ppc.
christos
2016-04-28
Constify rtentry of if_output
ozaki-r
2016-04-26
Stop using rt_gwroute on packet sending paths
ozaki-r
2016-04-19
Fix error path
ozaki-r
2016-04-19
Separate MPLS-related routines from ip_hresolv_output
ozaki-r
2016-04-18
Get rid of meaningless RTF_UP check from ip_hresolv_output
ozaki-r
2016-01-20
Give proper prototype to ip_output.
riastradh
2015-09-02
Do rt_refcnt++ when set a rtentry to another rtentry's rt_gwroute
ozaki-r
2015-08-24
sprinkle _KERNEL_OPT
pooka
2015-08-07
Use time_uptime instead of time_second to avoid time leaps
ozaki-r
2015-07-17
Reform use of rt_refcnt
ozaki-r
2015-07-14
Move rt_gwroute operation out of stripoutput
ozaki-r
2015-07-01
Use ip_hresolv_output for if_token as well
ozaki-r
2015-06-08
errno -> error, spotted by the hawk skrll
roy
2015-06-08
It's possible we could not have any ready addresses.
roy
2015-06-04
Pull out route lookups from L2 output routines
ozaki-r
2015-04-27
Add missing error checks on rtcache_setdst
ozaki-r
2015-04-24
KNF
ozaki-r
2015-04-03
Don't grab KERNEL_LOCK during if_output when NET_MPSAFE
ozaki-r
2015-03-31
Add missing ifdef IPSEC
ozaki-r
[next]