summaryrefslogtreecommitdiff
path: root/sys/net/pipex.h
AgeCommit message (Expand)Author
2015-12-05Make pppx pass packets with npppd through the device. This makes pppx workYASUOKA Masahiko
2014-10-21tun(4) has a pipex session which is used for multicast internally, itYASUOKA Masahiko
2014-07-11Use uint32_t instead of uint16_t for pr_timeout_sec of structYASUOKA Masahiko
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-19ioctl requests are u_long not int, spotted via clangJonathan Gray
2012-09-19cleanup around the pipex. naming style, delete or update comments.YASUOKA Masahiko
2012-07-17use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingYASUOKA Masahiko
2012-04-04pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected.YASUOKA Masahiko
2012-01-23The ingress filter of pipex and npppd become configurable and disabledYASUOKA Masahiko
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-04-02add a pipex ioctl that lets you specify a description on pppx interfaces byDavid Gwynne
2011-04-02add the local ip address to the session request ioctl so npppd can tell itDavid Gwynne
2010-09-24Add L2TP support to PIPEX.SUENAGA Hiroki
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-07-08pipex didn't work on output. Fixed following problems:YASUOKA Masahiko
2010-07-03s/$Id$/$OpenBSD$/YASUOKA Masahiko
2010-01-12fix ioctl number that conflicted with tun(4)'s ioctl number.YASUOKA Masahiko
2010-01-11Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwardingYASUOKA Masahiko