summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* - Use ng_callout() instead of timeout()Gleb Smirnoff2004-12-081-30/+23
* Since last change moved ';' from macro to code, we need to embraceGleb Smirnoff2004-10-311-2/+2
* Rename debug macro to DBG and indent it properly.Gleb Smirnoff2004-10-281-23/+21
* Another stupid error from my side. PPPOE_NONSTANDARD was first definedGleb Smirnoff2004-08-011-9/+9
* When node is server serve both standard RFC2516 and non-standard 3ComGleb Smirnoff2004-07-271-42/+111
* Add a note indicating that the eh_prototype field used to constructRobert Watson2004-07-141-0/+4
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-2/+2
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+10
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-2/+2
* The default value of net.graph.nonstandard_pppoe is changed to -1,Yaroslav Tykhiy2003-12-191-2/+2
* Fixed compilation on 64-bit platforms.Ruslan Ermilov2003-12-191-2/+2
* There are two modes of ng_pppoe operation, standard andYaroslav Tykhiy2003-12-181-11/+38
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-9/+9
* Use %z to print a size_t value.John Baldwin2002-11-081-1/+1
* use __packed.Alfred Perlstein2002-09-231-2/+2
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-221-3/+3
* NUL terminate the ACNAME passed to userland.Brian Somers2002-06-221-3/+4
* Const'ify variables to make it clear we're not writing to the mbuf data.Archie Cobbs2002-06-051-31/+33
* Fix GCC warnings caused by initializing a zero length array. In the process,Archie Cobbs2002-05-311-4/+4
* Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node.Brian Somers2002-05-141-0/+19
* Send a NGM_PPPOE_ACNAME message to userland when a node is connected.Brian Somers2002-02-201-1/+23
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* MFS: change name of sysctl to something more diplomatic.Julian Elischer2001-09-041-9/+9
* Pack struct uniqtag declarations to stop our data field from being pushedBrian Somers2001-08-021-2/+2
* If an attempt is made to LISTEN for a service tag that's already beingBrian Somers2001-07-251-14/+28
* Shuffle sysctls a bit (thankyou whoever made them dynamic for modules)Julian Elischer2001-02-231-5/+46
* Implement direct support for semipersistant nodes.Julian Elischer2001-01-301-0/+2
* Add an exported function ng_rmhook_self() that removes a hookJulian Elischer2001-01-111-2/+2
* Fix uninitialised pointer.Julian Elischer2001-01-111-0/+1
* Only free items that are not already free or passed to other nodes.Julian Elischer2001-01-101-1/+2
* Fix some memory leaksJulian Elischer2001-01-101-10/+16
* Part 2 of the netgraph rewrite.Julian Elischer2001-01-081-63/+62
* Rewrite of netgraph to start getting ready for SMP.Julian Elischer2001-01-061-55/+57
* Divorce the kernel binary ABI version number from the messageJulian Elischer2000-12-181-1/+1
* Impossible to see typo.. |= instead of !=Julian Elischer2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgJulian Elischer2000-12-121-9/+51
* Add the use of M_ZERO to netgraph.David Malone2000-11-181-6/+5
* Go back to using data_len in struct ngpppoe_init_data after discussionsBrian Somers2000-11-161-59/+34
* Swap the order of two tags in the pppoe PADI and PADS packetsJulian Elischer2000-10-311-3/+3
* Change the format of ngpppoe_init_data so that the provider is NULBrian Somers2000-10-311-27/+120
* Since neither archie nor I work at Whistle any more, change our emailJulian Elischer2000-10-241-1/+1
* Allocate all memory (including within node constructors) with M_NOWAITArchie Cobbs2000-09-211-3/+3
* Rename "struct session" to "struct sess_con" to avoid conflict withArchie Cobbs2000-09-191-4/+4
* RFC 1661 requires that all LCP packets are sent with no address andArchie Cobbs2000-08-101-0/+14
* Fix typo, teh -> the.Jeroen Ruigrok van der Werven2000-07-141-1/+1
* Two simple changes to the kernel internal API for netgraph modules,Julian Elischer2000-04-281-7/+18
* Remove a bunch of un-needed includes.Julian Elischer1999-12-071-1/+0
* change intial timeout for session negotiation from 1 to 2 seconds.Julian Elischer1999-12-011-2/+3