summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for PPP-Max-Payload PPPoE tag (RFC4638).mav2015-09-111-0/+13
* Add constant for PPP-Max-PayLoad tag.glebius2013-07-231-0/+2
* Make Netgraph compile with Clang.ed2009-03-031-2/+0
* Remove some prehistoric never used defines.mav2007-12-261-5/+0
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).glebius2006-08-091-1/+2
* o Introduce D-Link compat mode, that is default to off and can be setglebius2006-01-271-5/+7
* Use variable-sized arrays where appropriate.ru2005-10-281-3/+3
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* When node is server serve both standard RFC2516 and non-standard 3Comglebius2004-07-271-2/+8
* Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoEdwmalone2004-03-181-2/+2
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-2/+2
* Use a single style of multiple inclusion protection for Netgraph headers.ru2003-11-111-3/+3
* use __packed.alfred2002-09-231-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-6/+0
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.brian2002-05-141-1/+2
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.brian2002-02-201-1/+2
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)julian2001-02-231-0/+4
* I have no idea at all why this file was not included in the last commit.julian2000-12-121-1/+2
* Go back to using data_len in struct ngpppoe_init_data after discussionsbrian2000-11-161-4/+5
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-311-3/+28
* Since neither archie nor I work at Whistle any more, change our emailjulian2000-10-241-1/+1
* change intial timeout for session negotiation from 1 to 2 seconds.julian1999-12-011-0/+1
* Remove a null pointer referencejulian1999-11-091-1/+1
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-011-2/+2
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.julian1999-10-271-9/+9
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-231-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+224
OpenPOWER on IntegriCloud