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
2022-03-31
Added a kernel option to run LACP on a half duplex interface
yamaguchi
2022-03-28
driver(9): devsw_detach never fails. Make it return void.
riastradh
2022-03-25
Prevent memory corruption from wg_send_handshake_msg_init() on
hannken
2022-03-20
s/Multilik/Multilink/
andvar
2022-03-20
s/circut/circuit/ and s/circiut/circuit/ in comments and acronyms file.
andvar
2022-03-15
bpf(4): Handle null bf_insn on free.
riastradh
2022-03-15
tun(4): Fix bug introduced in previous locking change.
riastradh
2022-03-13
tun(4): Fix some error branches in tunwrite.
riastradh
2022-03-13
tun(4): Omit TUN_RWAIT micro-optimization.
riastradh
2022-03-13
tun(4): Deliver SIGIO for hangup under tun_lock.
riastradh
2022-03-13
tun(4): Reduce lock from IPL_NET to IPL_SOFTNET.
riastradh
2022-03-13
tun(4): Reduce tun_softc_lock from IPL_NET to IPL_NONE.
riastradh
2022-03-13
tun(4): Factor out setup/teardown into separate routines.
riastradh
2022-03-13
tun(4): Add missing includes in if_tun.h.
riastradh
2022-03-13
tun(4): Add missing cv_destroy in tunclose.
riastradh
2022-03-12
bpf(4): Nix KM_NOSLEEP and prune dead branch.
riastradh
2022-03-12
bpf(4): Clamp read timeout to INT_MAX ticks to avoid overflow.
riastradh
2022-03-12
sys: Membar audit around reference count releases.
riastradh
2022-03-07
Don't change ifp->if_link_state directly. Pointed out by yamaguchi@n.o.
knakahara
2022-02-13
npf(4): Use atomic_store_release and atomic_load_consume for conn_db.
riastradh
2022-02-13
npf(4): Use atomic_store_release and atomic_load_consume for config.
riastradh
2022-01-17
fix typos in comments, mainly s/foward/forward/.
andvar
2022-01-16
wg(4): Limit the size of ifdrv requests.
riastradh
2022-01-16
lagg: remove stray semicolon
rillig
2022-01-12
Fix to call lacp_linkstate with IFNET_LOCK held
yamaguchi
2022-01-12
lagg(4): Need to take IFNET_LOCK around if_init.
riastradh
2022-01-06
lagg(4): Take lock as required around if ioctl.
riastradh
2021-12-31
sys/net: Document if_mcast_op with comment and refuse other commands.
riastradh
2021-12-31
sys/net: Document if_flags_set with a comment.
riastradh
2021-12-31
ethersubr(9): Assert IFNET_LOCKED in ether_ioctl_reinit.
riastradh
2021-12-31
sys/net: Assert IFNET_LOCKED in if_ioctl, if_init, and if_stop.
riastradh
2021-12-31
sys: Use if_init wrapper function.
riastradh
2021-12-31
sys: Use if_ioctl wrapper function.
riastradh
2021-12-31
sys: Use if_stop wrapper function.
riastradh
2021-12-31
sys/net: New functions if_ioctl, if_init, and if_stop.
riastradh
2021-12-24
Fix missing curlwp_bind()
yamaguchi
2021-12-21
Fix net.*.rps_hash=toeplitz-othercpus on one CPU systems.
knakahara
2021-12-15
Fix typo in comment.
knakahara
2021-12-13
Use unsigned to avoid undefined behavior. Found by kUBSan.
msaitoh
2021-12-12
fix various typos, mainly in comments.
andvar
2021-12-10
Add comment to clarify.
msaitoh
2021-12-06
decrease the MTU of vlan(4)
yamaguchi
2021-12-05
s/preceed/preced/ in comment.
msaitoh
2021-12-05
s/gurantee/guarantee/ in comment.
msaitoh
2021-12-05
s/accomodate/accommodate/ in comment.
msaitoh
2021-12-03
fix various typos in comments, log messages and documentation.
andvar
2021-11-30
Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.h
yamaguchi
2021-11-25
Better counting for ierrors, iqdrops and noproto in ether_input().
msaitoh
2021-11-22
Add LLDP and MACSec.
msaitoh
2021-11-22
Modify comment:
msaitoh
[prev]
[next]