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.h
Age
Commit message (
Expand
)
Author
2015-12-05
Make pppx pass packets with npppd through the device. This makes pppx work
YASUOKA Masahiko
2014-10-21
tun(4) has a pipex session which is used for multicast internally, it
YASUOKA Masahiko
2014-07-11
Use uint32_t instead of uint16_t for pr_timeout_sec of struct
YASUOKA Masahiko
2013-06-08
Add new sysctl for pipex packet input/output queue length and
YASUOKA Masahiko
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-09-19
ioctl requests are u_long not int, spotted via clang
Jonathan Gray
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
2012-01-23
The ingress filter of pipex and npppd become configurable and disabled
YASUOKA Masahiko
2011-10-15
Added "provision for rewound PPP frames" that allows receiving
YASUOKA Masahiko
2011-07-08
Include PIPEX in kernel by default. And add new sysctl variable
YASUOKA Masahiko
2011-04-02
add a pipex ioctl that lets you specify a description on pppx interfaces by
David Gwynne
2011-04-02
add the local ip address to the session request ioctl so npppd can tell it
David Gwynne
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-08
pipex didn't work on output. Fixed following problems:
YASUOKA Masahiko
2010-07-03
s/$Id$/$OpenBSD$/
YASUOKA Masahiko
2010-01-12
fix ioctl number that conflicted with tun(4)'s ioctl number.
YASUOKA Masahiko
2010-01-11
Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwarding
YASUOKA Masahiko