aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* Add constant for PPP-Max-PayLoad tag.Gleb Smirnoff2013-07-231-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-10/+10
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-3/+1
* Remove some dead and incorrect code.Alexander Motin2010-06-051-1/+1
* Make Netgraph compile with Clang.Ed Schouten2009-03-031-11/+12
* Use more compact LIST instead of TAILQ for session hash.Alexander Motin2008-03-031-62/+32
* Make session ID generator to use session ID hash.Alexander Motin2008-03-021-40/+37
* Do not use bcmp() to compare two bytes with constants.Alexander Motin2008-02-061-3/+2
* Tune the message for better informativity.Alexander Motin2008-02-011-1/+2
* Band-aid recent commit by mav by replacing a variable in a CTR statement withBenno Rice2008-02-011-1/+1
* Implement Session-ID hashing to improve receive performance scalabilityAlexander Motin2008-01-311-31/+70
* Add support for optional "AC-Name\Service-Name" syntax at NGM_PPPOE_CONNECTAlexander Motin2007-12-291-6/+37
* Fix incorrectly placed bracket in pppoe_find_svc().Alexander Motin2007-12-261-1/+1
* Split ng_pppoe_rcvdata() function into three hook-specific onesAlexander Motin2007-10-141-464/+465
* Remove ng_pppoe_sendpacket() function to simplify code as it is calledAlexander Motin2007-10-141-79/+39
* Dead code removal.Alexander Motin2007-09-211-11/+0
* This is optimization of ether and debug hooks determination. ItAlexander Motin2007-09-211-44/+27
* This patch fixes thread unsafe usage of global pkt_hdrAlexander Motin2007-09-211-22/+20
* Some perfectionizm against last revision.Gleb Smirnoff2006-08-101-2/+2
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).Gleb Smirnoff2006-08-091-20/+72
* - Use log(9) instead of printf(9).Gleb Smirnoff2006-08-071-26/+44
* o Introduce D-Link compat mode, that is default to off and can be setGleb Smirnoff2006-01-271-59/+80
* From the RFC2516 it is not clear, what is the correct behavior for aGleb Smirnoff2006-01-261-43/+117
* - Remove debugging printfs.Gleb Smirnoff2006-01-211-240/+243
* Dej'a vu of revision 1.35Gleb Smirnoff2005-09-191-1/+1
* Remove obsoleted sysctl interface for switching between standard and 3ComGleb Smirnoff2005-07-051-39/+1
* Remove ng_connect_t where it is unused. Probably it remained from ng_source.c.Gleb Smirnoff2005-03-141-13/+0
* Drop mythical module dependency on ng_ether.Ruslan Ermilov2005-02-131-2/+0
* /* -> /*- 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