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