summaryrefslogtreecommitdiff
path: root/sys/net/if_sppp.h
AgeCommit message (Expand)Author
2017-01-24A space here, a space there. Soon we're talking real whitespaceKenneth R Westerback
2016-06-14Don't hardcode vlan/queue priority for pppoe packets; inherit it from theStuart Henderson
2016-05-30Set pppoe(4) control frames to high (NC, "network control")Stuart Henderson
2015-11-11replace the ifqueue used for the pp_cpq with an mbuf_queue.David Gwynne
2015-11-02sppp_pick is unused, it can go away.David Gwynne
2015-09-30remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only usesStuart Henderson
2013-11-20Convert sppp(4) to taskq; ok mikeb@ mpi@Stefan Sperling
2013-11-14Improvements for address assignment and related issues in IPv6CP.Stefan Sperling
2013-07-10Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsMartin Pieuchot
2012-01-29Remove fastq from struct sppp. Missed when I committed if_spppsubr.c r1.96,Stuart Henderson
2011-11-12Fix a commentClaudio Jeker
2009-02-16Allow username and password to be up to 255 characters in length.Can Erkin Acar
2009-02-06Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_tAlexander Yurchenko
2007-12-041500 is a 'magic number' in the protocol that all implementationsClaudio Jeker
2007-09-05IPv6 support for sppp layer, based on NetBSD version.Can Erkin Acar
2007-04-17Add support for setting the address of the ppp peer.Marco Pfatschbacher
2006-02-24Another gem from the the-world-runs-on-i386 departement. Using u_long inClaudio Jeker
2005-03-23Merge some sppp improvements from NetBSD:Can Erkin Acar
2005-01-08Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames.Can Erkin Acar
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2002-09-26BSD-style license from Serge Vakulenko <vak@cronyx.ru>Chris Cappuccio
2001-07-09More lame OpenBSD tags.Federico G. Schwindt
2001-06-09By popular demand, protect from multiple inclusion, and fix to use theAngelos D. Keromytis
2001-03-22new timeoutsMichael Shalayeff
2000-04-26SIOCSIFGENERIC is now in sys/sockio.hChris Cappuccio
1999-07-01lmc driver; ported by chris@dqc.orgTheo de Raadt