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_l2tp.c
Age
Commit message (
Expand
)
Author
2022-09-03
Garbage-collect the remaining vestiges of netisr.
thorpej
2021-06-16
if_attach and if_initialize cannot fail, don't test return value
riastradh
2020-10-25
l2tp: call if_link_state_change rather then directly setting it.
roy
2020-10-25
l2tp: Revert prior
roy
2020-10-15
l2tp: Set the link state UP if we have a tunnel, otherwise DOWN.
roy
2020-02-01
Switch sys/net to percpu_create.
riastradh
2020-02-01
Switch if_l2tp to atomic_load/store_*.
riastradh
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-10-16
Fix missing kpreempt_disable() before softint_schedule() like if_vmx.c:r1.51.
knakahara
2019-09-19
l2tp(4): avoid having struct ifqueue directly in a percpu storage.
knakahara
2019-09-19
Avoid having a rtcache directly in a percpu storage for tunnel protocols.
knakahara
2019-09-19
Divide Tx context of l2tp(4) to improve performance.
knakahara
2019-08-19
l2tp: initialize mowner variables for MBUFTRACE
ozaki-r
2019-06-25
Simplify "LIST_HEAD();" to make the code more understandable.
msaitoh
2019-04-26
Some more empty-string --> NULL conversions for module dependencies
pgoyette
2018-12-27
l2tp(4): fix output bytes counter. Pointed by k-goda@IIJ, thanks.
knakahara
2018-12-22
Replace M_ALIGN and MH_ALIGN by m_align.
maxv
2018-12-22
Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the
maxv
2018-10-19
Fix panic when doing ioctl to multiple pseudo interfaces. Pointed out by k-go...
knakahara
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-25
Remove duplicated inclusion of net/bpf.h.
msaitoh
2018-05-08
Simplify: use M_MOVE_PKTHDR directly.
maxv
2018-05-07
Use m_remove_pkthdr.
maxv
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-04-10
Fix previous my mistake and odd unaligned case. Pointed out by maxv@n.o, thanks.
knakahara
2018-04-09
Improve comment. Pointed out by maxv@n.o, thanks.
knakahara
2018-04-09
Fix l2tp(4) alignment check. Pointed out and reviewed by k-goda@IIJ.
knakahara
2018-01-26
Use MH_ALIGN instead, ok knakahara@.
maxv
2018-01-26
Several fixes in L2TP:
maxv
2018-01-25
style
maxv
2017-12-19
Don't set IFEF_MPSAFE unless NET_MPSAFE at this point
ozaki-r
2017-12-06
unify processing to check nesting count for some tunnel protocols.
knakahara
2017-11-16
Unify IFEF_*_MPSAFE into IFEF_MPSAFE
ozaki-r
2017-10-30
Set IFEF_NO_LINK_STATE_CHANGE flag to pseudo devices that don't use if_link_s...
ozaki-r
2017-10-30
If if_attach() failed in the attach function, return. Add comments about if_i...
knakahara
2017-10-19
fix l2tp panic when l2tp session id is changed (same as if_vlan.c:r1.104)
knakahara
2017-06-01
remove checks for failure after memory allocation calls that cannot fail:
chs
2017-04-20
missing if_extflags of l2tp(4). l2tp(4) is already MP-safe.
knakahara
2017-04-13
l2tp(4) support when hashinit() cannot allocate requried hash size.
knakahara
2017-04-04
fix module build
knakahara
2017-04-04
Revert change to allow builds to continue until the missing vlan.h file is co...
sevan
2017-04-04
remove unnecessary if_vlanvar.h. add missing include "vlan.h".
knakahara
2017-04-04
fix atf failed.
knakahara
2017-04-03
fix missing mutex_destroy when modunload.
knakahara
2017-04-03
fix potentially use after free between "ifconfig l2tpX destroy" and l2tp Tx.
knakahara
2017-03-30
KNF. pointed out by s-yamaguchi@IIJ
knakahara
2017-02-16
add missing files.
knakahara