index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
pipex.c
Age
Commit message (
Expand
)
Author
2010-09-29
pipex_pptp_userland_output() calls always m_pullup() 16 bytes to the
YASUOKA Masahiko
2010-09-28
wrap long line. correct indent. delete a useless comment.
YASUOKA Masahiko
2010-09-26
Length field in L2TP header was broken.
YASUOKA Masahiko
2010-09-24
Add L2TP support to PIPEX.
SUENAGA Hiroki
2010-09-22
Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd
Claudio Jeker
2010-09-21
Cleanup handlings for memory shortage condition:
YASUOKA Masahiko
2010-07-09
Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit
YASUOKA Masahiko
2010-07-08
pipex didn't work on output. Fixed following problems:
YASUOKA Masahiko
2010-07-03
s/$Id$/$OpenBSD$/
YASUOKA Masahiko
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-01-13
cleanup pipex code. ok henning@
YASUOKA Masahiko
2010-01-13
replace static on functions with Static so openbsd can define it away
David Gwynne
2010-01-11
Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding
YASUOKA Masahiko