aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_pppoe.h
Commit message (Expand)AuthorAgeFilesLines
* ng_pppoe(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* ng_pppoe(8): add support for user-supplied Host-Uniq tag.Eugene Grosbein2018-02-141-1/+19
* Add support for PPP-Max-Payload PPPoE tag (RFC4638).Alexander Motin2015-09-111-0/+13
* Add constant for PPP-Max-PayLoad tag.Gleb Smirnoff2013-07-231-0/+2
* Make Netgraph compile with Clang.Ed Schouten2009-03-031-2/+0
* Remove some prehistoric never used defines.Alexander Motin2007-12-261-5/+0
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).Gleb Smirnoff2006-08-091-1/+2
* o Introduce D-Link compat mode, that is default to off and can be setGleb Smirnoff2006-01-271-5/+7
* Use variable-sized arrays where appropriate.Ruslan Ermilov2005-10-281-3/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* When node is server serve both standard RFC2516 and non-standard 3ComGleb Smirnoff2004-07-271-2/+8
* Make the vaule of PTT_RELAY_SID match the RFC. This should help PPPoEDavid Malone2004-03-181-2/+2
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-2/+2
* Use a single style of multiple inclusion protection for Netgraph headers.Ruslan Ermilov2003-11-111-3/+3
* use __packed.Alfred Perlstein2002-09-231-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-6/+0
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.Brian Somers2002-05-141-1/+2
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.Brian Somers2002-02-201-1/+2
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)Julian Elischer2001-02-231-0/+4
* I have no idea at all why this file was not included in the last commit.Julian Elischer2000-12-121-1/+2
* Go back to using data_len in struct ngpppoe_init_data after discussionsBrian Somers2000-11-161-4/+5
* Change the format of ngpppoe_init_data so that the provider is NULBrian Somers2000-10-311-3/+28
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* change intial timeout for session negotiation from 1 to 2 seconds.Julian Elischer1999-12-011-0/+1
* Remove a null pointer referenceJulian Elischer1999-11-091-1/+1
* Start making the contents of the generic framework opaque to the nodes.Julian Elischer1999-11-011-2/+2
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.Julian Elischer1999-10-271-9/+9
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-231-2/+2
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-211-0/+224