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
/
if_pppx.c
Age
Commit message (
Expand
)
Author
2012-09-19
cleanup around the pipex. naming style, delete or update comments.
YASUOKA Masahiko
2012-04-14
Use DLT_LOOP for all tunneling interfaces.
YASUOKA Masahiko
2011-10-25
i didnt copy the tun code properly. fix a use of an uninitted value found
David Gwynne
2011-10-15
Added "provision for rewound PPP frames" that allows receiving
YASUOKA Masahiko
2011-08-21
Use the lowest available unit number for new pppx ifs. Somewhat
Jonathan Matthew
2011-08-20
Fix packet accounting in error cases.
Ryan Thomas McBride
2011-07-07
use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok
Henning Brauer
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2011-04-14
knf. remove extra spaces and wrap long lines.
David Gwynne
2011-04-02
add a pipex ioctl that lets you specify a description on pppx interfaces by
David Gwynne
2011-04-02
configure the addresses on the pppx interface when its created by npppd so
David Gwynne
2011-01-28
make sure that the size of the addresses userland is trying to configure
David Gwynne
2010-11-24
malloc the temporary struct pppx_if used in pppx_if_find (it's currently
Stuart Henderson
2010-09-29
Adjust to the pipex changes introduced during j2k10. Compiles again not
Claudio Jeker
2010-09-22
Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd
Claudio Jeker