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_local.h
Age
Commit message (
Expand
)
Author
2013-04-20
Remove unused macro function.
YASUOKA Masahiko
2013-04-16
When pipex session is terminated by idle timer, there was a problem that
YASUOKA Masahiko
2012-09-19
cleanup around the pipex. naming style, delete or update comments.
YASUOKA Masahiko
2012-07-17
use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending
YASUOKA Masahiko
2012-04-04
pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected.
YASUOKA Masahiko
2011-11-25
fix compile errors without INET6. no binary change.
YASUOKA Masahiko
2011-10-15
Added "provision for rewound PPP frames" that allows receiving
YASUOKA Masahiko
2011-07-08
Last part of pipex_{pppoe,l2tp,pptp}_input() are almost identical.
YASUOKA Masahiko
2011-03-14
fix typo
YASUOKA Masahiko
2010-11-20
__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and
Miod Vallat
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-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-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-12
Delete unused structures. Pointed out by deraadt@.
YASUOKA Masahiko
2010-01-11
Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding
YASUOKA Masahiko