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-07-01
route(4): Use m_copydata, not misaligned mtod struct access.
riastradh
2022-06-29
route(4): Avoid unaligned access to struct rt_msghdr, take two.
riastradh
2022-06-26
route(4): Avoid unaligned access to struct rt_msghdr.
riastradh
2022-06-26
lagg(4): Safely handle misaligned mbufs.
riastradh
2022-06-20
Avoid unused variable
martin
2022-06-20
bpf(4): added support for VLAN hardware offloading of ethernet devices
yamaguchi
2022-06-20
bridge(4): support VLAN frames stripped by hardware tagging
yamaguchi
2022-06-20
Determine the length of VLAN encapsulation by an interface type,
yamaguchi
2022-06-20
Handling frames that vlan id is 0 as non-VLAN frames
yamaguchi
2022-05-28
fix various typos in comments, mainly origional->original,
andvar
2022-05-24
fix various typos in comment, documentation and log messages.
andvar
2022-05-23
s/controll/control/ in comments.
andvar
2022-05-22
fix various small typos, mainly in comments.
andvar
2022-05-17
pfil(9): Assert pfil lists are not run in interrupt context.
riastradh
2022-05-17
pfil(9): Assert sleepable when editing pfil lists.
riastradh
2022-05-11
fix various typos in comments.
andvar
2022-05-10
Zeroize the length explicitly when malloc failed. Pointed out by yamaguchi@n.o.
knakahara
2022-05-04
Do not allocate mbuf clusters when the caller (eroneously) asks
martin
2022-05-04
fix various typos in comments and log messages.
andvar
2022-04-28
Make the thmap(9) used for params use sleepable allocations,
martin
2022-04-28
Temporary hack to make PR 56802 (when it happens) tell us for sure that
martin
2022-04-16
fix various typos in comments and log messages.
andvar
2022-04-12
s/similarily/similarly/
andvar
2022-04-10
fix various typos in comments and output/log messages.
andvar
2022-04-09
sys: Use membar_release/acquire around reference drop.
riastradh
2022-04-04
Avoid signed/unsigned comparision by casting the sizeof expression.
martin
2022-04-04
Fix missing m_reset_rcvif for allocated mbuf
yamaguchi
2022-04-04
Move input processing of lagg(4) before ether_input
yamaguchi
2022-04-01
lagg(4): reimplement add and delete port
yamaguchi
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2022-03-31
rename lagg_enqueue to lagg_output
yamaguchi
2022-03-31
Use ether_ioctl to change mtu of lagg(4)
yamaguchi
2022-03-31
Use addlog(4) for putting 2 messages to one line
yamaguchi
2022-03-31
Make lagg interface specified "laggproto none" able to up
yamaguchi
2022-03-31
added log when ifpromisc is failed
yamaguchi
2022-03-31
Set flags related to MTU on adding l2tp(4) to lagg(4)
yamaguchi
2022-03-31
set active when the port is distributing
yamaguchi
2022-03-31
update state of aggregator on multi-speed changing
yamaguchi
2022-03-31
lagg(4): use KASSERT
yamaguchi
2022-03-31
handle LACPDU and MarkerDU in thread context
yamaguchi
2022-03-31
fix coding style
yamaguchi
2022-03-31
Added length check for safety
yamaguchi
2022-03-31
lagg(4): remove duplicated bpf_mtap
yamaguchi
2022-03-31
Change error code to ENOBUFS on lack of buffer memory
yamaguchi
2022-03-31
Fix missing freeing resource related to protocol
yamaguchi
2022-03-31
Switch ifp->if_output along with configuring ifp->if_lagg
yamaguchi
2022-03-31
Added missing NULL check
yamaguchi
2022-03-31
lagg(4): commonize the error handling
yamaguchi
2022-03-31
Added missing kmem_free
yamaguchi
2022-03-31
lagg(4): fix typo
yamaguchi
[prev]
[next]