summaryrefslogtreecommitdiffstats
path: root/sys/net/if_sppp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use timeout_add_sec(9)kn2019-06-241-2/+2
* A space here, a space there. Soon we're talking real whitespacekrw2017-01-241-4/+4
* Don't hardcode vlan/queue priority for pppoe packets; inherit it from thesthen2016-06-141-2/+1
* Set pppoe(4) control frames to high (NC, "network control")sthen2016-05-301-1/+2
* replace the ifqueue used for the pp_cpq with an mbuf_queue.dlg2015-11-111-2/+2
* sppp_pick is unused, it can go away.dlg2015-11-021-2/+1
* remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only usessthen2015-09-301-4/+4
* Convert sppp(4) to taskq; ok mikeb@ mpi@stsp2013-11-201-3/+14
* Improvements for address assignment and related issues in IPv6CP.stsp2013-11-141-3/+3
* Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctlsmpi2013-07-101-52/+54
* Remove fastq from struct sppp. Missed when I committed if_spppsubr.c r1.96,sthen2012-01-291-2/+1
* Fix a commentclaudio2011-11-121-2/+2
* Allow username and password to be up to 255 characters in length.canacar2009-02-161-8/+22
* Remove bogus casts of integer constants SPPPIO[GS]DEFS to caddr_tgrange2009-02-061-4/+4
* 1500 is a 'magic number' in the protocol that all implementationsclaudio2007-12-041-2/+3
* IPv6 support for sppp layer, based on NetBSD version.canacar2007-09-051-3/+7
* Add support for setting the address of the ppp peer.mpf2007-04-171-1/+6
* Another gem from the the-world-runs-on-i386 departement. Using u_long inclaudio2006-02-241-3/+3
* Merge some sppp improvements from NetBSD:canacar2005-03-231-1/+3
* Unslack and increase AUTHNAMELEN, since some ISP's prefer long usernames.canacar2005-01-081-2/+2
* In kernel pppoe client, a simple IPv4 only implementation.canacar2004-11-281-3/+6
* BSD-style license from Serge Vakulenko <vak@cronyx.ru>chris2002-09-261-6/+19
* More lame OpenBSD tags.fgsch2001-07-091-0/+1
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-18/+6
* new timeoutsmickey2001-03-221-0/+7
* SIOCSIFGENERIC is now in sys/sockio.hchris2000-04-261-7/+0
* lmc driver; ported by chris@dqc.orgderaadt1999-07-011-0/+193