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
/
if_wg.c
Age
Commit message (
Expand
)
Author
2023-04-11
Give scope and additional details to wg(4) diagnostic messages.
jakllsch
2023-04-05
s/termintaed/terminated/ in comment.
andvar
2023-01-05
centralize the kauth ugliness.
christos
2023-01-05
wg(4): Allow non-root to retrieve information other than the private
jakllsch
2023-01-05
Check for authorization for SIOCSDRVSPEC and SIOCGDRVSPEC ioctls for wg(4).
jakllsch
2022-11-04
inpcb: rename functions to inpcb_*
ozaki-r
2022-10-28
Adjust pf, wg, dccp and sctp for struct inpcb integration
ozaki-r
2022-03-25
Prevent memory corruption from wg_send_handshake_msg_init() on
hannken
2022-01-16
wg(4): Limit the size of ifdrv requests.
riastradh
2021-12-31
sys: Use if_init wrapper function.
riastradh
2021-12-31
sys: Use if_stop wrapper function.
riastradh
2021-08-17
Some signnes, casts, and constant sizes.
christos
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2021-04-29
Sprinkle __noinline to reduce gigantic stack frames in ALL kernels.
riastradh
2020-11-11
wg: Sprinkle #ifdef INET6. Avoid unconditional use of ip6 structs.
riastradh
2020-10-15
wg: with no peers, the link status is DOWN, otherwise UP
roy
2020-09-14
wg: Add altq hooks.
riastradh
2020-09-13
wg: Fix detach logic.
riastradh
2020-09-13
wg: Use RUN_ONCE to defer workqueue_create until after configure.
riastradh
2020-09-13
wg: Add missing kpreempt_disable/enable around pktq_enqueue.
riastradh
2020-09-08
wg: Drop wgp_lock while waiting for endpoint psref to drain.
riastradh
2020-09-07
wg: Use threadpool(9) and workqueue(9) for asynchronous tasks.
riastradh
2020-09-07
wg: Use a global pktqueue rather than a per-peer pcq.
riastradh
2020-09-07
wg: Fix debug output now that the priority is mixed into it.
riastradh
2020-09-07
wg: Fix non-DIAGNOSTIC build.
riastradh
2020-08-31
wg: Avoid memory leak if socreate fails.
riastradh
2020-08-31
wg: Make it build with WG_DEBUG on 32-bit platforms.
riastradh
2020-08-31
wg: Simplify locking.
riastradh
2020-08-31
wg: M_NOWAIT -> M_DONTWAIT
riastradh
2020-08-31
wg: wg_sockaddr audit.
riastradh
2020-08-31
wg: On INIT, do DH and decrypt timestamp before locking session.
riastradh
2020-08-31
wg: Verify or send cookie challenge before looking up session.
riastradh
2020-08-31
wg: Verify mac1 as the first step on INIT and RESP messages.
riastradh
2020-08-31
wg: Omit needless variable.
riastradh
2020-08-31
wg: Switch to callout_stop for session destructor timer.
riastradh
2020-08-31
wg: Fix indentation. No functional change.
riastradh
2020-08-31
wg: Just call callout_halt directly.
riastradh
2020-08-31
wg: Fix byte order on wire.
riastradh
2020-08-31
wg: mbuf m_freem audit.
riastradh
2020-08-31
wg: Use thmap(9) for peer and session lookup.
riastradh
2020-08-31
wg: XAEAD doesn't use a counter, so don't pass one.
riastradh
2020-08-31
wg: Count down wg_npeers in wg_destroy_all_peers too.
riastradh
2020-08-31
wg: Note lock order.
riastradh
2020-08-31
wg: Remove IFF_POINTOPOINT.
riastradh
2020-08-28
wg: Sort includes.
riastradh
2020-08-27
Summary: let wg interfaces carry multicast traffic
tih
2020-08-27
wg: Assert MCLBYTES is enough for requested length in wg_get_mbuf.
riastradh
2020-08-27
wg: Make sure all paths into wg_handle_msg_data guarantee enough m_len.
riastradh
2020-08-27
wg: Drop invalid message types on the floor faster.
riastradh
2020-08-27
wg: KASSERT m_len before mtod.
riastradh
[next]