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_l2tp.c
Age
Commit message (
Expand
)
Author
2022-12-07
gif(4), ipsec(4) and l2tp(4) use encap_attach_addr().
knakahara
2021-02-19
- Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more
christos
2021-02-14
- centralize header align and pullup into a single inline function
christos
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-09-19
Avoid having a rtcache directly in a percpu storage for tunnel protocols.
knakahara
2018-09-03
fix: l2tp(4) cannot receive packets after reset session without reset tunnel....
knakahara
2018-06-21
sbappendaddr() is required any lock. Currently, softnet_lock is appropriate.
knakahara
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-04-27
Fix LOCKDEBUG kernel panic when many(about 200) tunnel interfaces is created.
knakahara
2018-01-26
Several fixes in L2TP:
maxv
2018-01-25
Style, reduce the indentation level when possible, and add a missing NULL
maxv
2018-01-22
Fix null deref, m could be NULL if M_PREPEND fails.
maxv
2017-12-18
fix mbuf leaks. pointed out and suggested by kre@n.o, thanks.
knakahara
2017-12-18
backout wrong fix again, sorry.
knakahara
2017-12-15
Fix pullup'ed mbuf leaks. The match function just requires enough mbuf length.
knakahara
2017-12-15
backout wrong fix as it causes atf net/ipsec/t_ipsec_l2tp failures.
knakahara
2017-12-11
fix pullup'ed mbuf leaks. pointed out by maxv@n.o, thanks.
knakahara
2017-11-15
Add argument to encapsw->pr_input() instead of m_tag.
knakahara
2017-07-11
l2tp(4): fix mbuf leak when tunnel nested over the limit
knakahara
2017-03-30
remove duplicated validation. That is already done in l2tp_lookup_session_ref().
knakahara
2017-02-16
add missing files.
knakahara