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
/
in.c
Age
Commit message (
Expand
)
Author
2020-10-08
Pull up following revision(s) (requested by roy in ticket #1104):
martin
2019-04-29
rtsock: Route address message simplification
roy
2018-11-29
Don't run DAD on link-up if it's explicitly disabled
ozaki-r
2018-11-29
Introduce and use ip_dad_enabled() and ip6_dad_enabled() functions
ozaki-r
2018-05-13
Fix spello in a comment
khorben
2018-04-24
Fix sys/netinet/in.c:r1.229 problem. I have missed FALLTHROUGH, sorry.
knakahara
2018-04-20
SIOCSIFDSTADDR uses struct ifreq instead of struct ifaddr or struct in_aliasreq.
knakahara
2018-04-08
Protect ip_dad_count with if NARP > 0 to fix compilation
christos
2018-04-06
Make GARP work again when DAD is disabled
ozaki-r
2018-04-06
Revert the previous two commits as per roy@'s request
ozaki-r
2018-04-06
Don't set IN_IFF_* flags to ia4_flags if DAD is disabled
ozaki-r
2018-04-06
Simplify; clear then set flags to ia4_flags (NFCI)
ozaki-r
2018-03-06
Use pool(9) for llentry allocations
ozaki-r
2018-03-06
Fix memory leaks on arp -d and ndp -d for static entries
ozaki-r
2018-03-06
Fix reference leaks of llentry
ozaki-r
2018-03-06
Add assertions
ozaki-r
2018-02-24
Avoid a deadlock between softnet_lock and IFNET_LOCK
ozaki-r
2018-02-14
Remove IFF_STATICARP, we don't support this, and the code is useless in its
maxv
2018-02-08
Don't call lltable_purge_entries from in_if_down if ARP isn't enabled
ozaki-r
2018-01-19
Suppress noisy debugging outputs
ozaki-r
2018-01-15
Remove extra pserialize_perform from in_purgeaddr
ozaki-r
2018-01-10
add ipsec(4) interface, which is used for route-based VPN.
knakahara
2017-12-27
Don't pass rwlock to callout_halt
ozaki-r
2017-12-25
Fix wrong usage of psref_held
ozaki-r
2017-12-15
Ensure to call if_mcast_op with holding IFNET_LOCK
ozaki-r
2017-11-17
Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch
ozaki-r
2017-11-10
Fix a deadlock between a route update and lltable
ozaki-r
2017-11-10
Remove redundant KASSERTMSG
ozaki-r
2017-08-10
Add support IP_PKTINFO for sendmsg(2).
ryo
2017-08-04
Fix it's -> its in a comment.
uwe
2017-06-22
Purge ARP/NDP entries on an interface when the interface is down
ozaki-r
2017-06-22
Fix in_lltable_match_prefix
ozaki-r
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-05-25
Fix that a fresh in_ifaddr is unexpectedly freed before activating it
ozaki-r
2017-05-12
replace in_fmtaddr() by IN_PRINT(), and delete function in_fmtaddr()
ryo
2017-04-28
Don't output debugging logs just if DIAGNOSTIC
ozaki-r
2017-03-17
Add the local route after finishing the configuration of the address.
roy
2017-03-02
Protect ia_allhosts by in_ifaddr_lock
ozaki-r
2017-01-23
Replace some splnet with splsoftnet
ozaki-r
2017-01-16
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...
ryo
2017-01-02
- You can't just call the pfil hook to remove an address before an address
christos
2016-12-31
In the case of SIOCDIFADDR, call pfil_run_addrhooks before release ia.
ryo
2016-12-27
Fix panic in pfil_run_hooks on bootup
ozaki-r
2016-12-26
pserialize_perform() is required an additionally serialization. see pserializ...
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-12-06
add API to manipulate ifa->ia_hash and ia_hash_pslist_entry, and fix ia_hash_...
knakahara
2016-11-18
We must use PSLIST_ENTRY_DESTROY after PSLIST_WRITER_REMOVE and waiting all r...
knakahara
2016-10-18
Don't hold global locks if NET_MPSAFE is enabled
ozaki-r
2016-10-01
Default netmask to /32 for INET on POINTOPOINT links if not specified.
roy
[next]