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
/
net
Age
Commit message (
Expand
)
Author
2018-06-06
Remove duplicate ;
maya
2018-06-05
It is necessary to set wall time instead of monotonic time to rmx_expire.
nonaka
2018-06-01
Make sure to remove all AF_LINK addresses in if_detach
ozaki-r
2018-06-01
Make sure to not change if_hwdl once set
ozaki-r
2018-06-01
Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers
ozaki-r
2018-05-31
Relax a lock check in if_mcast_op unless NET_MPSAFE
ozaki-r
2018-05-29
Remove an XXX of mine, actually it's fine. While here also remove a
maxv
2018-05-29
Replace KASSERT by m_pullup. While the ethernet header is always there
maxv
2018-05-29
Reviewd by ohishi@IIJ. Sorry, I jumped the gun and committed.
knakahara
2018-05-29
Fix panic when ipsecif(4) adds discard policy. Pointed out by ohishi@IIJ, tha...
knakahara
2018-05-25
Ensure to call if_register after interface initializations finish
ozaki-r
2018-05-24
ipsecif(4) must not set port number to spidx even if NAT-T. Pointed out by oh...
knakahara
2018-05-24
Print "NET_MPSAFE enabled" if it's enabled.
msaitoh
2018-05-14
Protect if_deferred_start_softint with KERNEL_LOCK if the interface isn't MP-...
ozaki-r
2018-05-14
Protect packet input routines with KERNEL_LOCK and splsoftnet
ozaki-r
2018-05-14
Use if_is_mpsafe (NFC)
ozaki-r
2018-05-11
Improve comment, it's not just IPv4.
maxv
2018-05-11
Increase the default size of some receive buffers from 8k to 16k.
roy
2018-05-09
Replace
maxv
2018-05-08
Simplify: use M_MOVE_PKTHDR directly.
maxv
2018-05-07
Use m_remove_pkthdr.
maxv
2018-05-03
Drop early if there's no PPPoE interface. Otherwise it is easy for someone
maxv
2018-05-03
Remove net_osdep.h completely.
maxv
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-05-01
Move if_name() from net_osdep.h to if.h. net_osdep.h is now unused and can
maxv
2018-04-29
Add missing pserialize_read_exit in error branch, spotted during my
maxv
2018-04-29
Remove references to m_copy in comments.
maxv
2018-04-27
Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created.
knakahara
2018-04-27
Fix "how" argument of MGET(). Pointed out by maxv@n.o, thanks.
knakahara
2018-04-26
m_copy -> m_copym
maxv
2018-04-25
Fix a deadlock (rt_free vs. route_intr on rt_so_mtx)
ozaki-r
2018-04-23
PR/53207: David Binderman: Use logical and
christos
2018-04-20
SIOCSIFDSTADDR uses struct ifreq instead of struct ifaddr or struct in_aliasreq.
knakahara
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-04-18
Fix sending PADT to unexpected hosts when net.pppoe.term_unknown is enabled.
knakahara
2018-04-18
net.pppoe.term_unknown can be written safely now.
knakahara
2018-04-18
Add missing PSLIST_ENTRY_INIT and PSLIST_ENTRY_DESTROY
ozaki-r
2018-04-18
Get rid of a unnecessary semicolon
ozaki-r
2018-04-18
bridge: use pslist(9) for rtlist and rthash
ozaki-r
2018-04-18
Simplify bridge_rtnode_insert (NFC)
ozaki-r
2018-04-18
Remove obsolete NULL checks
ozaki-r
2018-04-12
disentangle a bit more the compat ioctl code.
christos
2018-04-12
Resolve tangled lock dependencies in route.c
ozaki-r
2018-04-10
Fix previous my mistake and odd unaligned case. Pointed out by maxv@n.o, thanks.
knakahara
2018-04-10
Fix bridge_rtdelete
ozaki-r
2018-04-10
apply some INET6 so this compiles in INET6-less kernels again.
mrg
2018-04-09
Replace KASSERTMSG by a real check. L2 encapsulation protocols (at least
maxv
2018-04-09
Add KASSERT. The input point expects struct ether_header to be there.
maxv
2018-04-09
Minor stylistic changes, add XXX and fix typo. No functional change.
maxv
[next]