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_sppp.h
Age
Commit message (
Expand
)
Author
2016-05-30
Set pppoe(4) control frames to high (NC, "network control")
Stuart Henderson
2015-11-11
replace the ifqueue used for the pp_cpq with an mbuf_queue.
David Gwynne
2015-11-02
sppp_pick is unused, it can go away.
David Gwynne
2015-09-30
remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only uses
Stuart Henderson
2013-11-20
Convert sppp(4) to taskq; ok mikeb@ mpi@
Stefan Sperling
2013-11-14
Improvements for address assignment and related issues in IPv6CP.
Stefan Sperling
2013-07-10
Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls
Martin Pieuchot
2012-01-29
Remove fastq from struct sppp. Missed when I committed if_spppsubr.c r1.96,
Stuart Henderson
2011-11-12
Fix a comment
Claudio Jeker
2009-02-16
Allow username and password to be up to 255 characters in length.
Can Erkin Acar
2009-02-06
Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_t
Alexander Yurchenko
2007-12-04
1500 is a 'magic number' in the protocol that all implementations
Claudio Jeker
2007-09-05
IPv6 support for sppp layer, based on NetBSD version.
Can Erkin Acar
2007-04-17
Add support for setting the address of the ppp peer.
Marco Pfatschbacher
2006-02-24
Another gem from the the-world-runs-on-i386 departement. Using u_long in
Claudio Jeker
2005-03-23
Merge some sppp improvements from NetBSD:
Can Erkin Acar
2005-01-08
Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames.
Can Erkin Acar
2004-11-28
In kernel pppoe client, a simple IPv4 only implementation.
Can Erkin Acar
2002-09-26
BSD-style license from Serge Vakulenko <vak@cronyx.ru>
Chris Cappuccio
2001-07-09
More lame OpenBSD tags.
Federico G. Schwindt
2001-06-09
By popular demand, protect from multiple inclusion, and fix to use the
Angelos D. Keromytis
2001-03-22
new timeouts
Michael Shalayeff
2000-04-26
SIOCSIFGENERIC is now in sys/sockio.h
Chris Cappuccio
1999-07-01
lmc driver; ported by chris@dqc.org
Theo de Raadt